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         - 74  # rls2009 NDRPDR iter NAT44 env 5
259         - 75  # rls2009 NDRPDR iter NAT44 env 5
260         - 76  # rls2009 NDRPDR iter NAT44 env 5
261         - 77  # rls2009 NDRPDR iter NAT44 env 5
262         - 78  # rls2009 NDRPDR iter NAT44 env 5
263         - 79  # rls2009 NDRPDR iter NAT44 env 5
264         - 80  # rls2009 NDRPDR iter NAT44 env 5
265         - 81  # rls2009 NDRPDR iter NAT44 env 5
266         - 82  # rls2009 NDRPDR iter NAT44 env 5
267         - 83  # 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         - 74  # 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         - 91  # rls2009 NDRPDR iter NAT44 env 5
344         - 92  # rls2009 NDRPDR iter NAT44 env 5
345         - 94  # rls2009 NDRPDR iter NAT44 env 5
346         - 95  # rls2009 NDRPDR iter NAT44 env 5
347         - 96  # rls2009 NDRPDR iter NAT44 env 5
348         - 97  # rls2009 NDRPDR iter NAT44 env 5
349         - 98  # rls2009 NDRPDR iter NAT44 env 5
350         - 99  # rls2009 NDRPDR iter NAT44 env 5
351         - 100 # rls2009 NDRPDR iter NAT44 env 5
352         - 101 # 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         - 91  # 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       # TODO: Add:
418       csit-vpp-perf-report-iterative-2009-3n-tsh:
419         - 14  # rls2009 NDRPDR iter env 5
420         - 20  # rls2009 NDRPDR iter env 5
421         - 21  # rls2009 NDRPDR iter env 5
422         - 22  # rls2009 NDRPDR iter env 5
423         - 23  # rls2009 NDRPDR iter env 5
424         - 28  # rls2009 NDRPDR iter env 5
425         - 30  # rls2009 NDRPDR iter env 5
426         - 33  # rls2009 NDRPDR iter env 5
427
428     plot-vpp-hdrh-lat-3n-tsh:
429       csit-vpp-perf-report-iterative-2009-3n-tsh:
430         - 14  # rls2009 NDRPDR iter env 5
431
432     plot-dpdk-throughput-latency-3n-tsh:
433       csit-dpdk-perf-report-iterative-2009-3n-tsh:
434         - 1   # NDRPDR iter env5
435         - 2   # NDRPDR iter env5
436         - 3   # NDRPDR iter env5
437         - 4   # NDRPDR iter env5
438         - 5   # NDRPDR iter env5
439         - 6   # NDRPDR iter env5
440         - 7   # NDRPDR iter env5
441         - 9   # NDRPDR iter env5
442         - 10  # NDRPDR iter env5
443         - 11  # NDRPDR iter env5
444
445     plot-dpdk-hdrh-lat-3n-tsh:
446       csit-dpdk-perf-report-iterative-2009-3n-tsh:
447         - 1   # NDRPDR iter env5
448
449     # 3n-dnv
450
451     plot-vpp-throughput-lat-tsa-3n-dnv:
452       csit-vpp-perf-report-iterative-2009-3n-dnv:
453         - 3   # rls2009 NDRPDR iter env 5
454         - 6   # rls2009 NDRPDR iter env 5
455         - 7   # rls2009 NDRPDR iter env 5
456         - 8   # rls2009 NDRPDR iter env 5
457         - 10  # rls2009 NDRPDR iter env 5
458         - 11  # rls2009 NDRPDR iter env 5
459         - 12  # rls2009 NDRPDR iter env 5
460         - 14  # rls2009 NDRPDR iter env 5
461         - 15  # rls2009 NDRPDR iter env 5
462         - 24  # rls2009 NDRPDR iter env 5
463
464 #    plot-dpdk-throughput-latency-3n-dnv:
465 #      # No data
466 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
467
468     # 2n-dnv
469
470     plot-vpp-throughput-lat-tsa-2n-dnv:
471       csit-vpp-perf-report-iterative-2009-2n-dnv:
472         - 3   # rls2009 NDRPDR iter env 5
473         - 5   # rls2009 NDRPDR iter env 5
474         - 6   # rls2009 NDRPDR iter env 5
475         - 7   # rls2009 NDRPDR iter env 5
476         - 9   # rls2009 NDRPDR iter env 5
477         - 10  # rls2009 NDRPDR iter env 5
478         - 11  # rls2009 NDRPDR iter env 5
479         - 12  # rls2009 NDRPDR iter env 5
480         - 14  # rls2009 NDRPDR iter env 5
481         - 15  # rls2009 NDRPDR iter env 5
482
483 #    plot-dpdk-throughput-latency-2n-dnv:
484 #      # No data
485 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
486
487     ###########################################################################
488     # Simple tables (only one data set):
489
490     # NIC Comparisons
491
492     vpp-nic-comparison-3n-skx:
493       csit-vpp-perf-report-iterative-2009-3n-skx:
494         - 26  # rls2009 NDRPDR iter env 5
495         - 27  # rls2009 NDRPDR iter env 5
496         - 28  # rls2009 NDRPDR iter env 5
497         - 29  # rls2009 NDRPDR iter env 5
498         - 35  # rls2009 NDRPDR iter env 5
499         - 36  # rls2009 NDRPDR iter env 5
500         - 37  # rls2009 NDRPDR iter env 5
501         - 38  # rls2009 NDRPDR iter env 5
502         - 39  # rls2009 NDRPDR iter env 5
503         - 40  # rls2009 NDRPDR iter env 5
504
505     vpp-nic-comparison-2n-skx:
506       csit-vpp-perf-report-iterative-2009-2n-skx:
507         - 35  # rls2009 NDRPDR iter env 5
508         - 36  # rls2009 NDRPDR iter env 5
509         - 37  # rls2009 NDRPDR iter env 5
510         - 39  # rls2009 NDRPDR iter env 5
511         - 40  # rls2009 NDRPDR iter env 5
512         - 42  # rls2009 NDRPDR iter env 5
513         - 43  # rls2009 NDRPDR iter env 5
514         - 44  # rls2009 NDRPDR iter env 5
515         - 46  # rls2009 NDRPDR iter env 5
516         - 48  # rls2009 NDRPDR iter env 5
517         - 74  # rls2009 NDRPDR iter NAT44 env 5
518         - 75  # rls2009 NDRPDR iter NAT44 env 5
519         - 76  # rls2009 NDRPDR iter NAT44 env 5
520         - 77  # rls2009 NDRPDR iter NAT44 env 5
521         - 78  # rls2009 NDRPDR iter NAT44 env 5
522         - 79  # rls2009 NDRPDR iter NAT44 env 5
523         - 80  # rls2009 NDRPDR iter NAT44 env 5
524         - 81  # rls2009 NDRPDR iter NAT44 env 5
525         - 82  # rls2009 NDRPDR iter NAT44 env 5
526         - 83  # rls2009 NDRPDR iter NAT44 env 5
527
528     vpp-nic-comparison-3n-skx-mrr:
529       csit-vpp-perf-report-iterative-2009-3n-skx:
530         - 24  # rls2009 MRR iter env 5
531
532     vpp-nic-comparison-2n-skx-mrr:
533       csit-vpp-perf-report-iterative-2009-2n-skx:
534         - 85  # rls2009 MRR iter env 5
535
536     # Results
537
538     vpp-perf-results-3n-hsw:
539       csit-vpp-perf-report-coverage-2009-3n-hsw:
540         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
541         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
542         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
543         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
544         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
545         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
546         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
547         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
548         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
549         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
550         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
551         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
552         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
553         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
554         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
555         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
556         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
557         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
558         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
559         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
560         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
561         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
562         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
563         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
564         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
565         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
566         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
567         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
568         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
569         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
570         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
571         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
572         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
573         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
574         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
575
576     vpp-perf-results-3n-skx:
577       csit-vpp-perf-report-coverage-2009-3n-skx:
578         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
579         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
580         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
581         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
582         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
583         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
584         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
585         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
586         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
587         - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
588         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
589         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
590         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
591         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
592         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
593         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
594         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
595         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
596         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
597         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
598         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
599         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
600         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
601         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
602         - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
603         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
604         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
605         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
606         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
607         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
608         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
609         - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
610         - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
611         - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
612         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
613         - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
614
615     vpp-perf-results-2n-skx:
616       csit-vpp-perf-report-coverage-2009-2n-skx:
617         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
618         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
619         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
620         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
621         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
622         - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
623         - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
624         - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
625         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
626         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
627         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
628         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
629         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
630         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
631         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
632         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
633         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
634
635     vpp-perf-results-2n-clx:
636       csit-vpp-perf-report-coverage-2009-2n-clx:
637         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
638         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
639         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
640         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
641         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
642         - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
643         - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
644         - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
645         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
646         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
647         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
648         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
649         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
650         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
651         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
652         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
653         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
654
655     vpp-perf-results-3n-tsh:
656       csit-vpp-perf-report-iterative-2009-3n-tsh:
657         - 14  # rls2009 NDRPDR iter env 5
658
659     vpp-perf-results-3n-dnv:
660       csit-vpp-perf-report-coverage-2009-3n-dnv:
661         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
662         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
663         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
664         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
665         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
666         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
667         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
668         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
669         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
670
671     vpp-perf-results-2n-dnv:
672       csit-vpp-perf-report-coverage-2009-2n-dnv:
673         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
674         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
675         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
676         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
677         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
678         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
679
680     vpp-mrr-results-3n-hsw:
681       csit-vpp-perf-report-iterative-2009-3n-hsw:
682         - 23  # rls2009 MRR iter env 5
683
684     vpp-mrr-results-3n-skx:
685       csit-vpp-perf-report-iterative-2009-3n-skx:
686         - 24  # rls2009 MRR iter env 5
687
688     vpp-mrr-results-2n-skx:
689       csit-vpp-perf-report-iterative-2009-2n-skx:
690         - 85  # rls2009 MRR iter env 5
691
692     vpp-mrr-results-2n-clx:
693       csit-vpp-perf-report-iterative-2009-2n-clx:
694         - 102 # rls2009 MRR iter env 5
695
696     vpp-mrr-results-3n-tsh:
697       csit-vpp-perf-report-iterative-2009-3n-tsh:
698         - 15  # rls2009 MRR iter env 5
699
700     vpp-mrr-results-3n-dnv:
701       csit-vpp-perf-report-iterative-2009-3n-dnv:
702         - 22  # rls2009 MRR iter env 5
703
704     vpp-mrr-results-2n-dnv:
705       csit-vpp-perf-report-iterative-2009-2n-dnv:
706         - 13  # rls2009 MRR iter env 5
707
708     vpp-device-results-ubuntu:
709       csit-vpp-device-2009-ubuntu1804-1n-skx:
710         - 131 # rls2009 env 5
711
712     dpdk-perf-results-3n-hsw:
713       csit-dpdk-perf-report-iterative-2009-3n-hsw:
714         - 6   # NDRPDR iter env5
715
716     dpdk-perf-results-3n-skx:
717       csit-dpdk-perf-report-iterative-2009-3n-skx:
718         - 4   # NDRPDR sel env5
719
720     dpdk-perf-results-2n-skx:
721       csit-dpdk-perf-report-iterative-2009-2n-skx:
722         - 4   # NDRPDR iter env5
723
724     dpdk-perf-results-2n-clx:
725       csit-dpdk-perf-report-iterative-2009-2n-clx:
726         - 4   # NDRPDR iter env5
727
728 #    dpdk-perf-results-2n-dnv:
729 #      # No data
730 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
731
732 #    dpdk-perf-results-3n-dnv:
733 #      # No data
734 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
735
736     dpdk-perf-results-3n-tsh:
737       csit-dpdk-perf-report-iterative-2009-3n-tsh:
738         - 1   # NDRPDR iter env5
739
740 ###########################################################################
741     # Tables (more than one data set)
742
743     # Performance changes
744
745     vpp-performance-changes-3n-hsw-h1:
746       csit-vpp-perf-report-iterative-2005-3n-hsw:
747         - 31  # NDRPDR sel 2001.0-4
748         - 32  # NDRPDR sel 2001.0-4
749         - 33  # NDRPDR sel 2001.0-4
750         - 34  # NDRPDR sel 2001.0-4
751         - 35  # NDRPDR sel 2001.0-4
752         - 36  # NDRPDR sel 2001.0-4
753         - 38  # NDRPDR sel 2001.0-4
754     vpp-performance-changes-3n-hsw-ref-env4:
755       csit-vpp-perf-report-iterative-2005-3n-hsw:
756         - 20  # NDRPDR sel env 4
757         - 21  # NDRPDR sel env 4
758         - 22  # NDRPDR sel env 4
759         - 23  # NDRPDR sel env 4
760         - 24  # NDRPDR sel env 4
761         - 25  # NDRPDR sel env 4
762         - 26  # NDRPDR sel env 4
763         - 27  # NDRPDR sel env 4
764         - 28  # NDRPDR sel env 4
765         - 29  # NDRPDR sel env 4
766     vpp-performance-changes-3n-hsw-ref-env5:
767       csit-vpp-perf-report-iterative-2009-3n-hsw:
768         - 9   # rls2005 NDRPDR iter env 5
769         - 10  # rls2005 NDRPDR iter env 5
770         - 11  # rls2005 NDRPDR iter env 5
771         - 12  # rls2005 NDRPDR iter env 5
772         - 13  # rls2005 NDRPDR iter env 5
773         - 14  # rls2005 NDRPDR iter env 5
774         - 15  # rls2005 NDRPDR iter env 5
775         - 16  # rls2005 NDRPDR iter env 5
776         - 17  # rls2005 NDRPDR iter env 5
777         - 19  # rls2005 NDRPDR iter env 5
778     vpp-performance-changes-3n-hsw-cmp:
779       csit-vpp-perf-report-iterative-2009-3n-hsw:
780         - 21  # rls2009 NDRPDR iter env 5
781         - 22  # rls2009 NDRPDR iter env 5
782         - 24  # rls2009 NDRPDR iter env 5
783         - 25  # rls2009 NDRPDR iter env 5
784         - 26  # rls2009 NDRPDR iter env 5
785         - 27  # rls2009 NDRPDR iter env 5
786         - 28  # rls2009 NDRPDR iter env 5
787         - 29  # rls2009 NDRPDR iter env 5
788         - 30  # rls2009 NDRPDR iter env 5
789         - 31  # rls2009 NDRPDR iter env 5
790
791     vpp-performance-changes-3n-skx-h1:
792       csit-vpp-perf-report-iterative-2005-3n-skx:
793         - 50  # NDRPDR sel 2001.0-4
794         - 51  # NDRPDR sel 2001.0-4
795         - 52  # NDRPDR sel 2001.0-4
796         - 53  # NDRPDR sel 2001.0-4
797         - 54  # NDRPDR sel 2001.0-4
798     vpp-performance-changes-3n-skx-ref-env4:
799       csit-vpp-perf-report-iterative-2005-3n-skx:
800         - 42  # NDRPDR sel env 4
801         - 43  # NDRPDR sel env 4
802         - 44  # NDRPDR sel env 4
803         - 45  # NDRPDR sel env 4
804         - 47  # NDRPDR sel env 4
805         - 55  # NDRPDR sel env 4
806         - 56  # NDRPDR sel env 4
807         - 57  # NDRPDR sel env 4
808         - 61  # NDRPDR sel env 4
809         - 62  # NDRPDR sel env 4
810     vpp-performance-changes-3n-skx-ref-env5:
811       csit-vpp-perf-report-iterative-2009-3n-skx:
812         - 13  # rls2005 NDRPDR iter env 5
813         - 18  # rls2005 NDRPDR iter env 5
814         - 19  # rls2005 NDRPDR iter env 5
815         - 41  # rls2005 NDRPDR iter env 5
816         - 43  # rls2005 NDRPDR iter env 5
817         - 44  # rls2005 NDRPDR iter env 5
818         - 45  # rls2005 NDRPDR iter env 5
819         - 46  # rls2005 NDRPDR iter env 5
820         - 48  # rls2005 NDRPDR iter env 5
821         - 49  # rls2005 NDRPDR iter env 5
822     vpp-performance-changes-3n-skx-cmp:
823       csit-vpp-perf-report-iterative-2009-3n-skx:
824         - 26  # rls2009 NDRPDR iter env 5
825         - 27  # rls2009 NDRPDR iter env 5
826         - 28  # rls2009 NDRPDR iter env 5
827         - 29  # rls2009 NDRPDR iter env 5
828         - 35  # rls2009 NDRPDR iter env 5
829         - 36  # rls2009 NDRPDR iter env 5
830         - 37  # rls2009 NDRPDR iter env 5
831         - 38  # rls2009 NDRPDR iter env 5
832         - 39  # rls2009 NDRPDR iter env 5
833         - 40  # rls2009 NDRPDR iter env 5
834
835     vpp-performance-changes-2n-skx-h1:
836       csit-vpp-perf-report-iterative-2005-2n-skx:
837         - 100 # NDRPDR sel 2001.0-4
838         - 101 # NDRPDR sel 2001.0-4
839         - 102 # NDRPDR sel 2001.0-4
840         - 103 # NDRPDR sel 2001.0-4
841         - 104 # NDRPDR sel 2001.0-4
842         - 105 # NDRPDR sel 2001.0-4
843     vpp-performance-changes-2n-skx-ref-env4:
844       csit-vpp-perf-report-iterative-2005-2n-skx:
845         - 88  # NDRPDR sel env 4
846         - 89  # NDRPDR sel env 4
847         - 90  # NDRPDR sel env 4
848         - 91  # NDRPDR sel env 4
849         - 92  # NDRPDR sel env 4
850         - 93  # NDRPDR sel env 4
851         - 94  # NDRPDR sel env 4
852         - 125 # NDRPDR sel env 4
853         - 126 # NDRPDR sel env 4
854         - 127 # NDRPDR sel env 4
855     vpp-performance-changes-2n-skx-ref-env5:
856       csit-vpp-perf-report-iterative-2009-2n-skx:
857         - 13  # rls2005 NDRPDR iter env 5
858         - 16  # rls2005 NDRPDR iter env 5
859         - 17  # rls2005 NDRPDR iter env 5
860         - 18  # rls2005 NDRPDR iter env 5
861         - 19  # rls2005 NDRPDR iter env 5
862         - 21  # rls2005 NDRPDR iter env 5
863         - 22  # rls2005 NDRPDR iter env 5
864         - 23  # rls2005 NDRPDR iter env 5
865         - 24  # rls2005 NDRPDR iter env 5
866         - 25  # rls2005 NDRPDR iter env 5
867     vpp-performance-changes-2n-skx-cmp:
868       csit-vpp-perf-report-iterative-2009-2n-skx:
869         - 35  # rls2009 NDRPDR iter env 5
870         - 36  # rls2009 NDRPDR iter env 5
871         - 37  # rls2009 NDRPDR iter env 5
872         - 39  # rls2009 NDRPDR iter env 5
873         - 40  # rls2009 NDRPDR iter env 5
874         - 42  # rls2009 NDRPDR iter env 5
875         - 43  # rls2009 NDRPDR iter env 5
876         - 44  # rls2009 NDRPDR iter env 5
877         - 46  # rls2009 NDRPDR iter env 5
878         - 48  # rls2009 NDRPDR iter env 5
879         - 74  # rls2009 NDRPDR iter NAT44 env 5
880         - 75  # rls2009 NDRPDR iter NAT44 env 5
881         - 76  # rls2009 NDRPDR iter NAT44 env 5
882         - 77  # rls2009 NDRPDR iter NAT44 env 5
883         - 78  # rls2009 NDRPDR iter NAT44 env 5
884         - 79  # rls2009 NDRPDR iter NAT44 env 5
885         - 80  # rls2009 NDRPDR iter NAT44 env 5
886         - 81  # rls2009 NDRPDR iter NAT44 env 5
887         - 82  # rls2009 NDRPDR iter NAT44 env 5
888         - 83  # rls2009 NDRPDR iter NAT44 env 5
889
890     vpp-performance-changes-2n-clx-h1:
891       csit-vpp-perf-report-iterative-2005-2n-clx:
892         - 73  # NDRPDR sel 2001.0-4
893         - 74  # NDRPDR sel 2001.0-4
894         - 75  # NDRPDR sel 2001.0-4
895         - 76  # NDRPDR sel 2001.0-4
896         - 77  # NDRPDR sel 2001.0-4
897         - 78  # NDRPDR sel 2001.0-4
898         - 79  # NDRPDR sel 2001.0-4
899         - 80  # NDRPDR sel 2001.0-4
900     vpp-performance-changes-2n-clx-ref-env4:
901       csit-vpp-perf-report-iterative-2005-2n-clx:
902         - 62  # NDRPDR sel env 4
903         - 63  # NDRPDR sel env 4
904         - 64  # NDRPDR sel env 4
905         - 65  # NDRPDR sel env 4
906         - 66  # NDRPDR sel env 4
907         - 68  # NDRPDR sel env 4
908         - 69  # NDRPDR sel env 4
909         - 70  # NDRPDR sel env 4
910         - 103 # NDRPDR sel env 4
911         - 104 # NDRPDR sel env 4
912     vpp-performance-changes-2n-clx-ref-env5:
913       csit-vpp-perf-report-iterative-2009-2n-clx:
914         - 13  # rls2005 NDRPDR iter env 5
915         - 15  # rls2005 NDRPDR iter env 5
916         - 17  # rls2005 NDRPDR iter env 5
917         - 18  # rls2005 NDRPDR iter env 5
918         - 19  # rls2005 NDRPDR iter env 5
919         - 20  # rls2005 NDRPDR iter env 5
920         - 21  # rls2005 NDRPDR iter env 5
921         - 22  # rls2005 NDRPDR iter env 5
922         - 23  # rls2005 NDRPDR iter env 5
923         - 24  # rls2005 NDRPDR iter env 5
924     vpp-performance-changes-2n-clx-cmp:
925       csit-vpp-perf-report-iterative-2009-2n-clx:
926         - 36  # rls2009 NDRPDR iter env 5
927         - 39  # rls2009 NDRPDR iter env 5
928         - 40  # rls2009 NDRPDR iter env 5
929         - 65  # rls2009 NDRPDR iter env 5
930         - 66  # rls2009 NDRPDR iter env 5
931         - 79  # rls2009 NDRPDR iter env 5
932         - 82  # rls2009 NDRPDR iter env 5
933         - 88  # rls2009 NDRPDR iter env 5
934         - 89  # rls2009 NDRPDR iter env 5
935         - 90  # rls2009 NDRPDR iter env 5
936         - 91  # rls2009 NDRPDR iter NAT44 env 5
937         - 92  # rls2009 NDRPDR iter NAT44 env 5
938         - 94  # rls2009 NDRPDR iter NAT44 env 5
939         - 95  # rls2009 NDRPDR iter NAT44 env 5
940         - 96  # rls2009 NDRPDR iter NAT44 env 5
941         - 97  # rls2009 NDRPDR iter NAT44 env 5
942         - 98  # rls2009 NDRPDR iter NAT44 env 5
943         - 99  # rls2009 NDRPDR iter NAT44 env 5
944         - 100 # rls2009 NDRPDR iter NAT44 env 5
945         - 101 # rls2009 NDRPDR iter NAT44 env 5
946
947     vpp-performance-changes-2n-dnv-h1:
948       csit-vpp-perf-verify-2001-2n-dnv:
949         - 4   # NDRPDR sel
950         - 5   # NDRPDR sel
951         - 6   # NDRPDR sel
952         - 7   # NDRPDR sel
953         - 8   # NDRPDR sel
954         - 9   # NDRPDR sel
955         - 10  # NDRPDR sel
956         - 11  # NDRPDR sel
957         - 13  # NDRPDR sel
958         - 16  # NDRPDR sel
959     vpp-performance-changes-2n-dnv-ref:
960       csit-vpp-perf-report-iterative-2009-2n-dnv:
961         - 16  # rls2005 NDRPDR iter env 5
962         - 17  # rls2005 NDRPDR iter env 5
963         - 18  # rls2005 NDRPDR iter env 5
964         - 19  # rls2005 NDRPDR iter env 5
965         - 21  # rls2005 NDRPDR iter env 5
966         - 24  # rls2005 NDRPDR iter env 5
967         - 27  # rls2005 NDRPDR iter env 5
968         - 28  # rls2005 NDRPDR iter env 5
969         - 29  # rls2005 NDRPDR iter env 5
970         - 30  # rls2005 NDRPDR iter env 5
971     vpp-performance-changes-2n-dnv-cmp:
972       csit-vpp-perf-report-iterative-2009-2n-dnv:
973         - 3   # rls2009 NDRPDR iter env 5
974         - 5   # rls2009 NDRPDR iter env 5
975         - 6   # rls2009 NDRPDR iter env 5
976         - 7   # rls2009 NDRPDR iter env 5
977         - 9   # rls2009 NDRPDR iter env 5
978         - 10  # rls2009 NDRPDR iter env 5
979         - 11  # rls2009 NDRPDR iter env 5
980         - 12  # rls2009 NDRPDR iter env 5
981         - 14  # rls2009 NDRPDR iter env 5
982         - 15  # rls2009 NDRPDR iter env 5
983
984     vpp-performance-changes-3n-dnv-h1:
985       csit-vpp-perf-verify-2001-3n-dnv:
986         - 5   # NDRPDR sel
987         - 6   # NDRPDR sel
988         - 7   # NDRPDR sel
989         - 8   # NDRPDR sel
990         - 9   # NDRPDR sel
991         - 10  # NDRPDR sel
992         - 12  # NDRPDR sel
993         - 16  # NDRPDR sel
994         - 17  # NDRPDR sel
995         - 18  # NDRPDR sel
996     vpp-performance-changes-3n-dnv-ref:
997       csit-vpp-perf-report-iterative-2009-3n-dnv:
998         - 16  # rls2005 NDRPDR iter env 5
999         - 23  # rls2005 NDRPDR iter env 5
1000         - 25  # rls2005 NDRPDR iter env 5
1001         - 26  # rls2005 NDRPDR iter env 5
1002         - 27  # rls2005 NDRPDR iter env 5
1003         - 28  # rls2005 NDRPDR iter env 5
1004         - 29  # rls2005 NDRPDR iter env 5
1005         - 30  # rls2005 NDRPDR iter env 5
1006         - 31  # rls2005 NDRPDR iter env 5
1007         - 32  # rls2005 NDRPDR iter env 5
1008     vpp-performance-changes-3n-dnv-cmp:
1009       csit-vpp-perf-report-iterative-2009-3n-dnv:
1010         - 3   # rls2009 NDRPDR iter env 5
1011         - 6   # rls2009 NDRPDR iter env 5
1012         - 7   # rls2009 NDRPDR iter env 5
1013         - 8   # rls2009 NDRPDR iter env 5
1014         - 10  # rls2009 NDRPDR iter env 5
1015         - 11  # rls2009 NDRPDR iter env 5
1016         - 12  # rls2009 NDRPDR iter env 5
1017         - 14  # rls2009 NDRPDR iter env 5
1018         - 15  # rls2009 NDRPDR iter env 5
1019         - 24  # rls2009 NDRPDR iter env 5
1020
1021     vpp-performance-changes-3n-tsh-h1:
1022       csit-vpp-perf-report-iterative-2005-3n-tsh:
1023         - 28  # NDRPDR sel 2001.0-4
1024         - 29  # NDRPDR sel 2001.0-4
1025         - 31  # NDRPDR sel 2001.0-4
1026     vpp-performance-changes-3n-tsh-ref-env4:
1027       csit-vpp-perf-report-iterative-2005-3n-tsh:
1028         - 23  # NDRPDR sel env 4
1029         - 25  # NDRPDR sel env 4
1030         - 33  # NDRPDR sel env 4
1031         - 34  # NDRPDR sel env 4
1032         - 35  # NDRPDR sel env 4
1033         - 36  # NDRPDR sel env 4
1034         - 37  # NDRPDR sel env 4
1035         - 38  # NDRPDR sel env 4
1036         - 39  # NDRPDR sel env 4
1037         - 40  # NDRPDR sel env 4
1038     vpp-performance-changes-3n-tsh-ref-env5:
1039       csit-vpp-perf-report-iterative-2009-3n-tsh:
1040         - 8   # rls2005 NDRPDR iter env 5
1041         - 11  # rls2005 NDRPDR iter env 5
1042         - 12  # rls2005 NDRPDR iter env 5
1043         - 24  # rls2005 NDRPDR iter env 5
1044         - 27  # rls2005 NDRPDR iter env 5
1045         - 29  # rls2005 NDRPDR iter env 5
1046         - 31  # rls2005 NDRPDR iter env 5
1047     vpp-performance-changes-3n-tsh-cmp:
1048       # TODO: Add:
1049       csit-vpp-perf-report-iterative-2009-3n-tsh:
1050         - 14  # rls2009 NDRPDR iter env 5
1051         - 20  # rls2009 NDRPDR iter env 5
1052         - 21  # rls2009 NDRPDR iter env 5
1053         - 22  # rls2009 NDRPDR iter env 5
1054         - 23  # rls2009 NDRPDR iter env 5
1055         - 28  # rls2009 NDRPDR iter env 5
1056         - 30  # rls2009 NDRPDR iter env 5
1057         - 33  # rls2009 NDRPDR iter env 5
1058
1059     vpp-soak-vs-ndr-2n-skx-ref:
1060       csit-vpp-perf-report-iterative-2009-2n-skx:
1061         - 35  # rls2009 NDRPDR iter env 5
1062         - 36  # rls2009 NDRPDR iter env 5
1063         - 37  # rls2009 NDRPDR iter env 5
1064         - 39  # rls2009 NDRPDR iter env 5
1065         - 40  # rls2009 NDRPDR iter env 5
1066         - 42  # rls2009 NDRPDR iter env 5
1067         - 43  # rls2009 NDRPDR iter env 5
1068         - 44  # rls2009 NDRPDR iter env 5
1069         - 46  # rls2009 NDRPDR iter env 5
1070         - 48  # rls2009 NDRPDR iter env 5
1071     vpp-soak-vs-ndr-2n-skx-cmp:
1072       csit-vpp-perf-report-iterative-2009-2n-skx:
1073         - 33  # rls2009 soak env 5
1074         - 34  # rls2009 soak env 5
1075     vpp-soak-vs-ndr-2n-skx:
1076       csit-vpp-perf-report-iterative-2009-2n-skx:
1077         - 35  # rls2009 NDRPDR iter env 5
1078         - 36  # rls2009 NDRPDR iter env 5
1079         - 37  # rls2009 NDRPDR iter env 5
1080         - 39  # rls2009 NDRPDR iter env 5
1081         - 40  # rls2009 NDRPDR iter env 5
1082         - 42  # rls2009 NDRPDR iter env 5
1083         - 43  # rls2009 NDRPDR iter env 5
1084         - 44  # rls2009 NDRPDR iter env 5
1085         - 46  # rls2009 NDRPDR iter env 5
1086         - 48  # rls2009 NDRPDR iter env 5
1087         - 33  # rls2009 soak env 5
1088         - 34  # rls2009 soak env 5
1089
1090     vpp-soak-vs-ndr-2n-clx-ref:
1091       csit-vpp-perf-report-iterative-2009-2n-clx:
1092         - 36  # rls2009 NDRPDR iter env 5
1093         - 39  # rls2009 NDRPDR iter env 5
1094         - 40  # rls2009 NDRPDR iter env 5
1095         - 65  # rls2009 NDRPDR iter env 5
1096         - 66  # rls2009 NDRPDR iter env 5
1097         - 79  # rls2009 NDRPDR iter env 5
1098         - 82  # rls2009 NDRPDR iter env 5
1099         - 88  # rls2009 NDRPDR iter env 5
1100         - 89  # rls2009 NDRPDR iter env 5
1101         - 90  # rls2009 NDRPDR iter env 5
1102     vpp-soak-vs-ndr-2n-clx-cmp:
1103       csit-vpp-perf-report-iterative-2009-2n-clx:
1104         - 33  # rls2009 soak env 5
1105         - 34  # rls2009 soak env 5
1106     vpp-soak-vs-ndr-2n-clx:
1107       csit-vpp-perf-report-iterative-2009-2n-clx:
1108         - 36  # rls2009 NDRPDR iter env 5
1109         - 39  # rls2009 NDRPDR iter env 5
1110         - 40  # rls2009 NDRPDR iter env 5
1111         - 65  # rls2009 NDRPDR iter env 5
1112         - 66  # rls2009 NDRPDR iter env 5
1113         - 79  # rls2009 NDRPDR iter env 5
1114         - 82  # rls2009 NDRPDR iter env 5
1115         - 88  # rls2009 NDRPDR iter env 5
1116         - 89  # rls2009 NDRPDR iter env 5
1117         - 90  # rls2009 NDRPDR iter env 5
1118         - 33  # rls2009 soak env 5
1119         - 34  # rls2009 soak env 5
1120
1121     vpp-performance-changes-3n-hsw-mrr-h1:
1122       csit-vpp-perf-verify-2001-3n-hsw:
1123         - 17  # MRR sel
1124     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1125       csit-vpp-perf-report-iterative-2005-3n-hsw:
1126         - 30  # MRR env 4
1127     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1128       csit-vpp-perf-report-iterative-2009-3n-hsw:
1129         - 18  # rls2005 MRR iter env 5
1130     vpp-performance-changes-3n-hsw-mrr-cmp:
1131       csit-vpp-perf-report-iterative-2009-3n-hsw:
1132         - 23  # rls2009 MRR iter env 5
1133
1134     vpp-performance-changes-3n-skx-mrr-h1:
1135       csit-vpp-perf-verify-2001-3n-skx:
1136         - 50  # MRR sel
1137         - 53  # MRR sel addition
1138     vpp-performance-changes-3n-skx-mrr-ref-env4:
1139       csit-vpp-perf-report-iterative-2005-3n-skx:
1140         - 49  # MRR sel env 4
1141     vpp-performance-changes-3n-skx-mrr-ref-env5:
1142       csit-vpp-perf-report-iterative-2009-3n-skx:
1143         - 17  # rls2005 MRR iter env 5
1144     vpp-performance-changes-3n-skx-mrr-cmp:
1145       csit-vpp-perf-report-iterative-2009-3n-skx:
1146         - 24  # rls2009 MRR iter env 5
1147
1148     vpp-performance-changes-2n-skx-mrr-h1:
1149       csit-vpp-perf-verify-2001-2n-skx:
1150         - 101 # MRR sel
1151         - 128 # MRR sel addition
1152     vpp-performance-changes-2n-skx-mrr-ref-env4:
1153       csit-vpp-perf-report-iterative-2005-2n-skx:
1154         - 99  # MRR sel env 4
1155     vpp-performance-changes-2n-skx-mrr-ref-env5:
1156       csit-vpp-perf-report-iterative-2009-2n-skx:
1157         - 20  # rls2005 MRR iter env 5
1158     vpp-performance-changes-2n-skx-mrr-cmp:
1159       csit-vpp-perf-report-iterative-2009-2n-skx:
1160         - 85  # rls2009 MRR iter env 5
1161
1162     vpp-performance-changes-2n-clx-mrr-h1:
1163       csit-vpp-perf-verify-2001-2n-clx:
1164         - 39  # MRR
1165     vpp-performance-changes-2n-clx-mrr-ref-env4:
1166       csit-vpp-perf-report-iterative-2005-2n-clx:
1167         - 72   # MRR sel env 4
1168     vpp-performance-changes-2n-clx-mrr-ref-env5:
1169       csit-vpp-perf-report-iterative-2009-2n-clx:
1170         - 77  # rls2005 MRR iter env 5
1171     vpp-performance-changes-2n-clx-mrr-cmp:
1172       csit-vpp-perf-report-iterative-2009-2n-clx:
1173         - 102 # rls2009 MRR iter env 5
1174
1175     vpp-performance-changes-2n-dnv-mrr-h1:
1176       csit-vpp-perf-verify-2001-2n-dnv:
1177         - 12  # MRR sel
1178     vpp-performance-changes-2n-dnv-mrr-ref:
1179       csit-vpp-perf-report-iterative-2009-2n-dnv:
1180         - 23  # rls2005 MRR iter env 5
1181     vpp-performance-changes-2n-dnv-mrr-cmp:
1182       csit-vpp-perf-report-iterative-2009-2n-dnv:
1183         - 13  # rls2009 MRR iter env 5
1184
1185     vpp-performance-changes-3n-dnv-mrr-h1:
1186       csit-vpp-perf-verify-2001-3n-dnv:
1187         - 11  # MRR sel
1188     vpp-performance-changes-3n-dnv-mrr-ref:
1189       csit-vpp-perf-report-iterative-2009-3n-dnv:
1190         - 19  # rls2005 MRR iter env 5
1191     vpp-performance-changes-3n-dnv-mrr-cmp:
1192       csit-vpp-perf-report-iterative-2009-3n-dnv:
1193         - 22  # rls2009 MRR iter env 5
1194
1195     vpp-performance-changes-3n-tsh-mrr-h1:
1196       csit-vpp-perf-verify-2001-3n-tsh:
1197         - 9   # MRR sel
1198     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1199       csit-vpp-perf-report-iterative-2005-3n-tsh:
1200         - 27  # MRR sel env 4
1201     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1202       csit-vpp-perf-report-iterative-2009-3n-tsh:
1203         - 13  # rls2005 MRR iter env 5
1204     vpp-performance-changes-3n-tsh-mrr-cmp:
1205       csit-vpp-perf-report-iterative-2009-3n-tsh:
1206         - 15  # rls2009 MRR iter env 5
1207
1208     dpdk-performance-changes-3n-hsw-h1:
1209       csit-dpdk-perf-verify-2001-3n-hsw:
1210         - 4   # NDRPDR sel
1211         - 5   # NDRPDR sel
1212         - 6   # NDRPDR sel
1213         - 7   # NDRPDR sel
1214         - 8   # NDRPDR sel
1215         - 9   # NDRPDR sel
1216         - 10  # NDRPDR sel
1217         - 11  # NDRPDR sel
1218         - 12  # NDRPDR sel
1219         - 13  # NDRPDR sel
1220         - 15  # NDRPDR sel
1221         - 16  # NDRPDR sel
1222         - 17  # NDRPDR sel
1223         - 18  # NDRPDR sel
1224         - 19  # NDRPDR sel
1225         - 20  # NDRPDR sel
1226         - 21  # NDRPDR sel
1227         - 22  # NDRPDR sel
1228         - 23  # NDRPDR sel
1229         - 24  # NDRPDR sel
1230     dpdk-performance-changes-3n-hsw-ref:
1231       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1232         - 25  # NDRPDR iter
1233         - 26  # NDRPDR iter
1234         - 27  # NDRPDR iter
1235         - 28  # NDRPDR iter
1236         - 29  # NDRPDR iter
1237         - 30  # NDRPDR iter
1238         - 31  # NDRPDR iter
1239         - 32  # NDRPDR iter
1240         - 33  # NDRPDR iter
1241         - 34  # NDRPDR iter
1242     dpdk-performance-changes-3n-hsw-cmp:
1243       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1244         - 6   # NDRPDR iter env5
1245         - 7   # NDRPDR iter env5
1246         - 8   # NDRPDR iter env5
1247         - 9   # NDRPDR iter env5
1248         - 10  # NDRPDR iter env5
1249         - 11  # NDRPDR iter env5
1250         - 12  # NDRPDR iter env5
1251         - 13  # NDRPDR iter env5
1252         - 14  # NDRPDR iter env5
1253         - 15  # NDRPDR iter env5
1254
1255     dpdk-performance-changes-3n-skx-h1:
1256       csit-dpdk-perf-verify-2001-3n-skx:
1257         - 29  # NDRPDR sel xxv710
1258         - 33  # NDRPDR sel xxv710
1259         - 34  # NDRPDR sel xxv710
1260         - 35  # NDRPDR sel xxv710
1261         - 36  # NDRPDR sel xxv710
1262         - 37  # NDRPDR sel xxv710
1263         - 41  # NDRPDR sel xxv710
1264         - 42  # NDRPDR sel xxv710
1265         - 43  # NDRPDR sel xxv710
1266         - 45  # NDRPDR sel xxv710
1267         - 30  # NDRPDR sel x710
1268         - 31  # NDRPDR sel x710
1269         - 32  # NDRPDR sel x710
1270         - 38  # NDRPDR sel x710
1271         - 39  # NDRPDR sel x710
1272         - 40  # NDRPDR sel x710
1273         - 44  # NDRPDR sel x710
1274         - 46  # NDRPDR sel x710
1275         - 47  # NDRPDR sel x710
1276         - 48  # NDRPDR sel x710
1277     dpdk-performance-changes-3n-skx-ref:
1278       csit-dpdk-perf-report-iterative-2005-3n-skx:
1279         - 28  # NDRPDR iter
1280         - 29  # NDRPDR iter
1281         - 30  # NDRPDR iter
1282         - 31  # NDRPDR iter
1283         - 32  # NDRPDR iter
1284         - 33  # NDRPDR iter
1285         - 34  # NDRPDR iter
1286         - 35  # NDRPDR iter
1287         - 36  # NDRPDR iter
1288         - 37  # NDRPDR iter
1289     dpdk-performance-changes-3n-skx-cmp:
1290       csit-dpdk-perf-report-iterative-2009-3n-skx:
1291         - 4   # NDRPDR sel env5
1292         - 5   # NDRPDR sel env5
1293         - 6   # NDRPDR sel env5
1294         - 7   # NDRPDR sel env5
1295         - 8   # NDRPDR sel env5
1296         - 9   # NDRPDR sel env5
1297         - 14  # NDRPDR sel env5
1298         - 11  # NDRPDR sel env5
1299         - 12  # NDRPDR sel env5
1300         - 13  # NDRPDR sel env5
1301
1302     dpdk-performance-changes-2n-skx-h1:
1303       csit-dpdk-perf-verify-2001-2n-skx:
1304         - 35  # NDRPDR sel xxv710
1305         - 36  # NDRPDR sel xxv710
1306         - 37  # NDRPDR sel xxv710
1307         - 41  # NDRPDR sel xxv710
1308         - 42  # NDRPDR sel xxv710
1309         - 43  # NDRPDR sel xxv710
1310         - 46  # NDRPDR sel xxv710
1311         - 47  # NDRPDR sel xxv710
1312         - 52  # NDRPDR sel xxv710
1313         - 53  # NDRPDR sel xxv710
1314         - 38  # NDRPDR sel x710
1315         - 39  # NDRPDR sel x710
1316         - 40  # NDRPDR sel x710
1317         - 44  # NDRPDR sel x710
1318         - 45  # NDRPDR sel x710
1319         - 48  # NDRPDR sel x710
1320         - 49  # NDRPDR sel x710
1321         - 50  # NDRPDR sel x710
1322         - 51  # NDRPDR sel x710
1323         - 54  # NDRPDR sel x710
1324     dpdk-performance-changes-2n-skx-ref:
1325       csit-dpdk-perf-report-iterative-2005-2n-skx:
1326         - 20  # NDRPDR iter
1327         - 21  # NDRPDR iter
1328         - 22  # NDRPDR iter
1329         - 23  # NDRPDR iter
1330         - 24  # NDRPDR iter
1331         - 25  # NDRPDR iter
1332         - 26  # NDRPDR iter
1333         - 27  # NDRPDR iter
1334         - 28  # NDRPDR iter
1335         - 29  # NDRPDR iter
1336     dpdk-performance-changes-2n-skx-cmp:
1337       csit-dpdk-perf-report-iterative-2009-2n-skx:
1338         - 4   # NDRPDR iter env5
1339         - 5   # NDRPDR iter env5
1340         - 6   # NDRPDR iter env5
1341         - 7   # NDRPDR iter env5
1342         - 8   # NDRPDR iter env5
1343         - 9   # NDRPDR iter env5
1344         - 10  # NDRPDR iter env5
1345         - 11  # NDRPDR iter env5
1346         - 12  # NDRPDR iter env5
1347         - 13  # NDRPDR iter env5
1348
1349     dpdk-performance-changes-2n-clx-h1:
1350       csit-dpdk-perf-verify-2001-2n-clx:
1351         - 15  # NDRPDR sel
1352         - 16  # NDRPDR sel
1353         - 17  # NDRPDR sel
1354         - 18  # NDRPDR sel
1355         - 19  # NDRPDR sel
1356         - 20  # NDRPDR sel
1357         - 21  # NDRPDR sel
1358         - 22  # NDRPDR sel
1359         - 23  # NDRPDR sel
1360         - 24  # NDRPDR sel
1361         - 25  # NDRPDR sel
1362         - 26  # NDRPDR sel
1363         - 27  # NDRPDR sel
1364         - 28  # NDRPDR sel
1365         - 29  # NDRPDR sel
1366         - 30  # NDRPDR sel
1367         - 31  # NDRPDR sel
1368         - 32  # NDRPDR sel
1369         - 33  # NDRPDR sel
1370         - 34  # NDRPDR sel
1371     dpdk-performance-changes-2n-clx-ref:
1372       csit-dpdk-perf-report-iterative-2005-2n-clx:
1373         - 20  # NDRPDR iter
1374         - 21  # NDRPDR iter
1375         - 22  # NDRPDR iter
1376         - 23  # NDRPDR iter
1377         - 24  # NDRPDR iter
1378         - 25  # NDRPDR iter
1379         - 26  # NDRPDR iter
1380         - 27  # NDRPDR iter
1381         - 28  # NDRPDR iter
1382         - 29  # NDRPDR iter
1383     dpdk-performance-changes-2n-clx-cmp:
1384       csit-dpdk-perf-report-iterative-2009-2n-clx:
1385         - 4   # NDRPDR iter env5
1386         - 5   # NDRPDR iter env5
1387         - 6   # NDRPDR iter env5
1388         - 7   # NDRPDR iter env5
1389         - 8   # NDRPDR iter env5
1390         - 9   # NDRPDR iter env5
1391         - 10  # NDRPDR iter env5
1392         - 11  # NDRPDR iter env5
1393         - 12  # NDRPDR iter env5
1394         - 13  # NDRPDR iter env5
1395
1396 #    dpdk-performance-changes-2n-dnv-h1:
1397 #      csit-dpdk-perf-verify-2001-2n-dnv:
1398 #        - 9   # NDRPDR sel
1399 #        - 10  # NDRPDR sel
1400 #        - 11  # NDRPDR sel
1401 #        - 12  # NDRPDR sel
1402 #        - 13  # NDRPDR sel
1403 #        - 14  # NDRPDR sel
1404 #        - 15  # NDRPDR sel
1405 #        - 16  # NDRPDR sel
1406 #        - 17  # NDRPDR sel
1407 #        - 18  # NDRPDR sel
1408 #    dpdk-performance-changes-2n-dnv-ref:
1409 #      # No data
1410 #    dpdk-performance-changes-2n-dnv-cmp:
1411 #      # No data
1412 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1413
1414 #    dpdk-performance-changes-3n-dnv-h1:
1415 #      csit-dpdk-perf-verify-2001-3n-dnv:
1416 #        - 12  # NDRPDR sel
1417 #        - 13  # NDRPDR sel
1418 #        - 14  # NDRPDR sel
1419 #        - 15  # NDRPDR sel
1420 #        - 16  # NDRPDR sel
1421 #        - 17  # NDRPDR sel
1422 #        - 18  # NDRPDR sel
1423 #        - 19  # NDRPDR sel
1424 #        - 20  # NDRPDR sel
1425 #        - 22  # NDRPDR sel
1426 #    dpdk-performance-changes-3n-dnv-ref:
1427 #      # No data
1428 #    dpdk-performance-changes-3n-dnv-cmp:
1429 #      # No data
1430 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1431
1432     dpdk-performance-changes-3n-tsh-h1:
1433       csit-dpdk-perf-verify-2001-3n-tsh:
1434         - 3   # NDRPDR sel
1435         - 4   # NDRPDR sel
1436         - 5   # NDRPDR sel
1437         - 9   # NDRPDR sel
1438         - 10  # NDRPDR sel
1439         - 11  # NDRPDR sel
1440         - 12  # NDRPDR sel
1441         - 14  # NDRPDR sel
1442         - 15  # NDRPDR sel
1443         - 18  # NDRPDR sel
1444     dpdk-performance-changes-3n-tsh-ref:
1445       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1446         - 5   # NDRPDR sel
1447     dpdk-performance-changes-3n-tsh-cmp:
1448       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1449         - 1   # NDRPDR iter env5
1450         - 2   # NDRPDR iter env5
1451         - 3   # NDRPDR iter env5
1452         - 4   # NDRPDR iter env5
1453         - 5   # NDRPDR iter env5
1454         - 6   # NDRPDR iter env5
1455         - 7   # NDRPDR iter env5
1456         - 9   # NDRPDR iter env5
1457         - 10  # NDRPDR iter env5
1458         - 11  # NDRPDR iter env5
1459
1460     # Compare testbeds
1461
1462     vpp-compare-testbeds-ref:
1463       csit-vpp-perf-report-iterative-2009-3n-hsw:
1464         - 21  # rls2009 NDRPDR iter env 5
1465         - 22  # rls2009 NDRPDR iter env 5
1466         - 24  # rls2009 NDRPDR iter env 5
1467         - 25  # rls2009 NDRPDR iter env 5
1468         - 26  # rls2009 NDRPDR iter env 5
1469         - 27  # rls2009 NDRPDR iter env 5
1470         - 28  # rls2009 NDRPDR iter env 5
1471         - 29  # rls2009 NDRPDR iter env 5
1472         - 30  # rls2009 NDRPDR iter env 5
1473         - 31  # rls2009 NDRPDR iter env 5
1474     vpp-compare-testbeds-cmp:
1475       csit-vpp-perf-report-iterative-2009-3n-skx:
1476         - 26  # rls2009 NDRPDR iter env 5
1477         - 27  # rls2009 NDRPDR iter env 5
1478         - 28  # rls2009 NDRPDR iter env 5
1479         - 29  # rls2009 NDRPDR iter env 5
1480         - 35  # rls2009 NDRPDR iter env 5
1481         - 36  # rls2009 NDRPDR iter env 5
1482         - 37  # rls2009 NDRPDR iter env 5
1483         - 38  # rls2009 NDRPDR iter env 5
1484         - 39  # rls2009 NDRPDR iter env 5
1485         - 40  # rls2009 NDRPDR iter env 5
1486
1487     vpp-compare-testbeds-skx-clx-ref:
1488       csit-vpp-perf-report-iterative-2009-2n-skx:
1489         - 35  # rls2009 NDRPDR iter env 5
1490         - 36  # rls2009 NDRPDR iter env 5
1491         - 37  # rls2009 NDRPDR iter env 5
1492         - 39  # rls2009 NDRPDR iter env 5
1493         - 40  # rls2009 NDRPDR iter env 5
1494         - 42  # rls2009 NDRPDR iter env 5
1495         - 43  # rls2009 NDRPDR iter env 5
1496         - 44  # rls2009 NDRPDR iter env 5
1497         - 46  # rls2009 NDRPDR iter env 5
1498         - 48  # rls2009 NDRPDR iter env 5
1499         - 74  # rls2009 NDRPDR iter NAT44 env 5
1500         - 75  # rls2009 NDRPDR iter NAT44 env 5
1501         - 76  # rls2009 NDRPDR iter NAT44 env 5
1502         - 77  # rls2009 NDRPDR iter NAT44 env 5
1503         - 78  # rls2009 NDRPDR iter NAT44 env 5
1504         - 79  # rls2009 NDRPDR iter NAT44 env 5
1505         - 80  # rls2009 NDRPDR iter NAT44 env 5
1506         - 81  # rls2009 NDRPDR iter NAT44 env 5
1507         - 82  # rls2009 NDRPDR iter NAT44 env 5
1508         - 83  # rls2009 NDRPDR iter NAT44 env 5
1509     vpp-compare-testbeds-skx-clx-cmp:
1510       csit-vpp-perf-report-iterative-2009-2n-clx:
1511         - 36  # rls2009 NDRPDR iter env 5
1512         - 39  # rls2009 NDRPDR iter env 5
1513         - 40  # rls2009 NDRPDR iter env 5
1514         - 65  # rls2009 NDRPDR iter env 5
1515         - 66  # rls2009 NDRPDR iter env 5
1516         - 79  # rls2009 NDRPDR iter env 5
1517         - 82  # rls2009 NDRPDR iter env 5
1518         - 88  # rls2009 NDRPDR iter env 5
1519         - 89  # rls2009 NDRPDR iter env 5
1520         - 90  # rls2009 NDRPDR iter env 5
1521         - 91  # rls2009 NDRPDR iter NAT44 env 5
1522         - 92  # rls2009 NDRPDR iter NAT44 env 5
1523         - 94  # rls2009 NDRPDR iter NAT44 env 5
1524         - 95  # rls2009 NDRPDR iter NAT44 env 5
1525         - 96  # rls2009 NDRPDR iter NAT44 env 5
1526         - 97  # rls2009 NDRPDR iter NAT44 env 5
1527         - 98  # rls2009 NDRPDR iter NAT44 env 5
1528         - 99  # rls2009 NDRPDR iter NAT44 env 5
1529         - 100 # rls2009 NDRPDR iter NAT44 env 5
1530         - 101 # rls2009 NDRPDR iter NAT44 env 5
1531
1532     vpp-compare-testbeds-hsw-clx-ref:
1533       csit-vpp-perf-report-iterative-2009-3n-hsw:
1534         - 21  # rls2009 NDRPDR iter env 5
1535         - 22  # rls2009 NDRPDR iter env 5
1536         - 24  # rls2009 NDRPDR iter env 5
1537         - 25  # rls2009 NDRPDR iter env 5
1538         - 26  # rls2009 NDRPDR iter env 5
1539         - 27  # rls2009 NDRPDR iter env 5
1540         - 28  # rls2009 NDRPDR iter env 5
1541         - 29  # rls2009 NDRPDR iter env 5
1542         - 30  # rls2009 NDRPDR iter env 5
1543         - 31  # rls2009 NDRPDR iter env 5
1544     vpp-compare-testbeds-hsw-clx-cmp:
1545       csit-vpp-perf-report-iterative-2009-2n-clx:
1546         - 36  # rls2009 NDRPDR iter env 5
1547         - 39  # rls2009 NDRPDR iter env 5
1548         - 40  # rls2009 NDRPDR iter env 5
1549         - 65  # rls2009 NDRPDR iter env 5
1550         - 66  # rls2009 NDRPDR iter env 5
1551         - 79  # rls2009 NDRPDR iter env 5
1552         - 82  # rls2009 NDRPDR iter env 5
1553         - 88  # rls2009 NDRPDR iter env 5
1554         - 89  # rls2009 NDRPDR iter env 5
1555         - 90  # rls2009 NDRPDR iter env 5
1556
1557     vpp-compare-testbeds-mrr-ref:
1558       csit-vpp-perf-report-iterative-2009-3n-hsw:
1559         - 23  # rls2009 MRR iter env 5
1560     vpp-compare-testbeds-mrr-cmp:
1561       csit-vpp-perf-report-iterative-2009-3n-skx:
1562         - 24  # rls2009 MRR iter env 5
1563
1564     vpp-compare-testbeds-mrr-skx-clx-ref:
1565       csit-vpp-perf-report-iterative-2009-2n-skx:
1566         - 85  # rls2009 MRR iter env 5
1567     vpp-compare-testbeds-mrr-skx-clx-cmp:
1568       csit-vpp-perf-report-iterative-2009-2n-clx:
1569         - 102 # rls2009 MRR iter env 5
1570
1571     vpp-compare-testbeds-mrr-hsw-clx-ref:
1572       csit-vpp-perf-report-iterative-2009-3n-hsw:
1573         - 23  # rls2009 MRR iter env 5
1574     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1575       csit-vpp-perf-report-iterative-2009-2n-clx:
1576         - 102 # rls2009 MRR iter env 5
1577
1578     dpdk-compare-testbeds-ref:
1579       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1580         - 6   # NDRPDR iter env5
1581         - 7   # NDRPDR iter env5
1582         - 8   # NDRPDR iter env5
1583         - 9   # NDRPDR iter env5
1584         - 10  # NDRPDR iter env5
1585         - 11  # NDRPDR iter env5
1586         - 12  # NDRPDR iter env5
1587         - 13  # NDRPDR iter env5
1588         - 14  # NDRPDR iter env5
1589         - 15  # NDRPDR iter env5
1590     dpdk-compare-testbeds-cmp:
1591       csit-dpdk-perf-report-iterative-2009-3n-skx:
1592         - 4   # NDRPDR sel env5
1593         - 5   # NDRPDR sel env5
1594         - 6   # NDRPDR sel env5
1595         - 7   # NDRPDR sel env5
1596         - 8   # NDRPDR sel env5
1597         - 9   # NDRPDR sel env5
1598         - 14  # NDRPDR sel env5
1599         - 11  # NDRPDR sel env5
1600         - 12  # NDRPDR sel env5
1601         - 13  # NDRPDR sel env5
1602
1603     dpdk-compare-testbeds-skx-clx-ref:
1604       csit-dpdk-perf-report-iterative-2009-2n-skx:
1605         - 4   # NDRPDR iter env5
1606         - 5   # NDRPDR iter env5
1607         - 6   # NDRPDR iter env5
1608         - 7   # NDRPDR iter env5
1609         - 8   # NDRPDR iter env5
1610         - 9   # NDRPDR iter env5
1611         - 10  # NDRPDR iter env5
1612         - 11  # NDRPDR iter env5
1613         - 12  # NDRPDR iter env5
1614         - 13  # NDRPDR iter env5
1615     dpdk-compare-testbeds-skx-clx-cmp:
1616       csit-dpdk-perf-report-iterative-2009-2n-clx:
1617         - 4   # NDRPDR iter env5
1618         - 5   # NDRPDR iter env5
1619         - 6   # NDRPDR iter env5
1620         - 7   # NDRPDR iter env5
1621         - 8   # NDRPDR iter env5
1622         - 9   # NDRPDR iter env5
1623         - 10  # NDRPDR iter env5
1624         - 11  # NDRPDR iter env5
1625         - 12  # NDRPDR iter env5
1626         - 13  # NDRPDR iter env5
1627
1628     # Compare topologies
1629
1630     vpp-compare-topologies-ref:
1631       csit-vpp-perf-report-iterative-2009-3n-skx:
1632         - 26  # rls2009 NDRPDR iter env 5
1633         - 27  # rls2009 NDRPDR iter env 5
1634         - 28  # rls2009 NDRPDR iter env 5
1635         - 29  # rls2009 NDRPDR iter env 5
1636         - 35  # rls2009 NDRPDR iter env 5
1637         - 36  # rls2009 NDRPDR iter env 5
1638         - 37  # rls2009 NDRPDR iter env 5
1639         - 38  # rls2009 NDRPDR iter env 5
1640         - 39  # rls2009 NDRPDR iter env 5
1641         - 40  # rls2009 NDRPDR iter env 5
1642     vpp-compare-topologies-cmp:
1643       csit-vpp-perf-report-iterative-2009-2n-skx:
1644         - 35  # rls2009 NDRPDR iter env 5
1645         - 36  # rls2009 NDRPDR iter env 5
1646         - 37  # rls2009 NDRPDR iter env 5
1647         - 39  # rls2009 NDRPDR iter env 5
1648         - 40  # rls2009 NDRPDR iter env 5
1649         - 42  # rls2009 NDRPDR iter env 5
1650         - 43  # rls2009 NDRPDR iter env 5
1651         - 44  # rls2009 NDRPDR iter env 5
1652         - 46  # rls2009 NDRPDR iter env 5
1653         - 48  # rls2009 NDRPDR iter env 5
1654
1655     vpp-compare-topologies-mrr-ref:
1656       csit-vpp-perf-report-iterative-2009-3n-skx:
1657         - 24  # rls2009 MRR iter env 5
1658     vpp-compare-topologies-mrr-cmp:
1659       csit-vpp-perf-report-iterative-2009-2n-skx:
1660         - 85  # rls2009 MRR iter env 5
1661
1662     dpdk-compare-topologies-ref:
1663       csit-dpdk-perf-report-iterative-2009-3n-skx:
1664         - 4   # NDRPDR sel env5
1665         - 5   # NDRPDR sel env5
1666         - 6   # NDRPDR sel env5
1667         - 7   # NDRPDR sel env5
1668         - 8   # NDRPDR sel env5
1669         - 9   # NDRPDR sel env5
1670         - 14  # NDRPDR sel env5
1671         - 11  # NDRPDR sel env5
1672         - 12  # NDRPDR sel env5
1673         - 13  # NDRPDR sel env5
1674     dpdk-compare-topologies-cmp:
1675       csit-dpdk-perf-report-iterative-2009-2n-skx:
1676         - 4   # NDRPDR iter env5
1677         - 5   # NDRPDR iter env5
1678         - 6   # NDRPDR iter env5
1679         - 7   # NDRPDR iter env5
1680         - 8   # NDRPDR iter env5
1681         - 9   # NDRPDR iter env5
1682         - 10  # NDRPDR iter env5
1683         - 11  # NDRPDR iter env5
1684         - 12  # NDRPDR iter env5
1685         - 13  # NDRPDR iter env5
1686
1687   plot-layouts:
1688
1689     plot-soak-throughput:
1690       titlefont:
1691         size: 16
1692       xaxis:
1693         title: "<b>Test Cases [Index]</b>"
1694         titlefont:
1695           size: 14
1696         autorange: True
1697         fixedrange: False
1698         gridcolor: "rgb(230, 230, 230)"
1699         linecolor: "rgb(220, 220, 220)"
1700         linewidth: 1
1701         showgrid: True
1702         showline: True
1703         showticklabels: True
1704         tickcolor: "rgb(220, 220, 220)"
1705         tickmode: "linear"
1706         tickfont:
1707           size: 14
1708         zeroline: False
1709       yaxis:
1710         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1711         titlefont:
1712           size: 14
1713         gridcolor: "rgb(230, 230, 230)"
1714         hoverformat: ".4r"
1715         tickformat: ".3r"
1716         linecolor: "rgb(220, 220, 220)"
1717         linewidth: 1
1718         showgrid: True
1719         showline: True
1720         showticklabels: True
1721         tickcolor: "rgb(220, 220, 220)"
1722         tickfont:
1723           size: 14
1724         zeroline: False
1725         range: [0,50]
1726       autosize: False
1727       margin:
1728         t: 50
1729         b: 0
1730         l: 80
1731         r: 20
1732       showlegend: True
1733       legend:
1734         orientation: "h"
1735         font:
1736           size: 14
1737       width: 700
1738       height: 900
1739       paper_bgcolor: "#fff"
1740       plot_bgcolor: "#fff"
1741       hoverlabel:
1742         namelength: -1
1743
1744     plot-service-density:
1745       titlefont:
1746         size: 16
1747       xaxis:
1748         side: "top"
1749         autorange: True
1750         fixedrange: False
1751         showgrid: False
1752         showline: False
1753         showticklabels: False
1754         ticks: ""
1755         ticklen: 0
1756         tickwidth: 0
1757         zeroline: False
1758       yaxis:
1759         autorange: "reversed"
1760         showgrid: False
1761         showline: False
1762         showticklabels: False
1763         ticks: ""
1764         ticklen: 0
1765         tickwidth: 0
1766         zeroline: False
1767       showlegend: False
1768       paper_bgcolor: "#fff"
1769       plot_bgcolor: "#fff"
1770       width: 700
1771       height: 700
1772       hoverlabel:
1773         namelength: -1
1774
1775     plot-hoststack:
1776       titlefont:
1777         size: 16
1778       xaxis:
1779         title: "<b>Test Cases [Index]</b>"
1780         titlefont:
1781           size: 14
1782         autorange: True
1783         fixedrange: False
1784         gridcolor: "rgb(230, 230, 230)"
1785         linecolor: "rgb(220, 220, 220)"
1786         linewidth: 1
1787         showgrid: True
1788         showline: True
1789         showticklabels: True
1790         tickcolor: "rgb(220, 220, 220)"
1791         tickmode: "linear"
1792         tickfont:
1793           size: 14
1794         zeroline: False
1795       yaxis:
1796         title: "<b>Bandwidth [Gbps]</b>"
1797         titlefont:
1798           size: 14
1799         gridcolor: "rgb(230, 230, 230)"
1800         hoverformat: ".4s"
1801         linecolor: "rgb(220, 220, 220)"
1802         linewidth: 1
1803         rangemode: "tozero"
1804         showgrid: True
1805         showline: True
1806         showticklabels: True
1807         tickcolor: "rgb(230, 230, 230)"
1808         tickformat: ".3s"
1809         tickfont:
1810           size: 14
1811         zeroline: False
1812       autosize: False
1813       margin:
1814         t: 50
1815         b: 20
1816         l: 80
1817         r: 20
1818       showlegend: True
1819       legend:
1820         orientation: "h"
1821         font:
1822           size: 14
1823       width: 700
1824       height: 800
1825       paper_bgcolor: "#fff"
1826       plot_bgcolor: "#fff"
1827       hoverlabel:
1828         namelength: -1
1829
1830     plot-throughput:
1831       titlefont:
1832         size: 16
1833       xaxis:
1834         title: "<b>Test Cases [Index]</b>"
1835         titlefont:
1836           size: 14
1837         autorange: True
1838         fixedrange: False
1839         gridcolor: "rgb(230, 230, 230)"
1840         linecolor: "rgb(220, 220, 220)"
1841         linewidth: 1
1842         showgrid: True
1843         showline: True
1844         showticklabels: True
1845         tickcolor: "rgb(220, 220, 220)"
1846         tickmode: "linear"
1847         tickfont:
1848           size: 14
1849         zeroline: False
1850       yaxis:
1851         title: "<b>Packet Throughput [Mpps]</b>"
1852         titlefont:
1853           size: 14
1854         gridcolor: "rgb(230, 230, 230)"
1855         hoverformat: ".4r"
1856         tickformat: ".3r"
1857         linecolor: "rgb(220, 220, 220)"
1858         linewidth: 1
1859         showgrid: True
1860         showline: True
1861         showticklabels: True
1862         tickcolor: "rgb(220, 220, 220)"
1863         tickfont:
1864           size: 14
1865         zeroline: False
1866         range: [0,50]
1867       autosize: False
1868       margin:
1869         t: 50
1870         b: 0
1871         l: 80
1872         r: 20
1873       showlegend: True
1874       legend:
1875         orientation: "h"
1876         font:
1877           size: 14
1878       width: 700
1879       height: 900
1880       paper_bgcolor: "#fff"
1881       plot_bgcolor: "#fff"
1882       hoverlabel:
1883         namelength: -1
1884
1885     plot-throughput-gbps:
1886       titlefont:
1887         size: 16
1888       xaxis:
1889         title: "<b>Test Cases [Index]</b>"
1890         titlefont:
1891           size: 14
1892         autorange: True
1893         fixedrange: False
1894         gridcolor: "rgb(230, 230, 230)"
1895         linecolor: "rgb(220, 220, 220)"
1896         linewidth: 1
1897         showgrid: True
1898         showline: True
1899         showticklabels: True
1900         tickcolor: "rgb(220, 220, 220)"
1901         tickmode: "linear"
1902         tickfont:
1903           size: 14
1904         zeroline: False
1905       yaxis:
1906         title: "<b>Packet Throughput [Gbps]</b>"
1907         titlefont:
1908           size: 14
1909         gridcolor: "rgb(230, 230, 230)"
1910         hoverformat: ".4r"
1911         tickformat: ".3r"
1912         linecolor: "rgb(220, 220, 220)"
1913         linewidth: 1
1914         showgrid: True
1915         showline: True
1916         showticklabels: True
1917         tickcolor: "rgb(220, 220, 220)"
1918         tickfont:
1919           size: 14
1920         zeroline: False
1921         range: [0,10]
1922       autosize: False
1923       margin:
1924         t: 50
1925         b: 0
1926         l: 80
1927         r: 20
1928       showlegend: True
1929       legend:
1930         orientation: "h"
1931         font:
1932           size: 14
1933       width: 700
1934       height: 900
1935       paper_bgcolor: "#fff"
1936       plot_bgcolor: "#fff"
1937       hoverlabel:
1938         namelength: -1
1939
1940     plot-cps:
1941       titlefont:
1942         size: 16
1943       xaxis:
1944         title: "<b>Test Cases [Index]</b>"
1945         titlefont:
1946           size: 14
1947         autorange: True
1948         fixedrange: False
1949         gridcolor: "rgb(230, 230, 230)"
1950         linecolor: "rgb(220, 220, 220)"
1951         linewidth: 1
1952         showgrid: True
1953         showline: True
1954         showticklabels: True
1955         tickcolor: "rgb(220, 220, 220)"
1956         tickmode: "linear"
1957         tickfont:
1958           size: 14
1959         zeroline: False
1960       yaxis:
1961         title: "<b>Connections Per Second [cps]</b>"
1962         titlefont:
1963           size: 14
1964         gridcolor: "rgb(230, 230, 230)"
1965         hoverformat: ".4r"
1966         tickformat: ".3s"
1967         linecolor: "rgb(220, 220, 220)"
1968         linewidth: 1
1969         showgrid: True
1970         showline: True
1971         showticklabels: True
1972         tickcolor: "rgb(220, 220, 220)"
1973         tickfont:
1974           size: 14
1975         zeroline: False
1976         range: [0,10]
1977       autosize: False
1978       margin:
1979         t: 50
1980         b: 0
1981         l: 80
1982         r: 20
1983       showlegend: True
1984       legend:
1985         orientation: "h"
1986         font:
1987           size: 14
1988       width: 700
1989       height: 900
1990       paper_bgcolor: "#fff"
1991       plot_bgcolor: "#fff"
1992       hoverlabel:
1993         namelength: -1
1994
1995     plot-throughput-speedup-analysis:
1996       titlefont:
1997         size: 16
1998       xaxis:
1999         title: "<b>Number of Cores [Qty]</b>"
2000         titlefont:
2001           size: 14
2002         autorange: True
2003         fixedrange: False
2004         gridcolor: "rgb(230, 230, 230)"
2005         linecolor: "rgb(220, 220, 220)"
2006         linewidth: 1
2007         showgrid: True
2008         showline: True
2009         showticklabels: True
2010         tickcolor: "rgb(238, 238, 238)"
2011         tickmode: "linear"
2012         tickfont:
2013           size: 14
2014         zeroline: False
2015       yaxis:
2016         title: "<b>Packet Throughput [Mpps]</b>"
2017         titlefont:
2018           size: 14
2019         type: "linear"
2020         gridcolor: "rgb(230, 230, 230)"
2021         hoverformat: ".4s"
2022         linecolor: "rgb(220, 220, 220)"
2023         linewidth: 1
2024         showgrid: True
2025         showline: True
2026         showticklabels: True
2027         tickcolor: "rgb(220, 220, 220)"
2028         tickformat: ".4s"
2029         tickfont:
2030           size: 14
2031         zeroline: True
2032         rangemode: "tozero"
2033         range: [0,100]
2034       legend:
2035         orientation: "h"
2036         font:
2037           size: 14
2038         xanchor: "left"
2039         yanchor: "top"
2040         x: 0
2041         y: -0.2
2042         bgcolor: "rgba(255, 255, 255, 0)"
2043         bordercolor: "rgba(255, 255, 255, 0)"
2044         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2045       autosize: False
2046       margin:
2047           't': 50
2048           'b': 150
2049           'l': 85
2050           'r': 10
2051       showlegend: True
2052       width: 700
2053       height: 700
2054       paper_bgcolor: "#fff"
2055       plot_bgcolor: "#fff"
2056       hoverlabel:
2057         namelength: -1
2058       annotations: [
2059         {
2060           text: "_ _          __          ...",
2061           align: "left",
2062           showarrow: False,
2063           xref: "paper",
2064           yref: "paper",
2065           xanchor: "left",
2066           yanchor: "top",
2067           x: 0,
2068           y: -0.14,
2069           font: {
2070             family: "Consolas, Courier New",
2071             size: 13
2072           },
2073         },
2074         {
2075           text: "    Perfect     Measured     Limit",
2076           align: "left",
2077           showarrow: False,
2078           xref: "paper",
2079           yref: "paper",
2080           xanchor: "left",
2081           yanchor: "top",
2082           x: 0,
2083           y: -0.15,
2084           font: {
2085             family: "Consolas, Courier New",
2086             size: 13
2087           },
2088         },
2089       ]
2090
2091     plot-throughput-speedup-analysis-gbps:
2092       titlefont:
2093         size: 16
2094       xaxis:
2095         title: "<b>Number of Cores [Qty]</b>"
2096         titlefont:
2097           size: 14
2098         autorange: True
2099         fixedrange: False
2100         gridcolor: "rgb(230, 230, 230)"
2101         linecolor: "rgb(220, 220, 220)"
2102         linewidth: 1
2103         showgrid: True
2104         showline: True
2105         showticklabels: True
2106         tickcolor: "rgb(238, 238, 238)"
2107         tickmode: "linear"
2108         tickfont:
2109           size: 14
2110         zeroline: False
2111       yaxis:
2112         title: "<b>Packet Throughput [Gbps]</b>"
2113         titlefont:
2114           size: 14
2115         type: "linear"
2116         gridcolor: "rgb(230, 230, 230)"
2117         hoverformat: ".4s"
2118         linecolor: "rgb(220, 220, 220)"
2119         linewidth: 1
2120         showgrid: True
2121         showline: True
2122         showticklabels: True
2123         tickcolor: "rgb(220, 220, 220)"
2124         tickformat: ".4s"
2125         tickfont:
2126           size: 14
2127         zeroline: True
2128         rangemode: "tozero"
2129         range: [0,100]
2130       legend:
2131         orientation: "h"
2132         font:
2133           size: 14
2134         xanchor: "left"
2135         yanchor: "top"
2136         x: 0
2137         y: -0.2
2138         bgcolor: "rgba(255, 255, 255, 0)"
2139         bordercolor: "rgba(255, 255, 255, 0)"
2140         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2141       autosize: False
2142       margin:
2143           't': 50
2144           'b': 150
2145           'l': 85
2146           'r': 10
2147       showlegend: True
2148       width: 700
2149       height: 700
2150       paper_bgcolor: "#fff"
2151       plot_bgcolor: "#fff"
2152       hoverlabel:
2153         namelength: -1
2154       annotations: [
2155         {
2156           text: "_ _          __",
2157           align: "left",
2158           showarrow: False,
2159           xref: "paper",
2160           yref: "paper",
2161           xanchor: "left",
2162           yanchor: "top",
2163           x: 0,
2164           y: -0.13,
2165           font: {
2166             family: "Consolas, Courier New",
2167             size: 13
2168           },
2169         },
2170         {
2171           text: "    Perfect     Measured",
2172           align: "left",
2173           showarrow: False,
2174           xref: "paper",
2175           yref: "paper",
2176           xanchor: "left",
2177           yanchor: "top",
2178           x: 0,
2179           y: -0.15,
2180           font: {
2181             family: "Consolas, Courier New",
2182             size: 13
2183           },
2184         },
2185       ]
2186
2187     plot-throughput-speedup-analysis-cps:
2188       titlefont:
2189         size: 16
2190       xaxis:
2191         title: "<b>Number of Cores [Qty]</b>"
2192         titlefont:
2193           size: 14
2194         autorange: True
2195         fixedrange: False
2196         gridcolor: "rgb(230, 230, 230)"
2197         linecolor: "rgb(220, 220, 220)"
2198         linewidth: 1
2199         showgrid: True
2200         showline: True
2201         showticklabels: True
2202         tickcolor: "rgb(238, 238, 238)"
2203         tickmode: "linear"
2204         tickfont:
2205           size: 14
2206         zeroline: False
2207       yaxis:
2208         title: "<b>Connections Per Second [cps]</b>"
2209         titlefont:
2210           size: 14
2211         type: "linear"
2212         gridcolor: "rgb(230, 230, 230)"
2213         hoverformat: ".4s"
2214         linecolor: "rgb(220, 220, 220)"
2215         linewidth: 1
2216         showgrid: True
2217         showline: True
2218         showticklabels: True
2219         tickcolor: "rgb(220, 220, 220)"
2220         tickformat: ".4s"
2221         tickfont:
2222           size: 14
2223         zeroline: True
2224         rangemode: "tozero"
2225         range: [0,100]
2226       legend:
2227         orientation: "h"
2228         font:
2229           size: 14
2230         xanchor: "left"
2231         yanchor: "top"
2232         x: 0
2233         y: -0.2
2234         bgcolor: "rgba(255, 255, 255, 0)"
2235         bordercolor: "rgba(255, 255, 255, 0)"
2236         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2237       autosize: False
2238       margin:
2239           't': 50
2240           'b': 150
2241           'l': 85
2242           'r': 10
2243       showlegend: True
2244       width: 700
2245       height: 700
2246       paper_bgcolor: "#fff"
2247       plot_bgcolor: "#fff"
2248       hoverlabel:
2249         namelength: -1
2250       annotations: [
2251         {
2252           text: "_ _          __",
2253           align: "left",
2254           showarrow: False,
2255           xref: "paper",
2256           yref: "paper",
2257           xanchor: "left",
2258           yanchor: "top",
2259           x: 0,
2260           y: -0.13,
2261           font: {
2262             family: "Consolas, Courier New",
2263             size: 13
2264           },
2265         },
2266         {
2267           text: "    Perfect     Measured",
2268           align: "left",
2269           showarrow: False,
2270           xref: "paper",
2271           yref: "paper",
2272           xanchor: "left",
2273           yanchor: "top",
2274           x: 0,
2275           y: -0.15,
2276           font: {
2277             family: "Consolas, Courier New",
2278             size: 13
2279           },
2280         },
2281       ]
2282
2283     plot-latency:
2284       titlefont:
2285         size: 16
2286       xaxis:
2287         title: "<b>Direction</b>"
2288         titlefont:
2289           size: 14
2290         autorange: True
2291         fixedrange: False
2292         gridcolor: "rgb(230, 230, 230)"
2293         linecolor: "rgb(220, 220, 220)"
2294         linewidth: 1
2295         showgrid: True
2296         showline: True
2297         showticklabels: False
2298         tickcolor: "rgb(220, 220, 220)"
2299         tickmode: "linear"
2300         tickfont:
2301           size: 14
2302         zeroline: False
2303       yaxis:
2304         title: "<b>Packet Latency [uSec]</b>"
2305         titlefont:
2306           size: 14
2307         type: "linear"
2308         gridcolor: "rgb(230, 230, 230)"
2309         hoverformat: ".4s"
2310         linecolor: "rgb(220, 220, 220)"
2311         linewidth: 1
2312         showgrid: True
2313         showline: True
2314         showticklabels: True
2315         tickcolor: "rgb(220, 220, 220)"
2316         tickformat: ".4s"
2317         tickfont:
2318           size: 14
2319         zeroline: True
2320         rangemode: "tozero"
2321       legend:
2322         orientation: "h"
2323         font:
2324           size: 14
2325         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2326       autosize: False
2327       margin:
2328           't': 50
2329           'b': 150
2330           'l': 80
2331           'r': 10
2332       showlegend: True
2333       width: 700
2334       height: 700
2335       paper_bgcolor: "#fff"
2336       plot_bgcolor: "#fff"
2337       hoverlabel:
2338         namelength: -1
2339
2340     plot-hdrh-latency:
2341       title:
2342         text: ""
2343         xanchor: "center"
2344         x: 0.5
2345         font:
2346           size: 16
2347       width: 700
2348       plot_bgcolor: "white"
2349       annotations:
2350         - font:
2351             size: 14
2352           showarrow: False
2353           text: "<b>Packet Latency [uSec]</b>"
2354           x: 1
2355           xanchor: "right"
2356           xref: "paper"
2357           y: -0.045
2358           yanchor: "top"
2359           yref: "paper"
2360         - font:
2361             size: 14
2362           showarrow: False
2363           text: "<b>Probability [%]</b>"
2364           textangle: 270
2365           x: -0.06
2366           xanchor: "center"
2367           xref: "paper"
2368           y: 0.5
2369           yanchor: "middle"
2370           yref: "paper"
2371         - font:
2372             size: 14
2373           showarrow: False
2374           text: "<b>Direction: E-W</b>"
2375           x: 0.24
2376           xanchor: "center"
2377           xref: "paper"
2378           y: 1.05
2379           yanchor: "bottom"
2380           yref: "paper"
2381         - font:
2382             size: 14
2383           showarrow: False
2384           text: "<b>Direction: W-E</b>"
2385           x: 0.74
2386           xanchor: "center"
2387           xref: "paper"
2388           y: 1.05
2389           yanchor: "bottom"
2390           yref: "paper"
2391
2392     plot-hdrh-latency-percentile:
2393       title:
2394         text: ""
2395         xanchor: "center"
2396         x: 0.5
2397         font:
2398           size: 16
2399       xaxis:
2400         type: "log"
2401         title: "<b>Percentile [%]</b>"
2402         titlefont:
2403           size: 14
2404         autorange: True
2405         fixedrange: False
2406         gridcolor: "rgb(230, 230, 230)"
2407         linecolor: "rgb(220, 220, 220)"
2408         linewidth: 1
2409         showgrid: True
2410         showline: True
2411         showticklabels: True
2412         tickcolor: "rgb(220, 220, 220)"
2413         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2414         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2415         tickfont:
2416           size: 14
2417       yaxis:
2418         title: "<b>Packet Latency [uSec]</b>"
2419         titlefont:
2420           size: 14
2421         gridcolor: "rgb(230, 230, 230)"
2422         linecolor: "rgb(220, 220, 220)"
2423         linewidth: 1
2424         showgrid: True
2425         showline: True
2426         showticklabels: True
2427         tickcolor: "rgb(220, 220, 220)"
2428         tickfont:
2429           size: 14
2430       autosize: False
2431       showlegend: True
2432       legend:
2433         traceorder: "normal"
2434         orientation: "h"
2435         font:
2436           size: 14
2437         xanchor: "left"
2438         yanchor: "top"
2439         x: 0
2440         y: -0.15
2441         bgcolor: "rgba(255, 255, 255, 0)"
2442         bordercolor: "rgba(255, 255, 255, 0)"
2443       width: 700
2444       height: 700
2445       paper_bgcolor: "white"
2446       plot_bgcolor: "white"
2447
2448     plot-hdrh-latency-by-percentile:
2449       title:
2450         text: "<b>Latency by Percentile Distribution</b>"
2451         xanchor: "center"
2452         x: 0.5
2453         font:
2454           size: 18
2455       showlegend: True
2456       legend:
2457         traceorder: "normal"
2458         orientation: "h"
2459         font:
2460           size: 16
2461         xanchor: "left"
2462         yanchor: "top"
2463         x: 0
2464         y: -0.2
2465         bgcolor: "rgba(255, 255, 255, 0)"
2466         bordercolor: "rgba(255, 255, 255, 0)"
2467       xaxis:
2468         type: "linear"
2469         title: "<b>Percentile [%]</b>"
2470         titlefont:
2471           size: 14
2472         autorange: False
2473         fixedrange: False
2474         range: [0, 100]
2475         gridcolor: "rgb(230, 230, 230)"
2476         linecolor: "rgb(220, 220, 220)"
2477         linewidth: 1
2478         showgrid: True
2479         showline: True
2480         showticklabels: True
2481         tickcolor: "rgb(220, 220, 220)"
2482         tickvals: [0, 25, 50, 75, 100]
2483         ticktext: [0, 25, 50, 75, 100]
2484         tickfont:
2485           size: 14
2486       yaxis:
2487         title: "<b>One-Way Latency per Direction [uSec]</b>"
2488         titlefont:
2489           size: 14
2490         gridcolor: "rgb(230, 230, 230)"
2491         linecolor: "rgb(220, 220, 220)"
2492         linewidth: 1
2493         showgrid: True
2494         showline: True
2495         showticklabels: True
2496         tickcolor: "rgb(220, 220, 220)"
2497         tickfont:
2498           size: 14
2499       width: 700
2500       height: 700
2501       paper_bgcolor: "white"
2502       plot_bgcolor: "white"
2503
2504 - type: "static"
2505   src-path: "{DIR[RST]}"
2506   dst-path: "{DIR[WORKING,SRC]}"
2507
2508 - type: "input"
2509   general:
2510     file-name: "output_info.xml.gz"
2511     file-format: ".gz"
2512     arch-file-format:
2513       - ".gz"
2514       - ".zip"
2515     download-path: "{job}/{build}/archives/{filename}"
2516     extract: "output.xml"
2517
2518     zip-file-name: "robot-plugin.zip"
2519     zip-file-format: ".zip"
2520     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2521     zip-extract: "robot-plugin/output.xml"
2522
2523   builds:
2524
2525     csit-vpp-perf-verify-2001-3n-hsw:
2526       - 17  # MRR sel
2527     csit-vpp-perf-report-iterative-2005-3n-hsw:
2528       - 20  # NDRPDR sel env 4
2529       - 21  # NDRPDR sel env 4
2530       - 22  # NDRPDR sel env 4
2531       - 23  # NDRPDR sel env 4
2532       - 24  # NDRPDR sel env 4
2533       - 25  # NDRPDR sel env 4
2534       - 26  # NDRPDR sel env 4
2535       - 27  # NDRPDR sel env 4
2536       - 28  # NDRPDR sel env 4
2537       - 29  # NDRPDR sel env 4
2538       - 30  # MRR env 4
2539       - 31  # NDRPDR sel 2001.0-4
2540       - 32  # NDRPDR sel 2001.0-4
2541       - 33  # NDRPDR sel 2001.0-4
2542       - 34  # NDRPDR sel 2001.0-4
2543       - 35  # NDRPDR sel 2001.0-4
2544       - 36  # NDRPDR sel 2001.0-4
2545       - 38  # NDRPDR sel 2001.0-4
2546     csit-vpp-perf-report-iterative-2009-3n-hsw:
2547       - 18  # rls2005 MRR iter env 5
2548       - 9   # rls2005 NDRPDR iter env 5
2549       - 10  # rls2005 NDRPDR iter env 5
2550       - 11  # rls2005 NDRPDR iter env 5
2551       - 12  # rls2005 NDRPDR iter env 5
2552       - 13  # rls2005 NDRPDR iter env 5
2553       - 14  # rls2005 NDRPDR iter env 5
2554       - 15  # rls2005 NDRPDR iter env 5
2555       - 16  # rls2005 NDRPDR iter env 5
2556       - 17  # rls2005 NDRPDR iter env 5
2557       - 19  # rls2005 NDRPDR iter env 5
2558       - 23  # rls2009 MRR iter env 5
2559       - 21  # rls2009 NDRPDR iter env 5
2560       - 22  # rls2009 NDRPDR iter env 5
2561       - 24  # rls2009 NDRPDR iter env 5
2562       - 25  # rls2009 NDRPDR iter env 5
2563       - 26  # rls2009 NDRPDR iter env 5
2564       - 27  # rls2009 NDRPDR iter env 5
2565       - 28  # rls2009 NDRPDR iter env 5
2566       - 29  # rls2009 NDRPDR iter env 5
2567       - 30  # rls2009 NDRPDR iter env 5
2568       - 31  # rls2009 NDRPDR iter env 5
2569       - 32  # rls2009 Hoststack iter env 5
2570       - 33  # rls2009 Hoststack iter env 5
2571       - 34  # rls2009 Hoststack iter env 5
2572       - 35  # rls2009 Hoststack iter env 5
2573       - 36  # rls2009 Hoststack iter env 5
2574       - 37  # rls2009 Hoststack iter env 5
2575       - 38  # rls2009 Hoststack iter env 5
2576       - 39  # rls2009 Hoststack iter env 5
2577       - 40  # rls2009 Hoststack iter env 5
2578       - 41  # rls2009 Hoststack iter env 5
2579     csit-vpp-perf-report-coverage-2009-3n-hsw:
2580       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2581       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2582       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2583       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2584       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2585       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2586       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2587       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2588       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2589       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2590       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2591       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2592       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2593       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2594       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2595       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2596       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2597       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2598       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2599       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2600       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2601       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2602       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2603       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2604       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2605       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2606       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2607       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2608       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2609       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2610       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2611       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2612       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2613       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2614       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2615
2616     csit-vpp-perf-verify-2001-3n-skx:
2617       - 50  # MRR sel
2618       - 53  # MRR sel addition
2619     csit-vpp-perf-report-iterative-2005-3n-skx:
2620       - 4   # NDRPDR sel
2621       - 5   # NDRPDR sel ??? all x710 failed
2622       - 33  # NDRPDR sel
2623       - 28  # NDRPDR sel
2624       - 34  # NDRPDR sel
2625       - 42  # NDRPDR sel env 4
2626       - 43  # NDRPDR sel env 4
2627       - 44  # NDRPDR sel env 4
2628       - 45  # NDRPDR sel env 4
2629       - 47  # NDRPDR sel env 4
2630       - 55  # NDRPDR sel env 4
2631       - 56  # NDRPDR sel env 4
2632       - 57  # NDRPDR sel env 4
2633       - 61  # NDRPDR sel env 4
2634       - 62  # NDRPDR sel env 4
2635       - 50  # NDRPDR sel 2001.0-4
2636       - 51  # NDRPDR sel 2001.0-4
2637       - 52  # NDRPDR sel 2001.0-4
2638       - 53  # NDRPDR sel 2001.0-4
2639       - 54  # NDRPDR sel 2001.0-4
2640       - 49  # MRR sel env 4
2641     csit-vpp-perf-report-iterative-2009-3n-skx:
2642       - 17  # rls2005 MRR iter env 5
2643       - 13  # rls2005 NDRPDR iter env 5
2644       - 18  # rls2005 NDRPDR iter env 5
2645       - 19  # rls2005 NDRPDR iter env 5
2646       - 41  # rls2005 NDRPDR iter env 5
2647       - 43  # rls2005 NDRPDR iter env 5
2648       - 44  # rls2005 NDRPDR iter env 5
2649       - 45  # rls2005 NDRPDR iter env 5
2650       - 46  # rls2005 NDRPDR iter env 5
2651       - 48  # rls2005 NDRPDR iter env 5
2652       - 49  # rls2005 NDRPDR iter env 5
2653       - 24  # rls2009 MRR iter env 5
2654       - 26  # rls2009 NDRPDR iter env 5
2655       - 27  # rls2009 NDRPDR iter env 5
2656       - 28  # rls2009 NDRPDR iter env 5
2657       - 29  # rls2009 NDRPDR iter env 5
2658       - 35  # rls2009 NDRPDR iter env 5
2659       - 36  # rls2009 NDRPDR iter env 5
2660       - 37  # rls2009 NDRPDR iter env 5
2661       - 38  # rls2009 NDRPDR iter env 5
2662       - 39  # rls2009 NDRPDR iter env 5
2663       - 40  # rls2009 NDRPDR iter env 5
2664     csit-vpp-perf-report-coverage-2009-3n-skx:
2665       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2666       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2667       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2668       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2669       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2670       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2671       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2672       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2673       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2674       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2675       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2676       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2677       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2678       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2679       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2680       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2681       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2682       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2683       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2684       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2685       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2686       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2687       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2688       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2689       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2690       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2691       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2692       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2693       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2694       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2695       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2696       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2697       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2698       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2699       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2700       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2701
2702     csit-vpp-perf-verify-2001-2n-skx:
2703       - 101  # MRR sel - old
2704       - 128  # MRR sel addition - old
2705     csit-vpp-perf-report-iterative-2005-2n-skx:
2706       - 88  # NDRPDR sel env 4
2707       - 89  # NDRPDR sel env 4
2708       - 90  # NDRPDR sel env 4
2709       - 91  # NDRPDR sel env 4
2710       - 92  # NDRPDR sel env 4
2711       - 93  # NDRPDR sel env 4
2712       - 94  # NDRPDR sel env 4
2713       - 125 # NDRPDR sel env 4
2714       - 126 # NDRPDR sel env 4
2715       - 127 # NDRPDR sel env 4
2716       - 100 # NDRPDR sel 2001.0-4
2717       - 101 # NDRPDR sel 2001.0-4
2718       - 102 # NDRPDR sel 2001.0-4
2719       - 103 # NDRPDR sel 2001.0-4
2720       - 104 # NDRPDR sel 2001.0-4
2721       - 105 # NDRPDR sel 2001.0-4
2722       - 99  # MRR sel env 4
2723     csit-vpp-perf-report-iterative-2009-2n-skx:
2724       - 20  # rls2005 MRR iter env 5
2725       - 13  # rls2005 NDRPDR iter env 5
2726       - 16  # rls2005 NDRPDR iter env 5
2727       - 17  # rls2005 NDRPDR iter env 5
2728       - 18  # rls2005 NDRPDR iter env 5
2729       - 19  # rls2005 NDRPDR iter env 5
2730       - 21  # rls2005 NDRPDR iter env 5
2731       - 22  # rls2005 NDRPDR iter env 5
2732       - 23  # rls2005 NDRPDR iter env 5
2733       - 24  # rls2005 NDRPDR iter env 5
2734       - 25  # rls2005 NDRPDR iter env 5
2735       - 85  # rls2009 MRR iter env 5
2736 #      - 26  # rls2009 MRR iter env 5
2737       - 35  # rls2009 NDRPDR iter env 5
2738       - 36  # rls2009 NDRPDR iter env 5
2739       - 37  # rls2009 NDRPDR iter env 5
2740       - 39  # rls2009 NDRPDR iter env 5
2741       - 40  # rls2009 NDRPDR iter env 5
2742       - 42  # rls2009 NDRPDR iter env 5
2743       - 43  # rls2009 NDRPDR iter env 5
2744       - 44  # rls2009 NDRPDR iter env 5
2745       - 46  # rls2009 NDRPDR iter env 5
2746       - 48  # rls2009 NDRPDR iter env 5
2747       - 74  # rls2009 NDRPDR iter NAT44 env 5
2748       - 75  # rls2009 NDRPDR iter NAT44 env 5
2749       - 76  # rls2009 NDRPDR iter NAT44 env 5
2750       - 77  # rls2009 NDRPDR iter NAT44 env 5
2751       - 78  # rls2009 NDRPDR iter NAT44 env 5
2752       - 79  # rls2009 NDRPDR iter NAT44 env 5
2753       - 80  # rls2009 NDRPDR iter NAT44 env 5
2754       - 81  # rls2009 NDRPDR iter NAT44 env 5
2755       - 82  # rls2009 NDRPDR iter NAT44 env 5
2756       - 83  # rls2009 NDRPDR iter NAT44 env 5
2757 #      - 51  # rls2009 NDRPDR iter NAT44 env 5
2758 #      - 52  # rls2009 NDRPDR iter NAT44 env 5
2759 #      - 53  # rls2009 NDRPDR iter NAT44 env 5
2760 #      - 54  # rls2009 NDRPDR iter NAT44 env 5
2761 #      - 55  # rls2009 NDRPDR iter NAT44 env 5
2762 #      - 56  # rls2009 NDRPDR iter NAT44 env 5
2763 #      - 57  # rls2009 NDRPDR iter NAT44 env 5
2764 #      - 58  # rls2009 NDRPDR iter NAT44 env 5
2765 #      - 59  # rls2009 NDRPDR iter NAT44 env 5
2766 #      - 60  # rls2009 NDRPDR iter NAT44 env 5
2767       - 38  # rls2009 nf-density iter env 5
2768       - 41  # rls2009 nf-density iter env 5
2769       - 45  # rls2009 nf-density iter env 5
2770       - 47  # rls2009 nf-density iter env 5
2771       - 49  # rls2009 nf-density iter env 5
2772       - 63  # rls2009 nf-density iter env 5
2773       - 65  # rls2009 nf-density iter env 5
2774       - 66  # rls2009 nf-density iter env 5
2775       - 71  # rls2009 nf-density iter env 5
2776       - 72  # rls2009 nf-density iter env 5
2777       - 50  # rls2009 MRR nf-density iter env 5
2778       - 27  # rls2009 reconf env 5
2779       - 28  # rls2009 reconf env 5
2780       - 29  # rls2009 reconf env 5
2781       - 30  # rls2009 reconf env 5
2782       - 31  # rls2009 reconf env 5
2783       - 32  # rls2009 reconf env 5
2784       - 61  # rls2009 reconf env 5
2785       - 62  # rls2009 reconf env 5
2786       - 68  # rls2009 reconf env 5
2787       - 70  # rls2009 reconf env 5
2788       - 33  # rls2009 soak env 5
2789       - 34  # rls2009 soak env 5
2790     csit-vpp-perf-report-coverage-2009-2n-skx:
2791       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2792       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2793       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2794       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2795       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2796       - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
2797       - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
2798       - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
2799       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2800       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2801       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2802       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2803       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2804       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2805       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2806       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2807       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2808
2809     csit-vpp-perf-verify-2001-2n-clx:
2810       - 39  # MRR
2811     csit-vpp-perf-report-iterative-2005-2n-clx:
2812       - 62  # NDRPDR sel env 4
2813       - 63  # NDRPDR sel env 4
2814       - 64  # NDRPDR sel env 4
2815       - 65  # NDRPDR sel env 4
2816       - 66  # NDRPDR sel env 4
2817       - 68  # NDRPDR sel env 4
2818       - 69  # NDRPDR sel env 4
2819       - 70  # NDRPDR sel env 4
2820       - 103 # NDRPDR sel env 4
2821       - 104 # NDRPDR sel env 4
2822       - 73  # NDRPDR sel 2001.0-4
2823       - 74  # NDRPDR sel 2001.0-4
2824       - 75  # NDRPDR sel 2001.0-4
2825       - 76  # NDRPDR sel 2001.0-4
2826       - 77  # NDRPDR sel 2001.0-4
2827       - 78  # NDRPDR sel 2001.0-4
2828       - 79  # NDRPDR sel 2001.0-4
2829       - 80  # NDRPDR sel 2001.0-4
2830       - 72  # MRR env 4
2831     csit-vpp-perf-report-iterative-2009-2n-clx:
2832       - 77  # rls2005 MRR iter env 5
2833       - 13  # rls2005 NDRPDR iter env 5
2834       - 15  # rls2005 NDRPDR iter env 5
2835       - 17  # rls2005 NDRPDR iter env 5
2836       - 18  # rls2005 NDRPDR iter env 5
2837       - 19  # rls2005 NDRPDR iter env 5
2838       - 20  # rls2005 NDRPDR iter env 5
2839       - 21  # rls2005 NDRPDR iter env 5
2840       - 22  # rls2005 NDRPDR iter env 5
2841       - 23  # rls2005 NDRPDR iter env 5
2842       - 24  # rls2005 NDRPDR iter env 5
2843       - 102 # rls2009 MRR iter env 5
2844 #      - 78  # rls2009 MRR iter env 5
2845       - 36  # rls2009 NDRPDR iter env 5
2846       - 39  # rls2009 NDRPDR iter env 5
2847       - 40  # rls2009 NDRPDR iter env 5
2848       - 65  # rls2009 NDRPDR iter env 5
2849       - 66  # rls2009 NDRPDR iter env 5
2850       - 79  # rls2009 NDRPDR iter env 5
2851       - 82  # rls2009 NDRPDR iter env 5
2852       - 88  # rls2009 NDRPDR iter env 5
2853       - 89  # rls2009 NDRPDR iter env 5
2854       - 90  # rls2009 NDRPDR iter env 5
2855       - 91  # rls2009 NDRPDR iter NAT44 env 5
2856       - 92  # rls2009 NDRPDR iter NAT44 env 5
2857       - 94  # rls2009 NDRPDR iter NAT44 env 5
2858       - 95  # rls2009 NDRPDR iter NAT44 env 5
2859       - 96  # rls2009 NDRPDR iter NAT44 env 5
2860       - 97  # rls2009 NDRPDR iter NAT44 env 5
2861       - 98  # rls2009 NDRPDR iter NAT44 env 5
2862       - 99  # rls2009 NDRPDR iter NAT44 env 5
2863       - 100 # rls2009 NDRPDR iter NAT44 env 5
2864       - 101 # rls2009 NDRPDR iter NAT44 env 5
2865       - 37  # rls2009 nf-density iter env 5
2866       - 43  # rls2009 nf-density iter env 5
2867       - 69  # rls2009 nf-density iter env 5
2868       - 70  # rls2009 nf-density iter env 5
2869       - 71  # rls2009 nf-density iter env 5
2870       - 72  # rls2009 nf-density iter env 5
2871       - 73  # rls2009 nf-density iter env 5
2872       - 74  # rls2009 nf-density iter env 5
2873       - 75  # rls2009 nf-density iter env 5
2874       - 76  # rls2009 nf-density iter env 5
2875       - 45  # rls2009 MRR nf-density iter env 5
2876       - 25  # rls2009 reconf env 5
2877       - 27  # rls2009 reconf env 5
2878       - 28  # rls2009 reconf env 5
2879       - 29  # rls2009 reconf env 5
2880       - 30  # rls2009 reconf env 5
2881       - 30  # rls2009 reconf env 5
2882       - 32  # rls2009 reconf env 5
2883       - 48  # rls2009 reconf env 5
2884       - 53  # rls2009 reconf env 5
2885       - 68  # rls2009 reconf env 5
2886       - 33  # rls2009 soak env 5
2887       - 34  # rls2009 soak env 5
2888     csit-vpp-perf-report-coverage-2009-2n-clx:
2889       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2890       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2891       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2892       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2893       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2894       - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
2895       - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
2896       - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
2897       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2898       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2899       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2900       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2901       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2902       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2903       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2904       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2905       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2906
2907     csit-vpp-perf-verify-2001-3n-tsh:
2908       - 9   # MRR sel
2909     csit-vpp-perf-report-iterative-2005-3n-tsh:
2910       - 23  # NDRPDR sel env 4
2911       - 25  # NDRPDR sel env 4
2912       - 33  # NDRPDR sel env 4
2913       - 34  # NDRPDR sel env 4
2914       - 35  # NDRPDR sel env 4
2915       - 36  # NDRPDR sel env 4
2916       - 37  # NDRPDR sel env 4
2917       - 38  # NDRPDR sel env 4
2918       - 39  # NDRPDR sel env 4
2919       - 40  # NDRPDR sel env 4
2920       - 28  # NDRPDR sel 2001.0-4
2921       - 29  # NDRPDR sel 2001.0-4
2922       - 31  # NDRPDR sel 2001.0-4
2923       - 27  # MRR sel env 4
2924     # TODO: Add:
2925     csit-vpp-perf-report-iterative-2009-3n-tsh:
2926       - 8   # rls2005 NDRPDR iter env 5
2927       - 11  # rls2005 NDRPDR iter env 5
2928       - 12  # rls2005 NDRPDR iter env 5
2929       - 24  # rls2005 NDRPDR iter env 5
2930       - 27  # rls2005 NDRPDR iter env 5
2931       - 29  # rls2005 NDRPDR iter env 5
2932       - 31  # rls2005 NDRPDR iter env 5
2933       - 13  # rls2005 MRR iter env 5
2934       - 14  # rls2009 NDRPDR iter env 5
2935       - 20  # rls2009 NDRPDR iter env 5
2936       - 21  # rls2009 NDRPDR iter env 5
2937       - 22  # rls2009 NDRPDR iter env 5
2938       - 23  # rls2009 NDRPDR iter env 5
2939       - 28  # rls2009 NDRPDR iter env 5
2940       - 30  # rls2009 NDRPDR iter env 5
2941       - 33  # rls2009 NDRPDR iter env 5
2942       - 15  # rls2009 MRR iter env 5
2943
2944     csit-vpp-perf-verify-2001-3n-dnv:
2945       - 5   # NDRPDR sel
2946       - 6   # NDRPDR sel
2947       - 7   # NDRPDR sel
2948       - 8   # NDRPDR sel
2949       - 9   # NDRPDR sel
2950       - 10  # NDRPDR sel
2951       - 12  # NDRPDR sel
2952       - 16  # NDRPDR sel
2953       - 17  # NDRPDR sel
2954       - 18  # NDRPDR sel
2955       - 11  # MRR sel
2956     csit-vpp-perf-report-iterative-2009-3n-dnv:
2957       - 16  # rls2005 NDRPDR iter env 5
2958       - 23  # rls2005 NDRPDR iter env 5
2959       - 25  # rls2005 NDRPDR iter env 5
2960       - 26  # rls2005 NDRPDR iter env 5
2961       - 27  # rls2005 NDRPDR iter env 5
2962       - 28  # rls2005 NDRPDR iter env 5
2963       - 29  # rls2005 NDRPDR iter env 5
2964       - 30  # rls2005 NDRPDR iter env 5
2965       - 31  # rls2005 NDRPDR iter env 5
2966       - 32  # rls2005 NDRPDR iter env 5
2967       - 19  # rls2005 MRR iter env 5
2968       - 3   # rls2009 NDRPDR iter env 5
2969       - 6   # rls2009 NDRPDR iter env 5
2970       - 7   # rls2009 NDRPDR iter env 5
2971       - 8   # rls2009 NDRPDR iter env 5
2972       - 10  # rls2009 NDRPDR iter env 5
2973       - 11  # rls2009 NDRPDR iter env 5
2974       - 12  # rls2009 NDRPDR iter env 5
2975       - 14  # rls2009 NDRPDR iter env 5
2976       - 15  # rls2009 NDRPDR iter env 5
2977       - 24  # rls2009 NDRPDR iter env 5
2978       - 22  # rls2009 MRR iter env 5
2979     csit-vpp-perf-report-coverage-2009-3n-dnv:
2980       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2981       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2982       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2983       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2984       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2985       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2986       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2987       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2988       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2989
2990     csit-vpp-perf-verify-2001-2n-dnv:
2991       - 4   # NDRPDR sel
2992       - 5   # NDRPDR sel
2993       - 6   # NDRPDR sel
2994       - 7   # NDRPDR sel
2995       - 8   # NDRPDR sel
2996       - 9   # NDRPDR sel
2997       - 10  # NDRPDR sel
2998       - 11  # NDRPDR sel
2999       - 13  # NDRPDR sel
3000       - 16  # NDRPDR sel
3001       - 12  # MRR sel
3002     csit-vpp-perf-report-iterative-2009-2n-dnv:
3003       - 16  # rls2005 NDRPDR iter env 5
3004       - 17  # rls2005 NDRPDR iter env 5
3005       - 18  # rls2005 NDRPDR iter env 5
3006       - 19  # rls2005 NDRPDR iter env 5
3007       - 21  # rls2005 NDRPDR iter env 5
3008       - 24  # rls2005 NDRPDR iter env 5
3009       - 27  # rls2005 NDRPDR iter env 5
3010       - 28  # rls2005 NDRPDR iter env 5
3011       - 29  # rls2005 NDRPDR iter env 5
3012       - 30  # rls2005 NDRPDR iter env 5
3013       - 23  # rls2005 MRR iter env 5
3014       - 3   # rls2009 NDRPDR iter env 5
3015       - 5   # rls2009 NDRPDR iter env 5
3016       - 6   # rls2009 NDRPDR iter env 5
3017       - 7   # rls2009 NDRPDR iter env 5
3018       - 9   # rls2009 NDRPDR iter env 5
3019       - 10  # rls2009 NDRPDR iter env 5
3020       - 11  # rls2009 NDRPDR iter env 5
3021       - 12  # rls2009 NDRPDR iter env 5
3022       - 14  # rls2009 NDRPDR iter env 5
3023       - 15  # rls2009 NDRPDR iter env 5
3024       - 13  # rls2009 MRR iter env 5
3025     csit-vpp-perf-report-coverage-2009-2n-dnv:
3026       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
3027       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
3028       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
3029       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
3030       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
3031       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
3032
3033     csit-dpdk-perf-verify-2001-3n-hsw:
3034       - 4   # NDRPDR sel
3035       - 5   # NDRPDR sel
3036       - 6   # NDRPDR sel
3037       - 7   # NDRPDR sel
3038       - 8   # NDRPDR sel
3039       - 9   # NDRPDR sel
3040       - 10  # NDRPDR sel
3041       - 11  # NDRPDR sel
3042       - 12  # NDRPDR sel
3043       - 13  # NDRPDR sel
3044       - 15  # NDRPDR sel
3045       - 16  # NDRPDR sel
3046       - 17  # NDRPDR sel
3047       - 18  # NDRPDR sel
3048       - 19  # NDRPDR sel
3049       - 20  # NDRPDR sel
3050       - 21  # NDRPDR sel
3051       - 22  # NDRPDR sel
3052       - 23  # NDRPDR sel
3053       - 24  # NDRPDR sel
3054     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3055       - 25  # NDRPDR iter
3056       - 26  # NDRPDR iter
3057       - 27  # NDRPDR iter
3058       - 28  # NDRPDR iter
3059       - 29  # NDRPDR iter
3060       - 30  # NDRPDR iter
3061       - 31  # NDRPDR iter
3062       - 32  # NDRPDR iter
3063       - 33  # NDRPDR iter
3064       - 34  # NDRPDR iter
3065     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3066       - 6   # NDRPDR iter env5
3067       - 7   # NDRPDR iter env5
3068       - 8   # NDRPDR iter env5
3069       - 9   # NDRPDR iter env5
3070       - 10  # NDRPDR iter env5
3071       - 11  # NDRPDR iter env5
3072       - 12  # NDRPDR iter env5
3073       - 13  # NDRPDR iter env5
3074       - 14  # NDRPDR iter env5
3075       - 15  # NDRPDR iter env5
3076
3077     csit-dpdk-perf-verify-2001-3n-skx:
3078       - 29  # NDRPDR sel xxv710
3079       - 33  # NDRPDR sel xxv710
3080       - 34  # NDRPDR sel xxv710
3081       - 35  # NDRPDR sel xxv710
3082       - 36  # NDRPDR sel xxv710
3083       - 37  # NDRPDR sel xxv710
3084       - 41  # NDRPDR sel xxv710
3085       - 42  # NDRPDR sel xxv710
3086       - 43  # NDRPDR sel xxv710
3087       - 45  # NDRPDR sel xxv710
3088       - 30  # NDRPDR sel x710
3089       - 31  # NDRPDR sel x710
3090       - 32  # NDRPDR sel x710
3091       - 38  # NDRPDR sel x710
3092       - 39  # NDRPDR sel x710
3093       - 40  # NDRPDR sel x710
3094       - 44  # NDRPDR sel x710
3095       - 46  # NDRPDR sel x710
3096       - 47  # NDRPDR sel x710
3097       - 48  # NDRPDR sel x710
3098     csit-dpdk-perf-report-iterative-2005-3n-skx:
3099       - 28  # NDRPDR iter
3100       - 29  # NDRPDR iter
3101       - 30  # NDRPDR iter
3102       - 31  # NDRPDR iter
3103       - 32  # NDRPDR iter
3104       - 33  # NDRPDR iter
3105       - 34  # NDRPDR iter
3106       - 35  # NDRPDR iter
3107       - 36  # NDRPDR iter
3108       - 37  # NDRPDR iter
3109     csit-dpdk-perf-report-iterative-2009-3n-skx:
3110       - 4   # NDRPDR sel env5
3111       - 5   # NDRPDR sel env5
3112       - 6   # NDRPDR sel env5
3113       - 7   # NDRPDR sel env5
3114       - 8   # NDRPDR sel env5
3115       - 9   # NDRPDR sel env5
3116       - 14  # NDRPDR sel env5
3117       - 11  # NDRPDR sel env5
3118       - 12  # NDRPDR sel env5
3119       - 13  # NDRPDR sel env5
3120
3121     csit-dpdk-perf-verify-2001-2n-skx:
3122       - 35  # NDRPDR sel xxv710
3123       - 36  # NDRPDR sel xxv710
3124       - 37  # NDRPDR sel xxv710
3125       - 41  # NDRPDR sel xxv710
3126       - 42  # NDRPDR sel xxv710
3127       - 43  # NDRPDR sel xxv710
3128       - 46  # NDRPDR sel xxv710
3129       - 47  # NDRPDR sel xxv710
3130       - 52  # NDRPDR sel xxv710
3131       - 53  # NDRPDR sel xxv710
3132       - 38  # NDRPDR sel x710
3133       - 39  # NDRPDR sel x710
3134       - 40  # NDRPDR sel x710
3135       - 44  # NDRPDR sel x710
3136       - 45  # NDRPDR sel x710
3137       - 48  # NDRPDR sel x710
3138       - 49  # NDRPDR sel x710
3139       - 50  # NDRPDR sel x710
3140       - 51  # NDRPDR sel x710
3141       - 54  # NDRPDR sel x710
3142     csit-dpdk-perf-report-iterative-2005-2n-skx:
3143       - 20  # NDRPDR iter
3144       - 21  # NDRPDR iter
3145       - 22  # NDRPDR iter
3146       - 23  # NDRPDR iter
3147       - 24  # NDRPDR iter
3148       - 25  # NDRPDR iter
3149       - 26  # NDRPDR iter
3150       - 27  # NDRPDR iter
3151       - 28  # NDRPDR iter
3152       - 29  # NDRPDR iter
3153     csit-dpdk-perf-report-iterative-2009-2n-skx:
3154       - 4   # NDRPDR iter env5
3155       - 5   # NDRPDR iter env5
3156       - 6   # NDRPDR iter env5
3157       - 7   # NDRPDR iter env5
3158       - 8   # NDRPDR iter env5
3159       - 9   # NDRPDR iter env5
3160       - 10  # NDRPDR iter env5
3161       - 11  # NDRPDR iter env5
3162       - 12  # NDRPDR iter env5
3163       - 13  # NDRPDR iter env5
3164
3165     csit-dpdk-perf-verify-2001-2n-clx:
3166       - 15  # NDRPDR sel
3167       - 16  # NDRPDR sel
3168       - 17  # NDRPDR sel
3169       - 18  # NDRPDR sel
3170       - 19  # NDRPDR sel
3171       - 20  # NDRPDR sel
3172       - 21  # NDRPDR sel
3173       - 22  # NDRPDR sel
3174       - 23  # NDRPDR sel
3175       - 24  # NDRPDR sel
3176       - 25  # NDRPDR sel
3177       - 26  # NDRPDR sel
3178       - 27  # NDRPDR sel
3179       - 28  # NDRPDR sel
3180       - 29  # NDRPDR sel
3181       - 30  # NDRPDR sel
3182       - 31  # NDRPDR sel
3183       - 32  # NDRPDR sel
3184       - 33  # NDRPDR sel
3185       - 34  # NDRPDR sel
3186     csit-dpdk-perf-report-iterative-2005-2n-clx:
3187       - 20  # NDRPDR iter
3188       - 21  # NDRPDR iter
3189       - 22  # NDRPDR iter
3190       - 23  # NDRPDR iter
3191       - 24  # NDRPDR iter
3192       - 25  # NDRPDR iter
3193       - 26  # NDRPDR iter
3194       - 27  # NDRPDR iter
3195       - 28  # NDRPDR iter
3196       - 29  # NDRPDR iter
3197     csit-dpdk-perf-report-iterative-2009-2n-clx:
3198       - 4   # NDRPDR iter env5
3199       - 5   # NDRPDR iter env5
3200       - 6   # NDRPDR iter env5
3201       - 7   # NDRPDR iter env5
3202       - 8   # NDRPDR iter env5
3203       - 9   # NDRPDR iter env5
3204       - 10  # NDRPDR iter env5
3205       - 11  # NDRPDR iter env5
3206       - 12  # NDRPDR iter env5
3207       - 13  # NDRPDR iter env5
3208
3209 #    csit-dpdk-perf-verify-2001-2n-dnv:
3210 #      - 9   # NDRPDR sel
3211 #      - 10  # NDRPDR sel
3212 #      - 11  # NDRPDR sel
3213 #      - 12  # NDRPDR sel
3214 #      - 13  # NDRPDR sel
3215 #      - 14  # NDRPDR sel
3216 #      - 15  # NDRPDR sel
3217 #      - 16  # NDRPDR sel
3218 #      - 17  # NDRPDR sel
3219 #      - 18  # NDRPDR sel
3220 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3221 #      # No data
3222 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3223 #      # No data
3224
3225 #    csit-dpdk-perf-verify-2001-3n-dnv:
3226 #      - 12  # NDRPDR sel
3227 #      - 13  # NDRPDR sel
3228 #      - 14  # NDRPDR sel
3229 #      - 15  # NDRPDR sel
3230 #      - 16  # NDRPDR sel
3231 #      - 17  # NDRPDR sel
3232 #      - 18  # NDRPDR sel
3233 #      - 19  # NDRPDR sel
3234 #      - 20  # NDRPDR sel
3235 #      - 22  # NDRPDR sel
3236 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3237 #      # No data
3238 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3239 #      # No data
3240
3241     csit-dpdk-perf-verify-2001-3n-tsh:
3242       - 3   # NDRPDR sel
3243       - 4   # NDRPDR sel
3244       - 5   # NDRPDR sel
3245       - 9   # NDRPDR sel
3246       - 10  # NDRPDR sel
3247       - 11  # NDRPDR sel
3248       - 12  # NDRPDR sel
3249       - 14  # NDRPDR sel
3250       - 15  # NDRPDR sel
3251       - 18  # NDRPDR sel
3252     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3253       - 5   # NDRPDR sel
3254     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3255       - 1   # NDRPDR iter env5
3256       - 2   # NDRPDR iter env5
3257       - 3   # NDRPDR iter env5
3258       - 4   # NDRPDR iter env5
3259       - 5   # NDRPDR iter env5
3260       - 6   # NDRPDR iter env5
3261       - 7   # NDRPDR iter env5
3262       - 9   # NDRPDR iter env5
3263       - 10  # NDRPDR iter env5
3264       - 11  # NDRPDR iter env5
3265
3266     csit-vpp-device-2009-ubuntu1804-1n-skx:
3267       - 131 # rls2009 env 5
3268
3269 - type: "output"
3270   output: "report"
3271   format:
3272     html:
3273     - full
3274     pdf:
3275     - minimal
3276
3277 ################################################################################
3278 ###                               T A B L E S                                ###
3279 ################################################################################
3280
3281 # VPP Soak vs NDR - 2n-skx
3282 - type: "table"
3283   title: "VPP Soak vs NDR 2n-skx"
3284   algorithm: "table_soak_vs_ndr"
3285   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3286   reference:
3287     title: "NDR"
3288     data: "vpp-soak-vs-ndr-2n-skx-ref"
3289   compare:
3290     title: "Soak"
3291     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3292   data: "vpp-soak-vs-ndr-2n-skx"
3293   include-tests: "NDR"
3294   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3295   parameters:
3296     - "throughput"
3297     - "name"
3298     - "parent"
3299
3300 # VPP Soak vs NDR - 2n-clx
3301 - type: "table"
3302   title: "VPP Soak vs NDR 2n-clx"
3303   algorithm: "table_soak_vs_ndr"
3304   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3305   reference:
3306     title: "NDR"
3307     data: "vpp-soak-vs-ndr-2n-clx-ref"
3308   compare:
3309     title: "Soak"
3310     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3311   data: "vpp-soak-vs-ndr-2n-clx"
3312   include-tests: "NDR"
3313   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3314   parameters:
3315     - "throughput"
3316     - "name"
3317     - "parent"
3318
3319 ################################################################################
3320
3321 # VPP Compare NICs 3n-skx 2t1c ndr
3322 - type: "table"
3323   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3324   algorithm: "table_comparison"
3325   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3326   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3327   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3328   columns:
3329     - title: "x710"
3330       data-set: "vpp-nic-comparison-3n-skx"
3331       tag: "NIC_Intel-X710"
3332     - title: "xxv710"
3333       data-set: "vpp-nic-comparison-3n-skx"
3334       tag: "NIC_Intel-XXV710"
3335   comparisons:
3336     - title: "Diff"
3337       reference: 1
3338       compare: 2
3339   legend:
3340     - ""
3341     - "x710, xxv710 - NICs tested."
3342     - "Diff - difference between x710 and xxv710 NIC."
3343
3344 # VPP Compare NICs 3n-skx 4t2c ndr
3345 - type: "table"
3346   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3347   algorithm: "table_comparison"
3348   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3350   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3351   columns:
3352     - title: "x710"
3353       data-set: "vpp-nic-comparison-3n-skx"
3354       tag: "NIC_Intel-X710"
3355     - title: "xxv710"
3356       data-set: "vpp-nic-comparison-3n-skx"
3357       tag: "NIC_Intel-XXV710"
3358   comparisons:
3359     - title: "Diff"
3360       reference: 1
3361       compare: 2
3362   legend:
3363     - ""
3364     - "x710, xxv710 - NICs tested."
3365     - "Diff - difference between x710 and xxv710 NIC."
3366
3367 # VPP Compare NICs 3n-skx 2t1c pdr
3368 - type: "table"
3369   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3370   algorithm: "table_comparison"
3371   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3372   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3373   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3374   columns:
3375     - title: "x710"
3376       data-set: "vpp-nic-comparison-3n-skx"
3377       tag: "NIC_Intel-X710"
3378     - title: "xxv710"
3379       data-set: "vpp-nic-comparison-3n-skx"
3380       tag: "NIC_Intel-XXV710"
3381   comparisons:
3382     - title: "Diff"
3383       reference: 1
3384       compare: 2
3385   legend:
3386     - ""
3387     - "x710, xxv710 - NICs tested."
3388     - "Diff - difference between x710 and xxv710 NIC."
3389
3390 # VPP Compare NICs 3n-skx 4t2c pdr
3391 - type: "table"
3392   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3393   algorithm: "table_comparison"
3394   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3395   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3396   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3397   columns:
3398     - title: "x710"
3399       data-set: "vpp-nic-comparison-3n-skx"
3400       tag: "NIC_Intel-X710"
3401     - title: "xxv710"
3402       data-set: "vpp-nic-comparison-3n-skx"
3403       tag: "NIC_Intel-XXV710"
3404   comparisons:
3405     - title: "Diff"
3406       reference: 1
3407       compare: 2
3408   legend:
3409     - ""
3410     - "x710, xxv710 - NICs tested."
3411     - "Diff - difference between x710 and xxv710 NIC."
3412
3413 # VPP Compare NICs 3n-skx 2t1c mrr
3414 - type: "table"
3415   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3416   algorithm: "table_comparison"
3417   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3418   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3419   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3420   columns:
3421     - title: "x710"
3422       data-set: "vpp-nic-comparison-3n-skx-mrr"
3423       tag: "NIC_Intel-X710"
3424     - title: "xxv710"
3425       data-set: "vpp-nic-comparison-3n-skx-mrr"
3426       tag: "NIC_Intel-XXV710"
3427   comparisons:
3428     - title: "Diff"
3429       reference: 1
3430       compare: 2
3431   legend:
3432     - ""
3433     - "x710, xxv710 - NICs tested."
3434     - "Diff - difference between x710 and xxv710 NIC."
3435
3436 # VPP Compare NICs 3n-skx 4t2c mrr
3437 - type: "table"
3438   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3439   algorithm: "table_comparison"
3440   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3441   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3442   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3443   columns:
3444     - title: "x710"
3445       data-set: "vpp-nic-comparison-3n-skx-mrr"
3446       tag: "NIC_Intel-X710"
3447     - title: "xxv710"
3448       data-set: "vpp-nic-comparison-3n-skx-mrr"
3449       tag: "NIC_Intel-XXV710"
3450   comparisons:
3451     - title: "Diff"
3452       reference: 1
3453       compare: 2
3454   legend:
3455     - ""
3456     - "x710, xxv710 - NICs tested."
3457     - "Diff - difference between x710 and xxv710 NIC."
3458
3459 # VPP Compare NICs 3n-skx 8t4c mrr
3460 - type: "table"
3461   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3462   algorithm: "table_comparison"
3463   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3464   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3465   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3466   columns:
3467     - title: "x710"
3468       data-set: "vpp-nic-comparison-3n-skx-mrr"
3469       tag: "NIC_Intel-X710"
3470     - title: "xxv710"
3471       data-set: "vpp-nic-comparison-3n-skx-mrr"
3472       tag: "NIC_Intel-XXV710"
3473   comparisons:
3474     - title: "Diff"
3475       reference: 1
3476       compare: 2
3477   legend:
3478     - ""
3479     - "x710, xxv710 - NICs tested."
3480     - "Diff - difference between x710 and xxv710 NIC."
3481
3482 # VPP Compare NICs 2n-skx 2t1c ndr
3483 - type: "table"
3484   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3485   algorithm: "table_comparison"
3486   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3487   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3488   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3489   columns:
3490     - title: "x710"
3491       data-set: "vpp-nic-comparison-2n-skx"
3492       tag: "NIC_Intel-X710"
3493     - title: "xxv710"
3494       data-set: "vpp-nic-comparison-2n-skx"
3495       tag: "NIC_Intel-XXV710"
3496   comparisons:
3497     - title: "Diff"
3498       reference: 1
3499       compare: 2
3500   legend:
3501     - ""
3502     - "x710, xxv710 - NICs tested."
3503     - "Diff - difference between x710 and xxv710 NIC."
3504
3505 # VPP Compare NICs 2n-skx 4t2c ndr
3506 - type: "table"
3507   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3508   algorithm: "table_comparison"
3509   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3510   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3511   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3512   columns:
3513     - title: "x710"
3514       data-set: "vpp-nic-comparison-2n-skx"
3515       tag: "NIC_Intel-X710"
3516     - title: "xxv710"
3517       data-set: "vpp-nic-comparison-2n-skx"
3518       tag: "NIC_Intel-XXV710"
3519   comparisons:
3520     - title: "Diff"
3521       reference: 1
3522       compare: 2
3523   legend:
3524     - ""
3525     - "x710, xxv710 - NICs tested."
3526     - "Diff - difference between x710 and xxv710 NIC."
3527
3528 # VPP Compare NICs 2n-skx 2t1c pdr
3529 - type: "table"
3530   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3531   algorithm: "table_comparison"
3532   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3533   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3534   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3535   columns:
3536     - title: "x710"
3537       data-set: "vpp-nic-comparison-2n-skx"
3538       tag: "NIC_Intel-X710"
3539     - title: "xxv710"
3540       data-set: "vpp-nic-comparison-2n-skx"
3541       tag: "NIC_Intel-XXV710"
3542   comparisons:
3543     - title: "Diff"
3544       reference: 1
3545       compare: 2
3546   legend:
3547     - ""
3548     - "x710, xxv710 - NICs tested."
3549     - "Diff - difference between x710 and xxv710 NIC."
3550
3551 # VPP Compare NICs 2n-skx 4t2c pdr
3552 - type: "table"
3553   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3554   algorithm: "table_comparison"
3555   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3556   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3557   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3558   columns:
3559     - title: "x710"
3560       data-set: "vpp-nic-comparison-2n-skx"
3561       tag: "NIC_Intel-X710"
3562     - title: "xxv710"
3563       data-set: "vpp-nic-comparison-2n-skx"
3564       tag: "NIC_Intel-XXV710"
3565   comparisons:
3566     - title: "Diff"
3567       reference: 1
3568       compare: 2
3569   legend:
3570     - ""
3571     - "x710, xxv710 - NICs tested."
3572     - "Diff - difference between x710 and xxv710 NIC."
3573
3574 # VPP Compare NICs 2n-skx 2t1c mrr
3575 - type: "table"
3576   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3577   algorithm: "table_comparison"
3578   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3579   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3580   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3581   columns:
3582     - title: "x710"
3583       data-set: "vpp-nic-comparison-2n-skx-mrr"
3584       tag: "NIC_Intel-X710"
3585     - title: "xxv710"
3586       data-set: "vpp-nic-comparison-2n-skx-mrr"
3587       tag: "NIC_Intel-XXV710"
3588   comparisons:
3589     - title: "Diff"
3590       reference: 1
3591       compare: 2
3592   legend:
3593     - ""
3594     - "x710, xxv710 - NICs tested."
3595     - "Diff - difference between x710 and xxv710 NIC."
3596
3597 # VPP Compare NICs 2n-skx 4t2c mrr
3598 - type: "table"
3599   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3600   algorithm: "table_comparison"
3601   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3603   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3604   columns:
3605     - title: "x710"
3606       data-set: "vpp-nic-comparison-2n-skx-mrr"
3607       tag: "NIC_Intel-X710"
3608     - title: "xxv710"
3609       data-set: "vpp-nic-comparison-2n-skx-mrr"
3610       tag: "NIC_Intel-XXV710"
3611   comparisons:
3612     - title: "Diff"
3613       reference: 1
3614       compare: 2
3615   legend:
3616     - ""
3617     - "x710, xxv710 - NICs tested."
3618     - "Diff - difference between x710 and xxv710 NIC."
3619
3620 # VPP Compare NICs 2n-skx 8t4c mrr
3621 - type: "table"
3622   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3623   algorithm: "table_comparison"
3624   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3625   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3626   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3627   columns:
3628     - title: "x710"
3629       data-set: "vpp-nic-comparison-2n-skx-mrr"
3630       tag: "NIC_Intel-X710"
3631     - title: "xxv710"
3632       data-set: "vpp-nic-comparison-2n-skx-mrr"
3633       tag: "NIC_Intel-XXV710"
3634   comparisons:
3635     - title: "Diff"
3636       reference: 1
3637       compare: 2
3638   legend:
3639     - ""
3640     - "x710, xxv710 - NICs tested."
3641     - "Diff - difference between x710 and xxv710 NIC."
3642
3643 ################################################################################
3644 # VPP
3645
3646 # VPP Performance Changes 3n-hsw 1t1c pdr
3647 - type: "table"
3648   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3649   algorithm: "table_comparison"
3650   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3651   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3652   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3653   columns:
3654     - title: "2001.0-4"
3655       data-set: "vpp-performance-changes-3n-hsw-h1"
3656     - title: "2005.0-4"
3657       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3658     - title: "2005.0-5"
3659       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3660     - title: "2009.0-5"
3661       data-set: "vpp-performance-changes-3n-hsw-cmp"
3662   comparisons:
3663     - title: "2005.0-5 vs 2005.0-4"
3664       reference: 2
3665       compare: 3
3666 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3667     - title: "2009.0-5 vs 2005.0-5"
3668       reference: 3
3669       compare: 4
3670 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3671   legend:
3672     - ''
3673     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3674     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3675     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3676     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3677     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3678
3679 # VPP Performance Changes 3n-hsw 2t2c pdr
3680 - type: "table"
3681   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3682   algorithm: "table_comparison"
3683   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3684   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3685   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3686   columns:
3687     - title: "2001.0-4"
3688       data-set: "vpp-performance-changes-3n-hsw-h1"
3689     - title: "2005.0-4"
3690       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3691     - title: "2005.0-5"
3692       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3693     - title: "2009.0-5"
3694       data-set: "vpp-performance-changes-3n-hsw-cmp"
3695   comparisons:
3696     - title: "2005.0-5 vs 2005.0-4"
3697       reference: 2
3698       compare: 3
3699 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3700     - title: "2009.0-5 vs 2005.0-5"
3701       reference: 3
3702       compare: 4
3703 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3704   legend:
3705     - ''
3706     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3707     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3708     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3709     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3710     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3711
3712 # VPP Performance Changes 3n-hsw 1t1c ndr
3713 - type: "table"
3714   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3715   algorithm: "table_comparison"
3716   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3717   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3718   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3719   columns:
3720     - title: "2001.0-4"
3721       data-set: "vpp-performance-changes-3n-hsw-h1"
3722     - title: "2005.0-4"
3723       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3724     - title: "2005.0-5"
3725       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3726     - title: "2009.0-5"
3727       data-set: "vpp-performance-changes-3n-hsw-cmp"
3728   comparisons:
3729     - title: "2005.0-5 vs 2005.0-4"
3730       reference: 2
3731       compare: 3
3732 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3733     - title: "2009.0-5 vs 2005.0-5"
3734       reference: 3
3735       compare: 4
3736 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3737   legend:
3738     - ''
3739     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3740     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3741     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3742     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3743     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3744
3745 # VPP Performance Changes 3n-hsw 2t2c ndr
3746 - type: "table"
3747   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3748   algorithm: "table_comparison"
3749   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3751   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3752   columns:
3753     - title: "2001.0-4"
3754       data-set: "vpp-performance-changes-3n-hsw-h1"
3755     - title: "2005.0-4"
3756       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3757     - title: "2005.0-5"
3758       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3759     - title: "2009.0-5"
3760       data-set: "vpp-performance-changes-3n-hsw-cmp"
3761   comparisons:
3762     - title: "2005.0-5 vs 2005.0-4"
3763       reference: 2
3764       compare: 3
3765 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3766     - title: "2009.0-5 vs 2005.0-5"
3767       reference: 3
3768       compare: 4
3769 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3770   legend:
3771     - ''
3772     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3773     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3774     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3775     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3776     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3777
3778 # VPP Performance Changes 3n-skx 2t1c pdr
3779 - type: "table"
3780   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3781   algorithm: "table_comparison"
3782   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3783   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3784   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3785   columns:
3786     - title: "2001.0-4"
3787       data-set: "vpp-performance-changes-3n-skx-h1"
3788     - title: "2005.0-4"
3789       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3790     - title: "2005.0-5"
3791       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3792     - title: "2009.0-5"
3793       data-set: "vpp-performance-changes-3n-skx-cmp"
3794   comparisons:
3795     - title: "2005.0-5 vs 2005.0-4"
3796       reference: 2
3797       compare: 3
3798 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3799     - title: "2009.0-5 vs 2005.0-5"
3800       reference: 3
3801       compare: 4
3802 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3803   legend:
3804     - ''
3805     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3806     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3807     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3808     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3809     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3810
3811 # VPP Performance Changes 3n-skx 4t2c pdr
3812 - type: "table"
3813   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3814   algorithm: "table_comparison"
3815   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3817   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3818   columns:
3819     - title: "2001.0-4"
3820       data-set: "vpp-performance-changes-3n-skx-h1"
3821     - title: "2005.0-4"
3822       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3823     - title: "2005.0-5"
3824       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3825     - title: "2009.0-5"
3826       data-set: "vpp-performance-changes-3n-skx-cmp"
3827   comparisons:
3828     - title: "2005.0-5 vs 2005.0-4"
3829       reference: 2
3830       compare: 3
3831 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3832     - title: "2009.0-5 vs 2005.0-5"
3833       reference: 3
3834       compare: 4
3835 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3836   legend:
3837     - ''
3838     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3839     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3840     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3841     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3842     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3843
3844 # VPP Performance Changes 3n-skx 2t1c ndr
3845 - type: "table"
3846   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3847   algorithm: "table_comparison"
3848   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3849   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3850   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3851   columns:
3852     - title: "2001.0-4"
3853       data-set: "vpp-performance-changes-3n-skx-h1"
3854     - title: "2005.0-4"
3855       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3856     - title: "2005.0-5"
3857       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3858     - title: "2009.0-5"
3859       data-set: "vpp-performance-changes-3n-skx-cmp"
3860   comparisons:
3861     - title: "2005.0-5 vs 2005.0-4"
3862       reference: 2
3863       compare: 3
3864 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3865     - title: "2009.0-5 vs 2005.0-5"
3866       reference: 3
3867       compare: 4
3868 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3869   legend:
3870     - ''
3871     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3872     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3873     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3874     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3875     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3876
3877 # VPP Performance Changes 3n-skx 4t2c ndr
3878 - type: "table"
3879   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3880   algorithm: "table_comparison"
3881   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3882   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3883   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3884   columns:
3885     - title: "2001.0-4"
3886       data-set: "vpp-performance-changes-3n-skx-h1"
3887     - title: "2005.0-4"
3888       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3889     - title: "2005.0-5"
3890       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3891     - title: "2009.0-5"
3892       data-set: "vpp-performance-changes-3n-skx-cmp"
3893   comparisons:
3894     - title: "2005.0-5 vs 2005.0-4"
3895       reference: 2
3896       compare: 3
3897 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3898     - title: "2009.0-5 vs 2005.0-5"
3899       reference: 3
3900       compare: 4
3901 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3902   legend:
3903     - ''
3904     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3905     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3906     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3907     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3908     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3909
3910 # VPP Performance Changes 2n-skx 2t1c pdr
3911 - type: "table"
3912   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3913   algorithm: "table_comparison"
3914   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3915   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3916   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3917   columns:
3918     - title: "2001.0-4"
3919       data-set: "vpp-performance-changes-2n-skx-h1"
3920     - title: "2005.0-4"
3921       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3922     - title: "2005.0-5"
3923       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3924     - title: "2009.0-5"
3925       data-set: "vpp-performance-changes-2n-skx-cmp"
3926   comparisons:
3927     - title: "2005.0-5 vs 2005.0-4"
3928       reference: 2
3929       compare: 3
3930 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3931     - title: "2009.0-5 vs 2005.0-5"
3932       reference: 3
3933       compare: 4
3934 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3935   legend:
3936     - ''
3937     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3938     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3939     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3940     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3941     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3942
3943 # VPP Performance Changes 2n-skx 4t2c pdr
3944 - type: "table"
3945   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3946   algorithm: "table_comparison"
3947   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3948   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3949   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3950   columns:
3951     - title: "2001.0-4"
3952       data-set: "vpp-performance-changes-2n-skx-h1"
3953     - title: "2005.0-4"
3954       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3955     - title: "2005.0-5"
3956       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3957     - title: "2009.0-5"
3958       data-set: "vpp-performance-changes-2n-skx-cmp"
3959   comparisons:
3960     - title: "2005.0-5 vs 2005.0-4"
3961       reference: 2
3962       compare: 3
3963 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3964     - title: "2009.0-5 vs 2005.0-5"
3965       reference: 3
3966       compare: 4
3967 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3968   legend:
3969     - ''
3970     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3971     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3972     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3973     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3974     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3975
3976 # VPP Performance Changes 2n-skx 2t1c ndr
3977 - type: "table"
3978   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3979   algorithm: "table_comparison"
3980   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3982   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3983   columns:
3984     - title: "2001.0-4"
3985       data-set: "vpp-performance-changes-2n-skx-h1"
3986     - title: "2005.0-4"
3987       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3988     - title: "2005.0-5"
3989       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3990     - title: "2009.0-5"
3991       data-set: "vpp-performance-changes-2n-skx-cmp"
3992   comparisons:
3993     - title: "2005.0-5 vs 2005.0-4"
3994       reference: 2
3995       compare: 3
3996 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3997     - title: "2009.0-5 vs 2005.0-5"
3998       reference: 3
3999       compare: 4
4000 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4001   legend:
4002     - ''
4003     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4004     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4005     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4006     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4007     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4008
4009 # VPP Performance Changes 2n-skx 4t2c ndr
4010 - type: "table"
4011   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4012   algorithm: "table_comparison"
4013   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4014   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4015   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4016   columns:
4017     - title: "2001.0-4"
4018       data-set: "vpp-performance-changes-2n-skx-h1"
4019     - title: "2005.0-4"
4020       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4021     - title: "2005.0-5"
4022       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4023     - title: "2009.0-5"
4024       data-set: "vpp-performance-changes-2n-skx-cmp"
4025   comparisons:
4026     - title: "2005.0-5 vs 2005.0-4"
4027       reference: 2
4028       compare: 3
4029 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4030     - title: "2009.0-5 vs 2005.0-5"
4031       reference: 3
4032       compare: 4
4033 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4034   legend:
4035     - ''
4036     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4037     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4038     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4039     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4040     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4041
4042 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4043 - type: "table"
4044   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4045   algorithm: "table_comparison"
4046   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4048   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4049   columns:
4050     - title: "2001.0-4"
4051       data-set: "vpp-performance-changes-2n-clx-h1"
4052     - title: "2005.0-4"
4053       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4054     - title: "2005.0-5"
4055       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4056     - title: "2009.0-5"
4057       data-set: "vpp-performance-changes-2n-clx-cmp"
4058   comparisons:
4059     - title: "2005.0-5 vs 2005.0-4"
4060       reference: 2
4061       compare: 3
4062 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4063     - title: "2009.0-5 vs 2005.0-5"
4064       reference: 3
4065       compare: 4
4066 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4067   legend:
4068     - ''
4069     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4070     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4071     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4072     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4073     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4074
4075 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4076 - type: "table"
4077   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4078   algorithm: "table_comparison"
4079   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4080   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4081   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4082   columns:
4083     - title: "2001.0-4"
4084       data-set: "vpp-performance-changes-2n-clx-h1"
4085     - title: "2005.0-4"
4086       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4087     - title: "2005.0-5"
4088       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4089     - title: "2009.0-5"
4090       data-set: "vpp-performance-changes-2n-clx-cmp"
4091   comparisons:
4092     - title: "2005.0-5 vs 2005.0-4"
4093       reference: 2
4094       compare: 3
4095 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4096     - title: "2009.0-5 vs 2005.0-5"
4097       reference: 3
4098       compare: 4
4099 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4100   legend:
4101     - ''
4102     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4103     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4104     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4105     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4106     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4107
4108 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4109 - type: "table"
4110   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4111   algorithm: "table_comparison"
4112   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4113   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4114   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4115   columns:
4116     - title: "2001.0-4"
4117       data-set: "vpp-performance-changes-2n-clx-h1"
4118     - title: "2005.0-4"
4119       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4120     - title: "2005.0-5"
4121       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4122     - title: "2009.0-5"
4123       data-set: "vpp-performance-changes-2n-clx-cmp"
4124   comparisons:
4125     - title: "2005.0-5 vs 2005.0-4"
4126       reference: 2
4127       compare: 3
4128 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4129     - title: "2009.0-5 vs 2005.0-5"
4130       reference: 3
4131       compare: 4
4132 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4133   legend:
4134     - ''
4135     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4136     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4137     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4138     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4139     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4140
4141 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4142 - type: "table"
4143   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4144   algorithm: "table_comparison"
4145   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4146   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4147   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4148   columns:
4149     - title: "2001.0-4"
4150       data-set: "vpp-performance-changes-2n-clx-h1"
4151     - title: "2005.0-4"
4152       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4153     - title: "2005.0-5"
4154       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4155     - title: "2009.0-5"
4156       data-set: "vpp-performance-changes-2n-clx-cmp"
4157   comparisons:
4158     - title: "2005.0-5 vs 2005.0-4"
4159       reference: 2
4160       compare: 3
4161 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4162     - title: "2009.0-5 vs 2005.0-5"
4163       reference: 3
4164       compare: 4
4165 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4166   legend:
4167     - ''
4168     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4169     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4170     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4171     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4172     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4173
4174 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4175 #- type: "table"
4176 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4177 #  algorithm: "table_comparison"
4178 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4179 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4180 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4181 #  columns:
4182 #    - title: "2001.0-2"
4183 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4184 #    - title: "2005.0-3"
4185 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4186 #  comparisons:
4187 #    - title: "Diff"
4188 #      reference: 1
4189 #      compare: 2
4190 #  legend:
4191 #    - ''
4192 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4193 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4194 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4195 #    - '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.'
4196 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4197 #
4198 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4199 #- type: "table"
4200 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4201 #  algorithm: "table_comparison"
4202 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4203 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4204 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4205 #  columns:
4206 #    - title: "2001.0-2"
4207 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4208 #    - title: "2005.0-3"
4209 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4210 #  comparisons:
4211 #    - title: "Diff"
4212 #      reference: 1
4213 #      compare: 2
4214 #  legend:
4215 #    - ''
4216 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4217 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4218 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4219 #    - '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.'
4220 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4221 #
4222 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4223 #- type: "table"
4224 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4225 #  algorithm: "table_comparison"
4226 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4227 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4228 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4229 #  columns:
4230 #    - title: "2001.0-2"
4231 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4232 #    - title: "2005.0-3"
4233 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4234 #  comparisons:
4235 #    - title: "Diff"
4236 #      reference: 1
4237 #      compare: 2
4238 #  legend:
4239 #    - ''
4240 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4241 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4242 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4243 #    - '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.'
4244 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4245 #
4246 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4247 #- type: "table"
4248 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4249 #  algorithm: "table_comparison"
4250 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4251 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4252 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4253 #  columns:
4254 #    - title: "2001.0-2"
4255 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4256 #    - title: "2005.0-3"
4257 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4258 #  comparisons:
4259 #    - title: "Diff"
4260 #      reference: 1
4261 #      compare: 2
4262 #  legend:
4263 #    - ''
4264 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4265 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4266 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4267 #    - '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.'
4268 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4269
4270 # VPP Performance Changes 2n-dnv 1t1c pdr
4271 - type: "table"
4272   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4273   algorithm: "table_comparison"
4274   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4275   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4276   filter: "'1T1C'"
4277   columns:
4278     - title: "2001.0-2"
4279       data-set: "vpp-performance-changes-2n-dnv-h1"
4280     - title: "2005.0-5"
4281       data-set: "vpp-performance-changes-2n-dnv-ref"
4282     - title: "2009.0-5"
4283       data-set: "vpp-performance-changes-2n-dnv-cmp"
4284   comparisons:
4285     - title: "2009.0-5 vs 2005.0-5"
4286       reference: 2
4287       compare: 3
4288   legend:
4289     - ''
4290     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4291     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4292     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4293     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4294
4295 # VPP Performance Changes 2n-dnv 2t2c pdr
4296 - type: "table"
4297   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4298   algorithm: "table_comparison"
4299   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4301   filter: "'2T2C'"
4302   columns:
4303     - title: "2001.0-2"
4304       data-set: "vpp-performance-changes-2n-dnv-h1"
4305     - title: "2005.0-5"
4306       data-set: "vpp-performance-changes-2n-dnv-ref"
4307     - title: "2009.0-5"
4308       data-set: "vpp-performance-changes-2n-dnv-cmp"
4309   comparisons:
4310     - title: "2009.0-5 vs 2005.0-5"
4311       reference: 2
4312       compare: 3
4313   legend:
4314     - ''
4315     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4316     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4317     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4318     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4319
4320 # VPP Performance Changes 2n-dnv 1t1c ndr
4321 - type: "table"
4322   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4323   algorithm: "table_comparison"
4324   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4325   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4326   filter: "'1T1C'"
4327   columns:
4328     - title: "2001.0-2"
4329       data-set: "vpp-performance-changes-2n-dnv-h1"
4330     - title: "2005.0-5"
4331       data-set: "vpp-performance-changes-2n-dnv-ref"
4332     - title: "2009.0-5"
4333       data-set: "vpp-performance-changes-2n-dnv-cmp"
4334   comparisons:
4335     - title: "2009.0-5 vs 2005.0-5"
4336       reference: 2
4337       compare: 3
4338   legend:
4339     - ''
4340     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4341     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4342     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4343     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4344
4345 # VPP Performance Changes 2n-dnv 2t2c ndr
4346 - type: "table"
4347   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4348   algorithm: "table_comparison"
4349   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4350   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4351   filter: "'2T2C'"
4352   columns:
4353     - title: "2001.0-2"
4354       data-set: "vpp-performance-changes-2n-dnv-h1"
4355     - title: "2005.0-5"
4356       data-set: "vpp-performance-changes-2n-dnv-ref"
4357     - title: "2009.0-5"
4358       data-set: "vpp-performance-changes-2n-dnv-cmp"
4359   comparisons:
4360     - title: "2009.0-5 vs 2005.0-5"
4361       reference: 2
4362       compare: 3
4363   legend:
4364     - ''
4365     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4366     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4367     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4368     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4369
4370 # VPP Performance Changes 3n-dnv 1t1c pdr
4371 - type: "table"
4372   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4373   algorithm: "table_comparison"
4374   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4375   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4376   filter: "'1T1C'"
4377   columns:
4378     - title: "2001.0-2"
4379       data-set: "vpp-performance-changes-3n-dnv-h1"
4380     - title: "2005.0-5"
4381       data-set: "vpp-performance-changes-3n-dnv-ref"
4382     - title: "2009.0-5"
4383       data-set: "vpp-performance-changes-3n-dnv-cmp"
4384   comparisons:
4385     - title: "2009.0-5 vs 2005.0-5"
4386       reference: 2
4387       compare: 3
4388   legend:
4389     - ''
4390     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4391     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4392     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4393     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4394
4395 # VPP Performance Changes 3n-dnv 2t2c pdr
4396 - type: "table"
4397   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4398   algorithm: "table_comparison"
4399   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4400   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4401   filter: "'2T2C'"
4402   columns:
4403     - title: "2001.0-2"
4404       data-set: "vpp-performance-changes-3n-dnv-h1"
4405     - title: "2005.0-5"
4406       data-set: "vpp-performance-changes-3n-dnv-ref"
4407     - title: "2009.0-5"
4408       data-set: "vpp-performance-changes-3n-dnv-cmp"
4409   comparisons:
4410     - title: "2009.0-5 vs 2005.0-5"
4411       reference: 2
4412       compare: 3
4413   legend:
4414     - ''
4415     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4416     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4417     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4418     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4419
4420 # VPP Performance Changes 3n-dnv 1t1c ndr
4421 - type: "table"
4422   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4423   algorithm: "table_comparison"
4424   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4425   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4426   filter: "'1T1C'"
4427   columns:
4428     - title: "2001.0-2"
4429       data-set: "vpp-performance-changes-3n-dnv-h1"
4430     - title: "2005.0-5"
4431       data-set: "vpp-performance-changes-3n-dnv-ref"
4432     - title: "2009.0-5"
4433       data-set: "vpp-performance-changes-3n-dnv-cmp"
4434   comparisons:
4435     - title: "2009.0-5 vs 2005.0-5"
4436       reference: 2
4437       compare: 3
4438   legend:
4439     - ''
4440     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4441     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4442     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4443     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4444
4445 # VPP Performance Changes 3n-dnv 2t2c ndr
4446 - type: "table"
4447   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4448   algorithm: "table_comparison"
4449   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4450   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4451   filter: "'2T2C'"
4452   columns:
4453     - title: "2001.0-2"
4454       data-set: "vpp-performance-changes-3n-dnv-h1"
4455     - title: "2005.0-5"
4456       data-set: "vpp-performance-changes-3n-dnv-ref"
4457     - title: "2009.0-5"
4458       data-set: "vpp-performance-changes-3n-dnv-cmp"
4459   comparisons:
4460     - title: "2009.0-5 vs 2005.0-5"
4461       reference: 2
4462       compare: 3
4463   legend:
4464     - ''
4465     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4466     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4467     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4468     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4469
4470 # VPP Performance Changes 3n-tsh 1t1c pdr
4471 - type: "table"
4472   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4473   algorithm: "table_comparison"
4474   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4476   filter: "'1T1C'"
4477   columns:
4478     - title: "2001.0-4"
4479       data-set: "vpp-performance-changes-3n-tsh-h1"
4480     - title: "2005.0-4"
4481       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4482     - title: "2005.0-5"
4483       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4484     - title: "2009.0-5"
4485       data-set: "vpp-performance-changes-3n-tsh-cmp"
4486   comparisons:
4487     - title: "2005.0-5 vs 2005.0-4"
4488       reference: 2
4489       compare: 3
4490 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4491     - title: "2009.0-5 vs 2005.0-5"
4492       reference: 3
4493       compare: 4
4494 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4495   legend:
4496     - ''
4497     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4498     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4499     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4500     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4501     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4502
4503 # VPP Performance Changes 3n-tsh 2t2c pdr
4504 - type: "table"
4505   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4506   algorithm: "table_comparison"
4507   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4508   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4509   filter: "'2T2C'"
4510   columns:
4511     - title: "2001.0-4"
4512       data-set: "vpp-performance-changes-3n-tsh-h1"
4513     - title: "2005.0-4"
4514       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4515     - title: "2005.0-5"
4516       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4517     - title: "2009.0-5"
4518       data-set: "vpp-performance-changes-3n-tsh-cmp"
4519   comparisons:
4520     - title: "2005.0-5 vs 2005.0-4"
4521       reference: 2
4522       compare: 3
4523 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4524     - title: "2009.0-5 vs 2005.0-5"
4525       reference: 3
4526       compare: 4
4527 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4528   legend:
4529     - ''
4530     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4531     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4532     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4533     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4534     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4535
4536 # VPP Performance Changes 3n-tsh 1t1c ndr
4537 - type: "table"
4538   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4539   algorithm: "table_comparison"
4540   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4541   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4542   filter: "'1T1C'"
4543   columns:
4544     - title: "2001.0-4"
4545       data-set: "vpp-performance-changes-3n-tsh-h1"
4546     - title: "2005.0-4"
4547       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4548     - title: "2005.0-5"
4549       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4550     - title: "2009.0-5"
4551       data-set: "vpp-performance-changes-3n-tsh-cmp"
4552   comparisons:
4553     - title: "2005.0-5 vs 2005.0-4"
4554       reference: 2
4555       compare: 3
4556 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4557     - title: "2009.0-5 vs 2005.0-5"
4558       reference: 3
4559       compare: 4
4560 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4561   legend:
4562     - ''
4563     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4564     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4565     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4566     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4567     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4568
4569 # VPP Performance Changes 3n-tsh 2t2c ndr
4570 - type: "table"
4571   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4572   algorithm: "table_comparison"
4573   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4574   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4575   filter: "'2T2C'"
4576   columns:
4577     - title: "2001.0-4"
4578       data-set: "vpp-performance-changes-3n-tsh-h1"
4579     - title: "2005.0-4"
4580       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4581     - title: "2005.0-5"
4582       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4583     - title: "2009.0-5"
4584       data-set: "vpp-performance-changes-3n-tsh-cmp"
4585   comparisons:
4586     - title: "2005.0-5 vs 2005.0-4"
4587       reference: 2
4588       compare: 3
4589 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4590     - title: "2009.0-5 vs 2005.0-5"
4591       reference: 3
4592       compare: 4
4593 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4594   legend:
4595     - ''
4596     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4597     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4598     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4599     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4600     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4601
4602 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4603 - type: "table"
4604   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4605   algorithm: "table_comparison"
4606   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4607   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4608   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4609   columns:
4610     - title: "3n-hsw xl710"
4611       data-set: "vpp-compare-testbeds-ref"
4612       tag: "NIC_Intel-XL710"
4613     - title: "3n-skx xxv710"
4614       data-set: "vpp-compare-testbeds-cmp"
4615       tag: "NIC_Intel-XXV710"
4616   comparisons:
4617     - title: "Diff"
4618       reference: 1
4619       compare: 2
4620   legend:
4621     - ""
4622     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4623     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4624
4625 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4626 - type: "table"
4627   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4628   algorithm: "table_comparison"
4629   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4630   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4631   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4632   columns:
4633     - title: "3n-hsw xl710"
4634       data-set: "vpp-compare-testbeds-ref"
4635       tag: "NIC_Intel-XL710"
4636     - title: "3n-skx xxv710"
4637       data-set: "vpp-compare-testbeds-cmp"
4638       tag: "NIC_Intel-XXV710"
4639   comparisons:
4640     - title: "Diff"
4641       reference: 1
4642       compare: 2
4643   legend:
4644     - ""
4645     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4646     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4647
4648 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4649 - type: "table"
4650   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4651   algorithm: "table_comparison"
4652   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4654   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4655   columns:
4656     - title: "3n-hsw xl710"
4657       data-set: "vpp-compare-testbeds-ref"
4658       tag: "NIC_Intel-XL710"
4659     - title: "3n-skx xxv710"
4660       data-set: "vpp-compare-testbeds-cmp"
4661       tag: "NIC_Intel-XXV710"
4662   comparisons:
4663     - title: "Diff"
4664       reference: 1
4665       compare: 2
4666   legend:
4667     - ""
4668     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4669     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4670
4671 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4672 - type: "table"
4673   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4674   algorithm: "table_comparison"
4675   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4676   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4677   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4678   columns:
4679     - title: "3n-hsw xl710"
4680       data-set: "vpp-compare-testbeds-ref"
4681       tag: "NIC_Intel-XL710"
4682     - title: "3n-skx xxv710"
4683       data-set: "vpp-compare-testbeds-cmp"
4684       tag: "NIC_Intel-XXV710"
4685   comparisons:
4686     - title: "Diff"
4687       reference: 1
4688       compare: 2
4689   legend:
4690     - ""
4691     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4692     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4693
4694 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4695 - type: "table"
4696   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4697   algorithm: "table_comparison"
4698   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4699   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4700   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4701   columns:
4702     - title: "2n-skx"
4703       data-set: "vpp-compare-testbeds-skx-clx-ref"
4704     - title: "2n-clx"
4705       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4706   comparisons:
4707     - title: "Diff"
4708       reference: 1
4709       compare: 2
4710   legend:
4711     - ""
4712     - "2n-skx, 2n-clx - testbeds and NICs tested."
4713     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4714
4715 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4716 - type: "table"
4717   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4718   algorithm: "table_comparison"
4719   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4720   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4721   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4722   columns:
4723     - title: "2n-skx"
4724       data-set: "vpp-compare-testbeds-skx-clx-ref"
4725     - title: "2n-clx"
4726       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4727   comparisons:
4728     - title: "Diff"
4729       reference: 1
4730       compare: 2
4731   legend:
4732     - ""
4733     - "2n-skx, 2n-clx - testbeds and NICs tested."
4734     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4735
4736 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4737 - type: "table"
4738   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4739   algorithm: "table_comparison"
4740   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4741   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4742   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4743   columns:
4744     - title: "2n-skx"
4745       data-set: "vpp-compare-testbeds-skx-clx-ref"
4746     - title: "2n-clx"
4747       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4748   comparisons:
4749     - title: "Diff"
4750       reference: 1
4751       compare: 2
4752   legend:
4753     - ""
4754     - "2n-skx, 2n-clx - testbeds and NICs tested."
4755     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4756
4757 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4758 - type: "table"
4759   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4760   algorithm: "table_comparison"
4761   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4762   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4763   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4764   columns:
4765     - title: "2n-skx"
4766       data-set: "vpp-compare-testbeds-skx-clx-ref"
4767     - title: "2n-clx"
4768       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4769   comparisons:
4770     - title: "Diff"
4771       reference: 1
4772       compare: 2
4773   legend:
4774     - ""
4775     - "2n-skx, 2n-clx - testbeds and NICs tested."
4776     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4777
4778 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4779 - type: "table"
4780   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4781   algorithm: "table_comparison"
4782   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4783   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4784   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4785   columns:
4786     - title: "3n-hsw xl710"
4787       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4788       tag: "NIC_Intel-XL710"
4789     - title: "2n-clx xxv710"
4790       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4791       tag: "NIC_Intel-XXV710"
4792   comparisons:
4793     - title: "Diff"
4794       reference: 1
4795       compare: 2
4796   legend:
4797     - ""
4798     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4799     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4800
4801 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4802 - type: "table"
4803   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4804   algorithm: "table_comparison"
4805   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4806   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4807   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4808   columns:
4809     - title: "3n-hsw xl710"
4810       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4811       tag: "NIC_Intel-XL710"
4812     - title: "2n-clx xxv710"
4813       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4814       tag: "NIC_Intel-XXV710"
4815   comparisons:
4816     - title: "Diff"
4817       reference: 1
4818       compare: 2
4819   legend:
4820     - ""
4821     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4822     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4823
4824 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4825 - type: "table"
4826   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4827   algorithm: "table_comparison"
4828   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4829   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4830   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4831   columns:
4832     - title: "3n-hsw xl710"
4833       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4834       tag: "NIC_Intel-XL710"
4835     - title: "2n-clx xxv710"
4836       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4837       tag: "NIC_Intel-XXV710"
4838   comparisons:
4839     - title: "Diff"
4840       reference: 1
4841       compare: 2
4842   legend:
4843     - ""
4844     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4845     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4846
4847 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4848 - type: "table"
4849   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4850   algorithm: "table_comparison"
4851   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4853   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4854   columns:
4855     - title: "3n-hsw xl710"
4856       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4857       tag: "NIC_Intel-XL710"
4858     - title: "2n-clx xxv710"
4859       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4860       tag: "NIC_Intel-XXV710"
4861   comparisons:
4862     - title: "Diff"
4863       reference: 1
4864       compare: 2
4865   legend:
4866     - ""
4867     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4868     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4869
4870 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4871 - type: "table"
4872   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4873   algorithm: "table_comparison"
4874   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4875   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4876   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4877   columns:
4878     - title: "3n-skx"
4879       data-set: "vpp-compare-topologies-ref"
4880     - title: "2n-skx"
4881       data-set: "vpp-compare-topologies-cmp"
4882   comparisons:
4883     - title: "Diff"
4884       reference: 1
4885       compare: 2
4886   legend:
4887     - ""
4888     - "3n-skx, 2n-skx - topologies tested."
4889     - "Diff - difference between 3n-skx and 2n-skx topologies."
4890
4891 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4892 - type: "table"
4893   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4894   algorithm: "table_comparison"
4895   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4896   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4897   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4898   columns:
4899     - title: "3n-skx"
4900       data-set: "vpp-compare-topologies-ref"
4901     - title: "2n-skx"
4902       data-set: "vpp-compare-topologies-cmp"
4903   comparisons:
4904     - title: "Diff"
4905       reference: 1
4906       compare: 2
4907   legend:
4908     - ""
4909     - "3n-skx, 2n-skx - topologies tested."
4910     - "Diff - difference between 3n-skx and 2n-skx topologies."
4911
4912 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4913 - type: "table"
4914   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4915   algorithm: "table_comparison"
4916   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4917   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4918   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4919   columns:
4920     - title: "3n-skx"
4921       data-set: "vpp-compare-topologies-ref"
4922     - title: "2n-skx"
4923       data-set: "vpp-compare-topologies-cmp"
4924   comparisons:
4925     - title: "Diff"
4926       reference: 1
4927       compare: 2
4928   legend:
4929     - ""
4930     - "3n-skx, 2n-skx - topologies tested."
4931     - "Diff - difference between 3n-skx and 2n-skx topologies."
4932
4933 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4934 - type: "table"
4935   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4936   algorithm: "table_comparison"
4937   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4939   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4940   columns:
4941     - title: "3n-skx"
4942       data-set: "vpp-compare-topologies-ref"
4943     - title: "2n-skx"
4944       data-set: "vpp-compare-topologies-cmp"
4945   comparisons:
4946     - title: "Diff"
4947       reference: 1
4948       compare: 2
4949   legend:
4950     - ""
4951     - "3n-skx, 2n-skx - topologies tested."
4952     - "Diff - difference between 3n-skx and 2n-skx topologies."
4953
4954 # VPP Performance Changes 3n-hsw 1t1c mrr
4955 - type: "table"
4956   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4957   algorithm: "table_comparison"
4958   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4959   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4960   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4961   columns:
4962     - title: "2001.0-2"
4963       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4964     - title: "2005.0-4"
4965       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4966     - title: "2005.0-5"
4967       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4968     - title: "2009.0-5"
4969       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4970   comparisons:
4971     - title: "2005.0-5 vs 2005.0-4"
4972       reference: 2
4973       compare: 3
4974 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4975     - title: "2009.0-5 vs 2005.0-5"
4976       reference: 3
4977       compare: 4
4978 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4979   legend:
4980     - ''
4981     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4982     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4983     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4984     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4985     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4986
4987 # VPP Performance Changes 3n-hsw 2t2c mrr
4988 - type: "table"
4989   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4990   algorithm: "table_comparison"
4991   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4992   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4993   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4994   columns:
4995     - title: "2001.0-2"
4996       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4997     - title: "2005.0-4"
4998       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4999     - title: "2005.0-5"
5000       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5001     - title: "2009.0-5"
5002       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5003   comparisons:
5004     - title: "2005.0-5 vs 2005.0-4"
5005       reference: 2
5006       compare: 3
5007 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5008     - title: "2009.0-5 vs 2005.0-5"
5009       reference: 3
5010       compare: 4
5011 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5012   legend:
5013     - ''
5014     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5015     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5016     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5017     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5018     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5019
5020 # VPP Performance Changes 3n-hsw 4t4c mrr
5021 - type: "table"
5022   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5023   algorithm: "table_comparison"
5024   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5025   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5026   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5027   columns:
5028     - title: "2001.0-2"
5029       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5030     - title: "2005.0-4"
5031       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5032     - title: "2005.0-5"
5033       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5034     - title: "2009.0-5"
5035       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5036   comparisons:
5037     - title: "2005.0-5 vs 2005.0-4"
5038       reference: 2
5039       compare: 3
5040 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5041     - title: "2009.0-5 vs 2005.0-5"
5042       reference: 3
5043       compare: 4
5044 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5045   legend:
5046     - ''
5047     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5048     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5049     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5050     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5051     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5052
5053 # VPP Performance Changes 3n-skx 2t1c mrr
5054 - type: "table"
5055   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5056   algorithm: "table_comparison"
5057   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5058   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5059   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5060   columns:
5061     - title: "2001.0-2"
5062       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5063     - title: "2005.0-4"
5064       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5065     - title: "2005.0-5"
5066       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5067     - title: "2009.0-5"
5068       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5069   comparisons:
5070     - title: "2005.0-5 vs 2005.0-4"
5071       reference: 2
5072       compare: 3
5073 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
5074     - title: "2009.0-5 vs 2005.0-5"
5075       reference: 2
5076       compare: 3
5077 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
5078   legend:
5079     - ''
5080     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5081     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5082     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5083     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5084     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5085
5086 # VPP Performance Changes 3n-skx 4t2c mrr
5087 - type: "table"
5088   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5089   algorithm: "table_comparison"
5090   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5091   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5092   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5093   columns:
5094     - title: "2001.0-2"
5095       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5096     - title: "2005.0-4"
5097       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5098     - title: "2005.0-5"
5099       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5100     - title: "2009.0-5"
5101       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5102   comparisons:
5103     - title: "2005.0-5 vs 2005.0-4"
5104       reference: 2
5105       compare: 3
5106 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5107     - title: "2009.0-5 vs 2005.0-5"
5108       reference: 2
5109       compare: 3
5110 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5111   legend:
5112     - ''
5113     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5114     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5115     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5116     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5117     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5118
5119 # VPP Performance Changes 3n-skx 8t4c mrr
5120 - type: "table"
5121   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5122   algorithm: "table_comparison"
5123   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5124   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5125   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5126   columns:
5127     - title: "2001.0-2"
5128       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5129     - title: "2005.0-4"
5130       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5131     - title: "2005.0-5"
5132       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5133     - title: "2009.0-5"
5134       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5135   comparisons:
5136     - title: "2005.0-5 vs 2005.0-4"
5137       reference: 2
5138       compare: 3
5139 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5140     - title: "2009.0-5 vs 2005.0-5"
5141       reference: 2
5142       compare: 3
5143 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5144   legend:
5145     - ''
5146     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5147     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5148     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5149     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5150     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5151
5152 # VPP Performance Changes 2n-skx 2t1c mrr
5153 - type: "table"
5154   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5155   algorithm: "table_comparison"
5156   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5157   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5158   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5159   columns:
5160     - title: "2001.0-2"
5161       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5162     - title: "2005.0-4"
5163       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5164     - title: "2005.0-5"
5165       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5166     - title: "2009.0-5"
5167       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5168   comparisons:
5169     - title: "2005.0-5 vs 2005.0-4"
5170       reference: 2
5171       compare: 3
5172 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5173     - title: "2009.0-5 vs 2005.0-4"
5174       reference: 3
5175       compare: 4
5176 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5177   legend:
5178     - ''
5179     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5180     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5181     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5182     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5183     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5184
5185 # VPP Performance Changes 2n-skx 4t2c mrr
5186 - type: "table"
5187   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5188   algorithm: "table_comparison"
5189   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5190   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5191   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5192   columns:
5193     - title: "2001.0-2"
5194       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5195     - title: "2005.0-4"
5196       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5197     - title: "2005.0-5"
5198       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5199     - title: "2009.0-5"
5200       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5201   comparisons:
5202     - title: "2005.0-5 vs 2005.0-4"
5203       reference: 2
5204       compare: 3
5205 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5206     - title: "2009.0-5 vs 2005.0-4"
5207       reference: 3
5208       compare: 4
5209 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5210   legend:
5211     - ''
5212     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5213     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5214     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5215     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5216     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5217
5218 # VPP Performance Changes 2n-skx 8t4c mrr
5219 - type: "table"
5220   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5221   algorithm: "table_comparison"
5222   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5223   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5224   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5225   columns:
5226     - title: "2001.0-2"
5227       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5228     - title: "2005.0-4"
5229       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5230     - title: "2005.0-5"
5231       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5232     - title: "2009.0-5"
5233       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5234   comparisons:
5235     - title: "2005.0-5 vs 2005.0-4"
5236       reference: 2
5237       compare: 3
5238 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5239     - title: "2009.0-5 vs 2005.0-4"
5240       reference: 3
5241       compare: 4
5242 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5243   legend:
5244     - ''
5245     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5246     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5247     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5248     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5249     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5250
5251 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5252 - type: "table"
5253   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5254   algorithm: "table_comparison"
5255   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5256   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5257   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5258   columns:
5259     - title: "2001.0-2"
5260       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5261     - title: "2005.0-4"
5262       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5263     - title: "2005.0-5"
5264       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5265     - title: "2009.0-5"
5266       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5267   comparisons:
5268     - title: "2005.0-5 vs 2005.0-4"
5269       reference: 2
5270       compare: 3
5271 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5272     - title: "2009.0-5 vs 2005.0-5"
5273       reference: 3
5274       compare: 4
5275 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5276   legend:
5277     - ''
5278     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5279     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5280     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5281     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5282     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5283
5284 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5285 - type: "table"
5286   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5287   algorithm: "table_comparison"
5288   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5289   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5290   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5291   columns:
5292     - title: "2001.0-2"
5293       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5294     - title: "2005.0-4"
5295       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5296     - title: "2005.0-5"
5297       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5298     - title: "2009.0-5"
5299       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5300   comparisons:
5301     - title: "2005.0-5 vs 2005.0-4"
5302       reference: 2
5303       compare: 3
5304 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5305     - title: "2009.0-5 vs 2005.0-5"
5306       reference: 3
5307       compare: 4
5308 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5309   legend:
5310     - ''
5311     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5312     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5313     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5314     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5315     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5316
5317 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5318 - type: "table"
5319   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5320   algorithm: "table_comparison"
5321   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5322   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5323   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5324   columns:
5325     - title: "2001.0-2"
5326       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5327     - title: "2005.0-4"
5328       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5329     - title: "2005.0-5"
5330       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5331     - title: "2009.0-5"
5332       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5333   comparisons:
5334     - title: "2005.0-5 vs 2005.0-4"
5335       reference: 2
5336       compare: 3
5337 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5338     - title: "2009.0-5 vs 2005.0-5"
5339       reference: 3
5340       compare: 4
5341 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5342   legend:
5343     - ''
5344     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5345     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5346     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5347     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5348     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5349
5350 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5351 #- type: "table"
5352 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5353 #  algorithm: "table_comparison"
5354 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5355 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5356 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5357 #  columns:
5358 #    - title: "2001"
5359 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5360 #    - title: "2005"
5361 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5362 #  comparisons:
5363 #    - title: "Diff"
5364 #      reference: 1
5365 #      compare: 2
5366 #  legend:
5367 #    - ""
5368 #    - "2001, 2005 - VPP versions tested."
5369 #    - "Diff - difference between 2001 and 2005 VPP version."
5370 #
5371 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5372 #- type: "table"
5373 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5374 #  algorithm: "table_comparison"
5375 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5376 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5377 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5378 #  columns:
5379 #    - title: "2001"
5380 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5381 #    - title: "2005"
5382 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5383 #  comparisons:
5384 #    - title: "Diff"
5385 #      reference: 1
5386 #      compare: 2
5387 #  legend:
5388 #    - ""
5389 #    - "2001, 2005 - VPP versions tested."
5390 #    - "Diff - difference between 2001 and 2005 VPP version."
5391 #
5392 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5393 #- type: "table"
5394 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5395 #  algorithm: "table_comparison"
5396 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5397 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5398 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5399 #  columns:
5400 #    - title: "2001"
5401 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5402 #    - title: "2005"
5403 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5404 #  comparisons:
5405 #    - title: "Diff"
5406 #      reference: 1
5407 #      compare: 2
5408 #  legend:
5409 #    - ""
5410 #    - "2001, 2005 - VPP versions tested."
5411 #    - "Diff - difference between 2001 and 2005 VPP version."
5412
5413 # VPP Performance Changes 2n-dnv 1t1c mrr
5414 - type: "table"
5415   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5416   algorithm: "table_comparison"
5417   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5418   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5419   filter: "'1T1C'"
5420   columns:
5421     - title: "2001.0-2"
5422       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5423     - title: "2005.0-5"
5424       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5425     - title: "2009.0-5"
5426       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5427   comparisons:
5428     - title: "2009.0-5 vs 2005.0-5"
5429       reference: 2
5430       compare: 3
5431   legend:
5432     - ''
5433     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5434     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5435     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5436     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5437
5438 # VPP Performance Changes 2n-dnv 2t2c mrr
5439 - type: "table"
5440   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5441   algorithm: "table_comparison"
5442   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5443   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5444   filter: "'2T2C'"
5445   columns:
5446     - title: "2001.0-2"
5447       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5448     - title: "2005.0-5"
5449       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5450     - title: "2009.0-5"
5451       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5452   comparisons:
5453     - title: "2009.0-5 vs 2005.0-5"
5454       reference: 2
5455       compare: 3
5456   legend:
5457     - ''
5458     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5459     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5460     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5461     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5462
5463 # VPP Performance Changes 2n-dnv 4t4c mrr
5464 - type: "table"
5465   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5466   algorithm: "table_comparison"
5467   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5468   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5469   filter: "'4T4C'"
5470   columns:
5471     - title: "2001.0-2"
5472       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5473     - title: "2005.0-5"
5474       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5475     - title: "2009.0-5"
5476       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5477   comparisons:
5478     - title: "2009.0-5 vs 2005.0-5"
5479       reference: 2
5480       compare: 3
5481   legend:
5482     - ''
5483     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5484     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5485     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5486     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5487
5488 # VPP Performance Changes 3n-dnv 1t1c mrr
5489 - type: "table"
5490   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5491   algorithm: "table_comparison"
5492   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5493   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5494   filter: "'1T1C'"
5495   columns:
5496     - title: "2001.0-2"
5497       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5498     - title: "2005.0-5"
5499       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5500     - title: "2009.0-5"
5501       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5502   comparisons:
5503     - title: "2009.0-5 vs 2005.0-5"
5504       reference: 2
5505       compare: 3
5506   legend:
5507     - ''
5508     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5509     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5510     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5511     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5512
5513 # VPP Performance Changes 3n-dnv 2t2c mrr
5514 - type: "table"
5515   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5516   algorithm: "table_comparison"
5517   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5518   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5519   filter: "'2T2C'"
5520   columns:
5521     - title: "2001.0-2"
5522       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5523     - title: "2005.0-5"
5524       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5525     - title: "2009.0-5"
5526       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5527   comparisons:
5528     - title: "2009.0-5 vs 2005.0-5"
5529       reference: 2
5530       compare: 3
5531   legend:
5532     - ''
5533     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5534     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5535     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5536     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5537
5538 # VPP Performance Changes 3n-dnv 4t4c mrr
5539 - type: "table"
5540   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5541   algorithm: "table_comparison"
5542   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5543   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5544   filter: "'4T4C'"
5545   columns:
5546     - title: "2001.0-2"
5547       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5548     - title: "2005.0-5"
5549       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5550     - title: "2009.0-5"
5551       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5552   comparisons:
5553     - title: "2009.0-5 vs 2005.0-5"
5554       reference: 2
5555       compare: 3
5556   legend:
5557     - ''
5558     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5559     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5560     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5561     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5562
5563 # VPP Performance Changes 3n-tsh 1t1c mrr
5564 - type: "table"
5565   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5566   algorithm: "table_comparison"
5567   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5568   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5569   filter: "'1T1C'"
5570   columns:
5571     - title: "2001.0-2"
5572       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5573     - title: "2005.0-4"
5574       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5575     - title: "2005.0-5"
5576       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5577     - title: "2009.0-5"
5578       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5579   comparisons:
5580     - title: "2005.0-5 vs 2005.0-4"
5581       reference: 2
5582       compare: 3
5583 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5584     - title: "2009.0-5 vs 2005.0-5"
5585       reference: 3
5586       compare: 4
5587 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5588   legend:
5589     - ''
5590     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5591     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5592     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5593     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5594     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5595
5596 # VPP Performance Changes 3n-tsh 2t2c mrr
5597 - type: "table"
5598   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5599   algorithm: "table_comparison"
5600   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5601   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5602   filter: "'2T2C'"
5603   columns:
5604     - title: "2001.0-2"
5605       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5606     - title: "2005.0-4"
5607       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5608     - title: "2005.0-5"
5609       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5610     - title: "2009.0-5"
5611       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5612   comparisons:
5613     - title: "2005.0-5 vs 2005.0-4"
5614       reference: 2
5615       compare: 3
5616 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5617     - title: "2009.0-5 vs 2005.0-5"
5618       reference: 3
5619       compare: 4
5620 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5621   legend:
5622     - ''
5623     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5624     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5625     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5626     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5627     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5628
5629 # VPP Performance Changes 3n-tsh 4t4c mrr
5630 - type: "table"
5631   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5632   algorithm: "table_comparison"
5633   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5634   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5635   filter: "'4T4C'"
5636   columns:
5637     - title: "2001.0-2"
5638       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5639     - title: "2005.0-4"
5640       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5641     - title: "2005.0-5"
5642       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5643     - title: "2009.0-5"
5644       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5645   comparisons:
5646     - title: "2005.0-5 vs 2005.0-4"
5647       reference: 2
5648       compare: 3
5649 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5650     - title: "2009.0-5 vs 2005.0-5"
5651       reference: 3
5652       compare: 4
5653 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5654   legend:
5655     - ''
5656     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5657     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5658     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5659     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5660     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5661
5662 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5663 - type: "table"
5664   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5665   algorithm: "table_comparison"
5666   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5667   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5668   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5669   columns:
5670     - title: "3n-hsw xl710"
5671       data-set: "vpp-compare-testbeds-mrr-ref"
5672       tag: "NIC_Intel-XL710"
5673     - title: "3n-skx xxv710"
5674       data-set: "vpp-compare-testbeds-mrr-cmp"
5675       tag: "NIC_Intel-XXV710"
5676   comparisons:
5677     - title: "Diff"
5678       reference: 1
5679       compare: 2
5680   legend:
5681     - ""
5682     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5683     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5684
5685 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5686 - type: "table"
5687   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5688   algorithm: "table_comparison"
5689   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5690   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5691   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5692   columns:
5693     - title: "3n-hsw xl710"
5694       data-set: "vpp-compare-testbeds-mrr-ref"
5695       tag: "NIC_Intel-XL710"
5696     - title: "3n-skx xxv710"
5697       data-set: "vpp-compare-testbeds-mrr-cmp"
5698       tag: "NIC_Intel-XXV710"
5699   comparisons:
5700     - title: "Diff"
5701       reference: 1
5702       compare: 2
5703   legend:
5704     - ""
5705     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5706     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5707
5708 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5709 - type: "table"
5710   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5711   algorithm: "table_comparison"
5712   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5713   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5714   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5715   columns:
5716     - title: "3n-hsw xl710"
5717       data-set: "vpp-compare-testbeds-mrr-ref"
5718       tag: "NIC_Intel-XL710"
5719     - title: "3n-skx xxv710"
5720       data-set: "vpp-compare-testbeds-mrr-cmp"
5721       tag: "NIC_Intel-XXV710"
5722   comparisons:
5723     - title: "Diff"
5724       reference: 1
5725       compare: 2
5726   legend:
5727     - ""
5728     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5729     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5730
5731 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5732 - type: "table"
5733   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5734   algorithm: "table_comparison"
5735   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5737   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5738   columns:
5739     - title: "2n-skx"
5740       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5741     - title: "2n-clx"
5742       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5743   comparisons:
5744     - title: "Diff"
5745       reference: 1
5746       compare: 2
5747   legend:
5748     - ""
5749     - "2n-skx, 2n-clx - testbeds and NICs tested."
5750     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5751
5752 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5753 - type: "table"
5754   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5755   algorithm: "table_comparison"
5756   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5757   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5758   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5759   columns:
5760     - title: "2n-skx"
5761       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5762     - title: "2n-clx"
5763       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5764   comparisons:
5765     - title: "Diff"
5766       reference: 1
5767       compare: 2
5768   legend:
5769     - ""
5770     - "2n-skx, 2n-clx - testbeds and NICs tested."
5771     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5772
5773 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5774 - type: "table"
5775   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5776   algorithm: "table_comparison"
5777   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5778   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5779   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5780   columns:
5781     - title: "2n-skx"
5782       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5783     - title: "2n-clx"
5784       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5785   comparisons:
5786     - title: "Diff"
5787       reference: 1
5788       compare: 2
5789   legend:
5790     - ""
5791     - "2n-skx, 2n-clx - testbeds and NICs tested."
5792     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5793
5794 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5795 - type: "table"
5796   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5797   algorithm: "table_comparison"
5798   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5800   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5801   columns:
5802     - title: "3n-skx"
5803       data-set: "vpp-compare-topologies-mrr-ref"
5804     - title: "2n-skx"
5805       data-set: "vpp-compare-topologies-mrr-cmp"
5806   comparisons:
5807     - title: "Diff"
5808       reference: 1
5809       compare: 2
5810   legend:
5811     - ""
5812     - "3n-skx, 2n-skx - topologies tested."
5813     - "Diff - difference between 3n-skx and 2n-skx topologies."
5814
5815 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5816 - type: "table"
5817   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5818   algorithm: "table_comparison"
5819   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5820   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5821   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5822   columns:
5823     - title: "3n-skx"
5824       data-set: "vpp-compare-topologies-mrr-ref"
5825     - title: "2n-skx"
5826       data-set: "vpp-compare-topologies-mrr-cmp"
5827   comparisons:
5828     - title: "Diff"
5829       reference: 1
5830       compare: 2
5831   legend:
5832     - ""
5833     - "3n-skx, 2n-skx - topologies tested."
5834     - "Diff - difference between 3n-skx and 2n-skx topologies."
5835
5836 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5837 - type: "table"
5838   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5839   algorithm: "table_comparison"
5840   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5841   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5842   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5843   columns:
5844     - title: "3n-skx"
5845       data-set: "vpp-compare-topologies-mrr-ref"
5846     - title: "2n-skx"
5847       data-set: "vpp-compare-topologies-mrr-cmp"
5848   comparisons:
5849     - title: "Diff"
5850       reference: 1
5851       compare: 2
5852   legend:
5853     - ""
5854     - "3n-skx, 2n-skx - topologies tested."
5855     - "Diff - difference between 3n-skx and 2n-skx topologies."
5856
5857 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5858 - type: "table"
5859   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5860   algorithm: "table_comparison"
5861   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5863   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5864   columns:
5865     - title: "3n-hsw xl710"
5866       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5867       tag: "NIC_Intel-XL710"
5868     - title: "2n-clx xxv710"
5869       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5870       tag: "NIC_Intel-XXV710"
5871   comparisons:
5872     - title: "Diff"
5873       reference: 1
5874       compare: 2
5875   legend:
5876     - ""
5877     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5878     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5879
5880 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5881 - type: "table"
5882   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5883   algorithm: "table_comparison"
5884   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5885   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5886   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5887   columns:
5888     - title: "3n-hsw xl710"
5889       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5890       tag: "NIC_Intel-XL710"
5891     - title: "2n-clx xxv710"
5892       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5893       tag: "NIC_Intel-XXV710"
5894   comparisons:
5895     - title: "Diff"
5896       reference: 1
5897       compare: 2
5898   legend:
5899     - ""
5900     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5901     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5902
5903 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5904 - type: "table"
5905   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5906   algorithm: "table_comparison"
5907   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5909   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5910   columns:
5911     - title: "3n-hsw xl710"
5912       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5913       tag: "NIC_Intel-XL710"
5914     - title: "2n-clx xxv710"
5915       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5916       tag: "NIC_Intel-XXV710"
5917   comparisons:
5918     - title: "Diff"
5919       reference: 1
5920       compare: 2
5921   legend:
5922     - ""
5923     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5924     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5925
5926 # Detailed Test Results - VPP Performance Results 3n-hsw
5927 - type: "table"
5928   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5929   algorithm: "table_merged_details"
5930   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5931   columns:
5932     - title: " |prein| Test Name |preout| "
5933       data: "data name"
5934     - 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| "
5935       data: "data msg"
5936   data: "vpp-perf-results-3n-hsw"
5937   filter: "all"
5938   parameters:
5939   - "name"
5940   - "parent"
5941   - "msg"
5942
5943 # Detailed Test Results - VPP Performance Results 3n-skx
5944 - type: "table"
5945   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5946   algorithm: "table_merged_details"
5947   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5948   columns:
5949     - title: " |prein| Test Name |preout| "
5950       data: "data name"
5951     - 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| "
5952       data: "data msg"
5953   data: "vpp-perf-results-3n-skx"
5954   filter: "all"
5955   remove-ndr: False
5956   parameters:
5957   - "name"
5958   - "parent"
5959   - "msg"
5960
5961 # Detailed Test Results - VPP Performance Results 2n-skx
5962 - type: "table"
5963   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5964   algorithm: "table_merged_details"
5965   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5966   columns:
5967     - title: " |prein| Test Name |preout| "
5968       data: "data name"
5969     - 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| "
5970       data: "data msg"
5971   data: "vpp-perf-results-2n-skx"
5972   filter: "all"
5973   remove-ndr: False
5974   parameters:
5975   - "name"
5976   - "parent"
5977   - "msg"
5978
5979 # Detailed Test Results - VPP Performance Results 2n-clx
5980 - type: "table"
5981   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5982   algorithm: "table_merged_details"
5983   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5984   columns:
5985     - title: " |prein| Test Name |preout| "
5986       data: "data name"
5987     - 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| "
5988       data: "data msg"
5989   data: "vpp-perf-results-2n-clx"
5990   filter: "all"
5991   parameters:
5992   - "name"
5993   - "parent"
5994   - "msg"
5995
5996 # Detailed Test Results - VPP Performance Results 3n-tsh
5997 - type: "table"
5998   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5999   algorithm: "table_merged_details"
6000   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6001   columns:
6002     - title: " |prein| Test Name |preout| "
6003       data: "data name"
6004     - 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| "
6005       data: "data msg"
6006   data: "vpp-perf-results-3n-tsh"
6007   filter: "all"
6008   parameters:
6009   - "name"
6010   - "parent"
6011   - "msg"
6012
6013 # Detailed Test Results - VPP Performance Results 3n-dnv
6014 - type: "table"
6015   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6016   algorithm: "table_merged_details"
6017   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6018   columns:
6019     - title: " |prein| Test Name |preout| "
6020       data: "data name"
6021     - 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| "
6022       data: "data msg"
6023   data: "vpp-perf-results-3n-dnv"
6024   filter: "all"
6025   parameters:
6026   - "name"
6027   - "parent"
6028   - "msg"
6029
6030 # Detailed Test Results - VPP Performance Results 2n-dnv
6031 - type: "table"
6032   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6033   algorithm: "table_merged_details"
6034   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6035   columns:
6036     - title: " |prein| Test Name |preout| "
6037       data: "data name"
6038     - 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| "
6039       data: "data msg"
6040   data: "vpp-perf-results-2n-dnv"
6041   filter: "all"
6042   parameters:
6043   - "name"
6044   - "parent"
6045   - "msg"
6046
6047 # Test configuration - VPP Performance Test Configs 3n-hsw
6048 - type: "table"
6049   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6050   algorithm: "table_merged_details"
6051   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6052   columns:
6053     - title: " |prein| Test Name |preout| "
6054       data: "data name"
6055     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6056       data: "data conf-history"
6057   data: "vpp-perf-results-3n-hsw"
6058   filter: "all"
6059   parameters:
6060   - "parent"
6061   - "name"
6062   - "conf-history"
6063
6064 # Test configuration - VPP Performance Test Configs 3n-skx
6065 - type: "table"
6066   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6067   algorithm: "table_merged_details"
6068   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6069   columns:
6070     - title: " |prein| Test Name |preout| "
6071       data: "data name"
6072     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6073       data: "data conf-history"
6074   data: "vpp-perf-results-3n-skx"
6075   filter: "all"
6076   parameters:
6077   - "parent"
6078   - "name"
6079   - "conf-history"
6080
6081 # Test configuration - VPP Performance Test Configs 2n-skx
6082 - type: "table"
6083   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6084   algorithm: "table_merged_details"
6085   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6086   columns:
6087     - title: " |prein| Test Name |preout| "
6088       data: "data name"
6089     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6090       data: "data conf-history"
6091   data: "vpp-perf-results-2n-skx"
6092   filter: "all"
6093   parameters:
6094   - "parent"
6095   - "name"
6096   - "conf-history"
6097
6098 # Test configuration - VPP Performance Test Configs 2n-clx
6099 - type: "table"
6100   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6101   algorithm: "table_merged_details"
6102   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6103   columns:
6104     - title: " |prein| Test Name |preout| "
6105       data: "data name"
6106     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6107       data: "data conf-history"
6108   data: "vpp-perf-results-2n-clx"
6109   filter: "all"
6110   parameters:
6111   - "parent"
6112   - "name"
6113   - "conf-history"
6114
6115 # Test configuration - VPP Performance Test Configs 3n-tsh
6116 - type: "table"
6117   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6118   algorithm: "table_merged_details"
6119   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6120   columns:
6121     - title: " |prein| Test Name |preout| "
6122       data: "data name"
6123     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6124       data: "data conf-history"
6125   data: "vpp-perf-results-3n-tsh"
6126   filter: "all"
6127   parameters:
6128   - "parent"
6129   - "name"
6130   - "conf-history"
6131
6132 # Test configuration - VPP Performance Test Configs 3n-dnv
6133 - type: "table"
6134   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6135   algorithm: "table_merged_details"
6136   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6137   columns:
6138     - title: " |prein| Test Name |preout| "
6139       data: "data name"
6140     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6141       data: "data conf-history"
6142   data: "vpp-perf-results-3n-dnv"
6143   filter: "all"
6144   parameters:
6145   - "parent"
6146   - "name"
6147   - "conf-history"
6148
6149 # Test configuration - VPP Performance Test Configs 2n-dnv
6150 - type: "table"
6151   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6152   algorithm: "table_merged_details"
6153   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6154   columns:
6155     - title: " |prein| Test Name |preout| "
6156       data: "data name"
6157     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6158       data: "data conf-history"
6159   data: "vpp-perf-results-2n-dnv"
6160   filter: "all"
6161   parameters:
6162   - "parent"
6163   - "name"
6164   - "conf-history"
6165
6166 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6167 - type: "table"
6168   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6169   algorithm: "table_oper_data_html"
6170   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6171   data: "vpp-perf-results-3n-hsw"
6172   filter: "all"
6173
6174 # Test Operational Data - VPP Performance Operational Data 3n-skx
6175 - type: "table"
6176   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6177   algorithm: "table_oper_data_html"
6178   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6179   data: "vpp-perf-results-3n-skx"
6180   filter: "all"
6181
6182 # Test Operational Data - VPP Performance Operational Data 2n-skx
6183 - type: "table"
6184   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6185   algorithm: "table_oper_data_html"
6186   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6187   data: "vpp-perf-results-2n-skx"
6188   filter: "all"
6189
6190 # Test Operational Data - VPP Performance Operational Data 2n-clx
6191 - type: "table"
6192   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6193   algorithm: "table_oper_data_html"
6194   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6195   data: "vpp-perf-results-2n-clx"
6196   filter: "all"
6197
6198 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6199 - type: "table"
6200   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6201   algorithm: "table_oper_data_html"
6202   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6203   data: "vpp-perf-results-3n-tsh"
6204   filter: "all"
6205
6206 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6207 - type: "table"
6208   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6209   algorithm: "table_oper_data_html"
6210   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6211   data: "vpp-perf-results-3n-dnv"
6212   filter: "all"
6213
6214 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6215 - type: "table"
6216   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6217   algorithm: "table_oper_data_html"
6218   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6219   data: "vpp-perf-results-2n-dnv"
6220   filter: "all"
6221
6222 # Detailed Test Results - VPP MRR Results 3n-hsw
6223 - type: "table"
6224   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6225   algorithm: "table_merged_details"
6226   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6227   columns:
6228     - title: " |prein| Test Name |preout| "
6229       data: "data name"
6230     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6231       data: "data msg"
6232   data: "vpp-mrr-results-3n-hsw"
6233   filter: "all"
6234   parameters:
6235   - "name"
6236   - "parent"
6237   - "msg"
6238
6239 # Detailed Test Results - VPP MRR Results 3n-skx
6240 - type: "table"
6241   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6242   algorithm: "table_merged_details"
6243   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6244   columns:
6245     - title: " |prein| Test Name |preout| "
6246       data: "data name"
6247     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6248       data: "data msg"
6249   data: "vpp-mrr-results-3n-skx"
6250   filter: "all"
6251   parameters:
6252   - "name"
6253   - "parent"
6254   - "msg"
6255
6256 # Detailed Test Results - VPP MRR Results 2n-skx
6257 - type: "table"
6258   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6259   algorithm: "table_merged_details"
6260   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6261   columns:
6262     - title: " |prein| Test Name |preout| "
6263       data: "data name"
6264     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6265       data: "data msg"
6266   data: "vpp-mrr-results-2n-skx"
6267   filter: "all"
6268   parameters:
6269   - "name"
6270   - "parent"
6271   - "msg"
6272
6273 # Detailed Test Results - VPP MRR Results 2n-clx
6274 - type: "table"
6275   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6276   algorithm: "table_merged_details"
6277   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6278   columns:
6279     - title: " |prein| Test Name |preout| "
6280       data: "data name"
6281     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6282       data: "data msg"
6283   data: "vpp-mrr-results-2n-clx"
6284   filter: "all"
6285   parameters:
6286   - "name"
6287   - "parent"
6288   - "msg"
6289
6290 # Detailed Test Results - VPP MRR Results 3n-tsh
6291 - type: "table"
6292   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6293   algorithm: "table_merged_details"
6294   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6295   columns:
6296     - title: " |prein| Test Name |preout| "
6297       data: "data name"
6298     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6299       data: "data msg"
6300   data: "vpp-mrr-results-3n-tsh"
6301   filter: "all"
6302   parameters:
6303   - "name"
6304   - "parent"
6305   - "msg"
6306
6307 # Detailed Test Results - VPP MRR Results 3n-dnv
6308 - type: "table"
6309   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6310   algorithm: "table_merged_details"
6311   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6312   columns:
6313     - title: " |prein| Test Name |preout| "
6314       data: "data name"
6315     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6316       data: "data msg"
6317   data: "vpp-mrr-results-3n-dnv"
6318   filter: "all"
6319   parameters:
6320   - "name"
6321   - "parent"
6322   - "msg"
6323
6324 # Detailed Test Results - VPP MRR Results 2n-dnv
6325 - type: "table"
6326   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6327   algorithm: "table_merged_details"
6328   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6329   columns:
6330     - title: " |prein| Test Name |preout| "
6331       data: "data name"
6332     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6333       data: "data msg"
6334   data: "vpp-mrr-results-2n-dnv"
6335   filter: "all"
6336   parameters:
6337   - "name"
6338   - "parent"
6339   - "msg"
6340
6341 # Test configuration - VPP MRR Test Configs 3n-hsw
6342 - type: "table"
6343   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6344   algorithm: "table_merged_details"
6345   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6346   columns:
6347     - title: " |prein| Test Name |preout| "
6348       data: "data name"
6349     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6350       data: "data conf-history"
6351   data: "vpp-mrr-results-3n-hsw"
6352   filter: "all"
6353   parameters:
6354   - "parent"
6355   - "name"
6356   - "conf-history"
6357
6358 # Test configuration - VPP MRR Test Configs 3n-skx
6359 - type: "table"
6360   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6361   algorithm: "table_merged_details"
6362   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6363   columns:
6364     - title: " |prein| Test Name |preout| "
6365       data: "data name"
6366     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6367       data: "data conf-history"
6368   data: "vpp-mrr-results-3n-skx"
6369   filter: "all"
6370   parameters:
6371   - "parent"
6372   - "name"
6373   - "conf-history"
6374
6375 # Test configuration - VPP MRR Test Configs 2n-skx
6376 - type: "table"
6377   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6378   algorithm: "table_merged_details"
6379   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6380   columns:
6381     - title: " |prein| Test Name |preout| "
6382       data: "data name"
6383     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6384       data: "data conf-history"
6385   data: "vpp-mrr-results-2n-skx"
6386   filter: "all"
6387   parameters:
6388   - "parent"
6389   - "name"
6390   - "conf-history"
6391
6392 # Test configuration - VPP MRR Test Configs 2n-clx
6393 - type: "table"
6394   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6395   algorithm: "table_merged_details"
6396   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6397   columns:
6398     - title: " |prein| Test Name |preout| "
6399       data: "data name"
6400     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6401       data: "data conf-history"
6402   data: "vpp-mrr-results-2n-clx"
6403   filter: "all"
6404   parameters:
6405   - "parent"
6406   - "name"
6407   - "conf-history"
6408
6409 # Test configuration - VPP MRR Test Configs 3n-tsh
6410 - type: "table"
6411   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6412   algorithm: "table_merged_details"
6413   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6414   columns:
6415     - title: " |prein| Test Name |preout| "
6416       data: "data name"
6417     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6418       data: "data conf-history"
6419   data: "vpp-mrr-results-3n-tsh"
6420   filter: "all"
6421   parameters:
6422   - "parent"
6423   - "name"
6424   - "conf-history"
6425
6426 # Test configuration - VPP MRR Test Configs 3n-dnv
6427 - type: "table"
6428   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6429   algorithm: "table_merged_details"
6430   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6431   columns:
6432     - title: " |prein| Test Name |preout| "
6433       data: "data name"
6434     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6435       data: "data conf-history"
6436   data: "vpp-mrr-results-3n-dnv"
6437   filter: "all"
6438   parameters:
6439   - "parent"
6440   - "name"
6441   - "conf-history"
6442
6443 # Test configuration - VPP MRR Test Configs 2n-dnv
6444 - type: "table"
6445   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6446   algorithm: "table_merged_details"
6447   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6448   columns:
6449     - title: " |prein| Test Name |preout| "
6450       data: "data name"
6451     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6452       data: "data conf-history"
6453   data: "vpp-mrr-results-2n-dnv"
6454   filter: "all"
6455   parameters:
6456   - "parent"
6457   - "name"
6458   - "conf-history"
6459
6460 # Detailed Test Results - VPP Device Results - Ubuntu
6461 - type: "table"
6462   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6463   algorithm: "table_merged_details"
6464   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6465   columns:
6466     - title: " |prein| Test Name |preout| "
6467       data: "data name"
6468     - title: " |prein| Status |preout| "
6469       data: "data status"
6470   data: "vpp-device-results-ubuntu"
6471   filter: "all"
6472   parameters:
6473   - "name"
6474   - "parent"
6475   - "doc"
6476   - "status"
6477
6478 # Test configuration - VPP Device Test Configs - Ubuntu
6479 - type: "table"
6480   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6481   algorithm: "table_merged_details"
6482   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6483   columns:
6484     - title: " |prein| Test Name |preout| "
6485       data: "data name"
6486     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6487       data: "data conf-history"
6488   data: "vpp-device-results-ubuntu"
6489   filter: "all"
6490   parameters:
6491   - "parent"
6492   - "name"
6493   - "conf-history"
6494
6495 ################################################################################
6496
6497 # DPDK Performance Changes 3n-hsw 1t1c pdr
6498 - type: "table"
6499   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6500   algorithm: "table_comparison"
6501   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6502   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6503   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6504   columns:
6505     - title: "2001"
6506       data-set: "dpdk-performance-changes-3n-hsw-h1"
6507     - title: "2005"
6508       data-set: "dpdk-performance-changes-3n-hsw-ref"
6509     - title: "2009"
6510       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6511   comparisons:
6512     - title: "Diff"
6513       reference: 2
6514       compare: 3
6515   legend:
6516     - ""
6517     - "2001, 2005, 2009 - DPDK versions tested."
6518     - "Diff - difference between 2005 and 2009 DPDK version."
6519
6520 # DPDK Performance Changes 3n-hsw 2t2c pdr
6521 - type: "table"
6522   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6523   algorithm: "table_comparison"
6524   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6525   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6526   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6527   columns:
6528     - title: "2001"
6529       data-set: "dpdk-performance-changes-3n-hsw-h1"
6530     - title: "2005"
6531       data-set: "dpdk-performance-changes-3n-hsw-ref"
6532     - title: "2009"
6533       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6534   comparisons:
6535     - title: "Diff"
6536       reference: 2
6537       compare: 3
6538   legend:
6539     - ""
6540     - "2001, 2005, 2009 - DPDK versions tested."
6541     - "Diff - difference between 2005 and 2009 DPDK version."
6542
6543 # DPDK Performance Changes 3n-hsw 1t1c pdr
6544 - type: "table"
6545   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6546   algorithm: "table_comparison"
6547   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6549   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6550   columns:
6551     - title: "2001"
6552       data-set: "dpdk-performance-changes-3n-hsw-h1"
6553     - title: "2005"
6554       data-set: "dpdk-performance-changes-3n-hsw-ref"
6555     - title: "2009"
6556       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6557   comparisons:
6558     - title: "Diff"
6559       reference: 2
6560       compare: 3
6561   legend:
6562     - ""
6563     - "2001, 2005, 2009 - DPDK versions tested."
6564     - "Diff - difference between 2005 and 2009 DPDK version."
6565
6566 # DPDK Performance Changes 3n-hsw 2t2c ndr
6567 - type: "table"
6568   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6569   algorithm: "table_comparison"
6570   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6572   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6573   columns:
6574     - title: "2001"
6575       data-set: "dpdk-performance-changes-3n-hsw-h1"
6576     - title: "2005"
6577       data-set: "dpdk-performance-changes-3n-hsw-ref"
6578     - title: "2009"
6579       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6580   comparisons:
6581     - title: "Diff"
6582       reference: 2
6583       compare: 3
6584   legend:
6585     - ""
6586     - "2001, 2005, 2009 - DPDK versions tested."
6587     - "Diff - difference between 2005 and 2009 DPDK version."
6588
6589 # DPDK Performance Changes 3n-skx 2t1c pdr
6590 - type: "table"
6591   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6592   algorithm: "table_comparison"
6593   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6595   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6596   columns:
6597     - title: "2001"
6598       data-set: "dpdk-performance-changes-3n-skx-h1"
6599     - title: "2005"
6600       data-set: "dpdk-performance-changes-3n-skx-ref"
6601     - title: "2009"
6602       data-set: "dpdk-performance-changes-3n-skx-cmp"
6603   comparisons:
6604     - title: "Diff"
6605       reference: 2
6606       compare: 3
6607   legend:
6608     - ""
6609     - "2001, 2005, 2009 - DPDK versions tested."
6610     - "Diff - difference between 2005 and 2009 DPDK version."
6611
6612 # DPDK Performance Changes 3n-skx 4t2c pdr
6613 - type: "table"
6614   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6615   algorithm: "table_comparison"
6616   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6617   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6618   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6619   columns:
6620     - title: "2001"
6621       data-set: "dpdk-performance-changes-3n-skx-h1"
6622     - title: "2005"
6623       data-set: "dpdk-performance-changes-3n-skx-ref"
6624     - title: "2009"
6625       data-set: "dpdk-performance-changes-3n-skx-cmp"
6626   comparisons:
6627     - title: "Diff"
6628       reference: 2
6629       compare: 3
6630   legend:
6631     - ""
6632     - "2001, 2005, 2009 - DPDK versions tested."
6633     - "Diff - difference between 2005 and 2009 DPDK version."
6634
6635 # DPDK Performance Changes 3n-skx 2t1c ndr
6636 - type: "table"
6637   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6638   algorithm: "table_comparison"
6639   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6640   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6641   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6642   columns:
6643     - title: "2001"
6644       data-set: "dpdk-performance-changes-3n-skx-h1"
6645     - title: "2005"
6646       data-set: "dpdk-performance-changes-3n-skx-ref"
6647     - title: "2009"
6648       data-set: "dpdk-performance-changes-3n-skx-cmp"
6649   comparisons:
6650     - title: "Diff"
6651       reference: 2
6652       compare: 3
6653   legend:
6654     - ""
6655     - "2001, 2005, 2009 - DPDK versions tested."
6656     - "Diff - difference between 2005 and 2009 DPDK version."
6657
6658 # DPDK Performance Changes 3n-skx 4t2c ndr
6659 - type: "table"
6660   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6661   algorithm: "table_comparison"
6662   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6663   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6664   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6665   columns:
6666     - title: "2001"
6667       data-set: "dpdk-performance-changes-3n-skx-h1"
6668     - title: "2005"
6669       data-set: "dpdk-performance-changes-3n-skx-ref"
6670     - title: "2009"
6671       data-set: "dpdk-performance-changes-3n-skx-cmp"
6672   comparisons:
6673     - title: "Diff"
6674       reference: 2
6675       compare: 3
6676   legend:
6677     - ""
6678     - "2001, 2005, 2009 - DPDK versions tested."
6679     - "Diff - difference between 2005 and 2009 DPDK version."
6680
6681 # DPDK Performance Changes 2n-skx 2t1c pdr
6682 - type: "table"
6683   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6684   algorithm: "table_comparison"
6685   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6686   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6687   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6688   columns:
6689     - title: "2001"
6690       data-set: "dpdk-performance-changes-2n-skx-h1"
6691     - title: "2005"
6692       data-set: "dpdk-performance-changes-2n-skx-ref"
6693     - title: "2009"
6694       data-set: "dpdk-performance-changes-2n-skx-cmp"
6695   comparisons:
6696     - title: "Diff"
6697       reference: 2
6698       compare: 3
6699   legend:
6700     - ""
6701     - "2001, 2005, 2009 - DPDK versions tested."
6702     - "Diff - difference between 2005 and 2009 DPDK version."
6703
6704 # DPDK Performance Changes 2n-skx 4t2c pdr
6705 - type: "table"
6706   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6707   algorithm: "table_comparison"
6708   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6709   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6710   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6711   columns:
6712     - title: "2001"
6713       data-set: "dpdk-performance-changes-2n-skx-h1"
6714     - title: "2005"
6715       data-set: "dpdk-performance-changes-2n-skx-ref"
6716     - title: "2009"
6717       data-set: "dpdk-performance-changes-2n-skx-cmp"
6718   comparisons:
6719     - title: "Diff"
6720       reference: 2
6721       compare: 3
6722   legend:
6723     - ""
6724     - "2001, 2005, 2009 - DPDK versions tested."
6725     - "Diff - difference between 2005 and 2009 DPDK version."
6726
6727 # DPDK Performance Changes 2n-skx 2t1c ndr
6728 - type: "table"
6729   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6730   algorithm: "table_comparison"
6731   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6733   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6734   columns:
6735     - title: "2001"
6736       data-set: "dpdk-performance-changes-2n-skx-h1"
6737     - title: "2005"
6738       data-set: "dpdk-performance-changes-2n-skx-ref"
6739     - title: "2009"
6740       data-set: "dpdk-performance-changes-2n-skx-cmp"
6741   comparisons:
6742     - title: "Diff"
6743       reference: 2
6744       compare: 3
6745   legend:
6746     - ""
6747     - "2001, 2005, 2009 - DPDK versions tested."
6748     - "Diff - difference between 2005 and 2009 DPDK version."
6749
6750 # DPDK Performance Changes 2n-skx 4t2c ndr
6751 - type: "table"
6752   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6753   algorithm: "table_comparison"
6754   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6755   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6756   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6757   columns:
6758     - title: "2001"
6759       data-set: "dpdk-performance-changes-2n-skx-h1"
6760     - title: "2005"
6761       data-set: "dpdk-performance-changes-2n-skx-ref"
6762     - title: "2009"
6763       data-set: "dpdk-performance-changes-2n-skx-cmp"
6764   comparisons:
6765     - title: "Diff"
6766       reference: 2
6767       compare: 3
6768   legend:
6769     - ""
6770     - "2001, 2005, 2009 - DPDK versions tested."
6771     - "Diff - difference between 2005 and 2009 DPDK version."
6772
6773 # DPDK Performance Changes 2n-clx 2t1c pdr
6774 - type: "table"
6775   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6776   algorithm: "table_comparison"
6777   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6778   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6779   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6780   columns:
6781     - title: "2001"
6782       data-set: "dpdk-performance-changes-2n-clx-h1"
6783     - title: "2005"
6784       data-set: "dpdk-performance-changes-2n-clx-ref"
6785     - title: "2009"
6786       data-set: "dpdk-performance-changes-2n-clx-cmp"
6787   comparisons:
6788     - title: "Diff"
6789       reference: 2
6790       compare: 3
6791   legend:
6792     - ""
6793     - "2001, 2005, 2009 - DPDK versions tested."
6794     - "Diff - difference between 2005 and 2009 DPDK version."
6795
6796 # DPDK Performance Changes 2n-clx 4t2c pdr
6797 - type: "table"
6798   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6799   algorithm: "table_comparison"
6800   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6801   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6802   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6803   columns:
6804     - title: "2001"
6805       data-set: "dpdk-performance-changes-2n-clx-h1"
6806     - title: "2005"
6807       data-set: "dpdk-performance-changes-2n-clx-ref"
6808     - title: "2009"
6809       data-set: "dpdk-performance-changes-2n-clx-cmp"
6810   comparisons:
6811     - title: "Diff"
6812       reference: 2
6813       compare: 3
6814   legend:
6815     - ""
6816     - "2001, 2005, 2009 - DPDK versions tested."
6817     - "Diff - difference between 2005 and 2009 DPDK version."
6818
6819 # DPDK Performance Changes 2n-clx 2t1c ndr
6820 - type: "table"
6821   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6822   algorithm: "table_comparison"
6823   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6824   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6825   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6826   columns:
6827     - title: "2001"
6828       data-set: "dpdk-performance-changes-2n-clx-h1"
6829     - title: "2005"
6830       data-set: "dpdk-performance-changes-2n-clx-ref"
6831     - title: "2009"
6832       data-set: "dpdk-performance-changes-2n-clx-cmp"
6833   comparisons:
6834     - title: "Diff"
6835       reference: 2
6836       compare: 3
6837   legend:
6838     - ""
6839     - "2001, 2005, 2009 - DPDK versions tested."
6840     - "Diff - difference between 2005 and 2009 DPDK version."
6841
6842 # DPDK Performance Changes 2n-clx 4t2c ndr
6843 - type: "table"
6844   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6845   algorithm: "table_comparison"
6846   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6847   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6848   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6849   columns:
6850     - title: "2001"
6851       data-set: "dpdk-performance-changes-2n-clx-h1"
6852     - title: "2005"
6853       data-set: "dpdk-performance-changes-2n-clx-ref"
6854     - title: "2009"
6855       data-set: "dpdk-performance-changes-2n-clx-cmp"
6856   comparisons:
6857     - title: "Diff"
6858       reference: 2
6859       compare: 3
6860   legend:
6861     - ""
6862     - "2001, 2005, 2009 - DPDK versions tested."
6863     - "Diff - difference between 2005 and 2009 DPDK version."
6864
6865 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6866 #- type: "table"
6867 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6868 #  algorithm: "table_comparison"
6869 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6870 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6871 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6872 #  columns:
6873 #    - title: "2001"
6874 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6875 #    - title: "2005"
6876 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6877 #    - title: "2009"
6878 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6879 #  comparisons:
6880 #    - title: "Diff"
6881 #      reference: 2
6882 #      compare: 3
6883 #  legend:
6884 #    - ""
6885 #    - "2001, 2005, 2009 - DPDK versions tested."
6886 #    - "Diff - difference between 2005 and 2009 DPDK version."
6887 #
6888 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6889 #- type: "table"
6890 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6891 #  algorithm: "table_comparison"
6892 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6893 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6894 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6895 #  columns:
6896 #    - title: "2001"
6897 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6898 #    - title: "2005"
6899 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6900 #    - title: "2009"
6901 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6902 #  comparisons:
6903 #    - title: "Diff"
6904 #      reference: 2
6905 #      compare: 3
6906 #  legend:
6907 #    - ""
6908 #    - "2001, 2005, 2009 - DPDK versions tested."
6909 #    - "Diff - difference between 2005 and 2009 DPDK version."
6910 #
6911 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6912 #- type: "table"
6913 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6914 #  algorithm: "table_comparison"
6915 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6916 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6917 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6918 #  columns:
6919 #    - title: "2001"
6920 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6921 #    - title: "2005"
6922 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6923 #    - title: "2009"
6924 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6925 #  comparisons:
6926 #    - title: "Diff"
6927 #      reference: 2
6928 #      compare: 3
6929 #  legend:
6930 #    - ""
6931 #    - "2001, 2005, 2009 - DPDK versions tested."
6932 #    - "Diff - difference between 2005 and 2009 DPDK version."
6933 #
6934 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6935 #- type: "table"
6936 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6937 #  algorithm: "table_comparison"
6938 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6939 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6940 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6941 #  columns:
6942 #    - title: "2001"
6943 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6944 #    - title: "2005"
6945 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6946 #    - title: "2009"
6947 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6948 #  comparisons:
6949 #    - title: "Diff"
6950 #      reference: 2
6951 #      compare: 3
6952 #  legend:
6953 #    - ""
6954 #    - "2001, 2005, 2009 - DPDK versions tested."
6955 #    - "Diff - difference between 2005 and 2009 DPDK version."
6956 #
6957 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6958 #- type: "table"
6959 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6960 #  algorithm: "table_comparison"
6961 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6962 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6963 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6964 #  columns:
6965 #    - title: "2001"
6966 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6967 #    - title: "2005"
6968 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6969 #    - title: "2009"
6970 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6971 #  comparisons:
6972 #    - title: "Diff"
6973 #      reference: 2
6974 #      compare: 3
6975 #  legend:
6976 #    - ""
6977 #    - "2001, 2005, 2009 - DPDK versions tested."
6978 #    - "Diff - difference between 2005 and 2009 DPDK version."
6979 #
6980 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6981 #- type: "table"
6982 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6983 #  algorithm: "table_comparison"
6984 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6985 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6986 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6987 #  columns:
6988 #    - title: "2001"
6989 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6990 #    - title: "2005"
6991 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6992 #    - title: "2009"
6993 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6994 #  comparisons:
6995 #    - title: "Diff"
6996 #      reference: 2
6997 #      compare: 3
6998 #  legend:
6999 #    - ""
7000 #    - "2001, 2005, 2009 - DPDK versions tested."
7001 #    - "Diff - difference between 2005 and 2009 DPDK version."
7002 #
7003 ## DPDK Performance Changes 3n-dnv 1t1c ndr
7004 #- type: "table"
7005 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7006 #  algorithm: "table_comparison"
7007 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7008 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7009 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7010 #  columns:
7011 #    - title: "2001"
7012 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7013 #    - title: "2005"
7014 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7015 #    - title: "2009"
7016 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7017 #  comparisons:
7018 #    - title: "Diff"
7019 #      reference: 2
7020 #      compare: 3
7021 #  legend:
7022 #    - ""
7023 #    - "2001, 2005, 2009 - DPDK versions tested."
7024 #    - "Diff - difference between 2005 and 2009 DPDK version."
7025 #
7026 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7027 #- type: "table"
7028 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7029 #  algorithm: "table_comparison"
7030 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7031 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7032 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7033 #  columns:
7034 #    - title: "2001"
7035 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7036 #    - title: "2005"
7037 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7038 #    - title: "2009"
7039 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7040 #  comparisons:
7041 #    - title: "Diff"
7042 #      reference: 2
7043 #      compare: 3
7044 #  legend:
7045 #    - ""
7046 #    - "2001, 2005, 2009 - DPDK versions tested."
7047 #    - "Diff - difference between 2005 and 2009 DPDK version."
7048
7049 # DPDK Performance Changes 3n-tsh 1t1c pdr
7050 - type: "table"
7051   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7052   algorithm: "table_comparison"
7053   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7054   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7055   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7056   columns:
7057     - title: "2001"
7058       data-set: "dpdk-performance-changes-3n-tsh-h1"
7059     - title: "2005"
7060       data-set: "dpdk-performance-changes-3n-tsh-ref"
7061     - title: "2009"
7062       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7063   comparisons:
7064     - title: "Diff"
7065       reference: 2
7066       compare: 3
7067   legend:
7068     - ""
7069     - "2001, 2005, 2009 - DPDK versions tested."
7070     - "Diff - difference between 2005 and 2009 DPDK version."
7071
7072 # DPDK Performance Changes 3n-tsh 2t2c pdr
7073 - type: "table"
7074   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7075   algorithm: "table_comparison"
7076   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7077   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7078   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7079   columns:
7080     - title: "2001"
7081       data-set: "dpdk-performance-changes-3n-tsh-h1"
7082     - title: "2005"
7083       data-set: "dpdk-performance-changes-3n-tsh-ref"
7084     - title: "2009"
7085       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7086   comparisons:
7087     - title: "Diff"
7088       reference: 2
7089       compare: 3
7090   legend:
7091     - ""
7092     - "2001, 2005, 2009 - DPDK versions tested."
7093     - "Diff - difference between 2005 and 2009 DPDK version."
7094
7095 # DPDK Performance Changes 3n-tsh 1t1c ndr
7096 - type: "table"
7097   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7098   algorithm: "table_comparison"
7099   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7100   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7101   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7102   columns:
7103     - title: "2001"
7104       data-set: "dpdk-performance-changes-3n-tsh-h1"
7105     - title: "2005"
7106       data-set: "dpdk-performance-changes-3n-tsh-ref"
7107     - title: "2009"
7108       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7109   comparisons:
7110     - title: "Diff"
7111       reference: 2
7112       compare: 3
7113   legend:
7114     - ""
7115     - "2001, 2005, 2009 - DPDK versions tested."
7116     - "Diff - difference between 2005 and 2009 DPDK version."
7117
7118 # DPDK Performance Changes 3n-tsh 2t2c ndr
7119 - type: "table"
7120   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7121   algorithm: "table_comparison"
7122   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7123   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7124   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7125   columns:
7126     - title: "2001"
7127       data-set: "dpdk-performance-changes-3n-tsh-h1"
7128     - title: "2005"
7129       data-set: "dpdk-performance-changes-3n-tsh-ref"
7130     - title: "2009"
7131       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7132   comparisons:
7133     - title: "Diff"
7134       reference: 2
7135       compare: 3
7136   legend:
7137     - ""
7138     - "2001, 2005, 2009 - DPDK versions tested."
7139     - "Diff - difference between 2005 and 2009 DPDK version."
7140
7141 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7142 - type: "table"
7143   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7144   algorithm: "table_comparison"
7145   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7146   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7147   filter: "'NIC_Intel-X710'"
7148   columns:
7149     - title: "3n-hsw x710"
7150       data-set: "dpdk-compare-testbeds-ref"
7151     - title: "3n-skx x710"
7152       data-set: "dpdk-compare-testbeds-cmp"
7153   comparisons:
7154     - title: "Diff"
7155       reference: 1
7156       compare: 2
7157   legend:
7158     - ""
7159     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7160     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7161
7162 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7163 - type: "table"
7164   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7165   algorithm: "table_comparison"
7166   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7168   filter: "'NIC_Intel-X710'"
7169   columns:
7170     - title: "3n-hsw x710"
7171       data-set: "dpdk-compare-testbeds-ref"
7172     - title: "3n-skx x710"
7173       data-set: "dpdk-compare-testbeds-cmp"
7174   comparisons:
7175     - title: "Diff"
7176       reference: 1
7177       compare: 2
7178   legend:
7179     - ""
7180     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7181     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7182
7183 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7184 - type: "table"
7185   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7186   algorithm: "table_comparison"
7187   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7189   filter: "'NIC_Intel-XXV710'"
7190   columns:
7191     - title: "2n-skx"
7192       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7193     - title: "2n-clx"
7194       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7195   comparisons:
7196     - title: "Diff"
7197       reference: 1
7198       compare: 2
7199   legend:
7200     - ""
7201     - "2n-skx, 2n-clx - testbeds and NICs tested."
7202     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7203
7204 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7205 - type: "table"
7206   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7207   algorithm: "table_comparison"
7208   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7210   filter: "'NIC_Intel-XXV710'"
7211   columns:
7212     - title: "2n-skx"
7213       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7214     - title: "2n-clx"
7215       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7216   comparisons:
7217     - title: "Diff"
7218       reference: 1
7219       compare: 2
7220   legend:
7221     - ""
7222     - "2n-skx, 2n-clx - testbeds and NICs tested."
7223     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7224
7225 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7226 - type: "table"
7227   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7228   algorithm: "table_comparison"
7229   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7230   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7231   filter: "'NIC_Intel-XXV710'"
7232   columns:
7233     - title: "3n-skx"
7234       data-set: "dpdk-compare-topologies-ref"
7235     - title: "2n-skx"
7236       data-set: "dpdk-compare-topologies-cmp"
7237   comparisons:
7238     - title: "Diff"
7239       reference: 1
7240       compare: 2
7241   legend:
7242     - ""
7243     - "3n-skx, 2n-skx - topologies tested."
7244     - "Diff - difference between 3n-skx and 2n-skx topologies."
7245
7246 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7247 - type: "table"
7248   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7249   algorithm: "table_comparison"
7250   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7252   filter: "'NIC_Intel-XXV710'"
7253   columns:
7254     - title: "3n-skx"
7255       data-set: "dpdk-compare-topologies-ref"
7256     - title: "2n-skx"
7257       data-set: "dpdk-compare-topologies-cmp"
7258   comparisons:
7259     - title: "Diff"
7260       reference: 1
7261       compare: 2
7262   legend:
7263     - ""
7264     - "3n-skx, 2n-skx - topologies tested."
7265     - "Diff - difference between 3n-skx and 2n-skx topologies."
7266
7267 # Detailed Test Results - DPDK Performance Results 3n-hsw
7268 - type: "table"
7269   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7270   algorithm: "table_merged_details"
7271   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7272   columns:
7273     - title: " |prein| Test Name |preout| "
7274       data: "data name"
7275     - 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| "
7276       data: "data msg"
7277   data: "dpdk-perf-results-3n-hsw"
7278   filter: "all"
7279   parameters:
7280   - "name"
7281   - "parent"
7282   - "msg"
7283
7284 # Detailed Test Results - DPDK Performance Results 3n-skx
7285 - type: "table"
7286   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7287   algorithm: "table_merged_details"
7288   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7289   columns:
7290     - title: " |prein| Test Name |preout| "
7291       data: "data name"
7292     - 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| "
7293       data: "data msg"
7294   data: "dpdk-perf-results-3n-skx"
7295   filter: "all"
7296   remove-ndr: False
7297   parameters:
7298   - "name"
7299   - "parent"
7300   - "msg"
7301
7302 # Detailed Test Results - DPDK Performance Results 2n-skx
7303 - type: "table"
7304   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7305   algorithm: "table_merged_details"
7306   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7307   columns:
7308     - title: " |prein| Test Name |preout| "
7309       data: "data name"
7310     - 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| "
7311       data: "data msg"
7312   data: "dpdk-perf-results-2n-skx"
7313   filter: "all"
7314   remove-ndr: False
7315   parameters:
7316   - "name"
7317   - "parent"
7318   - "msg"
7319
7320 # Detailed Test Results - DPDK Performance Results 2n-clx
7321 - type: "table"
7322   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7323   algorithm: "table_merged_details"
7324   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7325   columns:
7326     - title: " |prein| Test Name |preout| "
7327       data: "data name"
7328     - 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| "
7329       data: "data msg"
7330   data: "dpdk-perf-results-2n-clx"
7331   filter: "all"
7332   parameters:
7333   - "name"
7334   - "parent"
7335   - "msg"
7336
7337 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7338 #- type: "table"
7339 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7340 #  algorithm: "table_merged_details"
7341 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7342 #  columns:
7343 #    - title: " |prein| Test Name |preout| "
7344 #      data: "data name"
7345 #    - 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| "
7346 #      data: "data msg"
7347 #  data: "dpdk-perf-results-2n-dnv"
7348 #  filter: "all"
7349 #  parameters:
7350 #  - "name"
7351 #  - "parent"
7352 #  - "msg"
7353 #
7354 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7355 #- type: "table"
7356 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7357 #  algorithm: "table_merged_details"
7358 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7359 #  columns:
7360 #    - title: " |prein| Test Name |preout| "
7361 #      data: "data name"
7362 #    - 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| "
7363 #      data: "data msg"
7364 #  data: "dpdk-perf-results-3n-dnv"
7365 #  filter: "all"
7366 #  parameters:
7367 #  - "name"
7368 #  - "parent"
7369 #  - "msg"
7370
7371 # Detailed Test Results - DPDK Performance Results 3n-tsh
7372 - type: "table"
7373   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7374   algorithm: "table_merged_details"
7375   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7376   columns:
7377     - title: " |prein| Test Name |preout| "
7378       data: "data name"
7379     - 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| "
7380       data: "data msg"
7381   data: "dpdk-perf-results-3n-tsh"
7382   filter: "all"
7383   parameters:
7384   - "name"
7385   - "parent"
7386   - "msg"
7387
7388 ################################################################################
7389 ###                                F I L E S                                 ###
7390 ################################################################################
7391
7392 # VPP Performance Results
7393 - type: "file"
7394   title: "VPP Performance Results"
7395   algorithm: "file_details_split"
7396   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7397   dir-tables:
7398     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7399     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7400     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7401     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7402     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7403     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7404     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7405   data:
7406     - "vpp-perf-results-2n-skx"
7407     - "vpp-perf-results-3n-skx"
7408     - "vpp-perf-results-2n-clx"
7409     - "vpp-perf-results-3n-hsw"
7410     - "vpp-perf-results-3n-tsh"
7411     - "vpp-perf-results-2n-dnv"
7412     - "vpp-perf-results-3n-dnv"
7413   filter: "all"
7414   data-start-level: 4
7415   order-chapters:
7416     level-1:
7417       - "l2"
7418       - "ip4"
7419       - "ip6"
7420       - "srv6"
7421       - "ip4_tunnels"
7422       - "ip6_tunnels"
7423       - "vm_vhost"
7424       - "container_memif"
7425       - "crypto"
7426       - "vts"
7427       - "lb"
7428       - "nfv_density"
7429       - "hoststack"
7430     level-2:
7431       - "2n-skx"
7432       - "3n-skx"
7433       - "2n-clx"
7434       - "3n-hsw"
7435       - "3n-tsh"
7436       - "2n-dnv"
7437       - "3n-dnv"
7438     level-3:
7439       - "xl710"
7440       - "x520"
7441       - "xxv710"
7442       - "x710"
7443       - "x553"
7444       - "cx556a"
7445       - "vic1227"
7446       - "vic1385"
7447
7448 # VPP Performance Configuration
7449 - type: "file"
7450   title: "VPP Performance Configuration"
7451   algorithm: "file_details_split"
7452   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7453   dir-tables:
7454     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7455     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7456     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7457     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7458     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7459     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7460     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7461   data:
7462     - "vpp-perf-results-2n-skx"
7463     - "vpp-perf-results-3n-skx"
7464     - "vpp-perf-results-2n-clx"
7465     - "vpp-perf-results-3n-hsw"
7466     - "vpp-perf-results-3n-tsh"
7467     - "vpp-perf-results-2n-dnv"
7468     - "vpp-perf-results-3n-dnv"
7469   filter: "all"
7470   data-start-level: 4
7471   order-chapters:
7472     level-1:
7473       - "l2"
7474       - "ip4"
7475       - "ip6"
7476       - "srv6"
7477       - "ip4_tunnels"
7478       - "ip6_tunnels"
7479       - "vm_vhost"
7480       - "container_memif"
7481       - "crypto"
7482       - "vts"
7483       - "lb"
7484       - "nfv_density"
7485       - "hoststack"
7486     level-2:
7487       - "2n-skx"
7488       - "3n-skx"
7489       - "2n-clx"
7490       - "3n-hsw"
7491       - "3n-tsh"
7492       - "2n-dnv"
7493       - "3n-dnv"
7494     level-3:
7495       - "xl710"
7496       - "x520"
7497       - "xxv710"
7498       - "x710"
7499       - "x553"
7500       - "cx556a"
7501       - "vic1227"
7502       - "vic1385"
7503
7504 # VPP Performance Operational
7505 - type: "file"
7506   title: "VPP Performance Operational"
7507   algorithm: "file_details_split_html"
7508   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7509   dir-tables:
7510     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7511     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7512     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7513     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7514     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7515     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7516     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7517   data:
7518     - "vpp-perf-results-2n-skx"
7519     - "vpp-perf-results-3n-skx"
7520     - "vpp-perf-results-2n-clx"
7521     - "vpp-perf-results-3n-hsw"
7522     - "vpp-perf-results-3n-tsh"
7523     - "vpp-perf-results-2n-dnv"
7524     - "vpp-perf-results-3n-dnv"
7525   filter: "all"
7526   data-start-level: 4
7527   order-chapters:
7528     level-1:
7529       - "l2"
7530       - "ip4"
7531       - "ip6"
7532       - "srv6"
7533       - "ip4_tunnels"
7534       - "ip6_tunnels"
7535       - "vm_vhost"
7536       - "container_memif"
7537       - "crypto"
7538       - "vts"
7539       - "lb"
7540       - "nfv_density"
7541       - "hoststack"
7542     level-2:
7543       - "2n-skx"
7544       - "3n-skx"
7545       - "2n-clx"
7546       - "3n-hsw"
7547       - "3n-tsh"
7548       - "2n-dnv"
7549       - "3n-dnv"
7550     level-3:
7551       - "xl710"
7552       - "x520"
7553       - "xxv710"
7554       - "x710"
7555       - "x553"
7556       - "cx556a"
7557       - "vic1227"
7558       - "vic1385"
7559
7560 # VPP MRR Results
7561 - type: "file"
7562   title: "VPP MRR Results"
7563   algorithm: "file_details_split"
7564   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7565   dir-tables:
7566     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7567     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7568     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7569     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7570     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7571     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7572     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7573   data:
7574     - "vpp-mrr-results-2n-skx"
7575     - "vpp-mrr-results-3n-skx"
7576     - "vpp-mrr-results-2n-clx"
7577     - "vpp-mrr-results-3n-hsw"
7578     - "vpp-mrr-results-3n-tsh"
7579     - "vpp-mrr-results-2n-dnv"
7580     - "vpp-mrr-results-3n-dnv"
7581   filter: "all"
7582   data-start-level: 4
7583   order-chapters:
7584     level-1:
7585       - "l2"
7586       - "ip4"
7587       - "ip6"
7588       - "srv6"
7589       - "ip4_tunnels"
7590       - "ip6_tunnels"
7591       - "vm_vhost"
7592       - "container_memif"
7593       - "crypto"
7594       - "vts"
7595       - "lb"
7596       - "nfv_density"
7597       - "hoststack"
7598     level-2:
7599       - "2n-skx"
7600       - "3n-skx"
7601       - "2n-clx"
7602       - "3n-hsw"
7603       - "3n-tsh"
7604       - "2n-dnv"
7605       - "3n-dnv"
7606     level-3:
7607       - "xl710"
7608       - "x520"
7609       - "xxv710"
7610       - "x710"
7611       - "x553"
7612       - "cx556a"
7613       - "vic1227"
7614       - "vic1385"
7615
7616 # VPP MRR Configuration
7617 - type: "file"
7618   title: "VPP MRR Configuration"
7619   algorithm: "file_details_split"
7620   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7621   dir-tables:
7622     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7623     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7624     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7625     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7626     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7627     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7628     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7629   data:
7630     - "vpp-mrr-results-2n-skx"
7631     - "vpp-mrr-results-3n-skx"
7632     - "vpp-mrr-results-2n-clx"
7633     - "vpp-mrr-results-3n-hsw"
7634     - "vpp-mrr-results-3n-tsh"
7635     - "vpp-mrr-results-2n-dnv"
7636     - "vpp-mrr-results-3n-dnv"
7637   filter: "all"
7638   data-start-level: 4
7639   order-chapters:
7640     level-1:
7641       - "l2"
7642       - "ip4"
7643       - "ip6"
7644       - "srv6"
7645       - "ip4_tunnels"
7646       - "ip6_tunnels"
7647       - "vm_vhost"
7648       - "container_memif"
7649       - "crypto"
7650       - "vts"
7651       - "lb"
7652       - "nfv_density"
7653       - "hoststack"
7654     level-2:
7655       - "2n-skx"
7656       - "3n-skx"
7657       - "2n-clx"
7658       - "3n-hsw"
7659       - "3n-tsh"
7660       - "2n-dnv"
7661       - "3n-dnv"
7662     level-3:
7663       - "xl710"
7664       - "x520"
7665       - "xxv710"
7666       - "x710"
7667       - "x553"
7668       - "cx556a"
7669       - "vic1227"
7670       - "vic1385"
7671
7672 # VPP Device Results - Ubuntu
7673 - type: "file"
7674   title: "VPP Device Results - Ubuntu"
7675   algorithm: "file_test_results"
7676   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7677   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7678   data: "vpp-device-results-ubuntu"
7679   filter: "all"
7680   data-start-level: 4
7681
7682 # VPP Device Configuration - Ubuntu
7683 - type: "file"
7684   title: "VPP Device Configuration - Ubuntu"
7685   algorithm: "file_test_results"
7686   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7687   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7688   data: "vpp-device-results-ubuntu"
7689   filter: "all"
7690   data-start-level: 4
7691
7692 # DPDK Performance Results 3n-hsw
7693 - type: "file"
7694   title: "DPDK Performance Results 3n-hsw"
7695   algorithm: "file_test_results"
7696   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7697   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7698   data: "dpdk-perf-results-3n-hsw"
7699   filter: "all"
7700   data-start-level: 4
7701
7702 # DPDK Performance Results 3n-skx
7703 - type: "file"
7704   title: "DPDK Performance Results 3n-skx"
7705   algorithm: "file_test_results"
7706   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7707   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7708   data: "dpdk-perf-results-3n-skx"
7709   filter: "all"
7710   data-start-level: 4
7711
7712 # DPDK Performance Results 2n-skx
7713 - type: "file"
7714   title: "DPDK Performance Results 2n-skx"
7715   algorithm: "file_test_results"
7716   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7717   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7718   data: "dpdk-perf-results-2n-skx"
7719   filter: "all"
7720   data-start-level: 4
7721
7722 # DPDK Performance Results 2n-clx
7723 - type: "file"
7724   title: "DPDK Performance Results 2n-clx"
7725   algorithm: "file_test_results"
7726   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7727   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7728   data: "dpdk-perf-results-2n-clx"
7729   filter: "all"
7730   data-start-level: 4
7731
7732 ## DPDK Performance Results 2n-dnv
7733 #- type: "file"
7734 #  title: "DPDK Performance Results 2n-dnv"
7735 #  algorithm: "file_test_results"
7736 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7737 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7738 #  data: "dpdk-perf-results-2n-dnv"
7739 #  filter: "all"
7740 #  data-start-level: 4
7741 #
7742 ## DPDK Performance Results 3n-dnv
7743 #- type: "file"
7744 #  title: "DPDK Performance Results 3n-dnv"
7745 #  algorithm: "file_test_results"
7746 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7747 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7748 #  data: "dpdk-perf-results-3n-dnv"
7749 #  filter: "all"
7750 #  data-start-level: 4
7751
7752 # DPDK Performance Results 3n-tsh
7753 - type: "file"
7754   title: "DPDK Performance Results 3n-tsh"
7755   algorithm: "file_test_results"
7756   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7757   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7758   data: "dpdk-perf-results-3n-tsh"
7759   filter: "all"
7760   data-start-level: 4
7761
7762 ################################################################################
7763 ###                                P L O T S                                 ###
7764 ################################################################################
7765
7766 # Hoststack tests 3n-hsw
7767
7768 - type: "plot"
7769   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7770   algorithm: "plot_perf_box_name"
7771   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7772   data: "plot-vpp-hoststack-3n-hsw"
7773   include:
7774     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7775     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7776   layout:
7777     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7778     layout: "plot-hoststack"
7779
7780 - type: "plot"
7781   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7782   algorithm: "plot_perf_box_name"
7783   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7784   data: "plot-vpp-hoststack-3n-hsw"
7785   include:
7786     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7787     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7788   layout:
7789     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7790     layout: "plot-hoststack"
7791
7792 - type: "plot"
7793   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7794   algorithm: "plot_perf_box_name"
7795   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7796   data: "plot-vpp-hoststack-3n-hsw"
7797   include:
7798     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7799     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7800     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7801     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7802   layout:
7803     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7804     layout: "plot-hoststack"
7805
7806 ################################################################################
7807
7808 # Soak Test (PLRsearch), boxes - 2n-clx
7809 - type: "plot"
7810   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7811   algorithm: "plot_perf_box_name"
7812   output-file-type: ".html"
7813   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7814   data: "plot-vpp-soak-2n-clx"
7815   include:
7816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7822   layout:
7823     title: "30 Minutes Soak Test (PLRsearch)"
7824     layout: "plot-soak-throughput"
7825
7826 # Soak Test (PLRsearch), boxes - 2n-clx
7827 - type: "plot"
7828   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7829   algorithm: "plot_perf_box_name"
7830   output-file-type: ".html"
7831   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7832   data: "plot-vpp-soak-2n-clx"
7833   include:
7834     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7835     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7836     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7837     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7839     - "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"
7840   layout:
7841     title: "30 Minutes Soak Test (PLRsearch)"
7842     layout: "plot-soak-throughput"
7843
7844 # Soak Test (PLRsearch), boxes - 2n-skx
7845 - type: "plot"
7846   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7847   algorithm: "plot_perf_box_name"
7848   output-file-type: ".html"
7849   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7850   data: "plot-vpp-soak-2n-skx"
7851   include:
7852     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7853     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7858   layout:
7859     title: "30 Minutes Soak Test (PLRsearch)"
7860     layout: "plot-soak-throughput"
7861
7862 # Soak Test (PLRsearch), boxes - 2n-skx
7863 - type: "plot"
7864   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7865   algorithm: "plot_perf_box_name"
7866   output-file-type: ".html"
7867   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7868   data: "plot-vpp-soak-2n-skx"
7869   include:
7870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7871     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7872     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7873     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7875     - "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"
7876   layout:
7877     title: "30 Minutes Soak Test (PLRsearch)"
7878     layout: "plot-soak-throughput"
7879
7880 ###############################################################################
7881
7882 # Reconf tests 2n-skx
7883
7884 - type: "plot"
7885   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7886   algorithm: "plot_nf_reconf_box_name"
7887   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7888   data: "plot-vpp-nfv-reconf-2n-skx"
7889   include:
7890     - "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"
7891     - "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"
7892     - "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"
7893     - "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"
7894     - "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"
7895     - "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"
7896   layout:
7897     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7898     layout: "plot-throughput"
7899
7900 - type: "plot"
7901   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7902   algorithm: "plot_nf_reconf_box_name"
7903   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7904   data: "plot-vpp-nfv-reconf-2n-skx"
7905   include:
7906     - "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"
7907     - "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"
7908     - "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"
7909     - "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"
7910     - "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"
7911     - "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"
7912   layout:
7913     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7914     layout: "plot-throughput"
7915
7916 - type: "plot"
7917   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7918   algorithm: "plot_nf_reconf_box_name"
7919   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7920   data: "plot-vpp-nfv-reconf-2n-skx"
7921   include:
7922     - "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"
7923     - "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"
7924     - "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"
7925     - "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"
7926     - "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"
7927     - "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"
7928   layout:
7929     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7930     layout: "plot-throughput"
7931
7932 ###############################################################################
7933
7934 # Reconf tests 2n-clx
7935
7936 - type: "plot"
7937   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7938   algorithm: "plot_nf_reconf_box_name"
7939   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7940   data: "plot-vpp-nfv-reconf-2n-clx"
7941   include:
7942     - "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"
7943     - "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"
7944     - "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"
7945     - "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"
7946   layout:
7947     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7948     layout: "plot-throughput"
7949
7950 - type: "plot"
7951   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7952   algorithm: "plot_nf_reconf_box_name"
7953   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7954   data: "plot-vpp-nfv-reconf-2n-clx"
7955   include:
7956     - "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"
7957     - "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"
7958     - "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"
7959     - "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"
7960   layout:
7961     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7962     layout: "plot-throughput"
7963
7964 - type: "plot"
7965   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7966   algorithm: "plot_nf_reconf_box_name"
7967   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7968   data: "plot-vpp-nfv-reconf-2n-clx"
7969   include:
7970     - "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"
7971     - "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"
7972     - "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"
7973     - "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"
7974   layout:
7975     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7976     layout: "plot-throughput"
7977
7978 ###############################################################################
7979
7980 # Plots - NF Density - VSC - MRR IMIX
7981 - type: "plot"
7982   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7983   algorithm: "plot_nf_heatmap"
7984   output-file-type: ".html"
7985   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7986   data: "plot-vpp-nfv-2n-skx-mrr"
7987   filter: "'NIC_Intel-XXV710' and
7988            'NF_DENSITY' and
7989            'VHOST' and
7990            not 'VXLAN' and
7991            'CHAIN' and
7992            'NF_VPPIP4' and
7993            'IMIX' and
7994            '2T1C' and
7995            'MRR'"
7996   parameters:
7997   - "result"
7998   - "name"
7999   - "tags"
8000   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8001   x-axis: "X = VNFs per Service Chain"
8002   y-axis: "Y = Number of Service Chains"
8003   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8004   layout:
8005     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8006     layout: "plot-service-density"
8007
8008 - type: "plot"
8009   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8010   algorithm: "plot_nf_heatmap"
8011   output-file-type: ".html"
8012   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8013   data: "plot-vpp-nfv-2n-skx-mrr"
8014   filter: "'NIC_Intel-XXV710' and
8015            'NF_DENSITY' and
8016            'VHOST' and
8017            not 'VXLAN' and
8018            'CHAIN' and
8019            'NF_VPPIP4' and
8020            'IMIX' and
8021            '4T2C' and
8022            'MRR'"
8023   parameters:
8024   - "result"
8025   - "name"
8026   - "tags"
8027   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8028   x-axis: "X = VNFs per Service Chain"
8029   y-axis: "Y = Number of Service Chains"
8030   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8031   layout:
8032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8033     layout: "plot-service-density"
8034
8035 - type: "plot"
8036   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8037   algorithm: "plot_nf_heatmap"
8038   output-file-type: ".html"
8039   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8040   data: "plot-vpp-nfv-2n-skx-mrr"
8041   filter: "'NIC_Intel-XXV710' and
8042            'NF_DENSITY' and
8043            'VHOST' and
8044            not 'VXLAN' and
8045            'CHAIN' and
8046            'NF_VPPIP4' and
8047            'IMIX' and
8048            '8T4C' and
8049            'MRR'"
8050   parameters:
8051   - "result"
8052   - "name"
8053   - "tags"
8054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8055   x-axis: "X = VNFs per Service Chain"
8056   y-axis: "Y = Number of Service Chains"
8057   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8058   layout:
8059     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8060     layout: "plot-service-density"
8061
8062 # Plots - NF Density - VSC - NDR IMIX
8063 - type: "plot"
8064   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8065   algorithm: "plot_nf_heatmap"
8066   output-file-type: ".html"
8067   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8068   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8069   filter: "'NIC_Intel-XXV710' and
8070            'NF_DENSITY' and
8071            'VHOST' and
8072            not 'VXLAN' and
8073            'CHAIN' and
8074            'NF_VPPIP4' and
8075            'IMIX' and
8076            '2T1C' and
8077            'NDRPDR'"
8078   parameters:
8079   - "throughput"
8080   - "name"
8081   - "tags"
8082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8083   x-axis: "X = VNFs per Service Chain"
8084   y-axis: "Y = Number of Service Chains"
8085   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8086   layout:
8087     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8088     layout: "plot-service-density"
8089
8090 - type: "plot"
8091   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8092   algorithm: "plot_nf_heatmap"
8093   output-file-type: ".html"
8094   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8095   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8096   filter: "'NIC_Intel-XXV710' and
8097            'NF_DENSITY' and
8098            'VHOST' and
8099            not 'VXLAN' and
8100            'CHAIN' and
8101            'NF_VPPIP4' and
8102            'IMIX' and
8103            '4T2C' and
8104            'NDRPDR'"
8105   parameters:
8106   - "throughput"
8107   - "name"
8108   - "tags"
8109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8110   x-axis: "X = VNFs per Service Chain"
8111   y-axis: "Y = Number of Service Chains"
8112   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8113   layout:
8114     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8115     layout: "plot-service-density"
8116
8117 - type: "plot"
8118   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8119   algorithm: "plot_nf_heatmap"
8120   output-file-type: ".html"
8121   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8122   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8123   filter: "'NIC_Intel-XXV710' and
8124            'NF_DENSITY' and
8125            'VHOST' and
8126            not 'VXLAN' and
8127            'CHAIN' and
8128            'NF_VPPIP4' and
8129            'IMIX' and
8130            '8T4C' and
8131            'NDRPDR'"
8132   parameters:
8133   - "throughput"
8134   - "name"
8135   - "tags"
8136   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8137   x-axis: "X = VNFs per Service Chain"
8138   y-axis: "Y = Number of Service Chains"
8139   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8140   layout:
8141     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8142     layout: "plot-service-density"
8143
8144 # Plots - NF Density - VSC - PDR IMIX
8145 - type: "plot"
8146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8147   algorithm: "plot_nf_heatmap"
8148   output-file-type: ".html"
8149   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8150   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8151   filter: "'NIC_Intel-XXV710' and
8152            'NF_DENSITY' and
8153            'VHOST' and
8154            not 'VXLAN' and
8155            'CHAIN' and
8156            'NF_VPPIP4' and
8157            'IMIX' and
8158            '2T1C' and
8159            'NDRPDR'"
8160   parameters:
8161   - "throughput"
8162   - "name"
8163   - "tags"
8164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8165   x-axis: "X = VNFs per Service Chain"
8166   y-axis: "Y = Number of Service Chains"
8167   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8168   layout:
8169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8170     layout: "plot-service-density"
8171
8172 - type: "plot"
8173   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8174   algorithm: "plot_nf_heatmap"
8175   output-file-type: ".html"
8176   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8177   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8178   filter: "'NIC_Intel-XXV710' and
8179            'NF_DENSITY' and
8180            'VHOST' and
8181            not 'VXLAN' and
8182            'CHAIN' and
8183            'NF_VPPIP4' and
8184            'IMIX' and
8185            '4T2C' and
8186            'NDRPDR'"
8187   parameters:
8188   - "throughput"
8189   - "name"
8190   - "tags"
8191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8192   x-axis: "X = VNFs per Service Chain"
8193   y-axis: "Y = Number of Service Chains"
8194   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8195   layout:
8196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8197     layout: "plot-service-density"
8198
8199 - type: "plot"
8200   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8201   algorithm: "plot_nf_heatmap"
8202   output-file-type: ".html"
8203   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8204   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8205   filter: "'NIC_Intel-XXV710' and
8206            'NF_DENSITY' and
8207            'VHOST' and
8208            not 'VXLAN' and
8209            'CHAIN' and
8210            'NF_VPPIP4' and
8211            'IMIX' and
8212            '8T4C' and
8213            'NDRPDR'"
8214   parameters:
8215   - "throughput"
8216   - "name"
8217   - "tags"
8218   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8219   x-axis: "X = VNFs per Service Chain"
8220   y-axis: "Y = Number of Service Chains"
8221   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8222   layout:
8223     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8224     layout: "plot-service-density"
8225
8226 ###############################################################################
8227
8228 # Plots - NF Density - VSC - MRR IMIX
8229 - type: "plot"
8230   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8231   algorithm: "plot_nf_heatmap"
8232   output-file-type: ".html"
8233   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8234   data: "plot-vpp-nfv-2n-skx-mrr"
8235   filter: "'NIC_Intel-XXV710' and
8236            'NF_DENSITY' and
8237            'VHOST' and
8238            'VXLAN' and
8239            'CHAIN' and
8240            'IMIX' and
8241            '2T1C' and
8242            'MRR'"
8243   parameters:
8244   - "result"
8245   - "name"
8246   - "tags"
8247   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8248   x-axis: "X = VNFs per Service Chain"
8249   y-axis: "Y = Number of Service Chains"
8250   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8251   layout:
8252     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8253     layout: "plot-service-density"
8254
8255 - type: "plot"
8256   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8257   algorithm: "plot_nf_heatmap"
8258   output-file-type: ".html"
8259   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8260   data: "plot-vpp-nfv-2n-skx-mrr"
8261   filter: "'NIC_Intel-XXV710' and
8262            'NF_DENSITY' and
8263            'VHOST' and
8264            'VXLAN' and
8265            'CHAIN' and
8266            'IMIX' and
8267            '4T2C' and
8268            'MRR'"
8269   parameters:
8270   - "result"
8271   - "name"
8272   - "tags"
8273   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8274   x-axis: "X = VNFs per Service Chain"
8275   y-axis: "Y = Number of Service Chains"
8276   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8277   layout:
8278     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8279     layout: "plot-service-density"
8280
8281 - type: "plot"
8282   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8283   algorithm: "plot_nf_heatmap"
8284   output-file-type: ".html"
8285   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8286   data: "plot-vpp-nfv-2n-skx-mrr"
8287   filter: "'NIC_Intel-XXV710' and
8288            'NF_DENSITY' and
8289            'VHOST' and
8290            'VXLAN' and
8291            'CHAIN' and
8292            'IMIX' and
8293            '8T4C' and
8294            'MRR'"
8295   parameters:
8296   - "result"
8297   - "name"
8298   - "tags"
8299   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8300   x-axis: "X = VNFs per Service Chain"
8301   y-axis: "Y = Number of Service Chains"
8302   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8303   layout:
8304     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8305     layout: "plot-service-density"
8306
8307 # Plots - NF Density - VSC - NDR IMIX
8308 - type: "plot"
8309   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8310   algorithm: "plot_nf_heatmap"
8311   output-file-type: ".html"
8312   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8313   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8314   filter: "'NIC_Intel-XXV710' and
8315            'NF_DENSITY' and
8316            'VHOST' and
8317            'VXLAN' and
8318            'CHAIN' and
8319            'IMIX' and
8320            '2T1C' and
8321            'NDRPDR'"
8322   parameters:
8323   - "throughput"
8324   - "name"
8325   - "tags"
8326   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8327   x-axis: "X = VNFs per Service Chain"
8328   y-axis: "Y = Number of Service Chains"
8329   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8330   layout:
8331     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8332     layout: "plot-service-density"
8333
8334 - type: "plot"
8335   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8336   algorithm: "plot_nf_heatmap"
8337   output-file-type: ".html"
8338   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8339   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8340   filter: "'NIC_Intel-XXV710' and
8341            'NF_DENSITY' and
8342            'VHOST' and
8343            'VXLAN' and
8344            'CHAIN' and
8345            'IMIX' and
8346            '4T2C' and
8347            'NDRPDR'"
8348   parameters:
8349   - "throughput"
8350   - "name"
8351   - "tags"
8352   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8353   x-axis: "X = VNFs per Service Chain"
8354   y-axis: "Y = Number of Service Chains"
8355   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8356   layout:
8357     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8358     layout: "plot-service-density"
8359
8360 - type: "plot"
8361   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8362   algorithm: "plot_nf_heatmap"
8363   output-file-type: ".html"
8364   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8365   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8366   filter: "'NIC_Intel-XXV710' and
8367            'NF_DENSITY' and
8368            'VHOST' and
8369            'VXLAN' and
8370            'CHAIN' and
8371            'IMIX' and
8372            '8T4C' and
8373            'NDRPDR'"
8374   parameters:
8375   - "throughput"
8376   - "name"
8377   - "tags"
8378   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8379   x-axis: "X = VNFs per Service Chain"
8380   y-axis: "Y = Number of Service Chains"
8381   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8382   layout:
8383     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8384     layout: "plot-service-density"
8385
8386 # Plots - NF Density - VSC - PDR IMIX
8387 - type: "plot"
8388   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8389   algorithm: "plot_nf_heatmap"
8390   output-file-type: ".html"
8391   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8392   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8393   filter: "'NIC_Intel-XXV710' and
8394            'NF_DENSITY' and
8395            'VHOST' and
8396            'VXLAN' and
8397            'CHAIN' and
8398            'IMIX' and
8399            '2T1C' and
8400            'NDRPDR'"
8401   parameters:
8402   - "throughput"
8403   - "name"
8404   - "tags"
8405   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8406   x-axis: "X = VNFs per Service Chain"
8407   y-axis: "Y = Number of Service Chains"
8408   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8409   layout:
8410     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8411     layout: "plot-service-density"
8412
8413 - type: "plot"
8414   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8415   algorithm: "plot_nf_heatmap"
8416   output-file-type: ".html"
8417   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8418   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8419   filter: "'NIC_Intel-XXV710' and
8420            'NF_DENSITY' and
8421            'VHOST' and
8422            'VXLAN' and
8423            'CHAIN' and
8424            'IMIX' and
8425            '4T2C' and
8426            'NDRPDR'"
8427   parameters:
8428   - "throughput"
8429   - "name"
8430   - "tags"
8431   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8432   x-axis: "X = VNFs per Service Chain"
8433   y-axis: "Y = Number of Service Chains"
8434   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8435   layout:
8436     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8437     layout: "plot-service-density"
8438
8439 - type: "plot"
8440   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8441   algorithm: "plot_nf_heatmap"
8442   output-file-type: ".html"
8443   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8444   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8445   filter: "'NIC_Intel-XXV710' and
8446            'NF_DENSITY' and
8447            'VHOST' and
8448            'VXLAN' and
8449            'CHAIN' and
8450            'IMIX' and
8451            '8T4C' and
8452            'NDRPDR'"
8453   parameters:
8454   - "throughput"
8455   - "name"
8456   - "tags"
8457   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8458   x-axis: "X = VNFs per Service Chain"
8459   y-axis: "Y = Number of Service Chains"
8460   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8461   layout:
8462     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8463     layout: "plot-service-density"
8464
8465 ###############################################################################
8466
8467 # Plots - NF Density - CSC - MRR IMIX
8468 - type: "plot"
8469   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8470   algorithm: "plot_nf_heatmap"
8471   output-file-type: ".html"
8472   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8473   data: "plot-vpp-nfv-2n-skx-mrr"
8474   filter: "'NIC_Intel-XXV710' and
8475            'NF_DENSITY' and
8476            'DOCKER' and
8477            'CHAIN' and
8478            'NF_VPPIP4' and
8479            'IMIX' and
8480            '2T1C' and
8481            'MRR'"
8482   parameters:
8483   - "result"
8484   - "name"
8485   - "tags"
8486   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8487   x-axis: "X = CNFs per Service Chain"
8488   y-axis: "Y = Number of Service Chains"
8489   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8490   layout:
8491     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8492     layout: "plot-service-density"
8493
8494 - type: "plot"
8495   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8496   algorithm: "plot_nf_heatmap"
8497   output-file-type: ".html"
8498   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8499   data: "plot-vpp-nfv-2n-skx-mrr"
8500   filter: "'NIC_Intel-XXV710' and
8501            'NF_DENSITY' and
8502            'DOCKER' and
8503            'CHAIN' and
8504            'NF_VPPIP4' and
8505            'IMIX' and
8506            '4T2C' and
8507            'MRR'"
8508   parameters:
8509   - "result"
8510   - "name"
8511   - "tags"
8512   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8513   x-axis: "X = CNFs per Service Chain"
8514   y-axis: "Y = Number of Service Chains"
8515   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8516   layout:
8517     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8518     layout: "plot-service-density"
8519
8520 - type: "plot"
8521   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8522   algorithm: "plot_nf_heatmap"
8523   output-file-type: ".html"
8524   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8525   data: "plot-vpp-nfv-2n-skx-mrr"
8526   filter: "'NIC_Intel-XXV710' and
8527            'NF_DENSITY' and
8528            'DOCKER' and
8529            'CHAIN' and
8530            'NF_VPPIP4' and
8531            'IMIX' and
8532            '8T4C' and
8533            'MRR'"
8534   parameters:
8535   - "result"
8536   - "name"
8537   - "tags"
8538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8539   x-axis: "X = CNFs per Service Chain"
8540   y-axis: "Y = Number of Service Chains"
8541   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8542   layout:
8543     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8544     layout: "plot-service-density"
8545
8546 # Plots - NF Density - CSC - NDR IMIX
8547 - type: "plot"
8548   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8549   algorithm: "plot_nf_heatmap"
8550   output-file-type: ".html"
8551   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8552   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8553   filter: "'NIC_Intel-XXV710' and
8554            'NF_DENSITY' and
8555            'DOCKER' and
8556            'CHAIN' and
8557            'NF_VPPIP4' and
8558            'IMIX' and
8559            '2T1C' and
8560            'NDRPDR'"
8561   parameters:
8562   - "throughput"
8563   - "name"
8564   - "tags"
8565   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8566   x-axis: "X = CNFs per Service Chain"
8567   y-axis: "Y = Number of Service Chains"
8568   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8569   layout:
8570     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8571     layout: "plot-service-density"
8572
8573 - type: "plot"
8574   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8575   algorithm: "plot_nf_heatmap"
8576   output-file-type: ".html"
8577   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8578   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8579   filter: "'NIC_Intel-XXV710' and
8580            'NF_DENSITY' and
8581            'DOCKER' and
8582            'CHAIN' and
8583            'NF_VPPIP4' and
8584            'IMIX' and
8585            '4T2C' and
8586            'NDRPDR'"
8587   parameters:
8588   - "throughput"
8589   - "name"
8590   - "tags"
8591   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8592   x-axis: "X = CNFs per Service Chain"
8593   y-axis: "Y = Number of Service Chains"
8594   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8595   layout:
8596     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8597     layout: "plot-service-density"
8598
8599 - type: "plot"
8600   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8601   algorithm: "plot_nf_heatmap"
8602   output-file-type: ".html"
8603   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8604   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8605   filter: "'NIC_Intel-XXV710' and
8606            'NF_DENSITY' and
8607            'DOCKER' and
8608            'CHAIN' and
8609            'NF_VPPIP4' and
8610            'IMIX' and
8611            '8T4C' and
8612            'NDRPDR'"
8613   parameters:
8614   - "throughput"
8615   - "name"
8616   - "tags"
8617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8618   x-axis: "X = CNFs per Service Chain"
8619   y-axis: "Y = Number of Service Chains"
8620   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8621   layout:
8622     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8623     layout: "plot-service-density"
8624
8625 # Plots - NF Density - CSC - PDR IMIX
8626 - type: "plot"
8627   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8628   algorithm: "plot_nf_heatmap"
8629   output-file-type: ".html"
8630   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8631   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8632   filter: "'NIC_Intel-XXV710' and
8633            'NF_DENSITY' and
8634            'DOCKER' and
8635            'CHAIN' and
8636            'NF_VPPIP4' and
8637            'IMIX' and
8638            '2T1C' and
8639            'NDRPDR'"
8640   parameters:
8641   - "throughput"
8642   - "name"
8643   - "tags"
8644   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8645   x-axis: "X = CNFs per Service Chain"
8646   y-axis: "Y = Number of Service Chains"
8647   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8648   layout:
8649     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8650     layout: "plot-service-density"
8651
8652 - type: "plot"
8653   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8654   algorithm: "plot_nf_heatmap"
8655   output-file-type: ".html"
8656   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8657   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8658   filter: "'NIC_Intel-XXV710' and
8659            'NF_DENSITY' and
8660            'DOCKER' and
8661            'CHAIN' and
8662            'NF_VPPIP4' and
8663            'IMIX' and
8664            '4T2C' and
8665            'NDRPDR'"
8666   parameters:
8667   - "throughput"
8668   - "name"
8669   - "tags"
8670   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8671   x-axis: "X = CNFs per Service Chain"
8672   y-axis: "Y = Number of Service Chains"
8673   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8674   layout:
8675     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8676     layout: "plot-service-density"
8677
8678 - type: "plot"
8679   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8680   algorithm: "plot_nf_heatmap"
8681   output-file-type: ".html"
8682   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8683   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8684   filter: "'NIC_Intel-XXV710' and
8685            'NF_DENSITY' and
8686            'DOCKER' and
8687            'CHAIN' and
8688            'NF_VPPIP4' and
8689            'IMIX' and
8690            '8T4C' and
8691            'NDRPDR'"
8692   parameters:
8693   - "throughput"
8694   - "name"
8695   - "tags"
8696   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8697   x-axis: "X = CNFs per Service Chain"
8698   y-axis: "Y = Number of Service Chains"
8699   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8700   layout:
8701     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8702     layout: "plot-service-density"
8703
8704 ################################################################################
8705 #
8706 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8707 #- type: "plot"
8708 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8709 #  algorithm: "plot_nf_heatmap"
8710 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8711 #  data: "plot-vpp-nfv-3n-skx-mrr"
8712 #  filter: "'NIC_Intel-XXV710' and
8713 #           'NF_DENSITY' and
8714 #           'DOCKER' and
8715 #           'CHAIN' and
8716 #           'NF_VPPIP4' and
8717 #           'IPSEC' and
8718 #           'TNL_4' and
8719 #           'IMIX' and
8720 #           '2T1C' and
8721 #           'MRR'"
8722 #  parameters:
8723 #  - "result"
8724 #  - "name"
8725 #  - "tags"
8726 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8727 #  x-axis: "X = CNFs per Service Chain"
8728 #  y-axis: "Y = Number of Service Chains"
8729 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8730 #  layout:
8731 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8732 #    layout: "plot-service-density"
8733 #
8734 #- type: "plot"
8735 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8736 #  algorithm: "plot_nf_heatmap"
8737 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8738 #  data: "plot-vpp-nfv-3n-skx-mrr"
8739 #  filter: "'NIC_Intel-XXV710' and
8740 #           'NF_DENSITY' and
8741 #           'DOCKER' and
8742 #           'CHAIN' and
8743 #           'NF_VPPIP4' and
8744 #           'IPSEC' and
8745 #           'TNL_4' and
8746 #           'IMIX' and
8747 #           '4T2C' and
8748 #           'MRR'"
8749 #  parameters:
8750 #  - "result"
8751 #  - "name"
8752 #  - "tags"
8753 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8754 #  x-axis: "X = CNFs per Service Chain"
8755 #  y-axis: "Y = Number of Service Chains"
8756 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8757 #  layout:
8758 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8759 #    layout: "plot-service-density"
8760 #
8761 #- type: "plot"
8762 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8763 #  algorithm: "plot_nf_heatmap"
8764 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8765 #  data: "plot-vpp-nfv-3n-skx-mrr"
8766 #  filter: "'NIC_Intel-XXV710' and
8767 #           'NF_DENSITY' and
8768 #           'DOCKER' and
8769 #           'CHAIN' and
8770 #           'NF_VPPIP4' and
8771 #           'IPSEC' and
8772 #           'TNL_4' and
8773 #           'IMIX' and
8774 #           '8T4C' and
8775 #           'MRR'"
8776 #  parameters:
8777 #  - "result"
8778 #  - "name"
8779 #  - "tags"
8780 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8781 #  x-axis: "X = CNFs per Service Chain"
8782 #  y-axis: "Y = Number of Service Chains"
8783 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8784 #  layout:
8785 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8786 #    layout: "plot-service-density"
8787
8788 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8789 #- type: "plot"
8790 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8791 #  algorithm: "plot_nf_heatmap"
8792 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8793 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8794 #  filter: "'NIC_Intel-XXV710' and
8795 #           'NF_DENSITY' and
8796 #           'DOCKER' and
8797 #           'CHAIN' and
8798 #           'NF_VPPIP4' and
8799 #           'IPSEC' and
8800 #           'TNL_4' and
8801 #           'IMIX' and
8802 #           '2T1C' and
8803 #           'NDRPDR'"
8804 #  parameters:
8805 #  - "throughput"
8806 #  - "name"
8807 #  - "tags"
8808 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8809 #  x-axis: "X = CNFs per Service Chain"
8810 #  y-axis: "Y = Number of Service Chains"
8811 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8812 #  layout:
8813 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8814 #    layout: "plot-service-density"
8815 #
8816 #- type: "plot"
8817 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8818 #  algorithm: "plot_nf_heatmap"
8819 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8820 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8821 #  filter: "'NIC_Intel-XXV710' and
8822 #           'NF_DENSITY' and
8823 #           'DOCKER' and
8824 #           'CHAIN' and
8825 #           'NF_VPPIP4' and
8826 #           'IPSEC' and
8827 #           'TNL_4' and
8828 #           'IMIX' and
8829 #           '4T2C' and
8830 #           'NDRPDR'"
8831 #  parameters:
8832 #  - "throughput"
8833 #  - "name"
8834 #  - "tags"
8835 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8836 #  x-axis: "X = CNFs per Service Chain"
8837 #  y-axis: "Y = Number of Service Chains"
8838 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8839 #  layout:
8840 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8841 #    layout: "plot-service-density"
8842 #
8843 #- type: "plot"
8844 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8845 #  algorithm: "plot_nf_heatmap"
8846 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8847 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8848 #  filter: "'NIC_Intel-XXV710' and
8849 #           'NF_DENSITY' and
8850 #           'DOCKER' and
8851 #           'CHAIN' and
8852 #           'NF_VPPIP4' and
8853 #           'IPSEC' and
8854 #           'TNL_4' and
8855 #           'IMIX' and
8856 #           '8T4C' and
8857 #           'NDRPDR'"
8858 #  parameters:
8859 #  - "throughput"
8860 #  - "name"
8861 #  - "tags"
8862 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8863 #  x-axis: "X = CNFs per Service Chain"
8864 #  y-axis: "Y = Number of Service Chains"
8865 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8866 #  layout:
8867 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8868 #    layout: "plot-service-density"
8869 #
8870 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8871 #- type: "plot"
8872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8873 #  algorithm: "plot_nf_heatmap"
8874 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8875 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8876 #  filter: "'NIC_Intel-XXV710' and
8877 #           'NF_DENSITY' and
8878 #           'DOCKER' and
8879 #           'CHAIN' and
8880 #           'NF_VPPIP4' and
8881 #           'IPSEC' and
8882 #           'TNL_4' and
8883 #           'IMIX' and
8884 #           '2T1C' and
8885 #           'NDRPDR'"
8886 #  parameters:
8887 #  - "throughput"
8888 #  - "name"
8889 #  - "tags"
8890 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8891 #  x-axis: "X = CNFs per Service Chain"
8892 #  y-axis: "Y = Number of Service Chains"
8893 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8894 #  layout:
8895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8896 #    layout: "plot-service-density"
8897 #
8898 #- type: "plot"
8899 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8900 #  algorithm: "plot_nf_heatmap"
8901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8902 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8903 #  filter: "'NIC_Intel-XXV710' and
8904 #           'NF_DENSITY' and
8905 #           'DOCKER' and
8906 #           'CHAIN' and
8907 #           'NF_VPPIP4' and
8908 #           'IPSEC' and
8909 #           'TNL_4' and
8910 #           'IMIX' and
8911 #           '4T2C' and
8912 #           'NDRPDR'"
8913 #  parameters:
8914 #  - "throughput"
8915 #  - "name"
8916 #  - "tags"
8917 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8918 #  x-axis: "X = CNFs per Service Chain"
8919 #  y-axis: "Y = Number of Service Chains"
8920 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8921 #  layout:
8922 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8923 #    layout: "plot-service-density"
8924 #
8925 #- type: "plot"
8926 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8927 #  algorithm: "plot_nf_heatmap"
8928 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8929 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8930 #  filter: "'NIC_Intel-XXV710' and
8931 #           'NF_DENSITY' and
8932 #           'DOCKER' and
8933 #           'CHAIN' and
8934 #           'NF_VPPIP4' and
8935 #           'IPSEC' and
8936 #           'TNL_4' and
8937 #           'IMIX' and
8938 #           '8T4C' and
8939 #           'NDRPDR'"
8940 #  parameters:
8941 #  - "throughput"
8942 #  - "name"
8943 #  - "tags"
8944 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8945 #  x-axis: "X = CNFs per Service Chain"
8946 #  y-axis: "Y = Number of Service Chains"
8947 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8948 #  layout:
8949 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8950 #    layout: "plot-service-density"
8951
8952 ###############################################################################
8953
8954 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8955 #- type: "plot"
8956 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8957 #  algorithm: "plot_nf_heatmap"
8958 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8959 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8960 #  filter: "'NIC_Intel-XL710' and
8961 #           'NF_DENSITY' and
8962 #           'DOCKER' and
8963 #           'CHAIN' and
8964 #           'NF_VPPIP4' and
8965 #           'IMIX' and
8966 #           'TNL_4' and
8967 #           '1T1C' and
8968 #           'MRR'"
8969 #  parameters:
8970 #  - "result"
8971 #  - "name"
8972 #  - "tags"
8973 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8974 #  x-axis: "X = CNFs per Service Chain"
8975 #  y-axis: "Y = Number of Service Chains"
8976 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8977 #  layout:
8978 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8979 #    layout: "plot-service-density"
8980 #
8981 #- type: "plot"
8982 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8983 #  algorithm: "plot_nf_heatmap"
8984 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8985 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8986 #  filter: "'NIC_Intel-XL710' and
8987 #           'NF_DENSITY' and
8988 #           'DOCKER' and
8989 #           'CHAIN' and
8990 #           'NF_VPPIP4' and
8991 #           'IPSEC' and
8992 #           'TNL_4' and
8993 #           'IMIX' and
8994 #           '2T2C' and
8995 #           'MRR'"
8996 #  parameters:
8997 #  - "result"
8998 #  - "name"
8999 #  - "tags"
9000 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9001 #  x-axis: "X = CNFs per Service Chain"
9002 #  y-axis: "Y = Number of Service Chains"
9003 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9004 #  layout:
9005 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9006 #    layout: "plot-service-density"
9007 #
9008 #- type: "plot"
9009 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9010 #  algorithm: "plot_nf_heatmap"
9011 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9012 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9013 #  filter: "'NIC_Intel-XL710' and
9014 #           'NF_DENSITY' and
9015 #           'DOCKER' and
9016 #           'CHAIN' and
9017 #           'NF_VPPIP4' and
9018 #           'IPSEC' and
9019 #           'TNL_4' and
9020 #           'IMIX' and
9021 #           '4T4C' and
9022 #           'MRR'"
9023 #  parameters:
9024 #  - "result"
9025 #  - "name"
9026 #  - "tags"
9027 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9028 #  x-axis: "X = CNFs per Service Chain"
9029 #  y-axis: "Y = Number of Service Chains"
9030 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9031 #  layout:
9032 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9033 #    layout: "plot-service-density"
9034
9035 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9036 #- type: "plot"
9037 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9038 #  algorithm: "plot_nf_heatmap"
9039 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9040 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9041 #  filter: "'NIC_Intel-XL710' and
9042 #           'NF_DENSITY' and
9043 #           'DOCKER' and
9044 #           'CHAIN' and
9045 #           'NF_VPPIP4' and
9046 #           'IPSEC' and
9047 #           'TNL_4' and
9048 #           'IMIX' and
9049 #           '1T1C' and
9050 #           'NDRPDR'"
9051 #  parameters:
9052 #  - "throughput"
9053 #  - "name"
9054 #  - "tags"
9055 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9056 #  x-axis: "X = CNFs per Service Chain"
9057 #  y-axis: "Y = Number of Service Chains"
9058 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9059 #  layout:
9060 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9061 #    layout: "plot-service-density"
9062 #
9063 #- type: "plot"
9064 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9065 #  algorithm: "plot_nf_heatmap"
9066 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9067 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9068 #  filter: "'NIC_Intel-XL710' and
9069 #           'NF_DENSITY' and
9070 #           'DOCKER' and
9071 #           'CHAIN' and
9072 #           'NF_VPPIP4' and
9073 #           'IPSEC' and
9074 #           'TNL_4' and
9075 #           'IMIX' and
9076 #           '2T2C' and
9077 #           'NDRPDR'"
9078 #  parameters:
9079 #  - "throughput"
9080 #  - "name"
9081 #  - "tags"
9082 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9083 #  x-axis: "X = CNFs per Service Chain"
9084 #  y-axis: "Y = Number of Service Chains"
9085 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9086 #  layout:
9087 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9088 #    layout: "plot-service-density"
9089 #
9090 #- type: "plot"
9091 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9092 #  algorithm: "plot_nf_heatmap"
9093 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9094 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9095 #  filter: "'NIC_Intel-XL710' and
9096 #           'NF_DENSITY' and
9097 #           'DOCKER' and
9098 #           'CHAIN' and
9099 #           'NF_VPPIP4' and
9100 #           'IPSEC' and
9101 #           'TNL_4' and
9102 #           'IMIX' and
9103 #           '4T4C' and
9104 #           'NDRPDR'"
9105 #  parameters:
9106 #  - "throughput"
9107 #  - "name"
9108 #  - "tags"
9109 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9110 #  x-axis: "X = CNFs per Service Chain"
9111 #  y-axis: "Y = Number of Service Chains"
9112 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9113 #  layout:
9114 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9115 #    layout: "plot-service-density"
9116 #
9117 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9118 #- type: "plot"
9119 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9120 #  algorithm: "plot_nf_heatmap"
9121 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9122 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9123 #  filter: "'NIC_Intel-XL710' and
9124 #           'NF_DENSITY' and
9125 #           'DOCKER' and
9126 #           'CHAIN' and
9127 #           'NF_VPPIP4' and
9128 #           'IPSEC' and
9129 #           'TNL_4' and
9130 #           'IMIX' and
9131 #           '1T1C' and
9132 #           'NDRPDR'"
9133 #  parameters:
9134 #  - "throughput"
9135 #  - "name"
9136 #  - "tags"
9137 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9138 #  x-axis: "X = CNFs per Service Chain"
9139 #  y-axis: "Y = Number of Service Chains"
9140 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9141 #  layout:
9142 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9143 #    layout: "plot-service-density"
9144 #
9145 #- type: "plot"
9146 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9147 #  algorithm: "plot_nf_heatmap"
9148 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9149 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9150 #  filter: "'NIC_Intel-XL710' and
9151 #           'NF_DENSITY' and
9152 #           'DOCKER' and
9153 #           'CHAIN' and
9154 #           'NF_VPPIP4' and
9155 #           'IPSEC' and
9156 #           'TNL_4' and
9157 #           'IMIX' and
9158 #           '2T2C' and
9159 #           'NDRPDR'"
9160 #  parameters:
9161 #  - "throughput"
9162 #  - "name"
9163 #  - "tags"
9164 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9165 #  x-axis: "X = CNFs per Service Chain"
9166 #  y-axis: "Y = Number of Service Chains"
9167 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9168 #  layout:
9169 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9170 #    layout: "plot-service-density"
9171 #
9172 #- type: "plot"
9173 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9174 #  algorithm: "plot_nf_heatmap"
9175 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9176 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9177 #  filter: "'NIC_Intel-XL710' and
9178 #           'NF_DENSITY' and
9179 #           'DOCKER' and
9180 #           'CHAIN' and
9181 #           'NF_VPPIP4' and
9182 #           'IPSEC' and
9183 #           'TNL_4' and
9184 #           'IMIX' and
9185 #           '4T4C' and
9186 #           'NDRPDR'"
9187 #  parameters:
9188 #  - "throughput"
9189 #  - "name"
9190 #  - "tags"
9191 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9192 #  x-axis: "X = CNFs per Service Chain"
9193 #  y-axis: "Y = Number of Service Chains"
9194 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9195 #  layout:
9196 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9197 #    layout: "plot-service-density"
9198
9199 ###############################################################################
9200
9201 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9202 #- type: "plot"
9203 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9204 #  algorithm: "plot_nf_heatmap"
9205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9206 #  data: "plot-vpp-nfv-3n-skx-mrr"
9207 #  filter: "'NIC_Intel-XXV710' and
9208 #           'NF_DENSITY' and
9209 #           'DOCKER' and
9210 #           'CHAIN' and
9211 #           'NF_VPPIP4' and
9212 #           'IPSEC' and
9213 #           'TNL_1000' and
9214 #           'IMIX' and
9215 #           '2T1C' and
9216 #           'MRR'"
9217 #  parameters:
9218 #  - "result"
9219 #  - "name"
9220 #  - "tags"
9221 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9222 #  x-axis: "X = CNFs per Service Chain"
9223 #  y-axis: "Y = Number of Service Chains"
9224 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9225 #  layout:
9226 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9227 #    layout: "plot-service-density"
9228 #
9229 #- type: "plot"
9230 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9231 #  algorithm: "plot_nf_heatmap"
9232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9233 #  data: "plot-vpp-nfv-3n-skx-mrr"
9234 #  filter: "'NIC_Intel-XXV710' and
9235 #           'NF_DENSITY' and
9236 #           'DOCKER' and
9237 #           'CHAIN' and
9238 #           'NF_VPPIP4' and
9239 #           'IPSEC' and
9240 #           'TNL_1000' and
9241 #           'IMIX' and
9242 #           '4T2C' and
9243 #           'MRR'"
9244 #  parameters:
9245 #  - "result"
9246 #  - "name"
9247 #  - "tags"
9248 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9249 #  x-axis: "X = CNFs per Service Chain"
9250 #  y-axis: "Y = Number of Service Chains"
9251 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9252 #  layout:
9253 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9254 #    layout: "plot-service-density"
9255 #
9256 #- type: "plot"
9257 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9258 #  algorithm: "plot_nf_heatmap"
9259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9260 #  data: "plot-vpp-nfv-3n-skx-mrr"
9261 #  filter: "'NIC_Intel-XXV710' and
9262 #           'NF_DENSITY' and
9263 #           'DOCKER' and
9264 #           'CHAIN' and
9265 #           'NF_VPPIP4' and
9266 #           'IPSEC' and
9267 #           'TNL_1000' and
9268 #           'IMIX' and
9269 #           '8T4C' and
9270 #           'MRR'"
9271 #  parameters:
9272 #  - "result"
9273 #  - "name"
9274 #  - "tags"
9275 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9276 #  x-axis: "X = CNFs per Service Chain"
9277 #  y-axis: "Y = Number of Service Chains"
9278 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9279 #  layout:
9280 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9281 #    layout: "plot-service-density"
9282
9283 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9284 #- type: "plot"
9285 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9286 #  algorithm: "plot_nf_heatmap"
9287 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9288 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9289 #  filter: "'NIC_Intel-XXV710' and
9290 #           'NF_DENSITY' and
9291 #           'DOCKER' and
9292 #           'CHAIN' and
9293 #           'NF_VPPIP4' and
9294 #           'IPSEC' and
9295 #           'TNL_1000' and
9296 #           'IMIX' and
9297 #           '2T1C' and
9298 #           'NDRPDR'"
9299 #  parameters:
9300 #  - "throughput"
9301 #  - "name"
9302 #  - "tags"
9303 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9304 #  x-axis: "X = CNFs per Service Chain"
9305 #  y-axis: "Y = Number of Service Chains"
9306 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9307 #  layout:
9308 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9309 #    layout: "plot-service-density"
9310 #
9311 #- type: "plot"
9312 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9313 #  algorithm: "plot_nf_heatmap"
9314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9315 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9316 #  filter: "'NIC_Intel-XXV710' and
9317 #           'NF_DENSITY' and
9318 #           'DOCKER' and
9319 #           'CHAIN' and
9320 #           'NF_VPPIP4' and
9321 #           'IPSEC' and
9322 #           'TNL_1000' and
9323 #           'IMIX' and
9324 #           '4T2C' and
9325 #           'NDRPDR'"
9326 #  parameters:
9327 #  - "throughput"
9328 #  - "name"
9329 #  - "tags"
9330 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9331 #  x-axis: "X = CNFs per Service Chain"
9332 #  y-axis: "Y = Number of Service Chains"
9333 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9334 #  layout:
9335 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9336 #    layout: "plot-service-density"
9337 #
9338 #- type: "plot"
9339 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9340 #  algorithm: "plot_nf_heatmap"
9341 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9342 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9343 #  filter: "'NIC_Intel-XXV710' and
9344 #           'NF_DENSITY' and
9345 #           'DOCKER' and
9346 #           'CHAIN' and
9347 #           'NF_VPPIP4' and
9348 #           'IPSEC' and
9349 #           'TNL_1000' and
9350 #           'IMIX' and
9351 #           '8T4C' and
9352 #           'NDRPDR'"
9353 #  parameters:
9354 #  - "throughput"
9355 #  - "name"
9356 #  - "tags"
9357 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9358 #  x-axis: "X = CNFs per Service Chain"
9359 #  y-axis: "Y = Number of Service Chains"
9360 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9361 #  layout:
9362 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9363 #    layout: "plot-service-density"
9364 #
9365 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9366 #- type: "plot"
9367 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9368 #  algorithm: "plot_nf_heatmap"
9369 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9370 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9371 #  filter: "'NIC_Intel-XXV710' and
9372 #           'NF_DENSITY' and
9373 #           'DOCKER' and
9374 #           'CHAIN' and
9375 #           'NF_VPPIP4' and
9376 #           'IPSEC' and
9377 #           'TNL_1000' and
9378 #           'IMIX' and
9379 #           '2T1C' and
9380 #           'NDRPDR'"
9381 #  parameters:
9382 #  - "throughput"
9383 #  - "name"
9384 #  - "tags"
9385 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9386 #  x-axis: "X = CNFs per Service Chain"
9387 #  y-axis: "Y = Number of Service Chains"
9388 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9389 #  layout:
9390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9391 #    layout: "plot-service-density"
9392 #
9393 #- type: "plot"
9394 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9395 #  algorithm: "plot_nf_heatmap"
9396 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9397 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9398 #  filter: "'NIC_Intel-XXV710' and
9399 #           'NF_DENSITY' and
9400 #           'DOCKER' and
9401 #           'CHAIN' and
9402 #           'NF_VPPIP4' and
9403 #           'IPSEC' and
9404 #           'TNL_1000' and
9405 #           'IMIX' and
9406 #           '4T2C' and
9407 #           'NDRPDR'"
9408 #  parameters:
9409 #  - "throughput"
9410 #  - "name"
9411 #  - "tags"
9412 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9413 #  x-axis: "X = CNFs per Service Chain"
9414 #  y-axis: "Y = Number of Service Chains"
9415 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9416 #  layout:
9417 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9418 #    layout: "plot-service-density"
9419 #
9420 #- type: "plot"
9421 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9422 #  algorithm: "plot_nf_heatmap"
9423 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9424 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9425 #  filter: "'NIC_Intel-XXV710' and
9426 #           'NF_DENSITY' and
9427 #           'DOCKER' and
9428 #           'CHAIN' and
9429 #           'NF_VPPIP4' and
9430 #           'IPSEC' and
9431 #           'TNL_1000' and
9432 #           'IMIX' and
9433 #           '8T4C' and
9434 #           'NDRPDR'"
9435 #  parameters:
9436 #  - "throughput"
9437 #  - "name"
9438 #  - "tags"
9439 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9440 #  x-axis: "X = CNFs per Service Chain"
9441 #  y-axis: "Y = Number of Service Chains"
9442 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9443 #  layout:
9444 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9445 #    layout: "plot-service-density"
9446
9447 ###############################################################################
9448
9449 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9450 #- type: "plot"
9451 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9452 #  algorithm: "plot_nf_heatmap"
9453 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9454 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9455 #  filter: "'NIC_Intel-XL710' and
9456 #           'NF_DENSITY' and
9457 #           'DOCKER' and
9458 #           'CHAIN' and
9459 #           'NF_VPPIP4' and
9460 #           'IMIX' and
9461 #           'TNL_1000' and
9462 #           '1T1C' and
9463 #           'MRR'"
9464 #  parameters:
9465 #  - "result"
9466 #  - "name"
9467 #  - "tags"
9468 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9469 #  x-axis: "X = CNFs per Service Chain"
9470 #  y-axis: "Y = Number of Service Chains"
9471 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9472 #  layout:
9473 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9474 #    layout: "plot-service-density"
9475 #
9476 #- type: "plot"
9477 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9478 #  algorithm: "plot_nf_heatmap"
9479 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9480 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9481 #  filter: "'NIC_Intel-XL710' and
9482 #           'NF_DENSITY' and
9483 #           'DOCKER' and
9484 #           'CHAIN' and
9485 #           'NF_VPPIP4' and
9486 #           'IPSEC' and
9487 #           'TNL_1000' and
9488 #           'IMIX' and
9489 #           '2T2C' and
9490 #           'MRR'"
9491 #  parameters:
9492 #  - "result"
9493 #  - "name"
9494 #  - "tags"
9495 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9496 #  x-axis: "X = CNFs per Service Chain"
9497 #  y-axis: "Y = Number of Service Chains"
9498 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9499 #  layout:
9500 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9501 #    layout: "plot-service-density"
9502 #
9503 #- type: "plot"
9504 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9505 #  algorithm: "plot_nf_heatmap"
9506 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9507 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9508 #  filter: "'NIC_Intel-XL710' and
9509 #           'NF_DENSITY' and
9510 #           'DOCKER' and
9511 #           'CHAIN' and
9512 #           'NF_VPPIP4' and
9513 #           'IPSEC' and
9514 #           'TNL_1000' and
9515 #           'IMIX' and
9516 #           '4T4C' and
9517 #           'MRR'"
9518 #  parameters:
9519 #  - "result"
9520 #  - "name"
9521 #  - "tags"
9522 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9523 #  x-axis: "X = CNFs per Service Chain"
9524 #  y-axis: "Y = Number of Service Chains"
9525 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9526 #  layout:
9527 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9528 #    layout: "plot-service-density"
9529
9530 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9531 #- type: "plot"
9532 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9533 #  algorithm: "plot_nf_heatmap"
9534 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9535 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9536 #  filter: "'NIC_Intel-XL710' and
9537 #           'NF_DENSITY' and
9538 #           'DOCKER' and
9539 #           'CHAIN' and
9540 #           'NF_VPPIP4' and
9541 #           'IPSEC' and
9542 #           'TNL_1000' and
9543 #           'IMIX' and
9544 #           '1T1C' and
9545 #           'NDRPDR'"
9546 #  parameters:
9547 #  - "throughput"
9548 #  - "name"
9549 #  - "tags"
9550 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9551 #  x-axis: "X = CNFs per Service Chain"
9552 #  y-axis: "Y = Number of Service Chains"
9553 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9554 #  layout:
9555 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9556 #    layout: "plot-service-density"
9557 #
9558 #- type: "plot"
9559 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9560 #  algorithm: "plot_nf_heatmap"
9561 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9562 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9563 #  filter: "'NIC_Intel-XL710' and
9564 #           'NF_DENSITY' and
9565 #           'DOCKER' and
9566 #           'CHAIN' and
9567 #           'NF_VPPIP4' and
9568 #           'IPSEC' and
9569 #           'TNL_1000' and
9570 #           'IMIX' and
9571 #           '2T2C' and
9572 #           'NDRPDR'"
9573 #  parameters:
9574 #  - "throughput"
9575 #  - "name"
9576 #  - "tags"
9577 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9578 #  x-axis: "X = CNFs per Service Chain"
9579 #  y-axis: "Y = Number of Service Chains"
9580 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9581 #  layout:
9582 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9583 #    layout: "plot-service-density"
9584 #
9585 #- type: "plot"
9586 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9587 #  algorithm: "plot_nf_heatmap"
9588 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9589 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9590 #  filter: "'NIC_Intel-XL710' and
9591 #           'NF_DENSITY' and
9592 #           'DOCKER' and
9593 #           'CHAIN' and
9594 #           'NF_VPPIP4' and
9595 #           'IPSEC' and
9596 #           'TNL_1000' and
9597 #           'IMIX' and
9598 #           '4T4C' and
9599 #           'NDRPDR'"
9600 #  parameters:
9601 #  - "throughput"
9602 #  - "name"
9603 #  - "tags"
9604 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9605 #  x-axis: "X = CNFs per Service Chain"
9606 #  y-axis: "Y = Number of Service Chains"
9607 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9608 #  layout:
9609 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9610 #    layout: "plot-service-density"
9611 #
9612 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9613 #- type: "plot"
9614 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9615 #  algorithm: "plot_nf_heatmap"
9616 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9617 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9618 #  filter: "'NIC_Intel-XL710' and
9619 #           'NF_DENSITY' and
9620 #           'DOCKER' and
9621 #           'CHAIN' and
9622 #           'NF_VPPIP4' and
9623 #           'IPSEC' and
9624 #           'TNL_1000' and
9625 #           'IMIX' and
9626 #           '1T1C' and
9627 #           'NDRPDR'"
9628 #  parameters:
9629 #  - "throughput"
9630 #  - "name"
9631 #  - "tags"
9632 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9633 #  x-axis: "X = CNFs per Service Chain"
9634 #  y-axis: "Y = Number of Service Chains"
9635 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9636 #  layout:
9637 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9638 #    layout: "plot-service-density"
9639 #
9640 #- type: "plot"
9641 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9642 #  algorithm: "plot_nf_heatmap"
9643 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9644 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9645 #  filter: "'NIC_Intel-XL710' and
9646 #           'NF_DENSITY' and
9647 #           'DOCKER' and
9648 #           'CHAIN' and
9649 #           'NF_VPPIP4' and
9650 #           'IPSEC' and
9651 #           'TNL_1000' and
9652 #           'IMIX' and
9653 #           '2T2C' and
9654 #           'NDRPDR'"
9655 #  parameters:
9656 #  - "throughput"
9657 #  - "name"
9658 #  - "tags"
9659 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9660 #  x-axis: "X = CNFs per Service Chain"
9661 #  y-axis: "Y = Number of Service Chains"
9662 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9663 #  layout:
9664 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9665 #    layout: "plot-service-density"
9666 #
9667 #- type: "plot"
9668 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9669 #  algorithm: "plot_nf_heatmap"
9670 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9671 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9672 #  filter: "'NIC_Intel-XL710' and
9673 #           'NF_DENSITY' and
9674 #           'DOCKER' and
9675 #           'CHAIN' and
9676 #           'NF_VPPIP4' and
9677 #           'IPSEC' and
9678 #           'TNL_1000' and
9679 #           'IMIX' and
9680 #           '4T4C' and
9681 #           'NDRPDR'"
9682 #  parameters:
9683 #  - "throughput"
9684 #  - "name"
9685 #  - "tags"
9686 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9687 #  x-axis: "X = CNFs per Service Chain"
9688 #  y-axis: "Y = Number of Service Chains"
9689 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9690 #  layout:
9691 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9692 #    layout: "plot-service-density"
9693
9694 ###############################################################################
9695
9696 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9697 #- type: "plot"
9698 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9699 #  algorithm: "plot_nf_heatmap"
9700 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9701 #  data: "plot-vpp-nfv-3n-skx-mrr"
9702 #  filter: "'NIC_Intel-XXV710' and
9703 #           'NF_DENSITY' and
9704 #           'DOCKER' and
9705 #           'CHAIN' and
9706 #           'NF_VPPIP4' and
9707 #           'IPSEC' and
9708 #           'TNL_10000' and
9709 #           'IMIX' and
9710 #           '2T1C' and
9711 #           'MRR'"
9712 #  parameters:
9713 #  - "result"
9714 #  - "name"
9715 #  - "tags"
9716 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9717 #  x-axis: "X = CNFs per Service Chain"
9718 #  y-axis: "Y = Number of Service Chains"
9719 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9720 #  layout:
9721 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9722 #    layout: "plot-service-density"
9723 #
9724 #- type: "plot"
9725 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9726 #  algorithm: "plot_nf_heatmap"
9727 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9728 #  data: "plot-vpp-nfv-3n-skx-mrr"
9729 #  filter: "'NIC_Intel-XXV710' and
9730 #           'NF_DENSITY' and
9731 #           'DOCKER' and
9732 #           'CHAIN' and
9733 #           'NF_VPPIP4' and
9734 #           'IPSEC' and
9735 #           'TNL_10000' and
9736 #           'IMIX' and
9737 #           '4T2C' and
9738 #           'MRR'"
9739 #  parameters:
9740 #  - "result"
9741 #  - "name"
9742 #  - "tags"
9743 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9744 #  x-axis: "X = CNFs per Service Chain"
9745 #  y-axis: "Y = Number of Service Chains"
9746 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9747 #  layout:
9748 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9749 #    layout: "plot-service-density"
9750 #
9751 #- type: "plot"
9752 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9753 #  algorithm: "plot_nf_heatmap"
9754 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9755 #  data: "plot-vpp-nfv-3n-skx-mrr"
9756 #  filter: "'NIC_Intel-XXV710' and
9757 #           'NF_DENSITY' and
9758 #           'DOCKER' and
9759 #           'CHAIN' and
9760 #           'NF_VPPIP4' and
9761 #           'IPSEC' and
9762 #           'TNL_10000' and
9763 #           'IMIX' and
9764 #           '8T4C' and
9765 #           'MRR'"
9766 #  parameters:
9767 #  - "result"
9768 #  - "name"
9769 #  - "tags"
9770 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9771 #  x-axis: "X = CNFs per Service Chain"
9772 #  y-axis: "Y = Number of Service Chains"
9773 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9774 #  layout:
9775 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9776 #    layout: "plot-service-density"
9777
9778 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9779 #- type: "plot"
9780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9781 #  algorithm: "plot_nf_heatmap"
9782 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9783 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9784 #  filter: "'NIC_Intel-XXV710' and
9785 #           'NF_DENSITY' and
9786 #           'DOCKER' and
9787 #           'CHAIN' and
9788 #           'NF_VPPIP4' and
9789 #           'IPSEC' and
9790 #           'TNL_10000' and
9791 #           'IMIX' and
9792 #           '2T1C' and
9793 #           'NDRPDR'"
9794 #  parameters:
9795 #  - "throughput"
9796 #  - "name"
9797 #  - "tags"
9798 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9799 #  x-axis: "X = CNFs per Service Chain"
9800 #  y-axis: "Y = Number of Service Chains"
9801 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9802 #  layout:
9803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9804 #    layout: "plot-service-density"
9805 #
9806 #- type: "plot"
9807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9808 #  algorithm: "plot_nf_heatmap"
9809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9810 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9811 #  filter: "'NIC_Intel-XXV710' and
9812 #           'NF_DENSITY' and
9813 #           'DOCKER' and
9814 #           'CHAIN' and
9815 #           'NF_VPPIP4' and
9816 #           'IPSEC' and
9817 #           'TNL_10000' and
9818 #           'IMIX' and
9819 #           '4T2C' and
9820 #           'NDRPDR'"
9821 #  parameters:
9822 #  - "throughput"
9823 #  - "name"
9824 #  - "tags"
9825 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9826 #  x-axis: "X = CNFs per Service Chain"
9827 #  y-axis: "Y = Number of Service Chains"
9828 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9829 #  layout:
9830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9831 #    layout: "plot-service-density"
9832 #
9833 #- type: "plot"
9834 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9835 #  algorithm: "plot_nf_heatmap"
9836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9837 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9838 #  filter: "'NIC_Intel-XXV710' and
9839 #           'NF_DENSITY' and
9840 #           'DOCKER' and
9841 #           'CHAIN' and
9842 #           'NF_VPPIP4' and
9843 #           'IPSEC' and
9844 #           'TNL_10000' and
9845 #           'IMIX' and
9846 #           '8T4C' and
9847 #           'NDRPDR'"
9848 #  parameters:
9849 #  - "throughput"
9850 #  - "name"
9851 #  - "tags"
9852 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9853 #  x-axis: "X = CNFs per Service Chain"
9854 #  y-axis: "Y = Number of Service Chains"
9855 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9856 #  layout:
9857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9858 #    layout: "plot-service-density"
9859 #
9860 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9861 #- type: "plot"
9862 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9863 #  algorithm: "plot_nf_heatmap"
9864 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9865 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9866 #  filter: "'NIC_Intel-XXV710' and
9867 #           'NF_DENSITY' and
9868 #           'DOCKER' and
9869 #           'CHAIN' and
9870 #           'NF_VPPIP4' and
9871 #           'IPSEC' and
9872 #           'TNL_10000' and
9873 #           'IMIX' and
9874 #           '2T1C' and
9875 #           'NDRPDR'"
9876 #  parameters:
9877 #  - "throughput"
9878 #  - "name"
9879 #  - "tags"
9880 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9881 #  x-axis: "X = CNFs per Service Chain"
9882 #  y-axis: "Y = Number of Service Chains"
9883 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9884 #  layout:
9885 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9886 #    layout: "plot-service-density"
9887 #
9888 #- type: "plot"
9889 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9890 #  algorithm: "plot_nf_heatmap"
9891 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9892 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9893 #  filter: "'NIC_Intel-XXV710' and
9894 #           'NF_DENSITY' and
9895 #           'DOCKER' and
9896 #           'CHAIN' and
9897 #           'NF_VPPIP4' and
9898 #           'IPSEC' and
9899 #           'TNL_10000' and
9900 #           'IMIX' and
9901 #           '4T2C' and
9902 #           'NDRPDR'"
9903 #  parameters:
9904 #  - "throughput"
9905 #  - "name"
9906 #  - "tags"
9907 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9908 #  x-axis: "X = CNFs per Service Chain"
9909 #  y-axis: "Y = Number of Service Chains"
9910 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9911 #  layout:
9912 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9913 #    layout: "plot-service-density"
9914 #
9915 #- type: "plot"
9916 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9917 #  algorithm: "plot_nf_heatmap"
9918 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9919 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9920 #  filter: "'NIC_Intel-XXV710' and
9921 #           'NF_DENSITY' and
9922 #           'DOCKER' and
9923 #           'CHAIN' and
9924 #           'NF_VPPIP4' and
9925 #           'IPSEC' and
9926 #           'TNL_10000' and
9927 #           'IMIX' and
9928 #           '8T4C' and
9929 #           'NDRPDR'"
9930 #  parameters:
9931 #  - "throughput"
9932 #  - "name"
9933 #  - "tags"
9934 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9935 #  x-axis: "X = CNFs per Service Chain"
9936 #  y-axis: "Y = Number of Service Chains"
9937 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9938 #  layout:
9939 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9940 #    layout: "plot-service-density"
9941
9942 ###############################################################################
9943
9944 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9945 #- type: "plot"
9946 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9947 #  algorithm: "plot_nf_heatmap"
9948 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9949 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9950 #  filter: "'NIC_Intel-XL710' and
9951 #           'NF_DENSITY' and
9952 #           'DOCKER' and
9953 #           'CHAIN' and
9954 #           'NF_VPPIP4' and
9955 #           'IMIX' and
9956 #           'TNL_10000' and
9957 #           '1T1C' and
9958 #           'MRR'"
9959 #  parameters:
9960 #  - "result"
9961 #  - "name"
9962 #  - "tags"
9963 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9964 #  x-axis: "X = CNFs per Service Chain"
9965 #  y-axis: "Y = Number of Service Chains"
9966 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9967 #  layout:
9968 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9969 #    layout: "plot-service-density"
9970 #
9971 #- type: "plot"
9972 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9973 #  algorithm: "plot_nf_heatmap"
9974 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9975 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9976 #  filter: "'NIC_Intel-XL710' and
9977 #           'NF_DENSITY' and
9978 #           'DOCKER' and
9979 #           'CHAIN' and
9980 #           'NF_VPPIP4' and
9981 #           'IPSEC' and
9982 #           'TNL_10000' and
9983 #           'IMIX' and
9984 #           '2T2C' and
9985 #           'MRR'"
9986 #  parameters:
9987 #  - "result"
9988 #  - "name"
9989 #  - "tags"
9990 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9991 #  x-axis: "X = CNFs per Service Chain"
9992 #  y-axis: "Y = Number of Service Chains"
9993 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9994 #  layout:
9995 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9996 #    layout: "plot-service-density"
9997 #
9998 #- type: "plot"
9999 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10000 #  algorithm: "plot_nf_heatmap"
10001 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10002 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10003 #  filter: "'NIC_Intel-XL710' and
10004 #           'NF_DENSITY' and
10005 #           'DOCKER' and
10006 #           'CHAIN' and
10007 #           'NF_VPPIP4' and
10008 #           'IPSEC' and
10009 #           'TNL_10000' and
10010 #           'IMIX' and
10011 #           '4T4C' and
10012 #           'MRR'"
10013 #  parameters:
10014 #  - "result"
10015 #  - "name"
10016 #  - "tags"
10017 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10018 #  x-axis: "X = CNFs per Service Chain"
10019 #  y-axis: "Y = Number of Service Chains"
10020 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10021 #  layout:
10022 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10023 #    layout: "plot-service-density"
10024
10025 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10026 #- type: "plot"
10027 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10028 #  algorithm: "plot_nf_heatmap"
10029 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10030 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10031 #  filter: "'NIC_Intel-XL710' and
10032 #           'NF_DENSITY' and
10033 #           'DOCKER' and
10034 #           'CHAIN' and
10035 #           'NF_VPPIP4' and
10036 #           'IPSEC' and
10037 #           'TNL_10000' and
10038 #           'IMIX' and
10039 #           '1T1C' and
10040 #           'NDRPDR'"
10041 #  parameters:
10042 #  - "throughput"
10043 #  - "name"
10044 #  - "tags"
10045 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10046 #  x-axis: "X = CNFs per Service Chain"
10047 #  y-axis: "Y = Number of Service Chains"
10048 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10049 #  layout:
10050 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10051 #    layout: "plot-service-density"
10052 #
10053 #- type: "plot"
10054 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10055 #  algorithm: "plot_nf_heatmap"
10056 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10057 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10058 #  filter: "'NIC_Intel-XL710' and
10059 #           'NF_DENSITY' and
10060 #           'DOCKER' and
10061 #           'CHAIN' and
10062 #           'NF_VPPIP4' and
10063 #           'IPSEC' and
10064 #           'TNL_10000' and
10065 #           'IMIX' and
10066 #           '2T2C' and
10067 #           'NDRPDR'"
10068 #  parameters:
10069 #  - "throughput"
10070 #  - "name"
10071 #  - "tags"
10072 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10073 #  x-axis: "X = CNFs per Service Chain"
10074 #  y-axis: "Y = Number of Service Chains"
10075 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10076 #  layout:
10077 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10078 #    layout: "plot-service-density"
10079 #
10080 #- type: "plot"
10081 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10082 #  algorithm: "plot_nf_heatmap"
10083 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10084 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10085 #  filter: "'NIC_Intel-XL710' and
10086 #           'NF_DENSITY' and
10087 #           'DOCKER' and
10088 #           'CHAIN' and
10089 #           'NF_VPPIP4' and
10090 #           'IPSEC' and
10091 #           'TNL_10000' and
10092 #           'IMIX' and
10093 #           '4T4C' and
10094 #           'NDRPDR'"
10095 #  parameters:
10096 #  - "throughput"
10097 #  - "name"
10098 #  - "tags"
10099 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10100 #  x-axis: "X = CNFs per Service Chain"
10101 #  y-axis: "Y = Number of Service Chains"
10102 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10103 #  layout:
10104 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10105 #    layout: "plot-service-density"
10106 #
10107 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10108 #- type: "plot"
10109 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10110 #  algorithm: "plot_nf_heatmap"
10111 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10112 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10113 #  filter: "'NIC_Intel-XL710' and
10114 #           'NF_DENSITY' and
10115 #           'DOCKER' and
10116 #           'CHAIN' and
10117 #           'NF_VPPIP4' and
10118 #           'IPSEC' and
10119 #           'TNL_10000' and
10120 #           'IMIX' and
10121 #           '1T1C' and
10122 #           'NDRPDR'"
10123 #  parameters:
10124 #  - "throughput"
10125 #  - "name"
10126 #  - "tags"
10127 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10128 #  x-axis: "X = CNFs per Service Chain"
10129 #  y-axis: "Y = Number of Service Chains"
10130 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10131 #  layout:
10132 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10133 #    layout: "plot-service-density"
10134 #
10135 #- type: "plot"
10136 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10137 #  algorithm: "plot_nf_heatmap"
10138 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10139 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10140 #  filter: "'NIC_Intel-XL710' and
10141 #           'NF_DENSITY' and
10142 #           'DOCKER' and
10143 #           'CHAIN' and
10144 #           'NF_VPPIP4' and
10145 #           'IPSEC' and
10146 #           'TNL_10000' and
10147 #           'IMIX' and
10148 #           '2T2C' and
10149 #           'NDRPDR'"
10150 #  parameters:
10151 #  - "throughput"
10152 #  - "name"
10153 #  - "tags"
10154 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10155 #  x-axis: "X = CNFs per Service Chain"
10156 #  y-axis: "Y = Number of Service Chains"
10157 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10158 #  layout:
10159 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10160 #    layout: "plot-service-density"
10161 #
10162 #- type: "plot"
10163 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10164 #  algorithm: "plot_nf_heatmap"
10165 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10166 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10167 #  filter: "'NIC_Intel-XL710' and
10168 #           'NF_DENSITY' and
10169 #           'DOCKER' and
10170 #           'CHAIN' and
10171 #           'NF_VPPIP4' and
10172 #           'IPSEC' and
10173 #           'TNL_10000' and
10174 #           'IMIX' and
10175 #           '4T4C' and
10176 #           'NDRPDR'"
10177 #  parameters:
10178 #  - "throughput"
10179 #  - "name"
10180 #  - "tags"
10181 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10182 #  x-axis: "X = CNFs per Service Chain"
10183 #  y-axis: "Y = Number of Service Chains"
10184 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10185 #  layout:
10186 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10187 #    layout: "plot-service-density"
10188
10189 ###############################################################################
10190
10191 # Plots - NF Density - CSP - MRR IMIX
10192 - type: "plot"
10193   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10194   algorithm: "plot_nf_heatmap"
10195   output-file-type: ".html"
10196   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10197   data: "plot-vpp-nfv-2n-skx-mrr"
10198   filter: "'NIC_Intel-XXV710' and
10199            'NF_DENSITY' and
10200            'DOCKER' and
10201            'PIPELINE' and
10202            'NF_VPPIP4' and
10203            'IMIX' and
10204            '2T1C' and
10205            'MRR'"
10206   parameters:
10207   - "result"
10208   - "name"
10209   - "tags"
10210   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10211   x-axis: "X = CNFs per Service Pipeline"
10212   y-axis: "Y = Number of Service Pipelines"
10213   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10214   layout:
10215     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10216     layout: "plot-service-density"
10217
10218 - type: "plot"
10219   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10220   algorithm: "plot_nf_heatmap"
10221   output-file-type: ".html"
10222   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10223   data: "plot-vpp-nfv-2n-skx-mrr"
10224   filter: "'NIC_Intel-XXV710' and
10225            'NF_DENSITY' and
10226            'DOCKER' and
10227            'PIPELINE' and
10228            'NF_VPPIP4' and
10229            'IMIX' and
10230            '4T2C' and
10231            'MRR'"
10232   parameters:
10233   - "result"
10234   - "name"
10235   - "tags"
10236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10237   x-axis: "X = CNFs per Service Pipeline"
10238   y-axis: "Y = Number of Service Pipelines"
10239   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10240   layout:
10241     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10242     layout: "plot-service-density"
10243
10244 - type: "plot"
10245   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10246   algorithm: "plot_nf_heatmap"
10247   output-file-type: ".html"
10248   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10249   data: "plot-vpp-nfv-2n-skx-mrr"
10250   filter: "'NIC_Intel-XXV710' and
10251            'NF_DENSITY' and
10252            'DOCKER' and
10253            'PIPELINE' and
10254            'NF_VPPIP4' and
10255            'IMIX' and
10256            '8T4C' and
10257            'MRR'"
10258   parameters:
10259   - "result"
10260   - "name"
10261   - "tags"
10262   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10263   x-axis: "X = CNFs per Service Pipeline"
10264   y-axis: "Y = Number of Service Pipelines"
10265   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10266   layout:
10267     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10268     layout: "plot-service-density"
10269
10270 # Plots - NF Density - CSP - NDR IMIX
10271 - type: "plot"
10272   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10273   algorithm: "plot_nf_heatmap"
10274   output-file-type: ".html"
10275   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10276   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10277   filter: "'NIC_Intel-XXV710' and
10278            'NF_DENSITY' and
10279            'DOCKER' and
10280            'PIPELINE' and
10281            'NF_VPPIP4' and
10282            'IMIX' and
10283            '2T1C' and
10284            'NDRPDR'"
10285   parameters:
10286   - "throughput"
10287   - "name"
10288   - "tags"
10289   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10290   x-axis: "X = CNFs per Service Pipeline"
10291   y-axis: "Y = Number of Service Pipelines"
10292   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10293   layout:
10294     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10295     layout: "plot-service-density"
10296
10297 - type: "plot"
10298   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10299   algorithm: "plot_nf_heatmap"
10300   output-file-type: ".html"
10301   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10302   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10303   filter: "'NIC_Intel-XXV710' and
10304            'NF_DENSITY' and
10305            'DOCKER' and
10306            'PIPELINE' and
10307            'NF_VPPIP4' and
10308            'IMIX' and
10309            '4T2C' and
10310            'NDRPDR'"
10311   parameters:
10312   - "throughput"
10313   - "name"
10314   - "tags"
10315   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10316   x-axis: "X = CNFs per Service Pipeline"
10317   y-axis: "Y = Number of Service Pipelines"
10318   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10319   layout:
10320     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10321     layout: "plot-service-density"
10322
10323 - type: "plot"
10324   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10325   algorithm: "plot_nf_heatmap"
10326   output-file-type: ".html"
10327   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10328   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10329   filter: "'NIC_Intel-XXV710' and
10330            'NF_DENSITY' and
10331            'DOCKER' and
10332            'PIPELINE' and
10333            'NF_VPPIP4' and
10334            'IMIX' and
10335            '8T4C' and
10336            'NDRPDR'"
10337   parameters:
10338   - "throughput"
10339   - "name"
10340   - "tags"
10341   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10342   x-axis: "X = CNFs per Service Pipeline"
10343   y-axis: "Y = Number of Service Pipelines"
10344   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10345   layout:
10346     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10347     layout: "plot-service-density"
10348
10349 # Plots - NF Density - CSP - PDR IMIX
10350 - type: "plot"
10351   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10352   algorithm: "plot_nf_heatmap"
10353   output-file-type: ".html"
10354   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10355   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10356   filter: "'NIC_Intel-XXV710' and
10357            'NF_DENSITY' and
10358            'DOCKER' and
10359            'PIPELINE' and
10360            'NF_VPPIP4' and
10361            'IMIX' and
10362            '2T1C' and
10363            'NDRPDR'"
10364   parameters:
10365   - "throughput"
10366   - "name"
10367   - "tags"
10368   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10369   x-axis: "X = CNFs per Service Pipeline"
10370   y-axis: "Y = Number of Service Pipelines"
10371   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10372   layout:
10373     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10374     layout: "plot-service-density"
10375
10376 - type: "plot"
10377   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10378   algorithm: "plot_nf_heatmap"
10379   output-file-type: ".html"
10380   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10381   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10382   filter: "'NIC_Intel-XXV710' and
10383            'NF_DENSITY' and
10384            'DOCKER' and
10385            'PIPELINE' and
10386            'NF_VPPIP4' and
10387            'IMIX' and
10388            '4T2C' and
10389            'NDRPDR'"
10390   parameters:
10391   - "throughput"
10392   - "name"
10393   - "tags"
10394   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10395   x-axis: "X = CNFs per Service Pipeline"
10396   y-axis: "Y = Number of Service Pipelines"
10397   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10398   layout:
10399     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10400     layout: "plot-service-density"
10401
10402 - type: "plot"
10403   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10404   algorithm: "plot_nf_heatmap"
10405   output-file-type: ".html"
10406   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10407   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10408   filter: "'NIC_Intel-XXV710' and
10409            'NF_DENSITY' and
10410            'DOCKER' and
10411            'PIPELINE' and
10412            'NF_VPPIP4' and
10413            'IMIX' and
10414            '8T4C' and
10415            'NDRPDR'"
10416   parameters:
10417   - "throughput"
10418   - "name"
10419   - "tags"
10420   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10421   x-axis: "X = CNFs per Service Pipeline"
10422   y-axis: "Y = Number of Service Pipelines"
10423   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10424   layout:
10425     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10426     layout: "plot-service-density"
10427
10428 ###############################################################################
10429 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10430
10431 - type: "plot"
10432   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10433   algorithm: "plot_nf_heatmap"
10434   output-file-type: ".html"
10435   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10436   data: "plot-vpp-nfv-2n-clx-mrr"
10437   filter: "'NIC_Intel-XXV710' and
10438            'NF_DENSITY' and
10439            'VHOST' and
10440            not 'VXLAN' and
10441            'CHAIN' and
10442            'NF_VPPIP4' and
10443            'IMIX' and
10444            '2T1C' and
10445            'MRR'"
10446   parameters:
10447   - "result"
10448   - "name"
10449   - "tags"
10450   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10451   x-axis: "X = VNFs per Service Chain"
10452   y-axis: "Y = Number of Service Chains"
10453   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10454   layout:
10455     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10456     layout: "plot-service-density"
10457
10458 - type: "plot"
10459   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10460   algorithm: "plot_nf_heatmap"
10461   output-file-type: ".html"
10462   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10463   data: "plot-vpp-nfv-2n-clx-mrr"
10464   filter: "'NIC_Intel-XXV710' and
10465            'NF_DENSITY' and
10466            'VHOST' and
10467            not 'VXLAN' and
10468            'CHAIN' and
10469            'NF_VPPIP4' and
10470            'IMIX' and
10471            '4T2C' and
10472            'MRR'"
10473   parameters:
10474   - "result"
10475   - "name"
10476   - "tags"
10477   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10478   x-axis: "X = VNFs per Service Chain"
10479   y-axis: "Y = Number of Service Chains"
10480   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10481   layout:
10482     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10483     layout: "plot-service-density"
10484
10485 - type: "plot"
10486   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10487   algorithm: "plot_nf_heatmap"
10488   output-file-type: ".html"
10489   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10490   data: "plot-vpp-nfv-2n-clx-mrr"
10491   filter: "'NIC_Intel-XXV710' and
10492            'NF_DENSITY' and
10493            'VHOST' and
10494            not 'VXLAN' and
10495            'CHAIN' and
10496            'NF_VPPIP4' and
10497            'IMIX' and
10498            '8T4C' and
10499            'MRR'"
10500   parameters:
10501   - "result"
10502   - "name"
10503   - "tags"
10504   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10505   x-axis: "X = VNFs per Service Chain"
10506   y-axis: "Y = Number of Service Chains"
10507   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10508   layout:
10509     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10510     layout: "plot-service-density"
10511
10512 # Plots - NF Density - VSC - NDR IMIX
10513 - type: "plot"
10514   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10515   algorithm: "plot_nf_heatmap"
10516   output-file-type: ".html"
10517   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10518   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10519   filter: "'NIC_Intel-XXV710' and
10520            'NF_DENSITY' and
10521            'VHOST' and
10522            not 'VXLAN' and
10523            'CHAIN' and
10524            'NF_VPPIP4' and
10525            'IMIX' and
10526            '2T1C' and
10527            'NDRPDR'"
10528   parameters:
10529   - "throughput"
10530   - "name"
10531   - "tags"
10532   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10533   x-axis: "X = VNFs per Service Chain"
10534   y-axis: "Y = Number of Service Chains"
10535   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10536   layout:
10537     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10538     layout: "plot-service-density"
10539
10540 - type: "plot"
10541   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10542   algorithm: "plot_nf_heatmap"
10543   output-file-type: ".html"
10544   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10545   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10546   filter: "'NIC_Intel-XXV710' and
10547            'NF_DENSITY' and
10548            'VHOST' and
10549            not 'VXLAN' and
10550            'CHAIN' and
10551            'NF_VPPIP4' and
10552            'IMIX' and
10553            '4T2C' and
10554            'NDRPDR'"
10555   parameters:
10556   - "throughput"
10557   - "name"
10558   - "tags"
10559   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10560   x-axis: "X = VNFs per Service Chain"
10561   y-axis: "Y = Number of Service Chains"
10562   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10563   layout:
10564     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10565     layout: "plot-service-density"
10566
10567 - type: "plot"
10568   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10569   algorithm: "plot_nf_heatmap"
10570   output-file-type: ".html"
10571   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10572   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10573   filter: "'NIC_Intel-XXV710' and
10574            'NF_DENSITY' and
10575            'VHOST' and
10576            not 'VXLAN' and
10577            'CHAIN' and
10578            'NF_VPPIP4' and
10579            'IMIX' and
10580            '8T4C' and
10581            'NDRPDR'"
10582   parameters:
10583   - "throughput"
10584   - "name"
10585   - "tags"
10586   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10587   x-axis: "X = VNFs per Service Chain"
10588   y-axis: "Y = Number of Service Chains"
10589   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10590   layout:
10591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10592     layout: "plot-service-density"
10593
10594 # Plots - NF Density - VSC - PDR IMIX
10595 - type: "plot"
10596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10597   algorithm: "plot_nf_heatmap"
10598   output-file-type: ".html"
10599   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10600   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10601   filter: "'NIC_Intel-XXV710' and
10602            'NF_DENSITY' and
10603            'VHOST' and
10604            not 'VXLAN' and
10605            'CHAIN' and
10606            'NF_VPPIP4' and
10607            'IMIX' and
10608            '2T1C' and
10609            'NDRPDR'"
10610   parameters:
10611   - "throughput"
10612   - "name"
10613   - "tags"
10614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10615   x-axis: "X = VNFs per Service Chain"
10616   y-axis: "Y = Number of Service Chains"
10617   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10618   layout:
10619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10620     layout: "plot-service-density"
10621
10622 - type: "plot"
10623   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10624   algorithm: "plot_nf_heatmap"
10625   output-file-type: ".html"
10626   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10627   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10628   filter: "'NIC_Intel-XXV710' and
10629            'NF_DENSITY' and
10630            'VHOST' and
10631            not 'VXLAN' and
10632            'CHAIN' and
10633            'NF_VPPIP4' and
10634            'IMIX' and
10635            '4T2C' and
10636            'NDRPDR'"
10637   parameters:
10638   - "throughput"
10639   - "name"
10640   - "tags"
10641   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10642   x-axis: "X = VNFs per Service Chain"
10643   y-axis: "Y = Number of Service Chains"
10644   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10645   layout:
10646     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10647     layout: "plot-service-density"
10648
10649 - type: "plot"
10650   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10651   algorithm: "plot_nf_heatmap"
10652   output-file-type: ".html"
10653   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10654   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10655   filter: "'NIC_Intel-XXV710' and
10656            'NF_DENSITY' and
10657            'VHOST' and
10658            not 'VXLAN' and
10659            'CHAIN' and
10660            'NF_VPPIP4' and
10661            'IMIX' and
10662            '8T4C' and
10663            'NDRPDR'"
10664   parameters:
10665   - "throughput"
10666   - "name"
10667   - "tags"
10668   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10669   x-axis: "X = VNFs per Service Chain"
10670   y-axis: "Y = Number of Service Chains"
10671   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10672   layout:
10673     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10674     layout: "plot-service-density"
10675
10676 # Plots - NF Density - VSC - MRR IMIX
10677 - type: "plot"
10678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10679   algorithm: "plot_nf_heatmap"
10680   output-file-type: ".html"
10681   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10682   data: "plot-vpp-nfv-2n-clx-mrr"
10683   filter: "'NIC_Intel-XXV710' and
10684            'NF_DENSITY' and
10685            'VHOST' and
10686            'VXLAN' and
10687            'CHAIN' and
10688            'IMIX' and
10689            '2T1C' and
10690            'MRR'"
10691   parameters:
10692   - "result"
10693   - "name"
10694   - "tags"
10695   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10696   x-axis: "X = VNFs per Service Chain"
10697   y-axis: "Y = Number of Service Chains"
10698   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10699   layout:
10700     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10701     layout: "plot-service-density"
10702
10703 - type: "plot"
10704   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10705   algorithm: "plot_nf_heatmap"
10706   output-file-type: ".html"
10707   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10708   data: "plot-vpp-nfv-2n-clx-mrr"
10709   filter: "'NIC_Intel-XXV710' and
10710            'NF_DENSITY' and
10711            'VHOST' and
10712            'VXLAN' and
10713            'CHAIN' and
10714            'IMIX' and
10715            '4T2C' and
10716            'MRR'"
10717   parameters:
10718   - "result"
10719   - "name"
10720   - "tags"
10721   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10722   x-axis: "X = VNFs per Service Chain"
10723   y-axis: "Y = Number of Service Chains"
10724   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10725   layout:
10726     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10727     layout: "plot-service-density"
10728
10729 - type: "plot"
10730   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10731   algorithm: "plot_nf_heatmap"
10732   output-file-type: ".html"
10733   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10734   data: "plot-vpp-nfv-2n-clx-mrr"
10735   filter: "'NIC_Intel-XXV710' and
10736            'NF_DENSITY' and
10737            'VHOST' and
10738            'VXLAN' and
10739            'CHAIN' and
10740            'IMIX' and
10741            '8T4C' and
10742            'MRR'"
10743   parameters:
10744   - "result"
10745   - "name"
10746   - "tags"
10747   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10748   x-axis: "X = VNFs per Service Chain"
10749   y-axis: "Y = Number of Service Chains"
10750   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10751   layout:
10752     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10753     layout: "plot-service-density"
10754
10755 # Plots - NF Density - VSC - NDR IMIX
10756 - type: "plot"
10757   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10758   algorithm: "plot_nf_heatmap"
10759   output-file-type: ".html"
10760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10761   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10762   filter: "'NIC_Intel-XXV710' and
10763            'NF_DENSITY' and
10764            'VHOST' and
10765            'VXLAN' and
10766            'CHAIN' and
10767            'IMIX' and
10768            '2T1C' and
10769            'NDRPDR'"
10770   parameters:
10771   - "throughput"
10772   - "name"
10773   - "tags"
10774   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10775   x-axis: "X = VNFs per Service Chain"
10776   y-axis: "Y = Number of Service Chains"
10777   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10778   layout:
10779     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10780     layout: "plot-service-density"
10781
10782 - type: "plot"
10783   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10784   algorithm: "plot_nf_heatmap"
10785   output-file-type: ".html"
10786   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10787   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10788   filter: "'NIC_Intel-XXV710' and
10789            'NF_DENSITY' and
10790            'VHOST' and
10791            'VXLAN' and
10792            'CHAIN' and
10793            'IMIX' and
10794            '4T2C' and
10795            'NDRPDR'"
10796   parameters:
10797   - "throughput"
10798   - "name"
10799   - "tags"
10800   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10801   x-axis: "X = VNFs per Service Chain"
10802   y-axis: "Y = Number of Service Chains"
10803   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10804   layout:
10805     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10806     layout: "plot-service-density"
10807
10808 - type: "plot"
10809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10810   algorithm: "plot_nf_heatmap"
10811   output-file-type: ".html"
10812   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10813   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10814   filter: "'NIC_Intel-XXV710' and
10815            'NF_DENSITY' and
10816            'VHOST' and
10817            'VXLAN' and
10818            'CHAIN' and
10819            'IMIX' and
10820            '8T4C' and
10821            'NDRPDR'"
10822   parameters:
10823   - "throughput"
10824   - "name"
10825   - "tags"
10826   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10827   x-axis: "X = VNFs per Service Chain"
10828   y-axis: "Y = Number of Service Chains"
10829   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10830   layout:
10831     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10832     layout: "plot-service-density"
10833
10834 # Plots - NF Density - VSC - PDR IMIX
10835 - type: "plot"
10836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10837   algorithm: "plot_nf_heatmap"
10838   output-file-type: ".html"
10839   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10840   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10841   filter: "'NIC_Intel-XXV710' and
10842            'NF_DENSITY' and
10843            'VHOST' and
10844            'VXLAN' and
10845            'CHAIN' and
10846            'IMIX' and
10847            '2T1C' and
10848            'NDRPDR'"
10849   parameters:
10850   - "throughput"
10851   - "name"
10852   - "tags"
10853   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10854   x-axis: "X = VNFs per Service Chain"
10855   y-axis: "Y = Number of Service Chains"
10856   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10857   layout:
10858     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10859     layout: "plot-service-density"
10860
10861 - type: "plot"
10862   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10863   algorithm: "plot_nf_heatmap"
10864   output-file-type: ".html"
10865   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10866   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10867   filter: "'NIC_Intel-XXV710' and
10868            'NF_DENSITY' and
10869            'VHOST' and
10870            'VXLAN' and
10871            'CHAIN' and
10872            'IMIX' and
10873            '4T2C' and
10874            'NDRPDR'"
10875   parameters:
10876   - "throughput"
10877   - "name"
10878   - "tags"
10879   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10880   x-axis: "X = VNFs per Service Chain"
10881   y-axis: "Y = Number of Service Chains"
10882   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10883   layout:
10884     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10885     layout: "plot-service-density"
10886
10887 - type: "plot"
10888   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10889   algorithm: "plot_nf_heatmap"
10890   output-file-type: ".html"
10891   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10892   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10893   filter: "'NIC_Intel-XXV710' and
10894            'NF_DENSITY' and
10895            'VHOST' and
10896            'VXLAN' and
10897            'CHAIN' and
10898            'IMIX' and
10899            '8T4C' and
10900            'NDRPDR'"
10901   parameters:
10902   - "throughput"
10903   - "name"
10904   - "tags"
10905   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10906   x-axis: "X = VNFs per Service Chain"
10907   y-axis: "Y = Number of Service Chains"
10908   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10909   layout:
10910     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10911     layout: "plot-service-density"
10912
10913 # Plots - NF Density - CSC - MRR IMIX
10914 - type: "plot"
10915   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10916   algorithm: "plot_nf_heatmap"
10917   output-file-type: ".html"
10918   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10919   data: "plot-vpp-nfv-2n-clx-mrr"
10920   filter: "'NIC_Intel-XXV710' and
10921            'NF_DENSITY' and
10922            'DOCKER' and
10923            'CHAIN' and
10924            'NF_VPPIP4' and
10925            'IMIX' and
10926            '2T1C' and
10927            'MRR'"
10928   parameters:
10929   - "result"
10930   - "name"
10931   - "tags"
10932   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10933   x-axis: "X = CNFs per Service Chain"
10934   y-axis: "Y = Number of Service Chains"
10935   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10936   layout:
10937     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10938     layout: "plot-service-density"
10939
10940 - type: "plot"
10941   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10942   algorithm: "plot_nf_heatmap"
10943   output-file-type: ".html"
10944   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10945   data: "plot-vpp-nfv-2n-clx-mrr"
10946   filter: "'NIC_Intel-XXV710' and
10947            'NF_DENSITY' and
10948            'DOCKER' and
10949            'CHAIN' and
10950            'NF_VPPIP4' and
10951            'IMIX' and
10952            '4T2C' and
10953            'MRR'"
10954   parameters:
10955   - "result"
10956   - "name"
10957   - "tags"
10958   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10959   x-axis: "X = CNFs per Service Chain"
10960   y-axis: "Y = Number of Service Chains"
10961   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10962   layout:
10963     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10964     layout: "plot-service-density"
10965
10966 - type: "plot"
10967   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10968   algorithm: "plot_nf_heatmap"
10969   output-file-type: ".html"
10970   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10971   data: "plot-vpp-nfv-2n-clx-mrr"
10972   filter: "'NIC_Intel-XXV710' and
10973            'NF_DENSITY' and
10974            'DOCKER' and
10975            'CHAIN' and
10976            'NF_VPPIP4' and
10977            'IMIX' and
10978            '8T4C' and
10979            'MRR'"
10980   parameters:
10981   - "result"
10982   - "name"
10983   - "tags"
10984   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10985   x-axis: "X = CNFs per Service Chain"
10986   y-axis: "Y = Number of Service Chains"
10987   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10988   layout:
10989     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10990     layout: "plot-service-density"
10991
10992 # Plots - NF Density - CSC - NDR IMIX
10993 - type: "plot"
10994   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10995   algorithm: "plot_nf_heatmap"
10996   output-file-type: ".html"
10997   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10998   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10999   filter: "'NIC_Intel-XXV710' and
11000            'NF_DENSITY' and
11001            'DOCKER' and
11002            'CHAIN' and
11003            'NF_VPPIP4' and
11004            'IMIX' and
11005            '2T1C' and
11006            'NDRPDR'"
11007   parameters:
11008   - "throughput"
11009   - "name"
11010   - "tags"
11011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11012   x-axis: "X = CNFs per Service Chain"
11013   y-axis: "Y = Number of Service Chains"
11014   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11015   layout:
11016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11017     layout: "plot-service-density"
11018
11019 - type: "plot"
11020   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11021   algorithm: "plot_nf_heatmap"
11022   output-file-type: ".html"
11023   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11024   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11025   filter: "'NIC_Intel-XXV710' and
11026            'NF_DENSITY' and
11027            'DOCKER' and
11028            'CHAIN' and
11029            'NF_VPPIP4' and
11030            'IMIX' and
11031            '4T2C' and
11032            'NDRPDR'"
11033   parameters:
11034   - "throughput"
11035   - "name"
11036   - "tags"
11037   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11038   x-axis: "X = CNFs per Service Chain"
11039   y-axis: "Y = Number of Service Chains"
11040   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11041   layout:
11042     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11043     layout: "plot-service-density"
11044
11045 - type: "plot"
11046   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11047   algorithm: "plot_nf_heatmap"
11048   output-file-type: ".html"
11049   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11050   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11051   filter: "'NIC_Intel-XXV710' and
11052            'NF_DENSITY' and
11053            'DOCKER' and
11054            'CHAIN' and
11055            'NF_VPPIP4' and
11056            'IMIX' and
11057            '8T4C' and
11058            'NDRPDR'"
11059   parameters:
11060   - "throughput"
11061   - "name"
11062   - "tags"
11063   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11064   x-axis: "X = CNFs per Service Chain"
11065   y-axis: "Y = Number of Service Chains"
11066   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11067   layout:
11068     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11069     layout: "plot-service-density"
11070
11071 # Plots - NF Density - CSC - PDR IMIX
11072 - type: "plot"
11073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11074   algorithm: "plot_nf_heatmap"
11075   output-file-type: ".html"
11076   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11077   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11078   filter: "'NIC_Intel-XXV710' and
11079            'NF_DENSITY' and
11080            'DOCKER' and
11081            'CHAIN' and
11082            'NF_VPPIP4' and
11083            'IMIX' and
11084            '2T1C' and
11085            'NDRPDR'"
11086   parameters:
11087   - "throughput"
11088   - "name"
11089   - "tags"
11090   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11091   x-axis: "X = CNFs per Service Chain"
11092   y-axis: "Y = Number of Service Chains"
11093   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11094   layout:
11095     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11096     layout: "plot-service-density"
11097
11098 - type: "plot"
11099   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11100   algorithm: "plot_nf_heatmap"
11101   output-file-type: ".html"
11102   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11103   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11104   filter: "'NIC_Intel-XXV710' and
11105            'NF_DENSITY' and
11106            'DOCKER' and
11107            'CHAIN' and
11108            'NF_VPPIP4' and
11109            'IMIX' and
11110            '4T2C' and
11111            'NDRPDR'"
11112   parameters:
11113   - "throughput"
11114   - "name"
11115   - "tags"
11116   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11117   x-axis: "X = CNFs per Service Chain"
11118   y-axis: "Y = Number of Service Chains"
11119   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11120   layout:
11121     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11122     layout: "plot-service-density"
11123
11124 - type: "plot"
11125   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11126   algorithm: "plot_nf_heatmap"
11127   output-file-type: ".html"
11128   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11129   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11130   filter: "'NIC_Intel-XXV710' and
11131            'NF_DENSITY' and
11132            'DOCKER' and
11133            'CHAIN' and
11134            'NF_VPPIP4' and
11135            'IMIX' and
11136            '8T4C' and
11137            'NDRPDR'"
11138   parameters:
11139   - "throughput"
11140   - "name"
11141   - "tags"
11142   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11143   x-axis: "X = CNFs per Service Chain"
11144   y-axis: "Y = Number of Service Chains"
11145   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11146   layout:
11147     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11148     layout: "plot-service-density"
11149
11150 # Plots - NF Density - CSP - MRR IMIX
11151 - type: "plot"
11152   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11153   algorithm: "plot_nf_heatmap"
11154   output-file-type: ".html"
11155   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11156   data: "plot-vpp-nfv-2n-clx-mrr"
11157   filter: "'NIC_Intel-XXV710' and
11158            'NF_DENSITY' and
11159            'DOCKER' and
11160            'PIPELINE' and
11161            'NF_VPPIP4' and
11162            'IMIX' and
11163            '2T1C' and
11164            'MRR'"
11165   parameters:
11166   - "result"
11167   - "name"
11168   - "tags"
11169   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11170   x-axis: "X = CNFs per Service Pipeline"
11171   y-axis: "Y = Number of Service Pipelines"
11172   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11173   layout:
11174     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11175     layout: "plot-service-density"
11176
11177 - type: "plot"
11178   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11179   algorithm: "plot_nf_heatmap"
11180   output-file-type: ".html"
11181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11182   data: "plot-vpp-nfv-2n-clx-mrr"
11183   filter: "'NIC_Intel-XXV710' and
11184            'NF_DENSITY' and
11185            'DOCKER' and
11186            'PIPELINE' and
11187            'NF_VPPIP4' and
11188            'IMIX' and
11189            '4T2C' and
11190            'MRR'"
11191   parameters:
11192   - "result"
11193   - "name"
11194   - "tags"
11195   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11196   x-axis: "X = CNFs per Service Pipeline"
11197   y-axis: "Y = Number of Service Pipelines"
11198   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11199   layout:
11200     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11201     layout: "plot-service-density"
11202
11203 - type: "plot"
11204   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11205   algorithm: "plot_nf_heatmap"
11206   output-file-type: ".html"
11207   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11208   data: "plot-vpp-nfv-2n-clx-mrr"
11209   filter: "'NIC_Intel-XXV710' and
11210            'NF_DENSITY' and
11211            'DOCKER' and
11212            'PIPELINE' and
11213            'NF_VPPIP4' and
11214            'IMIX' and
11215            '8T4C' and
11216            'MRR'"
11217   parameters:
11218   - "result"
11219   - "name"
11220   - "tags"
11221   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11222   x-axis: "X = CNFs per Service Pipeline"
11223   y-axis: "Y = Number of Service Pipelines"
11224   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11225   layout:
11226     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11227     layout: "plot-service-density"
11228
11229 # Plots - NF Density - CSP - NDR IMIX
11230 - type: "plot"
11231   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11232   algorithm: "plot_nf_heatmap"
11233   output-file-type: ".html"
11234   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11235   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11236   filter: "'NIC_Intel-XXV710' and
11237            'NF_DENSITY' and
11238            'DOCKER' and
11239            'PIPELINE' and
11240            'NF_VPPIP4' and
11241            'IMIX' and
11242            '2T1C' and
11243            'NDRPDR'"
11244   parameters:
11245   - "throughput"
11246   - "name"
11247   - "tags"
11248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11249   x-axis: "X = CNFs per Service Pipeline"
11250   y-axis: "Y = Number of Service Pipelines"
11251   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11252   layout:
11253     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11254     layout: "plot-service-density"
11255
11256 - type: "plot"
11257   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11258   algorithm: "plot_nf_heatmap"
11259   output-file-type: ".html"
11260   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11261   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11262   filter: "'NIC_Intel-XXV710' and
11263            'NF_DENSITY' and
11264            'DOCKER' and
11265            'PIPELINE' and
11266            'NF_VPPIP4' and
11267            'IMIX' and
11268            '4T2C' and
11269            'NDRPDR'"
11270   parameters:
11271   - "throughput"
11272   - "name"
11273   - "tags"
11274   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11275   x-axis: "X = CNFs per Service Pipeline"
11276   y-axis: "Y = Number of Service Pipelines"
11277   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11278   layout:
11279     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11280     layout: "plot-service-density"
11281
11282 - type: "plot"
11283   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11284   algorithm: "plot_nf_heatmap"
11285   output-file-type: ".html"
11286   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11287   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11288   filter: "'NIC_Intel-XXV710' and
11289            'NF_DENSITY' and
11290            'DOCKER' and
11291            'PIPELINE' and
11292            'NF_VPPIP4' and
11293            'IMIX' and
11294            '8T4C' and
11295            'NDRPDR'"
11296   parameters:
11297   - "throughput"
11298   - "name"
11299   - "tags"
11300   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11301   x-axis: "X = CNFs per Service Pipeline"
11302   y-axis: "Y = Number of Service Pipelines"
11303   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11304   layout:
11305     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11306     layout: "plot-service-density"
11307
11308 # Plots - NF Density - CSP - PDR IMIX
11309 - type: "plot"
11310   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11311   algorithm: "plot_nf_heatmap"
11312   output-file-type: ".html"
11313   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11314   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11315   filter: "'NIC_Intel-XXV710' and
11316            'NF_DENSITY' and
11317            'DOCKER' and
11318            'PIPELINE' and
11319            'NF_VPPIP4' and
11320            'IMIX' and
11321            '2T1C' and
11322            'NDRPDR'"
11323   parameters:
11324   - "throughput"
11325   - "name"
11326   - "tags"
11327   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11328   x-axis: "X = CNFs per Service Pipeline"
11329   y-axis: "Y = Number of Service Pipelines"
11330   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11331   layout:
11332     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11333     layout: "plot-service-density"
11334
11335 - type: "plot"
11336   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11337   algorithm: "plot_nf_heatmap"
11338   output-file-type: ".html"
11339   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11340   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11341   filter: "'NIC_Intel-XXV710' and
11342            'NF_DENSITY' and
11343            'DOCKER' and
11344            'PIPELINE' and
11345            'NF_VPPIP4' and
11346            'IMIX' and
11347            '4T2C' and
11348            'NDRPDR'"
11349   parameters:
11350   - "throughput"
11351   - "name"
11352   - "tags"
11353   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11354   x-axis: "X = CNFs per Service Pipeline"
11355   y-axis: "Y = Number of Service Pipelines"
11356   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11357   layout:
11358     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11359     layout: "plot-service-density"
11360
11361 - type: "plot"
11362   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11363   algorithm: "plot_nf_heatmap"
11364   output-file-type: ".html"
11365   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11366   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11367   filter: "'NIC_Intel-XXV710' and
11368            'NF_DENSITY' and
11369            'DOCKER' and
11370            'PIPELINE' and
11371            'NF_VPPIP4' and
11372            'IMIX' and
11373            '8T4C' and
11374            'NDRPDR'"
11375   parameters:
11376   - "throughput"
11377   - "name"
11378   - "tags"
11379   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11380   x-axis: "X = CNFs per Service Pipeline"
11381   y-axis: "Y = Number of Service Pipelines"
11382   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11383   layout:
11384     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11385     layout: "plot-service-density"
11386
11387 ################################################################################
11388
11389 # Packet Throughput
11390
11391 - type: "plot"
11392   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11393   algorithm: "plot_perf_box_name"
11394   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11395   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11396   include:
11397     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11398     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11399     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11400     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11401   layout:
11402     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11403     layout: "plot-throughput"
11404
11405 - type: "plot"
11406   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11407   algorithm: "plot_perf_box_name"
11408   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11410   include:
11411     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11412     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11413     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11414     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11415   layout:
11416     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11417     layout: "plot-throughput"
11418
11419 - type: "plot"
11420   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11421   algorithm: "plot_perf_box_name"
11422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11424   include:
11425     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11426     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11427     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11428     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11429   layout:
11430     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11431     layout: "plot-throughput"
11432
11433 - type: "plot"
11434   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11435   algorithm: "plot_perf_box_name"
11436   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11437   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11438   include:
11439     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11440     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11441     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11442     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11443   layout:
11444     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11445     layout: "plot-throughput"
11446
11447 - type: "plot"
11448   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11449   algorithm: "plot_perf_box_name"
11450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11452   include:
11453     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11454     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11455     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11456     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11457     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11458   layout:
11459     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11460     layout: "plot-throughput"
11461
11462 - type: "plot"
11463   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11464   algorithm: "plot_perf_box_name"
11465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11467   include:
11468     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11469     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11470     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11471     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11472     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11473   layout:
11474     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11475     layout: "plot-throughput"
11476
11477 - type: "plot"
11478   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11479   algorithm: "plot_perf_box_name"
11480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11482   include:
11483     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11484     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11485     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11486     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11487     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11488   layout:
11489     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11490     layout: "plot-throughput"
11491
11492 - type: "plot"
11493   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11494   algorithm: "plot_perf_box_name"
11495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11497   include:
11498     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11499     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11500     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11501     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11502     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11503   layout:
11504     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11505     layout: "plot-throughput"
11506
11507 - type: "plot"
11508   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11509   algorithm: "plot_perf_box_name"
11510   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11511   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11512   include:
11513     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11514     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11515     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11516     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11517     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11518   layout:
11519     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11520     layout: "plot-throughput"
11521
11522 - type: "plot"
11523   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11524   algorithm: "plot_perf_box_name"
11525   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11526   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11527   include:
11528     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11529     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11530     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11531     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11532     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11533   layout:
11534     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11535     layout: "plot-throughput"
11536
11537 - type: "plot"
11538   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11539   algorithm: "plot_perf_box_name"
11540   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11541   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11542   include:
11543     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11549   layout:
11550     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11551     layout: "plot-throughput"
11552
11553 - type: "plot"
11554   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11555   algorithm: "plot_perf_box_name"
11556   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11558   include:
11559     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11565   layout:
11566     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11567     layout: "plot-throughput"
11568
11569 - type: "plot"
11570   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11571   algorithm: "plot_perf_box_name"
11572   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11574   include:
11575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11580   layout:
11581     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11582     layout: "plot-throughput"
11583
11584 - type: "plot"
11585   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11586   algorithm: "plot_perf_box_name"
11587   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11588   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11589   include:
11590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11595   layout:
11596     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11597     layout: "plot-throughput"
11598
11599 - type: "plot"
11600   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11601   algorithm: "plot_perf_box_name"
11602   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11603   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11604   include:
11605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11608   layout:
11609     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11610     layout: "plot-throughput"
11611
11612 - type: "plot"
11613   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11614   algorithm: "plot_perf_box_name"
11615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11617   include:
11618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11621   layout:
11622     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11623     layout: "plot-throughput"
11624
11625 - type: "plot"
11626   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11627   algorithm: "plot_perf_box_name"
11628   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11630   include:
11631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11636   layout:
11637     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11638     layout: "plot-throughput"
11639
11640 - type: "plot"
11641   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11642   algorithm: "plot_perf_box_name"
11643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11645   include:
11646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11651   layout:
11652     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11653     layout: "plot-throughput"
11654
11655 - type: "plot"
11656   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11657   algorithm: "plot_perf_box_name"
11658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11660   include:
11661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11664   layout:
11665     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11666     layout: "plot-throughput"
11667
11668 - type: "plot"
11669   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11670   algorithm: "plot_perf_box_name"
11671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11673   include:
11674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11677   layout:
11678     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11679     layout: "plot-throughput"
11680
11681 - type: "plot"
11682   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11683   algorithm: "plot_perf_box_name"
11684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11686   include:
11687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11693   layout:
11694     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11695     layout: "plot-throughput"
11696
11697 - type: "plot"
11698   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11699   algorithm: "plot_perf_box_name"
11700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11702   include:
11703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11709   layout:
11710     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11711     layout: "plot-throughput"
11712
11713 - type: "plot"
11714   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11715   algorithm: "plot_perf_box_name"
11716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11718   include:
11719     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11720     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11721     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11722 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11723     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11724   layout:
11725     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11726     layout: "plot-throughput"
11727
11728 - type: "plot"
11729   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11730   algorithm: "plot_perf_box_name"
11731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11733   include:
11734     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11735 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11736     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11737 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11738     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11739   layout:
11740     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11741     layout: "plot-throughput"
11742
11743 - type: "plot"
11744   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
11745   algorithm: "plot_perf_box_name"
11746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
11747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11748   include:
11749     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-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-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11752     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11753     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11754     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11755   layout:
11756     title: "2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
11757     layout: "plot-cps"
11758
11759 - type: "plot"
11760   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
11761   algorithm: "plot_perf_box_name"
11762   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
11763   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11764   include:
11765     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11766     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11767     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11768     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11769     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11770     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11771   layout:
11772     title: "2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
11773     layout: "plot-throughput"
11774
11775 #- type: "plot"
11776 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
11777 #  algorithm: "plot_perf_box_name"
11778 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
11779 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11780 #  include:
11781 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11782 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11783 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11784 #  layout:
11785 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
11786 #    layout: "plot-cps"
11787
11788 #- type: "plot"
11789 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
11790 #  algorithm: "plot_perf_box_name"
11791 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
11792 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11793 #  include:
11794 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11795 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11796 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11797 #  layout:
11798 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
11799 #    layout: "plot-throughput"
11800
11801 - type: "plot"
11802   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
11803   algorithm: "plot_perf_box_name"
11804   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
11805   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11806   include:
11807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11808     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11809     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11810     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11811     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11812     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11813   layout:
11814     title: "2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
11815     layout: "plot-cps"
11816
11817 - type: "plot"
11818   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
11819   algorithm: "plot_perf_box_name"
11820   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
11821   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11822   include:
11823     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11824     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11825     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11826     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11827     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11828     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11829   layout:
11830     title: "2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
11831     layout: "plot-throughput"
11832
11833 #- type: "plot"
11834 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
11835 #  algorithm: "plot_perf_box_name"
11836 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
11837 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11838 #  include:
11839 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11840 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11841 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11842 #  layout:
11843 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
11844 #    layout: "plot-cps"
11845
11846 #- type: "plot"
11847 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
11848 #  algorithm: "plot_perf_box_name"
11849 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
11850 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11851 #  include:
11852 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11853 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11854 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11855 #  layout:
11856 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
11857 #    layout: "plot-throughput"
11858
11859 - type: "plot"
11860   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11861   algorithm: "plot_perf_box_name"
11862   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11863   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11864   include:
11865     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11866     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11867     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11868 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11869     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11870   layout:
11871     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11872     layout: "plot-throughput"
11873
11874 - type: "plot"
11875   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11876   algorithm: "plot_perf_box_name"
11877   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11878   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11879   include:
11880     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11881 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11882     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11883 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11884     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11885   layout:
11886     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11887     layout: "plot-throughput"
11888
11889 - type: "plot"
11890   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
11891   algorithm: "plot_perf_box_name"
11892   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
11893   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11894   include:
11895     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11896     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11897     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11898     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11899     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11901   layout:
11902     title: "2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
11903     layout: "plot-cps"
11904
11905 - type: "plot"
11906   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
11907   algorithm: "plot_perf_box_name"
11908   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
11909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11910   include:
11911     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11912     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11913     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11914     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11915     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11916     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11917   layout:
11918     title: "2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
11919     layout: "plot-throughput"
11920
11921 #- type: "plot"
11922 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
11923 #  algorithm: "plot_perf_box_name"
11924 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
11925 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11926 #  include:
11927 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11928 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11929 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11930 #  layout:
11931 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
11932 #    layout: "plot-cps"
11933
11934 #- type: "plot"
11935 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
11936 #  algorithm: "plot_perf_box_name"
11937 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
11938 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11939 #  include:
11940 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11941 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11942 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11943 #  layout:
11944 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
11945 #    layout: "plot-throughput"
11946
11947 - type: "plot"
11948   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
11949   algorithm: "plot_perf_box_name"
11950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
11951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11952   include:
11953     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11954     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11955     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11956     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11957     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11958     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11959   layout:
11960     title: "2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
11961     layout: "plot-cps"
11962
11963 - type: "plot"
11964   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
11965   algorithm: "plot_perf_box_name"
11966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
11967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11968   include:
11969     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11970     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11971     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11972     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11973     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11974     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11975   layout:
11976     title: "2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
11977     layout: "plot-throughput"
11978
11979 #- type: "plot"
11980 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
11981 #  algorithm: "plot_perf_box_name"
11982 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
11983 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11984 #  include:
11985 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11986 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11987 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11988 #  layout:
11989 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
11990 #    layout: "plot-cps"
11991
11992 #- type: "plot"
11993 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
11994 #  algorithm: "plot_perf_box_name"
11995 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
11996 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11997 #  include:
11998 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11999 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12000 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12001 #  layout:
12002 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
12003 #    layout: "plot-throughput"
12004
12005 - type: "plot"
12006   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12007   algorithm: "plot_perf_box_name"
12008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12010   include:
12011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12017   layout:
12018     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12026   include:
12027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12033   layout:
12034     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12035     layout: "plot-throughput"
12036
12037 - type: "plot"
12038   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12039   algorithm: "plot_perf_box_name"
12040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12042   include:
12043     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12046   layout:
12047     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12048     layout: "plot-throughput"
12049
12050 - type: "plot"
12051   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12052   algorithm: "plot_perf_box_name"
12053   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12055   include:
12056     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12057     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12059   layout:
12060     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12061     layout: "plot-throughput"
12062
12063 - type: "plot"
12064   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12065   algorithm: "plot_perf_box_name"
12066   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12068   include:
12069     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12071 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12072 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12073 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12074   layout:
12075     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12076     layout: "plot-throughput"
12077
12078 - type: "plot"
12079   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12080   algorithm: "plot_perf_box_name"
12081   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12083   include:
12084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12086 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12087 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12088 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12089   layout:
12090     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12091     layout: "plot-throughput"
12092
12093 - type: "plot"
12094   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12095   algorithm: "plot_perf_box_name"
12096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12098   include:
12099     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12100     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12101     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12104   layout:
12105     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12106     layout: "plot-throughput"
12107
12108 - type: "plot"
12109   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12110   algorithm: "plot_perf_box_name"
12111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12113   include:
12114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12119   layout:
12120     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12121     layout: "plot-throughput"
12122
12123 - type: "plot"
12124   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12125   algorithm: "plot_perf_box_name"
12126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12128   include:
12129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12134   layout:
12135     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12143   include:
12144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12149   layout:
12150     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12151     layout: "plot-throughput"
12152
12153 - type: "plot"
12154   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12155   algorithm: "plot_perf_box_name"
12156   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12158   include:
12159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12163   layout:
12164     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12165     layout: "plot-throughput"
12166
12167 - type: "plot"
12168   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12169   algorithm: "plot_perf_box_name"
12170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12172   include:
12173     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12175     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12177   layout:
12178     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12179     layout: "plot-throughput"
12180
12181 - type: "plot"
12182   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12183   algorithm: "plot_perf_box_name"
12184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12186   include:
12187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12192   layout:
12193     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12194     layout: "plot-throughput"
12195
12196 - type: "plot"
12197   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12198   algorithm: "plot_perf_box_name"
12199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12201   include:
12202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12207   layout:
12208     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12209     layout: "plot-throughput"
12210
12211 - type: "plot"
12212   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12213   algorithm: "plot_perf_box_name"
12214   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12215   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12216   include:
12217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12222   layout:
12223     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12224     layout: "plot-throughput"
12225
12226 - type: "plot"
12227   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12228   algorithm: "plot_perf_box_name"
12229   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12230   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12231   include:
12232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12237   layout:
12238     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12239     layout: "plot-throughput"
12240
12241 - type: "plot"
12242   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12243   algorithm: "plot_perf_box_name"
12244   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12245   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12246   include:
12247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12251   layout:
12252     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12253     layout: "plot-throughput"
12254
12255 - type: "plot"
12256   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12257   algorithm: "plot_perf_box_name"
12258   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12259   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12260   include:
12261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12265   layout:
12266     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12271   algorithm: "plot_perf_box_name"
12272   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12273   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12274   include:
12275     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12280   layout:
12281     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12282     layout: "plot-throughput"
12283
12284 - type: "plot"
12285   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12286   algorithm: "plot_perf_box_name"
12287   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12288   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12289   include:
12290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12295   layout:
12296     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12297     layout: "plot-throughput"
12298
12299 - type: "plot"
12300   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12301   algorithm: "plot_perf_box_name"
12302   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12303   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12304   include:
12305     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12311   layout:
12312     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12313     layout: "plot-throughput"
12314
12315 - type: "plot"
12316   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12317   algorithm: "plot_perf_box_name"
12318   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12319   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12320   include:
12321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12327   layout:
12328     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12329     layout: "plot-throughput"
12330
12331 - type: "plot"
12332   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12333   algorithm: "plot_perf_box_name"
12334   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12335   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12336   include:
12337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12342   layout:
12343     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12344     layout: "plot-throughput"
12345
12346 - type: "plot"
12347   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12348   algorithm: "plot_perf_box_name"
12349   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12350   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12351   include:
12352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12357   layout:
12358     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12359     layout: "plot-throughput"
12360
12361 - type: "plot"
12362   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12363   algorithm: "plot_perf_box_name"
12364   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12365   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12366   include:
12367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12372   layout:
12373     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12374     layout: "plot-throughput"
12375
12376 - type: "plot"
12377   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12378   algorithm: "plot_perf_box_name"
12379   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12380   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12381   include:
12382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12387   layout:
12388     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12389     layout: "plot-throughput"
12390
12391 - type: "plot"
12392   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12393   algorithm: "plot_perf_box_name"
12394   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12395   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12396   include:
12397     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12398     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12399   layout:
12400     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12401     layout: "plot-throughput"
12402
12403 - type: "plot"
12404   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12405   algorithm: "plot_perf_box_name"
12406   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12407   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12408   include:
12409     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12410     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12411   layout:
12412     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12413     layout: "plot-throughput"
12414
12415 - type: "plot"
12416   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12417   algorithm: "plot_perf_box_name"
12418   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12420   include:
12421     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12422     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12424     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12425   layout:
12426     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12427     layout: "plot-throughput"
12428
12429 - type: "plot"
12430   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12431   algorithm: "plot_perf_box_name"
12432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12434   include:
12435     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12436     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12437     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12438     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12439   layout:
12440     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12441     layout: "plot-throughput"
12442
12443 - type: "plot"
12444   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12445   algorithm: "plot_perf_box_name"
12446   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12448   include:
12449     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12450     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12451     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12452     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12453   layout:
12454     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12455     layout: "plot-throughput"
12456
12457 - type: "plot"
12458   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12459   algorithm: "plot_perf_box_name"
12460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12462   include:
12463     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12464     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12465     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12466     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12467   layout:
12468     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12469     layout: "plot-throughput"
12470
12471 - type: "plot"
12472   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12473   algorithm: "plot_perf_box_name"
12474   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12475   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12476   include:
12477     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12480     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12481   layout:
12482     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12483     layout: "plot-throughput"
12484
12485 - type: "plot"
12486   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12487   algorithm: "plot_perf_box_name"
12488   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12489   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12490   include:
12491     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12493     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12494     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12495   layout:
12496     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12497     layout: "plot-throughput"
12498
12499 - type: "plot"
12500   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12501   algorithm: "plot_perf_box_name"
12502   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12503   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12504   include:
12505     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12508     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12509   layout:
12510     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12511     layout: "plot-throughput"
12512
12513 - type: "plot"
12514   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12515   algorithm: "plot_perf_box_name"
12516   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12517   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12518   include:
12519     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12520     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12523   layout:
12524     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12525     layout: "plot-throughput"
12526
12527 - type: "plot"
12528   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12529   algorithm: "plot_perf_box_name"
12530   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12531   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12532   include:
12533     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12534     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12535     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12536     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12537     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12538     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12539   layout:
12540     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12541     layout: "plot-throughput"
12542
12543 - type: "plot"
12544   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12545   algorithm: "plot_perf_box_name"
12546   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12547   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12548   include:
12549     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12550     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12551     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12552     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12553     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12554     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12555   layout:
12556     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12557     layout: "plot-throughput"
12558
12559 - type: "plot"
12560   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12561   algorithm: "plot_perf_box_name"
12562   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12563   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12564   include:
12565     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12570   layout:
12571     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12572     layout: "plot-throughput"
12573
12574 - type: "plot"
12575   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12576   algorithm: "plot_perf_box_name"
12577   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12579   include:
12580     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12581     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12585   layout:
12586     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12587     layout: "plot-throughput"
12588
12589 - type: "plot"
12590   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12591   algorithm: "plot_perf_box_name"
12592   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12594   include:
12595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12600   layout:
12601     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12602     layout: "plot-throughput"
12603
12604 - type: "plot"
12605   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12606   algorithm: "plot_perf_box_name"
12607   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12609   include:
12610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12612     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12613     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12614     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12615   layout:
12616     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12617     layout: "plot-throughput"
12618
12619 - type: "plot"
12620   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12621   algorithm: "plot_perf_box_name"
12622   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12623   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12624   include:
12625     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12626     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12627     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12628   layout:
12629     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12630     layout: "plot-throughput"
12631
12632 - type: "plot"
12633   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12634   algorithm: "plot_perf_box_name"
12635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12637   include:
12638     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12639     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12640     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12641   layout:
12642     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12643     layout: "plot-throughput"
12644
12645 - type: "plot"
12646   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12647   algorithm: "plot_perf_box_name"
12648   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12650   include:
12651     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12652     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12653     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12654   layout:
12655     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12656     layout: "plot-throughput"
12657
12658 - type: "plot"
12659   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12660   algorithm: "plot_perf_box_name"
12661   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12663   include:
12664     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12665     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12666     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12667   layout:
12668     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12669     layout: "plot-throughput"
12670
12671 - type: "plot"
12672   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12673   algorithm: "plot_perf_box_name"
12674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12676   include:
12677     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12680     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12681     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12682   layout:
12683     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12684     layout: "plot-throughput"
12685
12686 - type: "plot"
12687   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12688   algorithm: "plot_perf_box_name"
12689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12691   include:
12692     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12695     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12696     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12697   layout:
12698     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12699     layout: "plot-throughput"
12700
12701 - type: "plot"
12702   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12703   algorithm: "plot_perf_box_name"
12704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12706   include:
12707     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12709     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12710     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12711     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12712   layout:
12713     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12714     layout: "plot-throughput"
12715
12716 - type: "plot"
12717   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12718   algorithm: "plot_perf_box_name"
12719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12720   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12721   include:
12722     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12724     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12725     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12726     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12727   layout:
12728     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12729     layout: "plot-throughput"
12730
12731 - type: "plot"
12732   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12733   algorithm: "plot_perf_box_name"
12734   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12735   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12736   include:
12737     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12738     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12739     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12740     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12741     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12742   layout:
12743     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12744     layout: "plot-throughput"
12745
12746 - type: "plot"
12747   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12748   algorithm: "plot_perf_box_name"
12749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12751   include:
12752     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12753     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12754     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12755     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12756     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12757   layout:
12758     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12759     layout: "plot-throughput"
12760
12761 - type: "plot"
12762   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12763   algorithm: "plot_perf_box_name"
12764   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12765   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12766   include:
12767     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12768     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12769     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12770     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12771     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12772   layout:
12773     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12774     layout: "plot-throughput"
12775
12776 - type: "plot"
12777   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12778   algorithm: "plot_perf_box_name"
12779   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12780   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12781   include:
12782     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12783     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12784     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12785     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12786     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12787   layout:
12788     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12789     layout: "plot-throughput"
12790
12791 - type: "plot"
12792   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12793   algorithm: "plot_perf_box_name"
12794   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12795   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12796   include:
12797     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12798     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12799     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12800     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12801     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12802   layout:
12803     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12804     layout: "plot-throughput"
12805
12806 - type: "plot"
12807   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12808   algorithm: "plot_perf_box_name"
12809   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12810   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12811   include:
12812     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12813     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12814     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12815     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12816     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12817   layout:
12818     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12819     layout: "plot-throughput"
12820
12821 - type: "plot"
12822   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12823   algorithm: "plot_perf_box_name"
12824   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12825   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12826   include:
12827     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12833   layout:
12834     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12835     layout: "plot-throughput"
12836
12837 - type: "plot"
12838   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12839   algorithm: "plot_perf_box_name"
12840   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12841   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12842   include:
12843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12847     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12848     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12849   layout:
12850     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12851     layout: "plot-throughput"
12852
12853 - type: "plot"
12854   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12855   algorithm: "plot_perf_box_name"
12856   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12857   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12858   include:
12859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12861     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12862     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12863   layout:
12864     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12865     layout: "plot-throughput"
12866
12867 - type: "plot"
12868   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12869   algorithm: "plot_perf_box_name"
12870   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12871   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12872   include:
12873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12877   layout:
12878     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12879     layout: "plot-throughput"
12880
12881 - type: "plot"
12882   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12883   algorithm: "plot_perf_box_name"
12884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12886   include:
12887     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12888     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12893   layout:
12894     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12895     layout: "plot-throughput"
12896
12897 - type: "plot"
12898   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12902   include:
12903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12909   layout:
12910     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12911     layout: "plot-throughput"
12912
12913 - type: "plot"
12914   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12915   algorithm: "plot_perf_box_name"
12916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12918   include:
12919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12920     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12922     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12925   layout:
12926     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12927     layout: "plot-throughput"
12928
12929 - type: "plot"
12930   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12931   algorithm: "plot_perf_box_name"
12932   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12934   include:
12935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12936     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12937     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12938     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12941   layout:
12942     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12943     layout: "plot-throughput"
12944
12945 - type: "plot"
12946   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12947   algorithm: "plot_perf_box_name"
12948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12950   include:
12951     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12952     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12953     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12954     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12955     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12957   layout:
12958     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12959     layout: "plot-throughput"
12960
12961 - type: "plot"
12962   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12963   algorithm: "plot_perf_box_name"
12964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12966   include:
12967     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12968     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12973   layout:
12974     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12975     layout: "plot-throughput"
12976
12977 - type: "plot"
12978   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12979   algorithm: "plot_perf_box_name"
12980   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12981   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12982   include:
12983     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12984     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12985     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12986     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12987     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12988     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12989   layout:
12990     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12991     layout: "plot-throughput"
12992
12993 - type: "plot"
12994   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12995   algorithm: "plot_perf_box_name"
12996   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12997   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12998   include:
12999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13000     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13001     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13002     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13003     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13004     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13005   layout:
13006     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13007     layout: "plot-throughput"
13008
13009 - type: "plot"
13010   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13011   algorithm: "plot_perf_box_name"
13012   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13013   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13014   include:
13015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13016     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13021   layout:
13022     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13023     layout: "plot-throughput"
13024
13025 - type: "plot"
13026   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13027   algorithm: "plot_perf_box_name"
13028   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13029   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13030   include:
13031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13037   layout:
13038     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13039     layout: "plot-throughput"
13040
13041 - type: "plot"
13042   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13043   algorithm: "plot_perf_box_name"
13044   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13046   include:
13047     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13048     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13053   layout:
13054     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13055     layout: "plot-throughput"
13056
13057 - type: "plot"
13058   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13059   algorithm: "plot_perf_box_name"
13060   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13062   include:
13063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13069   layout:
13070     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13071     layout: "plot-throughput"
13072
13073 - type: "plot"
13074   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13075   algorithm: "plot_perf_box_name"
13076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13078   include:
13079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13085   layout:
13086     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13087     layout: "plot-throughput"
13088
13089 - type: "plot"
13090   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13091   algorithm: "plot_perf_box_name"
13092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13094   include:
13095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13101   layout:
13102     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13103     layout: "plot-throughput"
13104
13105 - type: "plot"
13106   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13107   algorithm: "plot_perf_box_name"
13108   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13109   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13110   include:
13111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13117   layout:
13118     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13119     layout: "plot-throughput"
13120
13121 - type: "plot"
13122   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13123   algorithm: "plot_perf_box_name"
13124   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13125   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13126   include:
13127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13133   layout:
13134     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13135     layout: "plot-throughput"
13136
13137 - type: "plot"
13138   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13139   algorithm: "plot_perf_box_name"
13140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13142   include:
13143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13147   layout:
13148     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13149     layout: "plot-throughput"
13150
13151 - type: "plot"
13152   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13153   algorithm: "plot_perf_box_name"
13154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13156   include:
13157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13161   layout:
13162     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13163     layout: "plot-throughput"
13164
13165 - type: "plot"
13166   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13167   algorithm: "plot_perf_box_name"
13168   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13170   include:
13171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13175   layout:
13176     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13177     layout: "plot-throughput"
13178
13179 - type: "plot"
13180   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13181   algorithm: "plot_perf_box_name"
13182   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13183   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13184   include:
13185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13189   layout:
13190     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13191     layout: "plot-throughput"
13192
13193 - type: "plot"
13194   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13195   algorithm: "plot_perf_box_name"
13196   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13197   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13198   include:
13199     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13201     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13204     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13205   layout:
13206     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13207     layout: "plot-throughput"
13208
13209 - type: "plot"
13210   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13211   algorithm: "plot_perf_box_name"
13212   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13214   include:
13215     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13217     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13220     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13221   layout:
13222     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13223     layout: "plot-throughput"
13224
13225 - type: "plot"
13226   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13227   algorithm: "plot_perf_box_name"
13228   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13230   include:
13231     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13233     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13236   layout:
13237     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13238     layout: "plot-throughput"
13239
13240 - type: "plot"
13241   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13242   algorithm: "plot_perf_box_name"
13243   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13245   include:
13246     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13247     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13248     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13249     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13250     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13251   layout:
13252     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13253     layout: "plot-throughput"
13254
13255 - type: "plot"
13256   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13257   algorithm: "plot_perf_box_name"
13258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13260   include:
13261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13266   layout:
13267     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13268     layout: "plot-throughput"
13269
13270 - type: "plot"
13271   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13272   algorithm: "plot_perf_box_name"
13273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13275   include:
13276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13281   layout:
13282     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13283     layout: "plot-throughput"
13284
13285 - type: "plot"
13286   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13287   algorithm: "plot_perf_box_name"
13288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13290   include:
13291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13295   layout:
13296     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13297     layout: "plot-throughput"
13298
13299 - type: "plot"
13300   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13301   algorithm: "plot_perf_box_name"
13302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13304   include:
13305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13309   layout:
13310     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13311     layout: "plot-throughput"
13312
13313 - type: "plot"
13314   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13315   algorithm: "plot_perf_box_name"
13316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13318   include:
13319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13320     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13321     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13322     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13323     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13325   layout:
13326     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13327     layout: "plot-throughput"
13328
13329 - type: "plot"
13330   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13331   algorithm: "plot_perf_box_name"
13332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13334   include:
13335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13337     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13338     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13341   layout:
13342     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13343     layout: "plot-throughput"
13344
13345 - type: "plot"
13346   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13347   algorithm: "plot_perf_box_name"
13348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13350   include:
13351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13352     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13353     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13357   layout:
13358     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13359     layout: "plot-throughput"
13360
13361 - type: "plot"
13362   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13363   algorithm: "plot_perf_box_name"
13364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13366   include:
13367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13373   layout:
13374     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13375     layout: "plot-throughput"
13376
13377 - type: "plot"
13378   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13379   algorithm: "plot_perf_box_name"
13380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13382   include:
13383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13389   layout:
13390     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13391     layout: "plot-throughput"
13392
13393 - type: "plot"
13394   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13395   algorithm: "plot_perf_box_name"
13396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13398   include:
13399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13405   layout:
13406     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13407     layout: "plot-throughput"
13408
13409 - type: "plot"
13410   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13411   algorithm: "plot_perf_box_name"
13412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13414   include:
13415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13421   layout:
13422     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13423     layout: "plot-throughput"
13424
13425 - type: "plot"
13426   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13427   algorithm: "plot_perf_box_name"
13428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13430   include:
13431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13437   layout:
13438     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13439     layout: "plot-throughput"
13440
13441 - type: "plot"
13442   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13443   algorithm: "plot_perf_box_name"
13444   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13445   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13446   include:
13447     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13451   layout:
13452     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13453     layout: "plot-throughput"
13454
13455 - type: "plot"
13456   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13457   algorithm: "plot_perf_box_name"
13458   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13459   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13460   include:
13461     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13465   layout:
13466     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13467     layout: "plot-throughput"
13468
13469 - type: "plot"
13470   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13471   algorithm: "plot_perf_box_name"
13472   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13473   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13474   include:
13475     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13476     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13477     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13481   layout:
13482     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13483     layout: "plot-throughput"
13484
13485 - type: "plot"
13486   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13487   algorithm: "plot_perf_box_name"
13488   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13489   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13490   include:
13491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13497   layout:
13498     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13499     layout: "plot-throughput"
13500
13501 - type: "plot"
13502   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13503   algorithm: "plot_perf_box_name"
13504   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13505   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13506   include:
13507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13513   layout:
13514     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13515     layout: "plot-throughput"
13516
13517 - type: "plot"
13518   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13519   algorithm: "plot_perf_box_name"
13520   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13521   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13522   include:
13523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13529   layout:
13530     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13531     layout: "plot-throughput"
13532
13533 - type: "plot"
13534   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13535   algorithm: "plot_perf_box_name"
13536   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13537   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13538   include:
13539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13543   layout:
13544     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13545     layout: "plot-throughput"
13546
13547 - type: "plot"
13548   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13549   algorithm: "plot_perf_box_name"
13550   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13551   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13552   include:
13553     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13556     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13557   layout:
13558     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13559     layout: "plot-throughput"
13560
13561 - type: "plot"
13562   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13563   algorithm: "plot_perf_box_name"
13564   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13565   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13566   include:
13567     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13568     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13569     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13571     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13572     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13573   layout:
13574     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13575     layout: "plot-throughput"
13576
13577 - type: "plot"
13578   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13579   algorithm: "plot_perf_box_name"
13580   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13581   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13582   include:
13583     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13584     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13585     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13586     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13589   layout:
13590     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13591     layout: "plot-throughput"
13592
13593 - type: "plot"
13594   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13595   algorithm: "plot_perf_box_name"
13596   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13597   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13598   include:
13599     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13603   layout:
13604     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13605     layout: "plot-throughput"
13606
13607 - type: "plot"
13608   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13609   algorithm: "plot_perf_box_name"
13610   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13611   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13612   include:
13613     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13614     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13615     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13616     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13617   layout:
13618     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13619     layout: "plot-throughput"
13620
13621 - type: "plot"
13622   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13623   algorithm: "plot_perf_box_name"
13624   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13625   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13626   include:
13627     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13628     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13629     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13630     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13631     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13632     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13633   layout:
13634     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13635     layout: "plot-throughput"
13636
13637 - type: "plot"
13638   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13639   algorithm: "plot_perf_box_name"
13640   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13641   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13642   include:
13643     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13644     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13645     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13646     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13647     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13648     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13649   layout:
13650     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13651     layout: "plot-throughput"
13652
13653 - type: "plot"
13654   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13655   algorithm: "plot_perf_box_name"
13656   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13657   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13658   include:
13659     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13660     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13661     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13662     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13663     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13664     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13665   layout:
13666     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13667     layout: "plot-throughput"
13668
13669 - type: "plot"
13670   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13671   algorithm: "plot_perf_box_name"
13672   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13673   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13674   include:
13675     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13676     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13677     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13678     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13679     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13680     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13681   layout:
13682     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13683     layout: "plot-throughput"
13684
13685 - type: "plot"
13686   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13687   algorithm: "plot_perf_box_name"
13688   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13690   include:
13691     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13692     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13693     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13694     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13695     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13696     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13697   layout:
13698     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13699     layout: "plot-throughput"
13700
13701 - type: "plot"
13702   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13703   algorithm: "plot_perf_box_name"
13704   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13705   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13706   include:
13707     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13708     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13709     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13710     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13711     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13712     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13713   layout:
13714     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13715     layout: "plot-throughput"
13716
13717 - type: "plot"
13718   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13719   algorithm: "plot_perf_box_name"
13720   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13722   include:
13723     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13724     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13725     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13726 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13727 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13728 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13729   layout:
13730     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13731     layout: "plot-throughput"
13732
13733 - type: "plot"
13734   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13735   algorithm: "plot_perf_box_name"
13736   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13738   include:
13739     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13740     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13741     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13742 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13743 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13744 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13745   layout:
13746     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13747     layout: "plot-throughput"
13748
13749 - type: "plot"
13750   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13751   algorithm: "plot_perf_box_name"
13752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13753   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13754   include:
13755     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13756     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13757     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13758     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13759     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13760     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13761   layout:
13762     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13763     layout: "plot-throughput"
13764
13765 - type: "plot"
13766   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13767   algorithm: "plot_perf_box_name"
13768   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13770   include:
13771     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13772     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13773     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13774     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13775     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13776     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13777   layout:
13778     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13779     layout: "plot-throughput"
13780
13781 - type: "plot"
13782   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13783   algorithm: "plot_perf_box_name"
13784   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13785   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13786   include:
13787     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13788     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13789     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13790     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13791     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13792     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13793   layout:
13794     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13795     layout: "plot-throughput"
13796
13797 - type: "plot"
13798   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13799   algorithm: "plot_perf_box_name"
13800   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13801   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13802   include:
13803     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13804     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13805     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13806     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13807     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13808     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13809   layout:
13810     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13811     layout: "plot-throughput"
13812
13813 #- type: "plot"
13814 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13815 #  algorithm: "plot_perf_box_name"
13816 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13817 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13818 #  include:
13819 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13820 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13821 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13822 #  layout:
13823 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13824 #    layout: "plot-throughput"
13825 #
13826 #- type: "plot"
13827 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13828 #  algorithm: "plot_perf_box_name"
13829 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13830 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13831 #  include:
13832 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13833 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13834 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13835 #  layout:
13836 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13837 #    layout: "plot-throughput"
13838
13839 - type: "plot"
13840   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13841   algorithm: "plot_perf_box_name"
13842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13844   include:
13845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13850   layout:
13851     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13852     layout: "plot-throughput"
13853
13854 - type: "plot"
13855   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13856   algorithm: "plot_perf_box_name"
13857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13859   include:
13860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13865   layout:
13866     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13867     layout: "plot-throughput"
13868
13869 - type: "plot"
13870   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13871   algorithm: "plot_perf_box_name"
13872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13874   include:
13875     - "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"
13876     - "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"
13877     - "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"
13878     - "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"
13879     - "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"
13880   layout:
13881     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13882     layout: "plot-throughput"
13883
13884 - type: "plot"
13885   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13886   algorithm: "plot_perf_box_name"
13887   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13888   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13889   include:
13890     - "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"
13891     - "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"
13892     - "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"
13893     - "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"
13894     - "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"
13895   layout:
13896     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13897     layout: "plot-throughput"
13898
13899 - type: "plot"
13900   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13901   algorithm: "plot_perf_box_name"
13902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13904   include:
13905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13910   layout:
13911     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13912     layout: "plot-throughput"
13913
13914 - type: "plot"
13915   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13916   algorithm: "plot_perf_box_name"
13917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13919   include:
13920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13925   layout:
13926     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13927     layout: "plot-throughput"
13928
13929 - type: "plot"
13930   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13931   algorithm: "plot_perf_box_name"
13932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13934   include:
13935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13940   layout:
13941     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13942     layout: "plot-throughput"
13943
13944 - type: "plot"
13945   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13946   algorithm: "plot_perf_box_name"
13947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13949   include:
13950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13955   layout:
13956     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13957     layout: "plot-throughput"
13958
13959 - type: "plot"
13960   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13961   algorithm: "plot_perf_box_name"
13962   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13963   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13964   include:
13965     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13970   layout:
13971     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13972     layout: "plot-throughput"
13973
13974 - type: "plot"
13975   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13976   algorithm: "plot_perf_box_name"
13977   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13978   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13979   include:
13980     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13984     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13985   layout:
13986     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13987     layout: "plot-throughput"
13988
13989 - type: "plot"
13990   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13991   algorithm: "plot_perf_box_name"
13992   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13993   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13994   include:
13995     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13996     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13997     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13998     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13999     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14000   layout:
14001     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14002     layout: "plot-throughput"
14003
14004 - type: "plot"
14005   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14006   algorithm: "plot_perf_box_name"
14007   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14008   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14009   include:
14010     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14011     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14012     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14013     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14014     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14015   layout:
14016     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14017     layout: "plot-throughput"
14018
14019 - type: "plot"
14020   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14021   algorithm: "plot_perf_box_name"
14022   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14024   include:
14025     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14026     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14027     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14028     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14029   layout:
14030     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14031     layout: "plot-throughput"
14032
14033 - type: "plot"
14034   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14035   algorithm: "plot_perf_box_name"
14036   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14038   include:
14039     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14040     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14041     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14042     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14043   layout:
14044     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14045     layout: "plot-throughput"
14046
14047 - type: "plot"
14048   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14049   algorithm: "plot_perf_box_name"
14050   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14052   include:
14053     - "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"
14054     - "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"
14055     - "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"
14056     - "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"
14057   layout:
14058     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14059     layout: "plot-throughput"
14060
14061 - type: "plot"
14062   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14063   algorithm: "plot_perf_box_name"
14064   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14066   include:
14067     - "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"
14068     - "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"
14069     - "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"
14070     - "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"
14071   layout:
14072     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14073     layout: "plot-throughput"
14074
14075 - type: "plot"
14076   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14077   algorithm: "plot_perf_box_name"
14078   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14080   include:
14081     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14082     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14087   layout:
14088     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14089     layout: "plot-throughput"
14090
14091 - type: "plot"
14092   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14093   algorithm: "plot_perf_box_name"
14094   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14096   include:
14097     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14099     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14103   layout:
14104     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14105     layout: "plot-throughput"
14106
14107 - type: "plot"
14108   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14109   algorithm: "plot_perf_box_name"
14110   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14111   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14112   include:
14113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14119   layout:
14120     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14121     layout: "plot-throughput"
14122
14123 - type: "plot"
14124   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14125   algorithm: "plot_perf_box_name"
14126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14128   include:
14129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14135   layout:
14136     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14137     layout: "plot-throughput"
14138
14139 - type: "plot"
14140   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14141   algorithm: "plot_perf_box_name"
14142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14144   include:
14145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14151   layout:
14152     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14153     layout: "plot-throughput"
14154
14155 - type: "plot"
14156   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14157   algorithm: "plot_perf_box_name"
14158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14160   include:
14161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14167   layout:
14168     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14169     layout: "plot-throughput"
14170
14171 - type: "plot"
14172   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14173   algorithm: "plot_perf_box_name"
14174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14176   include:
14177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14182   layout:
14183     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14184     layout: "plot-throughput"
14185
14186 - type: "plot"
14187   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14188   algorithm: "plot_perf_box_name"
14189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14191   include:
14192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14197   layout:
14198     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14199     layout: "plot-throughput"
14200
14201 - type: "plot"
14202   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14203   algorithm: "plot_perf_box_name"
14204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14206   include:
14207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14209   layout:
14210     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14211     layout: "plot-throughput"
14212
14213 - type: "plot"
14214   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14215   algorithm: "plot_perf_box_name"
14216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14218   include:
14219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14221   layout:
14222     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14223     layout: "plot-throughput"
14224
14225 - type: "plot"
14226   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14227   algorithm: "plot_perf_box_name"
14228   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14230   include:
14231     - "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"
14232     - "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"
14233   layout:
14234     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14235     layout: "plot-throughput"
14236
14237 - type: "plot"
14238   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14239   algorithm: "plot_perf_box_name"
14240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14242   include:
14243     - "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"
14244     - "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"
14245   layout:
14246     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14247     layout: "plot-throughput"
14248
14249 - type: "plot"
14250   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14251   algorithm: "plot_perf_box_name"
14252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14254   include:
14255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14257   layout:
14258     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14259     layout: "plot-throughput"
14260
14261 - type: "plot"
14262   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14263   algorithm: "plot_perf_box_name"
14264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14266   include:
14267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14269   layout:
14270     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14271     layout: "plot-throughput"
14272
14273 - type: "plot"
14274   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14275   algorithm: "plot_perf_box_name"
14276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14278   include:
14279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14281   layout:
14282     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14283     layout: "plot-throughput"
14284
14285 - type: "plot"
14286   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14287   algorithm: "plot_perf_box_name"
14288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14290   include:
14291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14293   layout:
14294     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14295     layout: "plot-throughput"
14296
14297 - type: "plot"
14298   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14299   algorithm: "plot_perf_box_name"
14300   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14301   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14302   include:
14303     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14304     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14305     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14306     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14307     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14308     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14309   layout:
14310     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14311     layout: "plot-throughput"
14312
14313 - type: "plot"
14314   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14315   algorithm: "plot_perf_box_name"
14316   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14317   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14318   include:
14319     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14320     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14321     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14322     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14323     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14324     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14325   layout:
14326     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14327     layout: "plot-throughput"
14328
14329 - type: "plot"
14330   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14331   algorithm: "plot_perf_box_name"
14332   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14333   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14334   include:
14335     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14336     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14337     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14338     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14339     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14340     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14341   layout:
14342     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14343     layout: "plot-throughput"
14344
14345 - type: "plot"
14346   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14347   algorithm: "plot_perf_box_name"
14348   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14349   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14350   include:
14351     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14352     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14353     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14354     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14355     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14356     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14357   layout:
14358     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14359     layout: "plot-throughput"
14360
14361 #- type: "plot"
14362 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14363 #  algorithm: "plot_perf_box_name"
14364 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14365 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14366 #  include:
14367 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14368 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14369 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14370 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14371 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14372 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14373 #  layout:
14374 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14375 #    layout: "plot-throughput"
14376 #
14377 #- type: "plot"
14378 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14379 #  algorithm: "plot_perf_box_name"
14380 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14381 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14382 #  include:
14383 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14384 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14385 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14386 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14387 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14388 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14389 #  layout:
14390 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14391 #    layout: "plot-throughput"
14392
14393 - type: "plot"
14394   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14395   algorithm: "plot_perf_box_name"
14396   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14397   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14398   include:
14399     - "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"
14400     - "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"
14401     - "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"
14402     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14403     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14404     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14405   layout:
14406     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14407     layout: "plot-throughput"
14408
14409 - type: "plot"
14410   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14411   algorithm: "plot_perf_box_name"
14412   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14414   include:
14415     - "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"
14416     - "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"
14417     - "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"
14418     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14419     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14420     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14421   layout:
14422     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14423     layout: "plot-throughput"
14424
14425 ################################################################################
14426
14427 # Packet Speedup
14428
14429 - type: "plot"
14430   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14431   algorithm: "plot_tsa_name"
14432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14434   include:
14435     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14436     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14437     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14438     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14439   layout:
14440     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14441     layout: "plot-throughput-speedup-analysis"
14442
14443 - type: "plot"
14444   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14445   algorithm: "plot_tsa_name"
14446   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14447   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14448   include:
14449     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14450     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14451     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14452     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14453   layout:
14454     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14455     layout: "plot-throughput-speedup-analysis"
14456
14457 - type: "plot"
14458   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14459   algorithm: "plot_tsa_name"
14460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14462   include:
14463     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14464     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14465     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14466     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14467   layout:
14468     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14469     layout: "plot-throughput-speedup-analysis"
14470
14471 - type: "plot"
14472   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14473   algorithm: "plot_tsa_name"
14474   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14475   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14476   include:
14477     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14478     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14479     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14480     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14481   layout:
14482     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14483     layout: "plot-throughput-speedup-analysis"
14484
14485 - type: "plot"
14486   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14487   algorithm: "plot_tsa_name"
14488   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14490   include:
14491     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14492     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14493     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14494     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14495     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14496   layout:
14497     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14498     layout: "plot-throughput-speedup-analysis"
14499
14500 - type: "plot"
14501   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14502   algorithm: "plot_tsa_name"
14503   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14505   include:
14506     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14507     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14508     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14509     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14510     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14511   layout:
14512     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14513     layout: "plot-throughput-speedup-analysis"
14514
14515 - type: "plot"
14516   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14517   algorithm: "plot_tsa_name"
14518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14520   include:
14521     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14522     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14523     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14524     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14525     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14526   layout:
14527     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14528     layout: "plot-throughput-speedup-analysis"
14529
14530 - type: "plot"
14531   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14532   algorithm: "plot_tsa_name"
14533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14535   include:
14536     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14537     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14538     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14539     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14540     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14541   layout:
14542     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14543     layout: "plot-throughput-speedup-analysis"
14544
14545 - type: "plot"
14546   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14547   algorithm: "plot_tsa_name"
14548   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14550   include:
14551     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14557   layout:
14558     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14559     layout: "plot-throughput-speedup-analysis"
14560
14561 - type: "plot"
14562   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14566   include:
14567     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14571     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14572     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14573   layout:
14574     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14575     layout: "plot-throughput-speedup-analysis"
14576
14577 - type: "plot"
14578   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14579   algorithm: "plot_tsa_name"
14580   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14581   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14582   include:
14583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14588   layout:
14589     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14590     layout: "plot-throughput-speedup-analysis"
14591
14592 - type: "plot"
14593   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14594   algorithm: "plot_tsa_name"
14595   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14596   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14597   include:
14598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14603   layout:
14604     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14605     layout: "plot-throughput-speedup-analysis"
14606
14607 - type: "plot"
14608   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14609   algorithm: "plot_tsa_name"
14610   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14612   include:
14613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14616   layout:
14617     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14618     layout: "plot-throughput-speedup-analysis"
14619
14620 - type: "plot"
14621   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14622   algorithm: "plot_tsa_name"
14623   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14624   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14625   include:
14626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14629   layout:
14630     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14631     layout: "plot-throughput-speedup-analysis"
14632
14633 - type: "plot"
14634   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14635   algorithm: "plot_tsa_name"
14636   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14638   include:
14639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14644   layout:
14645     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14646     layout: "plot-throughput-speedup-analysis"
14647
14648 - type: "plot"
14649   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14650   algorithm: "plot_tsa_name"
14651   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14652   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14653   include:
14654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14659   layout:
14660     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14661     layout: "plot-throughput-speedup-analysis"
14662
14663 - type: "plot"
14664   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14665   algorithm: "plot_tsa_name"
14666   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14668   include:
14669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14672   layout:
14673     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14674     layout: "plot-throughput-speedup-analysis"
14675
14676 - type: "plot"
14677   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14678   algorithm: "plot_tsa_name"
14679   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14680   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14681   include:
14682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14685   layout:
14686     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14687     layout: "plot-throughput-speedup-analysis"
14688
14689 - type: "plot"
14690   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14691   algorithm: "plot_tsa_name"
14692   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14693   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14694   include:
14695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14701   layout:
14702     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14703     layout: "plot-throughput-speedup-analysis"
14704
14705 - type: "plot"
14706   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14707   algorithm: "plot_tsa_name"
14708   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14709   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14710   include:
14711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14717   layout:
14718     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14719     layout: "plot-throughput-speedup-analysis"
14720
14721 - type: "plot"
14722   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14723   algorithm: "plot_tsa_name"
14724   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14725   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14726   include:
14727     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14728     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14729     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14730 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14731     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14732   layout:
14733     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14734     layout: "plot-throughput-speedup-analysis"
14735
14736 - type: "plot"
14737   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14738   algorithm: "plot_tsa_name"
14739   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14740   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14741   include:
14742     - "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"
14743     - "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"
14744     - "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"
14745   layout:
14746     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14747     layout: "plot-throughput-speedup-analysis"
14748
14749 - type: "plot"
14750   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr-tsa"
14751   algorithm: "plot_tsa_name"
14752   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr-tsa"
14753   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14754   include:
14755     - "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"
14756     - "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"
14757     - "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"
14758     - "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"
14759     - "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"
14760     - "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"
14761   layout:
14762     title: "2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr"
14763     layout: "plot-throughput-speedup-analysis-cps"
14764
14765 - type: "plot"
14766   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr-tsa"
14767   algorithm: "plot_tsa_name"
14768   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr-tsa"
14769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14770   include:
14771     - "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"
14772     - "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"
14773     - "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"
14774     - "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"
14775     - "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"
14776     - "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"
14777   layout:
14778     title: "2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr"
14779     layout: "plot-throughput-speedup-analysis"
14780
14781 #- type: "plot"
14782 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr-tsa"
14783 #  algorithm: "plot_tsa_name"
14784 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr-tsa"
14785 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14786 #  include:
14787 #    - "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"
14788 #    - "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"
14789 #    - "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"
14790 #  layout:
14791 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr"
14792 #    layout: "plot-throughput-speedup-analysis-cps"
14793
14794 #- type: "plot"
14795 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr-tsa"
14796 #  algorithm: "plot_tsa_name"
14797 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr-tsa"
14798 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14799 #  include:
14800 #    - "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"
14801 #    - "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"
14802 #    - "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"
14803 #  layout:
14804 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr"
14805 #    layout: "plot-throughput-speedup-analysis"
14806
14807 - type: "plot"
14808   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14809   algorithm: "plot_tsa_name"
14810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14812   include:
14813     - "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"
14814     - "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"
14815     - "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"
14816     - "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"
14817     - "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"
14818     - "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"
14819   layout:
14820     title: "2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr"
14821     layout: "plot-throughput-speedup-analysis-cps"
14822
14823 - type: "plot"
14824   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14825   algorithm: "plot_tsa_name"
14826   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14828   include:
14829     - "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"
14830     - "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"
14831     - "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"
14832     - "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"
14833     - "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"
14834     - "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"
14835   layout:
14836     title: "2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr"
14837     layout: "plot-throughput-speedup-analysis"
14838
14839 #- type: "plot"
14840 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14841 #  algorithm: "plot_tsa_name"
14842 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14843 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14844 #  include:
14845 #    - "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"
14846 #    - "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"
14847 #    - "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"
14848 #  layout:
14849 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
14850 #    layout: "plot-throughput-speedup-analysis-cps"
14851
14852 #- type: "plot"
14853 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14854 #  algorithm: "plot_tsa_name"
14855 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14856 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14857 #  include:
14858 #    - "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"
14859 #    - "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"
14860 #    - "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"
14861 #  layout:
14862 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
14863 #    layout: "plot-throughput-speedup-analysis"
14864
14865 - type: "plot"
14866   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14867   algorithm: "plot_tsa_name"
14868   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14869   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14870   include:
14871     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14872     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14873     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14874 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14875     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14876   layout:
14877     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14878     layout: "plot-throughput-speedup-analysis"
14879
14880 - type: "plot"
14881   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14882   algorithm: "plot_tsa_name"
14883   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14884   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14885   include:
14886     - "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"
14887     - "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"
14888     - "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"
14889   layout:
14890     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14891     layout: "plot-throughput-speedup-analysis"
14892
14893 - type: "plot"
14894   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr-tsa"
14895   algorithm: "plot_tsa_name"
14896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr-tsa"
14897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14898   include:
14899     - "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"
14900     - "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"
14901     - "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"
14902     - "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"
14903     - "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"
14904     - "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"
14905   layout:
14906     title: "2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr"
14907     layout: "plot-throughput-speedup-analysis-cps"
14908
14909 - type: "plot"
14910   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr-tsa"
14911   algorithm: "plot_tsa_name"
14912   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr-tsa"
14913   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14914   include:
14915     - "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"
14916     - "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"
14917     - "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"
14918     - "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"
14919     - "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"
14920     - "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"
14921   layout:
14922     title: "2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr"
14923     layout: "plot-throughput-speedup-analysis"
14924
14925 #- type: "plot"
14926 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr-tsa"
14927 #  algorithm: "plot_tsa_name"
14928 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr-tsa"
14929 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14930 #  include:
14931 #    - "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"
14932 #    - "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"
14933 #    - "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"
14934 #  layout:
14935 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr"
14936 #    layout: "plot-throughput-speedup-analysis-cps"
14937
14938 #- type: "plot"
14939 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr-tsa"
14940 #  algorithm: "plot_tsa_name"
14941 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr-tsa"
14942 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14943 #  include:
14944 #    - "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"
14945 #    - "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"
14946 #    - "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"
14947 #  layout:
14948 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr"
14949 #    layout: "plot-throughput-speedup-analysis"
14950
14951 - type: "plot"
14952   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14953   algorithm: "plot_tsa_name"
14954   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14955   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14956   include:
14957     - "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"
14958     - "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"
14959     - "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"
14960     - "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"
14961     - "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"
14962     - "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"
14963   layout:
14964     title: "2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr"
14965     layout: "plot-throughput-speedup-analysis-cps"
14966
14967 - type: "plot"
14968   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14969   algorithm: "plot_tsa_name"
14970   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14972   include:
14973     - "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"
14974     - "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"
14975     - "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"
14976     - "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"
14977     - "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"
14978     - "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"
14979   layout:
14980     title: "2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr"
14981     layout: "plot-throughput-speedup-analysis"
14982
14983 #- type: "plot"
14984 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14985 #  algorithm: "plot_tsa_name"
14986 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14987 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14988 #  include:
14989 #    - "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"
14990 #    - "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"
14991 #    - "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"
14992 #  layout:
14993 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
14994 #    layout: "plot-throughput-speedup-analysis-cps"
14995
14996 #- type: "plot"
14997 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14998 #  algorithm: "plot_tsa_name"
14999 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr-tsa"
15000 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
15001 #  include:
15002 #    - "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"
15003 #    - "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"
15004 #    - "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"
15005 #  layout:
15006 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
15007 #    layout: "plot-throughput-speedup-analysis"
15008
15009 - type: "plot"
15010   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15011   algorithm: "plot_tsa_name"
15012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15014   include:
15015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15021   layout:
15022     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15023     layout: "plot-throughput-speedup-analysis"
15024
15025 - type: "plot"
15026   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15027   algorithm: "plot_tsa_name"
15028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15030   include:
15031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15037   layout:
15038     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15039     layout: "plot-throughput-speedup-analysis"
15040
15041 - type: "plot"
15042   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15043   algorithm: "plot_tsa_name"
15044   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15046   include:
15047     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15048     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15049     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15050   layout:
15051     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
15052     layout: "plot-throughput-speedup-analysis"
15053
15054 - type: "plot"
15055   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15056   algorithm: "plot_tsa_name"
15057   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15058   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15059   include:
15060     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15063   layout:
15064     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
15065     layout: "plot-throughput-speedup-analysis"
15066
15067 - type: "plot"
15068   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15069   algorithm: "plot_tsa_name"
15070   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15072   include:
15073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15076 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15077 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15078   layout:
15079     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
15080     layout: "plot-throughput-speedup-analysis"
15081
15082 - type: "plot"
15083   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15084   algorithm: "plot_tsa_name"
15085   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15087   include:
15088     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15091 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15092 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15093   layout:
15094     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
15095     layout: "plot-throughput-speedup-analysis"
15096
15097 - type: "plot"
15098   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15099   algorithm: "plot_tsa_name"
15100   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15102   include:
15103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15108   layout:
15109     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15110     layout: "plot-throughput-speedup-analysis"
15111
15112 - type: "plot"
15113   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15114   algorithm: "plot_tsa_name"
15115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15117   include:
15118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15123   layout:
15124     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 - type: "plot"
15128   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15129   algorithm: "plot_tsa_name"
15130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15132   include:
15133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15138   layout:
15139     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15140     layout: "plot-throughput-speedup-analysis"
15141
15142 - type: "plot"
15143   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15144   algorithm: "plot_tsa_name"
15145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15147   include:
15148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15153   layout:
15154     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15155     layout: "plot-throughput-speedup-analysis"
15156
15157 - type: "plot"
15158   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15159   algorithm: "plot_tsa_name"
15160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15162   include:
15163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15167   layout:
15168     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15169     layout: "plot-throughput-speedup-analysis"
15170
15171 - type: "plot"
15172   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15173   algorithm: "plot_tsa_name"
15174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15176   include:
15177     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15181   layout:
15182     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15183     layout: "plot-throughput-speedup-analysis"
15184
15185 - type: "plot"
15186   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15187   algorithm: "plot_tsa_name"
15188   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15190   include:
15191     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15196   layout:
15197     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15198     layout: "plot-throughput-speedup-analysis"
15199
15200 - type: "plot"
15201   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15202   algorithm: "plot_tsa_name"
15203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15205   include:
15206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15211   layout:
15212     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15213     layout: "plot-throughput-speedup-analysis"
15214
15215 - type: "plot"
15216   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15217   algorithm: "plot_tsa_name"
15218   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15220   include:
15221     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15222     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15223   layout:
15224     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15225     layout: "plot-throughput-speedup-analysis"
15226
15227 - type: "plot"
15228   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15229   algorithm: "plot_tsa_name"
15230   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15231   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15232   include:
15233     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15234     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15235   layout:
15236     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15237     layout: "plot-throughput-speedup-analysis"
15238
15239 - type: "plot"
15240   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15241   algorithm: "plot_tsa_name"
15242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15244   include:
15245     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15249   layout:
15250     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15251     layout: "plot-throughput-speedup-analysis"
15252
15253 - type: "plot"
15254   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15255   algorithm: "plot_tsa_name"
15256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15258   include:
15259     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15262     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15263   layout:
15264     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15265     layout: "plot-throughput-speedup-analysis"
15266
15267 - type: "plot"
15268   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15269   algorithm: "plot_tsa_name"
15270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15272   include:
15273     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15274     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15275     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15276     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15277   layout:
15278     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15279     layout: "plot-throughput-speedup-analysis"
15280
15281 - type: "plot"
15282   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15283   algorithm: "plot_tsa_name"
15284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15286   include:
15287     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15288     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15289     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15290     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15291   layout:
15292     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15293     layout: "plot-throughput-speedup-analysis"
15294
15295 - type: "plot"
15296   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15297   algorithm: "plot_tsa_name"
15298   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15300   include:
15301     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15302     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15303     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15304     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15307   layout:
15308     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15309     layout: "plot-throughput-speedup-analysis"
15310
15311 - type: "plot"
15312   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15313   algorithm: "plot_tsa_name"
15314   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15315   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15316   include:
15317     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15318     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15319     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15320     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15321     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15322     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15323   layout:
15324     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15325     layout: "plot-throughput-speedup-analysis"
15326
15327 - type: "plot"
15328   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15329   algorithm: "plot_tsa_name"
15330   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15331   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15332   include:
15333     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15334     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15335     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15336     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15337     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15338   layout:
15339     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15340     layout: "plot-throughput-speedup-analysis"
15341
15342 - type: "plot"
15343   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15344   algorithm: "plot_tsa_name"
15345   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15347   include:
15348     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15349     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15350     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15351     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15353   layout:
15354     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15355     layout: "plot-throughput-speedup-analysis"
15356
15357 - type: "plot"
15358   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15359   algorithm: "plot_tsa_name"
15360   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15362   include:
15363     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15364     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15365     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15368   layout:
15369     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15370     layout: "plot-throughput-speedup-analysis"
15371
15372 - type: "plot"
15373   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15374   algorithm: "plot_tsa_name"
15375   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15376   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15377   include:
15378     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15379     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15380     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15381     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15382     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15383   layout:
15384     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15385     layout: "plot-throughput-speedup-analysis"
15386
15387 - type: "plot"
15388   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15389   algorithm: "plot_tsa_name"
15390   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15391   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15392   include:
15393     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15394     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15395     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15396   layout:
15397     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15398     layout: "plot-throughput-speedup-analysis"
15399
15400 - type: "plot"
15401   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15402   algorithm: "plot_tsa_name"
15403   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15404   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15405   include:
15406     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15407     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15408     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15409   layout:
15410     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15411     layout: "plot-throughput-speedup-analysis"
15412
15413 - type: "plot"
15414   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15415   algorithm: "plot_tsa_name"
15416   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15418   include:
15419     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15420     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15421     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15422   layout:
15423     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15424     layout: "plot-throughput-speedup-analysis"
15425
15426 - type: "plot"
15427   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15428   algorithm: "plot_tsa_name"
15429   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15431   include:
15432     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15433     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15434     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15435   layout:
15436     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15437     layout: "plot-throughput-speedup-analysis"
15438
15439 - type: "plot"
15440   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15441   algorithm: "plot_tsa_name"
15442   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15444   include:
15445     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15446     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15447     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15448     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15449     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15450   layout:
15451     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15452     layout: "plot-throughput-speedup-analysis"
15453
15454 - type: "plot"
15455   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15456   algorithm: "plot_tsa_name"
15457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15459   include:
15460     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15461     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15462     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15463     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15464     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15465   layout:
15466     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15467     layout: "plot-throughput-speedup-analysis"
15468
15469 - type: "plot"
15470   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15471   algorithm: "plot_tsa_name"
15472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15474   include:
15475     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15476     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15477     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15478     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15479     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15480   layout:
15481     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15482     layout: "plot-throughput-speedup-analysis"
15483
15484 - type: "plot"
15485   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15486   algorithm: "plot_tsa_name"
15487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15489   include:
15490     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15491     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15492     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15493     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15494     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15495   layout:
15496     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15497     layout: "plot-throughput-speedup-analysis"
15498
15499 - type: "plot"
15500   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15501   algorithm: "plot_tsa_name"
15502   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15504   include:
15505     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15506     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15507     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15508     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15509     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15510     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15511   layout:
15512     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15513     layout: "plot-throughput-speedup-analysis"
15514
15515 - type: "plot"
15516   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15517   algorithm: "plot_tsa_name"
15518   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15520   include:
15521     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15522     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15523     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15524     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15525     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15526     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15527   layout:
15528     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15529     layout: "plot-throughput-speedup-analysis"
15530
15531 - type: "plot"
15532   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15533   algorithm: "plot_tsa_name"
15534   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15535   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15536   include:
15537     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15538     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15539     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15540     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15541   layout:
15542     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15543     layout: "plot-throughput-speedup-analysis"
15544
15545 - type: "plot"
15546   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15547   algorithm: "plot_tsa_name"
15548   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15550   include:
15551     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15552     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15553     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15554     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15555   layout:
15556     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15557     layout: "plot-throughput-speedup-analysis"
15558
15559 - type: "plot"
15560   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15561   algorithm: "plot_tsa_name"
15562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15564   include:
15565     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15566     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15567     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15568     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15569     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15570     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15571   layout:
15572     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15573     layout: "plot-throughput-speedup-analysis"
15574
15575 - type: "plot"
15576   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15577   algorithm: "plot_tsa_name"
15578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15580   include:
15581     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15582     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15583     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15584     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15585     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15586     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15587   layout:
15588     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15589     layout: "plot-throughput-speedup-analysis"
15590
15591 - type: "plot"
15592   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15593   algorithm: "plot_tsa_name"
15594   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15596   include:
15597     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15598     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15599     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15600     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15601     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15602     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15603   layout:
15604     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15605     layout: "plot-throughput-speedup-analysis"
15606
15607 - type: "plot"
15608   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15609   algorithm: "plot_tsa_name"
15610   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15612   include:
15613     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15614     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15615     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15616     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15617     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15618     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15619   layout:
15620     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15621     layout: "plot-throughput-speedup-analysis"
15622
15623 - type: "plot"
15624   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15625   algorithm: "plot_tsa_name"
15626   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15628   include:
15629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15635   layout:
15636     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15637     layout: "plot-throughput-speedup-analysis"
15638
15639 - type: "plot"
15640   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15641   algorithm: "plot_tsa_name"
15642   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15644   include:
15645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15651   layout:
15652     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15653     layout: "plot-throughput-speedup-analysis"
15654
15655 - type: "plot"
15656   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15657   algorithm: "plot_tsa_name"
15658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15660   include:
15661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15667   layout:
15668     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15669     layout: "plot-throughput-speedup-analysis"
15670
15671 - type: "plot"
15672   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15673   algorithm: "plot_tsa_name"
15674   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15676   include:
15677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15683   layout:
15684     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15685     layout: "plot-throughput-speedup-analysis"
15686
15687 - type: "plot"
15688   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15689   algorithm: "plot_tsa_name"
15690   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15692   include:
15693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15699   layout:
15700     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15701     layout: "plot-throughput-speedup-analysis"
15702
15703 - type: "plot"
15704   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15705   algorithm: "plot_tsa_name"
15706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15708   include:
15709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15715   layout:
15716     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15717     layout: "plot-throughput-speedup-analysis"
15718
15719 - type: "plot"
15720   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15721   algorithm: "plot_tsa_name"
15722   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15724   include:
15725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15729   layout:
15730     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15731     layout: "plot-throughput-speedup-analysis"
15732
15733 - type: "plot"
15734   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15735   algorithm: "plot_tsa_name"
15736   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15738   include:
15739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15743   layout:
15744     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15745     layout: "plot-throughput-speedup-analysis"
15746
15747 - type: "plot"
15748   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15749   algorithm: "plot_tsa_name"
15750   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15752   include:
15753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15757   layout:
15758     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15759     layout: "plot-throughput-speedup-analysis"
15760
15761 - type: "plot"
15762   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15763   algorithm: "plot_tsa_name"
15764   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15765   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15766   include:
15767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15771   layout:
15772     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15773     layout: "plot-throughput-speedup-analysis"
15774
15775 - type: "plot"
15776   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15777   algorithm: "plot_tsa_name"
15778   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15780   include:
15781     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15782     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15783     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15785     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15786     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15787   layout:
15788     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15789     layout: "plot-throughput-speedup-analysis"
15790
15791 - type: "plot"
15792   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15793   algorithm: "plot_tsa_name"
15794   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15795   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15796   include:
15797     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15798     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15799     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15800     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15801     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15802     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15803   layout:
15804     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15805     layout: "plot-throughput-speedup-analysis"
15806
15807 - type: "plot"
15808   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15809   algorithm: "plot_tsa_name"
15810   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15812   include:
15813     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15814     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15815     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15816     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15817     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15818   layout:
15819     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15820     layout: "plot-throughput-speedup-analysis"
15821
15822 - type: "plot"
15823   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15824   algorithm: "plot_tsa_name"
15825   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15827   include:
15828     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15829     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15830     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15831     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15832     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15833   layout:
15834     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15835     layout: "plot-throughput-speedup-analysis"
15836
15837 - type: "plot"
15838   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15839   algorithm: "plot_tsa_name"
15840   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15842   include:
15843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15848   layout:
15849     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15850     layout: "plot-throughput-speedup-analysis"
15851
15852 - type: "plot"
15853   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15854   algorithm: "plot_tsa_name"
15855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15857   include:
15858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15863   layout:
15864     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15865     layout: "plot-throughput-speedup-analysis"
15866
15867 - type: "plot"
15868   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15869   algorithm: "plot_tsa_name"
15870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15872   include:
15873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15877   layout:
15878     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15879     layout: "plot-throughput-speedup-analysis"
15880
15881 - type: "plot"
15882   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15883   algorithm: "plot_tsa_name"
15884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15886   include:
15887     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15888     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15891   layout:
15892     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15893     layout: "plot-throughput-speedup-analysis"
15894
15895 - type: "plot"
15896   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15897   algorithm: "plot_tsa_name"
15898   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15899   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15900   include:
15901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15902     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15907   layout:
15908     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15909     layout: "plot-throughput-speedup-analysis"
15910
15911 - type: "plot"
15912   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15913   algorithm: "plot_tsa_name"
15914   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15916   include:
15917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15918     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15919     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15920     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15923   layout:
15924     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15925     layout: "plot-throughput-speedup-analysis"
15926
15927 - type: "plot"
15928   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15929   algorithm: "plot_tsa_name"
15930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15932   include:
15933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15934     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15935     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15939   layout:
15940     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15941     layout: "plot-throughput-speedup-analysis"
15942
15943 - type: "plot"
15944   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15945   algorithm: "plot_tsa_name"
15946   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15948   include:
15949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15955   layout:
15956     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15957     layout: "plot-throughput-speedup-analysis"
15958
15959 - type: "plot"
15960   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15961   algorithm: "plot_tsa_name"
15962   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15964   include:
15965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15971   layout:
15972     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15973     layout: "plot-throughput-speedup-analysis"
15974
15975 - type: "plot"
15976   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15977   algorithm: "plot_tsa_name"
15978   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15980   include:
15981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15987   layout:
15988     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15989     layout: "plot-throughput-speedup-analysis"
15990
15991 - type: "plot"
15992   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15993   algorithm: "plot_tsa_name"
15994   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15996   include:
15997     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15998     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15999     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16000     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16001     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16002     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16003   layout:
16004     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
16005     layout: "plot-throughput-speedup-analysis"
16006
16007 - type: "plot"
16008   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16009   algorithm: "plot_tsa_name"
16010   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16011   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16012   include:
16013     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16014     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16015     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16016     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16017     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16018     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16019   layout:
16020     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
16021     layout: "plot-throughput-speedup-analysis"
16022
16023 - type: "plot"
16024   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16025   algorithm: "plot_tsa_name"
16026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16028   include:
16029     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16030     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16031     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16032     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16033     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16034     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16035   layout:
16036     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
16037     layout: "plot-throughput-speedup-analysis"
16038
16039 - type: "plot"
16040   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16041   algorithm: "plot_tsa_name"
16042   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16044   include:
16045     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16046     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16047     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16048     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16049     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16050     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16051   layout:
16052     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
16053     layout: "plot-throughput-speedup-analysis"
16054
16055 - type: "plot"
16056   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
16057   algorithm: "plot_tsa_name"
16058   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16060   include:
16061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16066   layout:
16067     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
16068     layout: "plot-throughput-speedup-analysis"
16069
16070 - type: "plot"
16071   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
16072   algorithm: "plot_tsa_name"
16073   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16075   include:
16076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16081   layout:
16082     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
16083     layout: "plot-throughput-speedup-analysis"
16084
16085 - type: "plot"
16086   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16087   algorithm: "plot_tsa_name"
16088   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16090   include:
16091     - "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"
16092     - "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"
16093     - "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"
16094     - "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"
16095     - "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"
16096   layout:
16097     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16098     layout: "plot-throughput-speedup-analysis"
16099
16100 - type: "plot"
16101   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16102   algorithm: "plot_tsa_name"
16103   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16105   include:
16106     - "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"
16107     - "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"
16108     - "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"
16109     - "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"
16110     - "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"
16111   layout:
16112     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16113     layout: "plot-throughput-speedup-analysis"
16114
16115 - type: "plot"
16116   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16117   algorithm: "plot_tsa_name"
16118   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16119   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16120   include:
16121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16126   layout:
16127     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16128     layout: "plot-throughput-speedup-analysis"
16129
16130 - type: "plot"
16131   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16132   algorithm: "plot_tsa_name"
16133   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16134   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16135   include:
16136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16141   layout:
16142     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16143     layout: "plot-throughput-speedup-analysis"
16144
16145 - type: "plot"
16146   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16147   algorithm: "plot_tsa_name"
16148   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16149   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16150   include:
16151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16156   layout:
16157     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16158     layout: "plot-throughput-speedup-analysis"
16159
16160 - type: "plot"
16161   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16162   algorithm: "plot_tsa_name"
16163   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16164   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16165   include:
16166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16171   layout:
16172     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16173     layout: "plot-throughput-speedup-analysis"
16174
16175 - type: "plot"
16176   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16177   algorithm: "plot_tsa_name"
16178   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16179   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16180   include:
16181     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16182     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16183     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16184     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16185     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16186   layout:
16187     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16188     layout: "plot-throughput-speedup-analysis"
16189
16190 - type: "plot"
16191   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16192   algorithm: "plot_tsa_name"
16193   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16194   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16195   include:
16196     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16197     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16198     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16199     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16200     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16201   layout:
16202     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16203     layout: "plot-throughput-speedup-analysis"
16204
16205 - type: "plot"
16206   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16207   algorithm: "plot_tsa_name"
16208   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16209   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16210   include:
16211     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16212     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16213     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16214     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16215     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16216   layout:
16217     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16218     layout: "plot-throughput-speedup-analysis"
16219
16220 - type: "plot"
16221   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16222   algorithm: "plot_tsa_name"
16223   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16224   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16225   include:
16226     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16227     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16228     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16229     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16230     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16231   layout:
16232     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16233     layout: "plot-throughput-speedup-analysis"
16234
16235 - type: "plot"
16236   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16237   algorithm: "plot_tsa_name"
16238   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16240   include:
16241     - "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"
16242     - "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"
16243     - "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"
16244     - "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"
16245   layout:
16246     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16247     layout: "plot-throughput-speedup-analysis"
16248
16249 - type: "plot"
16250   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16251   algorithm: "plot_tsa_name"
16252   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16254   include:
16255     - "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"
16256     - "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"
16257     - "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"
16258     - "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"
16259   layout:
16260     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16261     layout: "plot-throughput-speedup-analysis"
16262
16263 - type: "plot"
16264   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16265   algorithm: "plot_tsa_name"
16266   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16268   include:
16269     - "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"
16270     - "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"
16271     - "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"
16272     - "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"
16273   layout:
16274     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16275     layout: "plot-throughput-speedup-analysis"
16276
16277 - type: "plot"
16278   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16279   algorithm: "plot_tsa_name"
16280   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16282   include:
16283     - "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"
16284     - "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"
16285     - "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"
16286     - "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"
16287   layout:
16288     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16289     layout: "plot-throughput-speedup-analysis"
16290
16291 - type: "plot"
16292   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16293   algorithm: "plot_tsa_name"
16294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16296   include:
16297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16303   layout:
16304     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16305     layout: "plot-throughput-speedup-analysis"
16306
16307 - type: "plot"
16308   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16309   algorithm: "plot_tsa_name"
16310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16312   include:
16313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16319   layout:
16320     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16321     layout: "plot-throughput-speedup-analysis"
16322
16323 - type: "plot"
16324   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16325   algorithm: "plot_tsa_name"
16326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16328   include:
16329     - "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"
16330     - "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"
16331     - "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"
16332     - "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"
16333     - "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"
16334     - "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"
16335   layout:
16336     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16337     layout: "plot-throughput-speedup-analysis"
16338
16339 - type: "plot"
16340   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16341   algorithm: "plot_tsa_name"
16342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16344   include:
16345     - "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"
16346     - "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"
16347     - "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"
16348     - "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"
16349     - "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"
16350     - "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"
16351   layout:
16352     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16353     layout: "plot-throughput-speedup-analysis"
16354
16355 - type: "plot"
16356   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16357   algorithm: "plot_tsa_name"
16358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16360   include:
16361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16362     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16363     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16367   layout:
16368     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16369     layout: "plot-throughput-speedup-analysis"
16370
16371 - type: "plot"
16372   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16373   algorithm: "plot_tsa_name"
16374   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16376   include:
16377     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16378     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16379     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16380     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16383   layout:
16384     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16385     layout: "plot-throughput-speedup-analysis"
16386
16387 - type: "plot"
16388   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16389   algorithm: "plot_tsa_name"
16390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16392   include:
16393     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16394     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16395     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16396     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16398   layout:
16399     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16400     layout: "plot-throughput-speedup-analysis"
16401
16402 - type: "plot"
16403   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16404   algorithm: "plot_tsa_name"
16405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16407   include:
16408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16409     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16410     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16411     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16412     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16413   layout:
16414     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16415     layout: "plot-throughput-speedup-analysis"
16416
16417 - type: "plot"
16418   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16419   algorithm: "plot_tsa_name"
16420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16422   include:
16423     - "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"
16424     - "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"
16425   layout:
16426     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16427     layout: "plot-throughput-speedup-analysis"
16428
16429 - type: "plot"
16430   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16431   algorithm: "plot_tsa_name"
16432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16434   include:
16435     - "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"
16436     - "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"
16437   layout:
16438     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16439     layout: "plot-throughput-speedup-analysis"
16440
16441 - type: "plot"
16442   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16443   algorithm: "plot_tsa_name"
16444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16446   include:
16447     - "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"
16448     - "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"
16449   layout:
16450     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16451     layout: "plot-throughput-speedup-analysis"
16452
16453 - type: "plot"
16454   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16455   algorithm: "plot_tsa_name"
16456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16458   include:
16459     - "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"
16460     - "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"
16461   layout:
16462     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16463     layout: "plot-throughput-speedup-analysis"
16464
16465 - type: "plot"
16466   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16467   algorithm: "plot_tsa_name"
16468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16470   include:
16471     - "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"
16472     - "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"
16473     - "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"
16474     - "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"
16475     - "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"
16476     - "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"
16477   layout:
16478     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16479     layout: "plot-throughput-speedup-analysis"
16480
16481 - type: "plot"
16482   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16483   algorithm: "plot_tsa_name"
16484   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16486   include:
16487     - "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"
16488     - "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"
16489     - "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"
16490     - "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"
16491     - "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"
16492     - "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"
16493   layout:
16494     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16495     layout: "plot-throughput-speedup-analysis"
16496
16497 - type: "plot"
16498   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16499   algorithm: "plot_tsa_name"
16500   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16501   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16502   include:
16503     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16504     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16505     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16506     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16507     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16508   layout:
16509     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16510     layout: "plot-throughput-speedup-analysis"
16511
16512 - type: "plot"
16513   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16514   algorithm: "plot_tsa_name"
16515   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16516   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16517   include:
16518     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16519     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16520     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16521     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16522     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16523   layout:
16524     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16525     layout: "plot-throughput-speedup-analysis"
16526
16527 - type: "plot"
16528   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16529   algorithm: "plot_tsa_name"
16530   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16531   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16532   include:
16533     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16534     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16535     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16536     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16537     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16538   layout:
16539     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16540     layout: "plot-throughput-speedup-analysis"
16541
16542 - type: "plot"
16543   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16544   algorithm: "plot_tsa_name"
16545   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16546   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16547   include:
16548     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16549     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16550     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16551     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16552     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16553   layout:
16554     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16555     layout: "plot-throughput-speedup-analysis"
16556
16557 - type: "plot"
16558   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16559   algorithm: "plot_tsa_name"
16560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16561   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16562   include:
16563     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16564     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16565     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16566     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16567   layout:
16568     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16569     layout: "plot-throughput-speedup-analysis"
16570
16571 - type: "plot"
16572   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16573   algorithm: "plot_tsa_name"
16574   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16575   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16576   include:
16577     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16580     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16581   layout:
16582     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16583     layout: "plot-throughput-speedup-analysis"
16584
16585 - type: "plot"
16586   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16587   algorithm: "plot_tsa_name"
16588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16590   include:
16591     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16592     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16593     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16594     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16595   layout:
16596     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16597     layout: "plot-throughput-speedup-analysis"
16598
16599 - type: "plot"
16600   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16601   algorithm: "plot_tsa_name"
16602   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16603   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16604   include:
16605     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16606     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16607     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16608     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16609   layout:
16610     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16611     layout: "plot-throughput-speedup-analysis"
16612
16613 - type: "plot"
16614   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16615   algorithm: "plot_tsa_name"
16616   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16617   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16618   include:
16619     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16620     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16621     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16622     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16623     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16624   layout:
16625     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16626     layout: "plot-throughput-speedup-analysis"
16627
16628 - type: "plot"
16629   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16630   algorithm: "plot_tsa_name"
16631   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16632   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16633   include:
16634     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16635     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16636     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16637     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16638     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16639   layout:
16640     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16641     layout: "plot-throughput-speedup-analysis"
16642
16643 - type: "plot"
16644   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16645   algorithm: "plot_tsa_name"
16646   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16647   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16648   include:
16649     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16650     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16651     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16652     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16653     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16654     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16655   layout:
16656     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16657     layout: "plot-throughput-speedup-analysis"
16658
16659 - type: "plot"
16660   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16661   algorithm: "plot_tsa_name"
16662   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16663   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16664   include:
16665     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16666     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16667     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16668     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16669     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16670     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16671   layout:
16672     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16673     layout: "plot-throughput-speedup-analysis"
16674
16675 - type: "plot"
16676   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16677   algorithm: "plot_tsa_name"
16678   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16679   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16680   include:
16681     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16682     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16683     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16684     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16685   layout:
16686     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16687     layout: "plot-throughput-speedup-analysis"
16688
16689 - type: "plot"
16690   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16691   algorithm: "plot_tsa_name"
16692   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16693   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16694   include:
16695     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16696     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16697     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16698     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16699   layout:
16700     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16701     layout: "plot-throughput-speedup-analysis"
16702
16703 - type: "plot"
16704   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16705   algorithm: "plot_tsa_name"
16706   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16707   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16708   include:
16709     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16710     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16711     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16712     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16713     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16714     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16715   layout:
16716     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16717     layout: "plot-throughput-speedup-analysis"
16718
16719 - type: "plot"
16720   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16721   algorithm: "plot_tsa_name"
16722   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16723   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16724   include:
16725     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16726     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16727     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16728     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16729     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16730     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16731   layout:
16732     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16733     layout: "plot-throughput-speedup-analysis"
16734
16735 - type: "plot"
16736   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16737   algorithm: "plot_tsa_name"
16738   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16739   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16740   include:
16741     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16742     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16743     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16744     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16745     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16746     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16747   layout:
16748     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16749     layout: "plot-throughput-speedup-analysis"
16750
16751 - type: "plot"
16752   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16753   algorithm: "plot_tsa_name"
16754   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16755   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16756   include:
16757     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16758     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16759     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16760     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16761     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16762     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16763   layout:
16764     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16765     layout: "plot-throughput-speedup-analysis"
16766
16767 - type: "plot"
16768   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16769   algorithm: "plot_tsa_name"
16770   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16771   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16772   include:
16773     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16774     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16775     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16776     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16777     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16778     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16779   layout:
16780     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16781     layout: "plot-throughput-speedup-analysis"
16782
16783 - type: "plot"
16784   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16785   algorithm: "plot_tsa_name"
16786   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16787   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16788   include:
16789     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16790     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16791     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16792     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16793     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16794     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16795   layout:
16796     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16797     layout: "plot-throughput-speedup-analysis"
16798
16799 - type: "plot"
16800   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16801   algorithm: "plot_tsa_name"
16802   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16803   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16804   include:
16805     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16806     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16807     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16808     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16809     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16810     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16811   layout:
16812     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16813     layout: "plot-throughput-speedup-analysis"
16814
16815 - type: "plot"
16816   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16817   algorithm: "plot_tsa_name"
16818   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16819   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16820   include:
16821     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16822     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16823     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16824     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16825     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16826     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16827   layout:
16828     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16829     layout: "plot-throughput-speedup-analysis"
16830
16831 - type: "plot"
16832   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16833   algorithm: "plot_tsa_name"
16834   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16835   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16836   include:
16837     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16838     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16839     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16840     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16841     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16842     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16843   layout:
16844     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16845     layout: "plot-throughput-speedup-analysis"
16846
16847 - type: "plot"
16848   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16849   algorithm: "plot_tsa_name"
16850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16852   include:
16853     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16854     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16855     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16856     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16857     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16858     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16859   layout:
16860     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16861     layout: "plot-throughput-speedup-analysis"
16862
16863 #- type: "plot"
16864 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16865 #  algorithm: "plot_tsa_name"
16866 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16867 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16868 #  include:
16869 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16870 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16871 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16872 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16873 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16874 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16875 #  layout:
16876 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16877 #    layout: "plot-throughput-speedup-analysis"
16878 #
16879 #- type: "plot"
16880 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16881 #  algorithm: "plot_tsa_name"
16882 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16883 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16884 #  include:
16885 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16886 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16887 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16888 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16889 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16890 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16891 #  layout:
16892 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16893 #    layout: "plot-throughput-speedup-analysis"
16894
16895 - type: "plot"
16896   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16897   algorithm: "plot_tsa_name"
16898   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16899   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16900   include:
16901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16906   layout:
16907     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16908     layout: "plot-throughput-speedup-analysis"
16909
16910 - type: "plot"
16911   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16912   algorithm: "plot_tsa_name"
16913   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16914   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16915   include:
16916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16921   layout:
16922     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16923     layout: "plot-throughput-speedup-analysis"
16924
16925 - type: "plot"
16926   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16927   algorithm: "plot_tsa_name"
16928   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16929   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16930   include:
16931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16937   layout:
16938     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16939     layout: "plot-throughput-speedup-analysis"
16940
16941 - type: "plot"
16942   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16943   algorithm: "plot_tsa_name"
16944   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16945   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16946   include:
16947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16953   layout:
16954     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16955     layout: "plot-throughput-speedup-analysis"
16956
16957 - type: "plot"
16958   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16959   algorithm: "plot_tsa_name"
16960   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16961   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16962   include:
16963     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16965     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16966     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16967     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16968   layout:
16969     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16970     layout: "plot-throughput-speedup-analysis"
16971
16972 - type: "plot"
16973   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16974   algorithm: "plot_tsa_name"
16975   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16976   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16977   include:
16978     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16980     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16982     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16983   layout:
16984     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16985     layout: "plot-throughput-speedup-analysis"
16986
16987 - type: "plot"
16988   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16989   algorithm: "plot_tsa_name"
16990   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16991   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16992   include:
16993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16997   layout:
16998     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16999     layout: "plot-throughput-speedup-analysis"
17000
17001 - type: "plot"
17002   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17003   algorithm: "plot_tsa_name"
17004   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17005   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17006   include:
17007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17011   layout:
17012     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17013     layout: "plot-throughput-speedup-analysis"
17014
17015 - type: "plot"
17016   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17017   algorithm: "plot_tsa_name"
17018   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17019   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17020   include:
17021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17027   layout:
17028     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17029     layout: "plot-throughput-speedup-analysis"
17030
17031 - type: "plot"
17032   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17033   algorithm: "plot_tsa_name"
17034   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17035   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17036   include:
17037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17043   layout:
17044     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17045     layout: "plot-throughput-speedup-analysis"
17046
17047 - type: "plot"
17048   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17049   algorithm: "plot_tsa_name"
17050   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17051   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17052   include:
17053     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17054     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17055     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17056     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17057     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17058   layout:
17059     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17060     layout: "plot-throughput-speedup-analysis"
17061
17062 - type: "plot"
17063   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17064   algorithm: "plot_tsa_name"
17065   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17066   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17067   include:
17068     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17069     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17070     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17073   layout:
17074     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17075     layout: "plot-throughput-speedup-analysis"
17076
17077 - type: "plot"
17078   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17079   algorithm: "plot_tsa_name"
17080   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17081   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17082   include:
17083     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17087     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17088   layout:
17089     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17090     layout: "plot-throughput-speedup-analysis"
17091
17092 - type: "plot"
17093   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17094   algorithm: "plot_tsa_name"
17095   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17096   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17097   include:
17098     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17103   layout:
17104     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17105     layout: "plot-throughput-speedup-analysis"
17106
17107 - type: "plot"
17108   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17109   algorithm: "plot_tsa_name"
17110   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17111   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17112   include:
17113     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17114     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17115     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17116     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17117   layout:
17118     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17119     layout: "plot-throughput-speedup-analysis"
17120
17121 - type: "plot"
17122   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17123   algorithm: "plot_tsa_name"
17124   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17125   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17126   include:
17127     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17128     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17129     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17130     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17131   layout:
17132     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17133     layout: "plot-throughput-speedup-analysis"
17134
17135 - type: "plot"
17136   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17137   algorithm: "plot_tsa_name"
17138   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17139   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17140   include:
17141     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17142     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17143     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17144     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17145     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17146   layout:
17147     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17148     layout: "plot-throughput-speedup-analysis"
17149
17150 - type: "plot"
17151   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17152   algorithm: "plot_tsa_name"
17153   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17154   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17155   include:
17156     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17157     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17158     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17159     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17160     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17161   layout:
17162     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17163     layout: "plot-throughput-speedup-analysis"
17164
17165 - type: "plot"
17166   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17167   algorithm: "plot_tsa_name"
17168   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17169   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17170   include:
17171     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17172     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17173     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17174     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17175     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17176     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17177   layout:
17178     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17179     layout: "plot-throughput-speedup-analysis"
17180
17181 - type: "plot"
17182   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17183   algorithm: "plot_tsa_name"
17184   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17185   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17186   include:
17187     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17188     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17189     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17190     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17191     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17192     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17193   layout:
17194     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17195     layout: "plot-throughput-speedup-analysis"
17196
17197 - type: "plot"
17198   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17199   algorithm: "plot_tsa_name"
17200   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17201   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17202   include:
17203     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17204     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17205     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17206     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17207   layout:
17208     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17209     layout: "plot-throughput-speedup-analysis"
17210
17211 - type: "plot"
17212   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17213   algorithm: "plot_tsa_name"
17214   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17215   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17216   include:
17217     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17218     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17219     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17220     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17221   layout:
17222     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17223     layout: "plot-throughput-speedup-analysis"
17224
17225 - type: "plot"
17226   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17227   algorithm: "plot_tsa_name"
17228   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17229   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17230   include:
17231     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17232     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17233     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17234     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17235     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17236     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17237   layout:
17238     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17239     layout: "plot-throughput-speedup-analysis"
17240
17241 - type: "plot"
17242   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17243   algorithm: "plot_tsa_name"
17244   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17245   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17246   include:
17247     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17248     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17249     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17250     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17251     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17252     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17253   layout:
17254     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17255     layout: "plot-throughput-speedup-analysis"
17256
17257 - type: "plot"
17258   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17259   algorithm: "plot_tsa_name"
17260   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17261   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17262   include:
17263     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17264     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17265     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17266     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17267     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17268     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17269   layout:
17270     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17271     layout: "plot-throughput-speedup-analysis"
17272
17273 - type: "plot"
17274   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17275   algorithm: "plot_tsa_name"
17276   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17277   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17278   include:
17279     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17280     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17281     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17282     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17283     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17284     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17285   layout:
17286     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17287     layout: "plot-throughput-speedup-analysis"
17288
17289 #- type: "plot"
17290 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17291 #  algorithm: "plot_tsa_name"
17292 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17293 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17294 #  include:
17295 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17296 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17297 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17298 #  layout:
17299 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17300 #    layout: "plot-throughput-speedup-analysis"
17301 #
17302 #- type: "plot"
17303 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17304 #  algorithm: "plot_tsa_name"
17305 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17306 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17307 #  include:
17308 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17309 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17310 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17311 #  layout:
17312 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17313 #    layout: "plot-throughput-speedup-analysis"
17314
17315 ################################################################################
17316
17317 # Packet Throughput - DPDK
17318
17319 # 2n-skx-xxv710
17320
17321 - type: "plot"
17322   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17323   algorithm: "plot_perf_box_name"
17324   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17325   data: "plot-dpdk-throughput-latency-2n-skx"
17326   include:
17327     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17328     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17329   layout:
17330     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17331     layout: "plot-throughput"
17332
17333 - type: "plot"
17334   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17335   algorithm: "plot_perf_box_name"
17336   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17337   data: "plot-dpdk-throughput-latency-2n-skx"
17338   include:
17339     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17340     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17341   layout:
17342     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17343     layout: "plot-throughput"
17344
17345 - type: "plot"
17346   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17347   algorithm: "plot_perf_box_name"
17348   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17349   data: "plot-dpdk-throughput-latency-2n-skx"
17350   include:
17351     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17352     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17353   layout:
17354     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17355     layout: "plot-throughput"
17356
17357 - type: "plot"
17358   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17359   algorithm: "plot_perf_box_name"
17360   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17361   data: "plot-dpdk-throughput-latency-2n-skx"
17362   include:
17363     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17364     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17365   layout:
17366     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17367     layout: "plot-throughput"
17368
17369 # 2n-skx-x710
17370
17371 - type: "plot"
17372   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17373   algorithm: "plot_perf_box_name"
17374   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17375   data: "plot-dpdk-throughput-latency-2n-skx"
17376   include:
17377     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17378     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17379   layout:
17380     title: "2n-skx-x710-64b-2t1c-base-ndr"
17381     layout: "plot-throughput"
17382
17383 - type: "plot"
17384   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17385   algorithm: "plot_perf_box_name"
17386   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17387   data: "plot-dpdk-throughput-latency-2n-skx"
17388   include:
17389     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17390     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17391   layout:
17392     title: "2n-skx-x710-64b-4t2c-base-ndr"
17393     layout: "plot-throughput"
17394
17395 - type: "plot"
17396   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17397   algorithm: "plot_perf_box_name"
17398   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17399   data: "plot-dpdk-throughput-latency-2n-skx"
17400   include:
17401     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17402     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17403   layout:
17404     title: "2n-skx-x710-64b-2t1c-base-pdr"
17405     layout: "plot-throughput"
17406
17407 - type: "plot"
17408   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17409   algorithm: "plot_perf_box_name"
17410   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17411   data: "plot-dpdk-throughput-latency-2n-skx"
17412   include:
17413     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17414     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17415   layout:
17416     title: "2n-skx-x710-64b-4t2c-base-pdr"
17417     layout: "plot-throughput"
17418
17419 # 3n-skx-xxv710
17420
17421 - type: "plot"
17422   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17423   algorithm: "plot_perf_box_name"
17424   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17425   data: "plot-dpdk-throughput-latency-3n-skx"
17426   include:
17427     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17428     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17429   layout:
17430     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17431     layout: "plot-throughput"
17432
17433 - type: "plot"
17434   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17435   algorithm: "plot_perf_box_name"
17436   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17437   data: "plot-dpdk-throughput-latency-3n-skx"
17438   include:
17439     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17440     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17441   layout:
17442     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17443     layout: "plot-throughput"
17444
17445 - type: "plot"
17446   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17447   algorithm: "plot_perf_box_name"
17448   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17449   data: "plot-dpdk-throughput-latency-3n-skx"
17450   include:
17451     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17452     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17453   layout:
17454     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17455     layout: "plot-throughput"
17456
17457 - type: "plot"
17458   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17459   algorithm: "plot_perf_box_name"
17460   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17461   data: "plot-dpdk-throughput-latency-3n-skx"
17462   include:
17463     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17464     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17465   layout:
17466     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17467     layout: "plot-throughput"
17468
17469 # 3n-skx-x710
17470
17471 - type: "plot"
17472   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17473   algorithm: "plot_perf_box_name"
17474   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17475   data: "plot-dpdk-throughput-latency-3n-skx"
17476   include:
17477     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17478     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17479   layout:
17480     title: "3n-skx-x710-64b-2t1c-base-ndr"
17481     layout: "plot-throughput"
17482
17483 - type: "plot"
17484   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17485   algorithm: "plot_perf_box_name"
17486   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17487   data: "plot-dpdk-throughput-latency-3n-skx"
17488   include:
17489     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17490     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17491   layout:
17492     title: "3n-skx-x710-64b-4t2c-base-ndr"
17493     layout: "plot-throughput"
17494
17495 - type: "plot"
17496   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17497   algorithm: "plot_perf_box_name"
17498   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17499   data: "plot-dpdk-throughput-latency-3n-skx"
17500   include:
17501     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17502     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17503   layout:
17504     title: "3n-skx-x710-64b-2t1c-base-pdr"
17505     layout: "plot-throughput"
17506
17507 - type: "plot"
17508   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17509   algorithm: "plot_perf_box_name"
17510   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17511   data: "plot-dpdk-throughput-latency-3n-skx"
17512   include:
17513     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17514     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17515   layout:
17516     title: "3n-skx-x710-64b-4t2c-base-pdr"
17517     layout: "plot-throughput"
17518
17519 # 3n-hsw-xl710
17520
17521 - type: "plot"
17522   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17523   algorithm: "plot_perf_box_name"
17524   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17525   data: "plot-dpdk-throughput-latency-3n-hsw"
17526   include:
17527     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17528     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17529   layout:
17530     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17531     layout: "plot-throughput"
17532
17533 - type: "plot"
17534   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17535   algorithm: "plot_perf_box_name"
17536   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17537   data: "plot-dpdk-throughput-latency-3n-hsw"
17538   include:
17539     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17540     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17541   layout:
17542     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17543     layout: "plot-throughput"
17544
17545 - type: "plot"
17546   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17547   algorithm: "plot_perf_box_name"
17548   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17549   data: "plot-dpdk-throughput-latency-3n-hsw"
17550   include:
17551     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17552     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17553   layout:
17554     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17555     layout: "plot-throughput"
17556
17557 - type: "plot"
17558   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17559   algorithm: "plot_perf_box_name"
17560   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17561   data: "plot-dpdk-throughput-latency-3n-hsw"
17562   include:
17563     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17564     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17565   layout:
17566     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17567     layout: "plot-throughput"
17568
17569 # 3n-hsw-x710
17570
17571 - type: "plot"
17572   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17573   algorithm: "plot_perf_box_name"
17574   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17575   data: "plot-dpdk-throughput-latency-3n-hsw"
17576   include:
17577     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17578     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17579   layout:
17580     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17581     layout: "plot-throughput"
17582
17583 - type: "plot"
17584   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17585   algorithm: "plot_perf_box_name"
17586   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17587   data: "plot-dpdk-throughput-latency-3n-hsw"
17588   include:
17589     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17590     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17591   layout:
17592     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17593     layout: "plot-throughput"
17594
17595 - type: "plot"
17596   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17597   algorithm: "plot_perf_box_name"
17598   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17599   data: "plot-dpdk-throughput-latency-3n-hsw"
17600   include:
17601     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17602     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17603   layout:
17604     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17605     layout: "plot-throughput"
17606
17607 - type: "plot"
17608   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17609   algorithm: "plot_perf_box_name"
17610   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17611   data: "plot-dpdk-throughput-latency-3n-hsw"
17612   include:
17613     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17614     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17615   layout:
17616     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17617     layout: "plot-throughput"
17618
17619 ## 2n-dnv-x553
17620 #
17621 #- type: "plot"
17622 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17623 #  algorithm: "plot_perf_box_name"
17624 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17625 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17626 #  include:
17627 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17628 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17629 #  layout:
17630 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17631 #    layout: "plot-throughput"
17632 #
17633 #- type: "plot"
17634 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17635 #  algorithm: "plot_perf_box_name"
17636 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17637 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17638 #  include:
17639 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17640 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17641 #  layout:
17642 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17643 #    layout: "plot-throughput"
17644 #
17645 #- type: "plot"
17646 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17647 #  algorithm: "plot_perf_box_name"
17648 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17649 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17650 #  include:
17651 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17652 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17653 #  layout:
17654 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17655 #    layout: "plot-throughput"
17656 #
17657 #- type: "plot"
17658 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17659 #  algorithm: "plot_perf_box_name"
17660 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17661 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17662 #  include:
17663 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17664 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17665 #  layout:
17666 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17667 #    layout: "plot-throughput"
17668 #
17669 ## 3n-dnv-x553
17670 #
17671 #- type: "plot"
17672 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17673 #  algorithm: "plot_perf_box_name"
17674 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17675 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17676 #  include:
17677 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17678 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17679 #  layout:
17680 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17681 #    layout: "plot-throughput"
17682 #
17683 #- type: "plot"
17684 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17685 #  algorithm: "plot_perf_box_name"
17686 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17687 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17688 #  include:
17689 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17690 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17691 #  layout:
17692 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17693 #    layout: "plot-throughput"
17694 #
17695 #- type: "plot"
17696 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17697 #  algorithm: "plot_perf_box_name"
17698 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17699 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17700 #  include:
17701 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17702 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17703 #  layout:
17704 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17705 #    layout: "plot-throughput"
17706 #
17707 #- type: "plot"
17708 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17709 #  algorithm: "plot_perf_box_name"
17710 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17711 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17712 #  include:
17713 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17714 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17715 #  layout:
17716 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17717 #    layout: "plot-throughput"
17718
17719 # 3n-tsh-x520
17720
17721 - type: "plot"
17722   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17723   algorithm: "plot_perf_box_name"
17724   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17725   data: "plot-dpdk-throughput-latency-3n-tsh"
17726   include:
17727     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17728     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17729   layout:
17730     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17731     layout: "plot-throughput"
17732
17733 - type: "plot"
17734   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17735   algorithm: "plot_perf_box_name"
17736   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17737   data: "plot-dpdk-throughput-latency-3n-tsh"
17738   include:
17739     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17740     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17741   layout:
17742     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17743     layout: "plot-throughput"
17744
17745 - type: "plot"
17746   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17747   algorithm: "plot_perf_box_name"
17748   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17749   data: "plot-dpdk-throughput-latency-3n-tsh"
17750   include:
17751     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17752     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17753   layout:
17754     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17755     layout: "plot-throughput"
17756
17757 - type: "plot"
17758   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17759   algorithm: "plot_perf_box_name"
17760   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17761   data: "plot-dpdk-throughput-latency-3n-tsh"
17762   include:
17763     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17764     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17765   layout:
17766     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17767     layout: "plot-throughput"
17768
17769 ################################################################################
17770 ###   2n-clx                                                                 ###
17771 ################################################################################
17772
17773 # Packet Throughput
17774
17775 - type: "plot"
17776   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17777   algorithm: "plot_perf_box_name"
17778   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17780   include:
17781     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17782     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17783     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17785   layout:
17786     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17787     layout: "plot-throughput"
17788
17789 - type: "plot"
17790   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17791   algorithm: "plot_perf_box_name"
17792   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17794   include:
17795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17799   layout:
17800     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17801     layout: "plot-throughput"
17802
17803 - type: "plot"
17804   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17805   algorithm: "plot_perf_box_name"
17806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17808   include:
17809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17813   layout:
17814     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17815     layout: "plot-throughput"
17816
17817 - type: "plot"
17818   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17819   algorithm: "plot_perf_box_name"
17820   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17822   include:
17823     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17824     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17825     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17827   layout:
17828     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17829     layout: "plot-throughput"
17830
17831 - type: "plot"
17832   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17833   algorithm: "plot_perf_box_name"
17834   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17835   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17836   include:
17837     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17838     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17839     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17840     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17841   layout:
17842     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17843     layout: "plot-throughput"
17844
17845 - type: "plot"
17846   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17847   algorithm: "plot_perf_box_name"
17848   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17849   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17850   include:
17851     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17852     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17853     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17854     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17855   layout:
17856     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17857     layout: "plot-throughput"
17858
17859 - type: "plot"
17860   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17861   algorithm: "plot_perf_box_name"
17862   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17864   include:
17865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17871   layout:
17872     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17873     layout: "plot-throughput"
17874
17875 - type: "plot"
17876   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17877   algorithm: "plot_perf_box_name"
17878   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17880   include:
17881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17887   layout:
17888     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17889     layout: "plot-throughput"
17890
17891 - type: "plot"
17892   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17893   algorithm: "plot_perf_box_name"
17894   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17896   include:
17897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17901   layout:
17902     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17903     layout: "plot-throughput"
17904
17905 - type: "plot"
17906   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17907   algorithm: "plot_perf_box_name"
17908   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17910   include:
17911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17915   layout:
17916     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17917     layout: "plot-throughput"
17918
17919 - type: "plot"
17920   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17921   algorithm: "plot_perf_box_name"
17922   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17924   include:
17925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17928   layout:
17929     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17930     layout: "plot-throughput"
17931
17932 - type: "plot"
17933   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17934   algorithm: "plot_perf_box_name"
17935   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17937   include:
17938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17941   layout:
17942     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17943     layout: "plot-throughput"
17944
17945 - type: "plot"
17946   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17947   algorithm: "plot_perf_box_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17956   layout:
17957     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17958     layout: "plot-throughput"
17959
17960 - type: "plot"
17961   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17962   algorithm: "plot_perf_box_name"
17963   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17964   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17965   include:
17966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17971   layout:
17972     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17973     layout: "plot-throughput"
17974
17975 - type: "plot"
17976   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17977   algorithm: "plot_perf_box_name"
17978   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17980   include:
17981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17984   layout:
17985     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17986     layout: "plot-throughput"
17987
17988 - type: "plot"
17989   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17990   algorithm: "plot_perf_box_name"
17991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17993   include:
17994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17997   layout:
17998     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17999     layout: "plot-throughput"
18000
18001 - type: "plot"
18002   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18003   algorithm: "plot_perf_box_name"
18004   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18006   include:
18007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18013   layout:
18014     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18015     layout: "plot-throughput"
18016
18017 - type: "plot"
18018   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18019   algorithm: "plot_perf_box_name"
18020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18022   include:
18023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18029   layout:
18030     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18031     layout: "plot-throughput"
18032
18033 - type: "plot"
18034   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18035   algorithm: "plot_perf_box_name"
18036   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18038   include:
18039     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18040     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18041     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18042 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18043     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18044   layout:
18045     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18046     layout: "plot-throughput"
18047
18048 - type: "plot"
18049   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18050   algorithm: "plot_perf_box_name"
18051   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18052   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18053   include:
18054     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18055 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18056     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18057 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18058     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18059   layout:
18060     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18061     layout: "plot-throughput"
18062
18063 - type: "plot"
18064   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
18065   algorithm: "plot_perf_box_name"
18066   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
18067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18068   include:
18069     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18070     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18071     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18072     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18074     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18075   layout:
18076     title: "2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
18077     layout: "plot-cps"
18078
18079 - type: "plot"
18080   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
18081   algorithm: "plot_perf_box_name"
18082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
18083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18084   include:
18085     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18086     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18087     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18088     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18089     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18090     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18091   layout:
18092     title: "2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
18093     layout: "plot-throughput"
18094
18095 #- type: "plot"
18096 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
18097 #  algorithm: "plot_perf_box_name"
18098 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
18099 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18100 #  include:
18101 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18102 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18103 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18104 #  layout:
18105 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
18106 #    layout: "plot-cps"
18107
18108 #- type: "plot"
18109 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
18110 #  algorithm: "plot_perf_box_name"
18111 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
18112 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18113 #  include:
18114 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18115 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18116 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18117 #  layout:
18118 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
18119 #    layout: "plot-throughput"
18120
18121 - type: "plot"
18122   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
18123   algorithm: "plot_perf_box_name"
18124   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
18125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18126   include:
18127     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18128     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18129     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18130     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18131     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18133   layout:
18134     title: "2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
18135     layout: "plot-cps"
18136
18137 - type: "plot"
18138   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
18139   algorithm: "plot_perf_box_name"
18140   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
18141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18142   include:
18143     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18144     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18145     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18146     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18147     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18148     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18149   layout:
18150     title: "2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
18151     layout: "plot-throughput"
18152
18153 #- type: "plot"
18154 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
18155 #  algorithm: "plot_perf_box_name"
18156 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
18157 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18158 #  include:
18159 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18160 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18161 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18162 #  layout:
18163 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
18164 #    layout: "plot-cps"
18165
18166 #- type: "plot"
18167 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
18168 #  algorithm: "plot_perf_box_name"
18169 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
18170 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18171 #  include:
18172 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18173 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18174 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18175 #  layout:
18176 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
18177 #    layout: "plot-throughput"
18178
18179 - type: "plot"
18180   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18181   algorithm: "plot_perf_box_name"
18182   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18184   include:
18185     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18186     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18187     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18188 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18189     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18190   layout:
18191     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18192     layout: "plot-throughput"
18193
18194 - type: "plot"
18195   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18196   algorithm: "plot_perf_box_name"
18197   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18199   include:
18200     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18201 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18202     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18203 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18204     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18205   layout:
18206     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18207     layout: "plot-throughput"
18208
18209 - type: "plot"
18210   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
18211   algorithm: "plot_perf_box_name"
18212   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
18213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18214   include:
18215     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18216     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18217     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18218     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18219     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18220     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18221   layout:
18222     title: "2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
18223     layout: "plot-cps"
18224
18225 - type: "plot"
18226   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
18227   algorithm: "plot_perf_box_name"
18228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
18229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18230   include:
18231     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18232     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18233     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18234     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18235     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18236     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18237   layout:
18238     title: "2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
18239     layout: "plot-throughput"
18240
18241 #- type: "plot"
18242 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
18243 #  algorithm: "plot_perf_box_name"
18244 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
18245 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18246 #  include:
18247 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18248 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18249 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18250 #  layout:
18251 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
18252 #    layout: "plot-cps"
18253
18254 #- type: "plot"
18255 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
18256 #  algorithm: "plot_perf_box_name"
18257 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
18258 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18259 #  include:
18260 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18261 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18262 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18263 #  layout:
18264 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
18265 #    layout: "plot-throughput"
18266
18267 - type: "plot"
18268   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
18269   algorithm: "plot_perf_box_name"
18270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
18271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18272   include:
18273     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18274     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18275     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18276     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18277     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18278     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18279   layout:
18280     title: "2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
18281     layout: "plot-cps"
18282
18283 - type: "plot"
18284   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
18285   algorithm: "plot_perf_box_name"
18286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
18287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18288   include:
18289     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18290     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18291     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18292     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18293     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18294     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18295   layout:
18296     title: "2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
18297     layout: "plot-throughput"
18298
18299 #- type: "plot"
18300 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
18301 #  algorithm: "plot_perf_box_name"
18302 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
18303 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18304 #  include:
18305 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18306 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18307 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18308 #  layout:
18309 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
18310 #    layout: "plot-cps"
18311
18312 #- type: "plot"
18313 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
18314 #  algorithm: "plot_perf_box_name"
18315 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
18316 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18317 #  include:
18318 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18319 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18320 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18321 #  layout:
18322 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
18323 #    layout: "plot-throughput"
18324
18325 - type: "plot"
18326   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18327   algorithm: "plot_perf_box_name"
18328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18330   include:
18331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18337   layout:
18338     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18339     layout: "plot-throughput"
18340
18341 - type: "plot"
18342   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18343   algorithm: "plot_perf_box_name"
18344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18346   include:
18347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18353   layout:
18354     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18355     layout: "plot-throughput"
18356
18357 - type: "plot"
18358   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18359   algorithm: "plot_perf_box_name"
18360   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18362   include:
18363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18365   layout:
18366     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18367     layout: "plot-throughput"
18368
18369 - type: "plot"
18370   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18371   algorithm: "plot_perf_box_name"
18372   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18374   include:
18375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18377   layout:
18378     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18379     layout: "plot-throughput"
18380
18381 - type: "plot"
18382   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18383   algorithm: "plot_perf_box_name"
18384   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18386   include:
18387     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18388     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18389     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18390     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18391     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18393   layout:
18394     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18395     layout: "plot-throughput"
18396
18397 - type: "plot"
18398   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18399   algorithm: "plot_perf_box_name"
18400   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18401   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18402   include:
18403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18404     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18405     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18406     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18409   layout:
18410     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18411     layout: "plot-throughput"
18412
18413 - type: "plot"
18414   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18415   algorithm: "plot_perf_box_name"
18416   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18417   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18418   include:
18419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18421     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18422     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18423     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18425   layout:
18426     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18427     layout: "plot-throughput"
18428
18429 - type: "plot"
18430   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18431   algorithm: "plot_perf_box_name"
18432   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18434   include:
18435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18437     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18438     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18439     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18440     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18441   layout:
18442     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18443     layout: "plot-throughput"
18444
18445 - type: "plot"
18446   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18447   algorithm: "plot_perf_box_name"
18448   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18450   include:
18451     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18452     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18453     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18454     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18455     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18456     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18457   layout:
18458     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18459     layout: "plot-throughput"
18460
18461 - type: "plot"
18462   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18463   algorithm: "plot_perf_box_name"
18464   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18466   include:
18467     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18468     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18469     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18470     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18471     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18472     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18473   layout:
18474     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18475     layout: "plot-throughput"
18476
18477 - type: "plot"
18478   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18479   algorithm: "plot_perf_box_name"
18480   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18482   include:
18483     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18484     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18485     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18486     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18487     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18488   layout:
18489     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18490     layout: "plot-throughput"
18491
18492 - type: "plot"
18493   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18494   algorithm: "plot_perf_box_name"
18495   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18497   include:
18498     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18499     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18500     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18503   layout:
18504     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18505     layout: "plot-throughput"
18506
18507 - type: "plot"
18508   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18509   algorithm: "plot_perf_box_name"
18510   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18512   include:
18513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18514     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18515     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18517     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18518   layout:
18519     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18520     layout: "plot-throughput"
18521
18522 - type: "plot"
18523   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18524   algorithm: "plot_perf_box_name"
18525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18527   include:
18528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18532     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18533   layout:
18534     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18535     layout: "plot-throughput"
18536
18537 - type: "plot"
18538   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18539   algorithm: "plot_perf_box_name"
18540   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18542   include:
18543     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18544     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18545     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18546     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18547     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18548   layout:
18549     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18550     layout: "plot-throughput"
18551
18552 - type: "plot"
18553   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18554   algorithm: "plot_perf_box_name"
18555   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18557   include:
18558     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18559     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18560     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18561     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18562     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18563   layout:
18564     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18565     layout: "plot-throughput"
18566
18567 - type: "plot"
18568   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18569   algorithm: "plot_perf_box_name"
18570   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18572   include:
18573     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18574     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18578   layout:
18579     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18580     layout: "plot-throughput"
18581
18582 - type: "plot"
18583   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18584   algorithm: "plot_perf_box_name"
18585   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18586   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18587   include:
18588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18593   layout:
18594     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18595     layout: "plot-throughput"
18596
18597 - type: "plot"
18598   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18599   algorithm: "plot_perf_box_name"
18600   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18602   include:
18603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18608   layout:
18609     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18610     layout: "plot-throughput"
18611
18612 - type: "plot"
18613   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18614   algorithm: "plot_perf_box_name"
18615   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18616   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18617   include:
18618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18623   layout:
18624     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18625     layout: "plot-throughput"
18626
18627 - type: "plot"
18628   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18629   algorithm: "plot_perf_box_name"
18630   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18632   include:
18633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18639   layout:
18640     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18641     layout: "plot-throughput"
18642
18643 - type: "plot"
18644   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18645   algorithm: "plot_perf_box_name"
18646   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18648   include:
18649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18655   layout:
18656     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18657     layout: "plot-throughput"
18658
18659 - type: "plot"
18660   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18661   algorithm: "plot_perf_box_name"
18662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18664   include:
18665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18669   layout:
18670     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18671     layout: "plot-throughput"
18672
18673 - type: "plot"
18674   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18675   algorithm: "plot_perf_box_name"
18676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18678   include:
18679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18683   layout:
18684     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18685     layout: "plot-throughput"
18686
18687 - type: "plot"
18688   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18689   algorithm: "plot_perf_box_name"
18690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18692   include:
18693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18699   layout:
18700     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18701     layout: "plot-throughput"
18702
18703 - type: "plot"
18704   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18705   algorithm: "plot_perf_box_name"
18706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18708   include:
18709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18715   layout:
18716     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18717     layout: "plot-throughput"
18718
18719 - type: "plot"
18720   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18721   algorithm: "plot_perf_box_name"
18722   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18724   include:
18725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18729   layout:
18730     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18731     layout: "plot-throughput"
18732
18733 - type: "plot"
18734   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18735   algorithm: "plot_perf_box_name"
18736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18738   include:
18739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18743   layout:
18744     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18745     layout: "plot-throughput"
18746
18747 - type: "plot"
18748   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18749   algorithm: "plot_perf_box_name"
18750   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18752   include:
18753     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18754     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18755     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18756     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18757     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18758     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18759   layout:
18760     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18761     layout: "plot-throughput"
18762
18763 - type: "plot"
18764   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18765   algorithm: "plot_perf_box_name"
18766   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18768   include:
18769     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18770     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18771     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18772     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18773     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18774     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18775   layout:
18776     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18777     layout: "plot-throughput"
18778
18779 - type: "plot"
18780   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18781   algorithm: "plot_perf_box_name"
18782   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18784   include:
18785     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18786     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18787     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18788     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18789   layout:
18790     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18791     layout: "plot-throughput"
18792
18793 - type: "plot"
18794   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18795   algorithm: "plot_perf_box_name"
18796   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18798   include:
18799     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18800     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18801     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18802     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18803   layout:
18804     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18805     layout: "plot-throughput"
18806
18807 - type: "plot"
18808   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18809   algorithm: "plot_perf_box_name"
18810   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18812   include:
18813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18818   layout:
18819     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18820     layout: "plot-throughput"
18821
18822 - type: "plot"
18823   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18824   algorithm: "plot_perf_box_name"
18825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18827   include:
18828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18833   layout:
18834     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18835     layout: "plot-throughput"
18836
18837 - type: "plot"
18838   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18839   algorithm: "plot_perf_box_name"
18840   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18842   include:
18843     - "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"
18844     - "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"
18845     - "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"
18846     - "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"
18847     - "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"
18848   layout:
18849     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18850     layout: "plot-throughput"
18851
18852 - type: "plot"
18853   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18854   algorithm: "plot_perf_box_name"
18855   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18856   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18857   include:
18858     - "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"
18859     - "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"
18860     - "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"
18861     - "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"
18862     - "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"
18863   layout:
18864     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18865     layout: "plot-throughput"
18866
18867 - type: "plot"
18868   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18869   algorithm: "plot_perf_box_name"
18870   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18871   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18872   include:
18873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18878   layout:
18879     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18880     layout: "plot-throughput"
18881
18882 - type: "plot"
18883   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18884   algorithm: "plot_perf_box_name"
18885   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18887   include:
18888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18893   layout:
18894     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18895     layout: "plot-throughput"
18896
18897 - type: "plot"
18898   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18899   algorithm: "plot_perf_box_name"
18900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18902   include:
18903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18908   layout:
18909     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18910     layout: "plot-throughput"
18911
18912 - type: "plot"
18913   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18914   algorithm: "plot_perf_box_name"
18915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18917   include:
18918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18923   layout:
18924     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18925     layout: "plot-throughput"
18926
18927 - type: "plot"
18928   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18929   algorithm: "plot_perf_box_name"
18930   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18932   include:
18933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18937   layout:
18938     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18939     layout: "plot-throughput"
18940
18941 - type: "plot"
18942   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18943   algorithm: "plot_perf_box_name"
18944   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18946   include:
18947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18951   layout:
18952     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18953     layout: "plot-throughput"
18954
18955 - type: "plot"
18956   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18957   algorithm: "plot_perf_box_name"
18958   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18960   include:
18961     - "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"
18962     - "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"
18963     - "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"
18964     - "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"
18965   layout:
18966     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18967     layout: "plot-throughput"
18968
18969 - type: "plot"
18970   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18971   algorithm: "plot_perf_box_name"
18972   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18974   include:
18975     - "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"
18976     - "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"
18977     - "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"
18978     - "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"
18979   layout:
18980     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18981     layout: "plot-throughput"
18982
18983 - type: "plot"
18984   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18985   algorithm: "plot_perf_box_name"
18986   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18988   include:
18989     - "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"
18990     - "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"
18991     - "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"
18992     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18993     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18994     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18995   layout:
18996     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18997     layout: "plot-throughput"
18998
18999 - type: "plot"
19000   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
19001   algorithm: "plot_perf_box_name"
19002   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
19003   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19004   include:
19005     - "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"
19006     - "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"
19007     - "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"
19008     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
19009     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
19010     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
19011   layout:
19012     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
19013     layout: "plot-throughput"
19014
19015 ################################################################################
19016
19017 # Packet Speedup
19018
19019 - type: "plot"
19020   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
19021   algorithm: "plot_tsa_name"
19022   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
19023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19024   include:
19025     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19026     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19027     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19028     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19029   layout:
19030     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
19031     layout: "plot-throughput-speedup-analysis"
19032
19033 - type: "plot"
19034   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
19035   algorithm: "plot_tsa_name"
19036   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
19037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19038   include:
19039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19040     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19041     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19042     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19043   layout:
19044     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
19045     layout: "plot-throughput-speedup-analysis"
19046
19047 - type: "plot"
19048   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
19049   algorithm: "plot_tsa_name"
19050   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
19051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19052   include:
19053     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19054     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19055     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19056     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19057   layout:
19058     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
19059     layout: "plot-throughput-speedup-analysis"
19060
19061 - type: "plot"
19062   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
19063   algorithm: "plot_tsa_name"
19064   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
19065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19066   include:
19067     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19068     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19069     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19070     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19071   layout:
19072     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
19073     layout: "plot-throughput-speedup-analysis"
19074
19075 - type: "plot"
19076   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19077   algorithm: "plot_tsa_name"
19078   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19080   include:
19081     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19082     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19083     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19084     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19085   layout:
19086     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
19087     layout: "plot-throughput-speedup-analysis"
19088
19089 - type: "plot"
19090   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19091   algorithm: "plot_tsa_name"
19092   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19094   include:
19095     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19096     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19097     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19098     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19099   layout:
19100     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
19101     layout: "plot-throughput-speedup-analysis"
19102
19103 - type: "plot"
19104   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19105   algorithm: "plot_tsa_name"
19106   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19108   include:
19109     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19110     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19111     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19112     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19113     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19114     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19115   layout:
19116     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
19117     layout: "plot-throughput-speedup-analysis"
19118
19119 - type: "plot"
19120   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19121   algorithm: "plot_tsa_name"
19122   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19124   include:
19125     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19126     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19127     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19128     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19129     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19130     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19131   layout:
19132     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
19133     layout: "plot-throughput-speedup-analysis"
19134
19135 - type: "plot"
19136   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19137   algorithm: "plot_tsa_name"
19138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19140   include:
19141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19145   layout:
19146     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
19147     layout: "plot-throughput-speedup-analysis"
19148
19149 - type: "plot"
19150   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19151   algorithm: "plot_tsa_name"
19152   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19154   include:
19155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19159   layout:
19160     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
19161     layout: "plot-throughput-speedup-analysis"
19162
19163 - type: "plot"
19164   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19165   algorithm: "plot_tsa_name"
19166   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19168   include:
19169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19172   layout:
19173     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
19174     layout: "plot-throughput-speedup-analysis"
19175
19176 - type: "plot"
19177   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19178   algorithm: "plot_tsa_name"
19179   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19180   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19181   include:
19182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19185   layout:
19186     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19187     layout: "plot-throughput-speedup-analysis"
19188
19189 - type: "plot"
19190   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19191   algorithm: "plot_tsa_name"
19192   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19194   include:
19195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19200   layout:
19201     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19202     layout: "plot-throughput-speedup-analysis"
19203
19204 - type: "plot"
19205   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19206   algorithm: "plot_tsa_name"
19207   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19209   include:
19210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19215   layout:
19216     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19217     layout: "plot-throughput-speedup-analysis"
19218
19219 - type: "plot"
19220   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19221   algorithm: "plot_tsa_name"
19222   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19224   include:
19225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19228   layout:
19229     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19230     layout: "plot-throughput-speedup-analysis"
19231
19232 - type: "plot"
19233   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19234   algorithm: "plot_tsa_name"
19235   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19237   include:
19238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19241   layout:
19242     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19243     layout: "plot-throughput-speedup-analysis"
19244
19245 - type: "plot"
19246   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19247   algorithm: "plot_tsa_name"
19248   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19249   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19250   include:
19251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19257   layout:
19258     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19259     layout: "plot-throughput-speedup-analysis"
19260
19261 - type: "plot"
19262   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19263   algorithm: "plot_tsa_name"
19264   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19266   include:
19267     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19268     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19269     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19270 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19271     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19272   layout:
19273     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
19274     layout: "plot-throughput-speedup-analysis"
19275
19276 - type: "plot"
19277   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19278   algorithm: "plot_tsa_name"
19279   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19280   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19281   include:
19282     - "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"
19283     - "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"
19284     - "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"
19285     - "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"
19286     - "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"
19287   layout:
19288     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
19289     layout: "plot-throughput-speedup-analysis"
19290
19291 - type: "plot"
19292   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr-tsa"
19293   algorithm: "plot_tsa_name"
19294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr-tsa"
19295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19296   include:
19297     - "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"
19298     - "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"
19299     - "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"
19300     - "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"
19301     - "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"
19302     - "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"
19303   layout:
19304     title: "2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr"
19305     layout: "plot-throughput-speedup-analysis-cps"
19306
19307 - type: "plot"
19308   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr-tsa"
19309   algorithm: "plot_tsa_name"
19310   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr-tsa"
19311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19312   include:
19313     - "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"
19314     - "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"
19315     - "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"
19316     - "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"
19317     - "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"
19318     - "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"
19319   layout:
19320     title: "2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr"
19321     layout: "plot-throughput-speedup-analysis"
19322
19323 #- type: "plot"
19324 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr-tsa"
19325 #  algorithm: "plot_tsa_name"
19326 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr-tsa"
19327 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19328 #  include:
19329 #    - "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"
19330 #    - "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"
19331 #    - "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"
19332 #  layout:
19333 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr"
19334 #    layout: "plot-throughput-speedup-analysis-cps"
19335
19336 #- type: "plot"
19337 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr-tsa"
19338 #  algorithm: "plot_tsa_name"
19339 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr-tsa"
19340 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19341 #  include:
19342 #    - "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"
19343 #    - "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"
19344 #    - "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"
19345 #  layout:
19346 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr"
19347 #    layout: "plot-throughput-speedup-analysis"
19348
19349 - type: "plot"
19350   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19351   algorithm: "plot_tsa_name"
19352   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19353   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19354   include:
19355     - "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"
19356     - "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"
19357     - "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"
19358     - "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"
19359     - "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"
19360     - "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"
19361   layout:
19362     title: "2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr"
19363     layout: "plot-throughput-speedup-analysis-cps"
19364
19365 - type: "plot"
19366   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19367   algorithm: "plot_tsa_name"
19368   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19369   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19370   include:
19371     - "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"
19372     - "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"
19373     - "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"
19374     - "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"
19375     - "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"
19376     - "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"
19377   layout:
19378     title: "2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr"
19379     layout: "plot-throughput-speedup-analysis"
19380
19381 #- type: "plot"
19382 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19383 #  algorithm: "plot_tsa_name"
19384 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19385 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19386 #  include:
19387 #    - "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"
19388 #    - "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"
19389 #    - "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"
19390 #  layout:
19391 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
19392 #    layout: "plot-throughput-speedup-analysis-cps"
19393
19394 #- type: "plot"
19395 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19396 #  algorithm: "plot_tsa_name"
19397 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19398 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19399 #  include:
19400 #    - "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"
19401 #    - "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"
19402 #    - "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"
19403 #  layout:
19404 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
19405 #    layout: "plot-throughput-speedup-analysis"
19406
19407 - type: "plot"
19408   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19409   algorithm: "plot_tsa_name"
19410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19412   include:
19413     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19414     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19415     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19416 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19417     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19418   layout:
19419     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19420     layout: "plot-throughput-speedup-analysis"
19421
19422 - type: "plot"
19423   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19424   algorithm: "plot_tsa_name"
19425   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19427   include:
19428     - "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"
19429     - "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"
19430     - "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"
19431     - "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"
19432     - "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"
19433   layout:
19434     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19435     layout: "plot-throughput-speedup-analysis"
19436
19437 - type: "plot"
19438   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr-tsa"
19439   algorithm: "plot_tsa_name"
19440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr-tsa"
19441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19442   include:
19443     - "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"
19444     - "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"
19445     - "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"
19446     - "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"
19447     - "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"
19448     - "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"
19449   layout:
19450     title: "2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr"
19451     layout: "plot-throughput-speedup-analysis-cps"
19452
19453 - type: "plot"
19454   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr-tsa"
19455   algorithm: "plot_tsa_name"
19456   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr-tsa"
19457   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19458   include:
19459     - "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"
19460     - "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"
19461     - "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"
19462     - "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"
19463     - "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"
19464     - "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"
19465   layout:
19466     title: "2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr"
19467     layout: "plot-throughput-speedup-analysis"
19468
19469 #- type: "plot"
19470 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr-tsa"
19471 #  algorithm: "plot_tsa_name"
19472 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr-tsa"
19473 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19474 #  include:
19475 #    - "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"
19476 #    - "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"
19477 #    - "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"
19478 #  layout:
19479 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr"
19480 #    layout: "plot-throughput-speedup-analysis-cps"
19481
19482 #- type: "plot"
19483 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr-tsa"
19484 #  algorithm: "plot_tsa_name"
19485 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr-tsa"
19486 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19487 #  include:
19488 #    - "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"
19489 #    - "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"
19490 #    - "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"
19491 #  layout:
19492 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr"
19493 #    layout: "plot-throughput-speedup-analysis"
19494
19495 - type: "plot"
19496   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19497   algorithm: "plot_tsa_name"
19498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19500   include:
19501     - "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"
19502     - "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"
19503     - "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"
19504     - "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"
19505     - "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"
19506     - "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"
19507   layout:
19508     title: "2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr"
19509     layout: "plot-throughput-speedup-analysis-cps"
19510
19511 - type: "plot"
19512   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19513   algorithm: "plot_tsa_name"
19514   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19515   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19516   include:
19517     - "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"
19518     - "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"
19519     - "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"
19520     - "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"
19521     - "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"
19522     - "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"
19523   layout:
19524     title: "2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr"
19525     layout: "plot-throughput-speedup-analysis"
19526
19527 #- type: "plot"
19528 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19529 #  algorithm: "plot_tsa_name"
19530 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19531 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19532 #  include:
19533 #    - "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"
19534 #    - "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"
19535 #    - "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"
19536 #  layout:
19537 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
19538 #    layout: "plot-throughput-speedup-analysis-cps"
19539
19540 #- type: "plot"
19541 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19542 #  algorithm: "plot_tsa_name"
19543 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19544 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19545 #  include:
19546 #    - "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"
19547 #    - "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"
19548 #    - "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"
19549 #  layout:
19550 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
19551 #    layout: "plot-throughput-speedup-analysis"
19552
19553 - type: "plot"
19554   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19555   algorithm: "plot_tsa_name"
19556   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19558   include:
19559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19565   layout:
19566     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19567     layout: "plot-throughput-speedup-analysis"
19568
19569 - type: "plot"
19570   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19571   algorithm: "plot_tsa_name"
19572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19574   include:
19575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19581   layout:
19582     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19583     layout: "plot-throughput-speedup-analysis"
19584
19585 - type: "plot"
19586   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19587   algorithm: "plot_tsa_name"
19588   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19590   include:
19591     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19592     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19593   layout:
19594     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19595     layout: "plot-throughput-speedup-analysis"
19596
19597 - type: "plot"
19598   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19599   algorithm: "plot_tsa_name"
19600   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19602   include:
19603     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19604     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19605   layout:
19606     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19607     layout: "plot-throughput-speedup-analysis"
19608
19609 - type: "plot"
19610   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19611   algorithm: "plot_tsa_name"
19612   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19614   include:
19615     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19616     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19617     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19618     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19619     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19620     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19621   layout:
19622     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19623     layout: "plot-throughput-speedup-analysis"
19624
19625 - type: "plot"
19626   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19627   algorithm: "plot_tsa_name"
19628   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19630   include:
19631     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19632     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19633     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19634     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19635     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19637   layout:
19638     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19639     layout: "plot-throughput-speedup-analysis"
19640
19641 - type: "plot"
19642   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19643   algorithm: "plot_tsa_name"
19644   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19646   include:
19647     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19648     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19649     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19650     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19651     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19652     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19653   layout:
19654     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19655     layout: "plot-throughput-speedup-analysis"
19656
19657 - type: "plot"
19658   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19659   algorithm: "plot_tsa_name"
19660   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19662   include:
19663     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19664     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19665     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19666     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19667     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19668     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19669   layout:
19670     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19671     layout: "plot-throughput-speedup-analysis"
19672
19673 - type: "plot"
19674   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19675   algorithm: "plot_tsa_name"
19676   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19678   include:
19679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19680     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19681     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19682     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19683     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19684     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19685   layout:
19686     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19687     layout: "plot-throughput-speedup-analysis"
19688
19689 - type: "plot"
19690   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19691   algorithm: "plot_tsa_name"
19692   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19694   include:
19695     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19696     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19697     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19698     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19699     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19700     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19701   layout:
19702     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19703     layout: "plot-throughput-speedup-analysis"
19704
19705 - type: "plot"
19706   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19707   algorithm: "plot_tsa_name"
19708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19710   include:
19711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19716   layout:
19717     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19718     layout: "plot-throughput-speedup-analysis"
19719
19720 - type: "plot"
19721   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19722   algorithm: "plot_tsa_name"
19723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19725   include:
19726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19731   layout:
19732     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19733     layout: "plot-throughput-speedup-analysis"
19734
19735 - type: "plot"
19736   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19737   algorithm: "plot_tsa_name"
19738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19740   include:
19741     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19742     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19743     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19744     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19746   layout:
19747     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19748     layout: "plot-throughput-speedup-analysis"
19749
19750 - type: "plot"
19751   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19752   algorithm: "plot_tsa_name"
19753   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19755   include:
19756     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19757     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19758     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19759     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19761   layout:
19762     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19763     layout: "plot-throughput-speedup-analysis"
19764
19765 - type: "plot"
19766   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19767   algorithm: "plot_tsa_name"
19768   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19770   include:
19771     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19772     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19773     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19774     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19775     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19776   layout:
19777     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19778     layout: "plot-throughput-speedup-analysis"
19779
19780 - type: "plot"
19781   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19782   algorithm: "plot_tsa_name"
19783   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19785   include:
19786     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19787     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19788     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19789     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19790     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19791   layout:
19792     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19793     layout: "plot-throughput-speedup-analysis"
19794
19795 - type: "plot"
19796   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19797   algorithm: "plot_tsa_name"
19798   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19800   include:
19801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19802     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19803     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19804     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19805     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19806   layout:
19807     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19808     layout: "plot-throughput-speedup-analysis"
19809
19810 - type: "plot"
19811   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19812   algorithm: "plot_tsa_name"
19813   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19815   include:
19816     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19817     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19818     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19819     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19820     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19821   layout:
19822     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19823     layout: "plot-throughput-speedup-analysis"
19824
19825 - type: "plot"
19826   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19827   algorithm: "plot_tsa_name"
19828   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19830   include:
19831     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19832     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19833     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19834     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19836   layout:
19837     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19838     layout: "plot-throughput-speedup-analysis"
19839
19840 - type: "plot"
19841   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19842   algorithm: "plot_tsa_name"
19843   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19845   include:
19846     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19847     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19848     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19849     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19851   layout:
19852     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19853     layout: "plot-throughput-speedup-analysis"
19854
19855 - type: "plot"
19856   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19857   algorithm: "plot_tsa_name"
19858   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19860   include:
19861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19865     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19867   layout:
19868     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19869     layout: "plot-throughput-speedup-analysis"
19870
19871 - type: "plot"
19872   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19873   algorithm: "plot_tsa_name"
19874   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19876   include:
19877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19883   layout:
19884     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19885     layout: "plot-throughput-speedup-analysis"
19886
19887 - type: "plot"
19888   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19889   algorithm: "plot_tsa_name"
19890   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19892   include:
19893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19897   layout:
19898     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19899     layout: "plot-throughput-speedup-analysis"
19900
19901 - type: "plot"
19902   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19903   algorithm: "plot_tsa_name"
19904   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19906   include:
19907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19911   layout:
19912     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19913     layout: "plot-throughput-speedup-analysis"
19914
19915 - type: "plot"
19916   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19917   algorithm: "plot_tsa_name"
19918   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19920   include:
19921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19927   layout:
19928     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19929     layout: "plot-throughput-speedup-analysis"
19930
19931 - type: "plot"
19932   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19933   algorithm: "plot_tsa_name"
19934   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19936   include:
19937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19943   layout:
19944     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19945     layout: "plot-throughput-speedup-analysis"
19946
19947 - type: "plot"
19948   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19949   algorithm: "plot_tsa_name"
19950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19952   include:
19953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19957   layout:
19958     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19959     layout: "plot-throughput-speedup-analysis"
19960
19961 - type: "plot"
19962   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19963   algorithm: "plot_tsa_name"
19964   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19966   include:
19967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19971   layout:
19972     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19973     layout: "plot-throughput-speedup-analysis"
19974
19975 - type: "plot"
19976   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19977   algorithm: "plot_tsa_name"
19978   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19980   include:
19981     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19982     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19983     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19984     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19985     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19986     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19987   layout:
19988     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19989     layout: "plot-throughput-speedup-analysis"
19990
19991 - type: "plot"
19992   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19993   algorithm: "plot_tsa_name"
19994   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19996   include:
19997     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19998     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19999     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20000     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
20001     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
20002     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20003   layout:
20004     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
20005     layout: "plot-throughput-speedup-analysis"
20006
20007 - type: "plot"
20008   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
20009   algorithm: "plot_tsa_name"
20010   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
20011   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20012   include:
20013     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20014     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20015     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20016     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20017   layout:
20018     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
20019     layout: "plot-throughput-speedup-analysis"
20020
20021 - type: "plot"
20022   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
20023   algorithm: "plot_tsa_name"
20024   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
20025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20026   include:
20027     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20028     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20029     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20030     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20031   layout:
20032     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
20033     layout: "plot-throughput-speedup-analysis"
20034
20035 - type: "plot"
20036   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
20037   algorithm: "plot_tsa_name"
20038   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
20039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20040   include:
20041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20046   layout:
20047     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
20048     layout: "plot-throughput-speedup-analysis"
20049
20050 - type: "plot"
20051   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
20052   algorithm: "plot_tsa_name"
20053   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
20054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20055   include:
20056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20061   layout:
20062     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
20063     layout: "plot-throughput-speedup-analysis"
20064
20065 - type: "plot"
20066   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
20067   algorithm: "plot_tsa_name"
20068   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
20069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20070   include:
20071     - "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"
20072     - "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"
20073     - "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"
20074     - "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"
20075     - "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"
20076   layout:
20077     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
20078     layout: "plot-throughput-speedup-analysis"
20079
20080 - type: "plot"
20081   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
20082   algorithm: "plot_tsa_name"
20083   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
20084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20085   include:
20086     - "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"
20087     - "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"
20088     - "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"
20089     - "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"
20090     - "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"
20091   layout:
20092     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
20093     layout: "plot-throughput-speedup-analysis"
20094
20095 - type: "plot"
20096   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
20097   algorithm: "plot_tsa_name"
20098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
20099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20100   include:
20101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20106   layout:
20107     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
20108     layout: "plot-throughput-speedup-analysis"
20109
20110 - type: "plot"
20111   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
20112   algorithm: "plot_tsa_name"
20113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
20114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20115   include:
20116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20119     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20121   layout:
20122     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
20123     layout: "plot-throughput-speedup-analysis"
20124
20125 - type: "plot"
20126   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20127   algorithm: "plot_tsa_name"
20128   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
20129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20130   include:
20131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20134     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20136   layout:
20137     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20138     layout: "plot-throughput-speedup-analysis"
20139
20140 - type: "plot"
20141   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20142   algorithm: "plot_tsa_name"
20143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
20144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20145   include:
20146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20151   layout:
20152     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20153     layout: "plot-throughput-speedup-analysis"
20154
20155 - type: "plot"
20156   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20157   algorithm: "plot_tsa_name"
20158   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20160   include:
20161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20165   layout:
20166     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
20167     layout: "plot-throughput-speedup-analysis"
20168
20169 - type: "plot"
20170   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20171   algorithm: "plot_tsa_name"
20172   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20174   include:
20175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20177     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20179   layout:
20180     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
20181     layout: "plot-throughput-speedup-analysis"
20182
20183 - type: "plot"
20184   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20185   algorithm: "plot_tsa_name"
20186   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20188   include:
20189     - "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"
20190     - "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"
20191     - "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"
20192     - "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"
20193   layout:
20194     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
20195     layout: "plot-throughput-speedup-analysis"
20196
20197 - type: "plot"
20198   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20199   algorithm: "plot_tsa_name"
20200   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20202   include:
20203     - "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"
20204     - "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"
20205     - "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"
20206     - "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"
20207   layout:
20208     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
20209     layout: "plot-throughput-speedup-analysis"
20210
20211 - type: "plot"
20212   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20213   algorithm: "plot_tsa_name"
20214   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20216   include:
20217     - "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"
20218     - "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"
20219     - "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"
20220     - "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"
20221     - "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"
20222     - "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"
20223   layout:
20224     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
20225     layout: "plot-throughput-speedup-analysis"
20226
20227 - type: "plot"
20228   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20229   algorithm: "plot_tsa_name"
20230   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20232   include:
20233     - "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"
20234     - "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"
20235     - "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"
20236     - "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"
20237     - "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"
20238     - "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"
20239   layout:
20240     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
20241     layout: "plot-throughput-speedup-analysis"
20242
20243 ################################################################################
20244
20245 # Packet Throughput - DPDK
20246
20247 # 2n-clx-xxv710
20248
20249 - type: "plot"
20250   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
20251   algorithm: "plot_perf_box_name"
20252   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
20253   data: "plot-dpdk-throughput-latency-2n-clx"
20254   include:
20255     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20256     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20257   layout:
20258     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20259     layout: "plot-throughput"
20260
20261 - type: "plot"
20262   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
20263   algorithm: "plot_perf_box_name"
20264   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
20265   data: "plot-dpdk-throughput-latency-2n-clx"
20266   include:
20267     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20268     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20269   layout:
20270     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20271     layout: "plot-throughput"
20272
20273 - type: "plot"
20274   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
20275   algorithm: "plot_perf_box_name"
20276   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
20277   data: "plot-dpdk-throughput-latency-2n-clx"
20278   include:
20279     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20280     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20281   layout:
20282     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
20283     layout: "plot-throughput"
20284
20285 - type: "plot"
20286   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
20287   algorithm: "plot_perf_box_name"
20288   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
20289   data: "plot-dpdk-throughput-latency-2n-clx"
20290   include:
20291     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20292     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20293   layout:
20294     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
20295     layout: "plot-throughput"
20296
20297 # 2n-clx-x710
20298
20299 - type: "plot"
20300   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
20301   algorithm: "plot_perf_box_name"
20302   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
20303   data: "plot-dpdk-throughput-latency-2n-clx"
20304   include:
20305     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20306     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20307   layout:
20308     title: "2n-clx-x710-64b-2t1c-base-ndr"
20309     layout: "plot-throughput"
20310
20311 - type: "plot"
20312   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
20313   algorithm: "plot_perf_box_name"
20314   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
20315   data: "plot-dpdk-throughput-latency-2n-clx"
20316   include:
20317     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20318     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20319   layout:
20320     title: "2n-clx-x710-64b-4t2c-base-ndr"
20321     layout: "plot-throughput"
20322
20323 - type: "plot"
20324   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20325   algorithm: "plot_perf_box_name"
20326   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20327   data: "plot-dpdk-throughput-latency-2n-clx"
20328   include:
20329     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20330     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20331   layout:
20332     title: "2n-clx-x710-64b-2t1c-base-pdr"
20333     layout: "plot-throughput"
20334
20335 - type: "plot"
20336   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20337   algorithm: "plot_perf_box_name"
20338   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20339   data: "plot-dpdk-throughput-latency-2n-clx"
20340   include:
20341     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20342     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20343   layout:
20344     title: "2n-clx-x710-64b-4t2c-base-pdr"
20345     layout: "plot-throughput"
20346
20347 ################################################################################
20348
20349 - type: "plot"
20350   title: "Latency by percentile: 2n-skx"
20351   algorithm: "plot_hdrh_lat_by_percentile"
20352   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
20353   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
20354   target-links: "../../_static/vpp"
20355   data: "plot-vpp-hdrh-lat-2n-skx"
20356   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20357   layout:
20358     layout: "plot-hdrh-latency-by-percentile"
20359
20360 - type: "plot"
20361   title: "Latency by percentile: 2n-skx-nat44"
20362   algorithm: "plot_hdrh_lat_by_percentile"
20363   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
20364   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
20365   target-links: "../../_static/vpp"
20366   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
20367   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20368   layout:
20369     layout: "plot-hdrh-latency-by-percentile"
20370
20371 - type: "plot"
20372   title: "Latency by percentile: 3n-skx"
20373   algorithm: "plot_hdrh_lat_by_percentile"
20374   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
20375   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
20376   target-links: "../../_static/vpp"
20377   data: "plot-vpp-hdrh-lat-3n-skx"
20378   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20379   layout:
20380     layout: "plot-hdrh-latency-by-percentile"
20381
20382 - type: "plot"
20383   title: "Latency by percentile: 2n-clx"
20384   algorithm: "plot_hdrh_lat_by_percentile"
20385   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20386   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20387   target-links: "../../_static/vpp"
20388   data: "plot-vpp-hdrh-lat-2n-clx"
20389   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20390   layout:
20391     layout: "plot-hdrh-latency-by-percentile"
20392
20393 - type: "plot"
20394   title: "Latency by percentile: 2n-clx-nat44"
20395   algorithm: "plot_hdrh_lat_by_percentile"
20396   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20397   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20398   target-links: "../../_static/vpp"
20399   data: "plot-vpp-hdrh-lat-2n-clx-nat44"
20400   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20401   layout:
20402     layout: "plot-hdrh-latency-by-percentile"
20403
20404 - type: "plot"
20405   title: "Latency by percentile: 3n-hsw"
20406   algorithm: "plot_hdrh_lat_by_percentile"
20407   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
20408   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
20409   target-links: "../../_static/vpp"
20410   data: "plot-vpp-hdrh-lat-3n-hsw"
20411   filter: "'1T1C' and 'NIC_Intel-XL710'"
20412   layout:
20413     layout: "plot-hdrh-latency-by-percentile"
20414
20415 - type: "plot"
20416   title: "Latency by percentile: 3n-tsh"
20417   algorithm: "plot_hdrh_lat_by_percentile"
20418   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
20419   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
20420   target-links: "../../_static/vpp"
20421   data: "plot-vpp-hdrh-lat-3n-tsh"
20422   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20423   layout:
20424     layout: "plot-hdrh-latency-by-percentile"
20425
20426 - type: "plot"
20427   title: "Latency by percentile: DPDK 2n-skx"
20428   algorithm: "plot_hdrh_lat_by_percentile"
20429   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
20430   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
20431   target-links: "../../_static/dpdk"
20432   data: "plot-dpdk-hdrh-lat-2n-skx"
20433   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20434   layout:
20435     layout: "plot-hdrh-latency-by-percentile"
20436
20437 - type: "plot"
20438   title: "Latency by percentile: DPDK 3n-skx"
20439   algorithm: "plot_hdrh_lat_by_percentile"
20440   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
20441   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
20442   target-links: "../../_static/dpdk"
20443   data: "plot-dpdk-hdrh-lat-3n-skx"
20444   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20445   layout:
20446     layout: "plot-hdrh-latency-by-percentile"
20447
20448 - type: "plot"
20449   title: "Latency by percentile: DPDK 2n-clx"
20450   algorithm: "plot_hdrh_lat_by_percentile"
20451   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
20452   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
20453   target-links: "../../_static/dpdk"
20454   data: "plot-dpdk-hdrh-lat-2n-clx"
20455   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20456   layout:
20457     layout: "plot-hdrh-latency-by-percentile"
20458
20459 - type: "plot"
20460   title: "Latency by percentile: DPDK 3n-hsw"
20461   algorithm: "plot_hdrh_lat_by_percentile"
20462   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
20463   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
20464   target-links: "../../_static/dpdk"
20465   data: "plot-dpdk-hdrh-lat-3n-hsw"
20466   filter: "'1T1C' and 'NIC_Intel-XL710'"
20467   layout:
20468     layout: "plot-hdrh-latency-by-percentile"
20469
20470 - type: "plot"
20471   title: "Latency by percentile: DPDK 3n-tsh"
20472   algorithm: "plot_hdrh_lat_by_percentile"
20473   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
20474   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
20475   target-links: "../../_static/dpdk"
20476   data: "plot-dpdk-hdrh-lat-3n-tsh"
20477   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20478   layout:
20479     layout: "plot-hdrh-latency-by-percentile"