c51b2bf99d17e759fdb93e78eff15d253afc6137
[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         - 100 # rls2009 NDRPDR iter NAT44 env 5
259         - 101 # rls2009 NDRPDR iter NAT44 env 5
260         - 102 # rls2009 NDRPDR iter NAT44 env 5
261
262     plot-vpp-hdrh-lat-2n-skx:
263       csit-vpp-perf-report-iterative-2009-2n-skx:
264         - 35  # rls2009 NDRPDR iter env 5
265
266     plot-vpp-hdrh-lat-2n-skx-nat44:
267       csit-vpp-perf-report-iterative-2009-2n-skx:
268         - 101 # rls2009 NDRPDR iter NAT44 env 5
269
270     plot-vpp-soak-2n-skx:
271       csit-vpp-perf-report-iterative-2009-2n-skx:
272         - 33  # rls2009 soak env 5
273         - 34  # rls2009 soak env 5
274
275     plot-vpp-nfv-2n-skx-ndrpdr:
276       csit-vpp-perf-report-iterative-2009-2n-skx:
277         - 38  # rls2009 nf-density iter env 5
278         - 41  # rls2009 nf-density iter env 5
279         - 45  # rls2009 nf-density iter env 5
280         - 47  # rls2009 nf-density iter env 5
281         - 49  # rls2009 nf-density iter env 5
282         - 63  # rls2009 nf-density iter env 5
283         - 65  # rls2009 nf-density iter env 5
284         - 66  # rls2009 nf-density iter env 5
285         - 71  # rls2009 nf-density iter env 5
286         - 72  # rls2009 nf-density iter env 5
287
288     plot-vpp-nfv-2n-skx-mrr:
289       csit-vpp-perf-report-iterative-2009-2n-skx:
290         - 50  # rls2009 MRR nf-density iter env 5
291
292     plot-vpp-nfv-reconf-2n-skx:
293       csit-vpp-perf-report-iterative-2009-2n-skx:
294         - 27  # rls2009 reconf env 5
295         - 28  # rls2009 reconf env 5
296         - 29  # rls2009 reconf env 5
297         - 30  # rls2009 reconf env 5
298         - 31  # rls2009 reconf env 5
299         - 32  # rls2009 reconf env 5
300         - 61  # rls2009 reconf env 5
301         - 62  # rls2009 reconf env 5
302         - 68  # rls2009 reconf env 5
303         - 70  # rls2009 reconf env 5
304
305     plot-dpdk-throughput-latency-2n-skx:
306       csit-dpdk-perf-report-iterative-2009-2n-skx:
307         - 4   # NDRPDR iter env5
308         - 5   # NDRPDR iter env5
309         - 6   # NDRPDR iter env5
310         - 7   # NDRPDR iter env5
311         - 8   # NDRPDR iter env5
312         - 9   # NDRPDR iter env5
313         - 10  # NDRPDR iter env5
314         - 11  # NDRPDR iter env5
315         - 12  # NDRPDR iter env5
316         - 13  # NDRPDR iter env5
317
318     plot-dpdk-hdrh-lat-2n-skx:
319       csit-dpdk-perf-report-iterative-2009-2n-skx:
320         - 4   # NDRPDR iter env5
321
322     # 2n-clx
323
324     plot-vpp-throughput-lat-tsa-2n-clx:
325       csit-vpp-perf-report-iterative-2009-2n-clx:
326         - 36  # rls2009 NDRPDR iter env 5
327         - 39  # rls2009 NDRPDR iter env 5
328         - 40  # rls2009 NDRPDR iter env 5
329         - 65  # rls2009 NDRPDR iter env 5
330         - 66  # rls2009 NDRPDR iter env 5
331         - 79  # rls2009 NDRPDR iter env 5
332         - 82  # rls2009 NDRPDR iter env 5
333         - 88  # rls2009 NDRPDR iter env 5
334         - 89  # rls2009 NDRPDR iter env 5
335         - 90  # rls2009 NDRPDR iter env 5
336         - 114 # rls2009 NDRPDR iter NAT44 env 5
337         - 121 # rls2009 NDRPDR iter NAT44 env 5
338
339     plot-vpp-hdrh-lat-2n-clx:
340       csit-vpp-perf-report-iterative-2009-2n-clx:
341         - 36  # rls2009 NDRPDR iter env 5
342
343     plot-vpp-hdrh-lat-2n-clx-nat44:
344       csit-vpp-perf-report-iterative-2009-2n-clx:
345         - 114 # rls2009 NDRPDR iter NAT44 env 5
346
347     plot-vpp-nfv-2n-clx-ndrpdr:
348       csit-vpp-perf-report-iterative-2009-2n-clx:
349         - 37  # rls2009 nf-density iter env 5
350         - 43  # rls2009 nf-density iter env 5
351         - 69  # rls2009 nf-density iter env 5
352         - 70  # rls2009 nf-density iter env 5
353         - 71  # rls2009 nf-density iter env 5
354         - 72  # rls2009 nf-density iter env 5
355         - 73  # rls2009 nf-density iter env 5
356         - 74  # rls2009 nf-density iter env 5
357         - 75  # rls2009 nf-density iter env 5
358         - 76  # rls2009 nf-density iter env 5
359
360     plot-vpp-nfv-2n-clx-mrr:
361       csit-vpp-perf-report-iterative-2009-2n-clx:
362         - 45  # rls2009 MRR nf-density iter env 5
363
364     plot-vpp-nfv-reconf-2n-clx:
365       csit-vpp-perf-report-iterative-2009-2n-clx:
366         - 25  # rls2009 reconf env 5
367         - 27  # rls2009 reconf env 5
368         - 28  # rls2009 reconf env 5
369         - 29  # rls2009 reconf env 5
370         - 30  # rls2009 reconf env 5
371         - 30  # rls2009 reconf env 5
372         - 32  # rls2009 reconf env 5
373         - 48  # rls2009 reconf env 5
374         - 53  # rls2009 reconf env 5
375         - 68  # rls2009 reconf env 5
376
377     plot-vpp-soak-2n-clx:
378       csit-vpp-perf-report-iterative-2009-2n-clx:
379         - 33  # rls2009 soak env 5
380         - 34  # rls2009 soak env 5
381
382     plot-dpdk-throughput-latency-2n-clx:
383       csit-dpdk-perf-report-iterative-2009-2n-clx:
384         - 4   # NDRPDR iter env5
385         - 5   # NDRPDR iter env5
386         - 6   # NDRPDR iter env5
387         - 7   # NDRPDR iter env5
388         - 8   # NDRPDR iter env5
389         - 9   # NDRPDR iter env5
390         - 10  # NDRPDR iter env5
391         - 11  # NDRPDR iter env5
392         - 12  # NDRPDR iter env5
393         - 13  # NDRPDR iter env5
394
395     plot-dpdk-hdrh-lat-2n-clx:
396       csit-dpdk-perf-report-iterative-2009-2n-clx:
397         - 4   # NDRPDR iter env5
398
399     # 3n-tsh
400
401     plot-vpp-throughput-lat-tsa-3n-tsh:
402       # TODO: Add:
403       csit-vpp-perf-report-iterative-2009-3n-tsh:
404         - 14  # rls2009 NDRPDR iter env 5
405         - 20  # rls2009 NDRPDR iter env 5
406         - 21  # rls2009 NDRPDR iter env 5
407         - 22  # rls2009 NDRPDR iter env 5
408         - 23  # rls2009 NDRPDR iter env 5
409         - 28  # rls2009 NDRPDR iter env 5
410         - 30  # rls2009 NDRPDR iter env 5
411         - 33  # rls2009 NDRPDR iter env 5
412         - 38  # rls2009 NDRPDR iter env 5
413
414     plot-vpp-hdrh-lat-3n-tsh:
415       csit-vpp-perf-report-iterative-2009-3n-tsh:
416         - 14  # rls2009 NDRPDR iter env 5
417
418     plot-dpdk-throughput-latency-3n-tsh:
419       csit-dpdk-perf-report-iterative-2009-3n-tsh:
420         - 1   # NDRPDR iter env5
421         - 2   # NDRPDR iter env5
422         - 3   # NDRPDR iter env5
423         - 4   # NDRPDR iter env5
424         - 5   # NDRPDR iter env5
425         - 6   # NDRPDR iter env5
426         - 7   # NDRPDR iter env5
427         - 9   # NDRPDR iter env5
428         - 10  # NDRPDR iter env5
429         - 11  # NDRPDR iter env5
430
431     plot-dpdk-hdrh-lat-3n-tsh:
432       csit-dpdk-perf-report-iterative-2009-3n-tsh:
433         - 1   # NDRPDR iter env5
434
435     # 3n-dnv
436
437     plot-vpp-throughput-lat-tsa-3n-dnv:
438       csit-vpp-perf-report-iterative-2009-3n-dnv:
439         - 3   # rls2009 NDRPDR iter env 5
440         - 6   # rls2009 NDRPDR iter env 5
441         - 7   # rls2009 NDRPDR iter env 5
442         - 8   # rls2009 NDRPDR iter env 5
443         - 10  # rls2009 NDRPDR iter env 5
444         - 11  # rls2009 NDRPDR iter env 5
445         - 12  # rls2009 NDRPDR iter env 5
446         - 14  # rls2009 NDRPDR iter env 5
447         - 15  # rls2009 NDRPDR iter env 5
448         - 24  # rls2009 NDRPDR iter env 5
449
450 #    plot-dpdk-throughput-latency-3n-dnv:
451 #      # No data
452 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
453
454     # 2n-dnv
455
456     plot-vpp-throughput-lat-tsa-2n-dnv:
457       csit-vpp-perf-report-iterative-2009-2n-dnv:
458         - 3   # rls2009 NDRPDR iter env 5
459         - 5   # rls2009 NDRPDR iter env 5
460         - 6   # rls2009 NDRPDR iter env 5
461         - 7   # rls2009 NDRPDR iter env 5
462         - 9   # rls2009 NDRPDR iter env 5
463         - 10  # rls2009 NDRPDR iter env 5
464         - 11  # rls2009 NDRPDR iter env 5
465         - 12  # rls2009 NDRPDR iter env 5
466         - 14  # rls2009 NDRPDR iter env 5
467         - 15  # rls2009 NDRPDR iter env 5
468
469 #    plot-dpdk-throughput-latency-2n-dnv:
470 #      # No data
471 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
472
473     ###########################################################################
474     # Simple tables (only one data set):
475
476     # NIC Comparisons
477
478     vpp-nic-comparison-3n-skx:
479       csit-vpp-perf-report-iterative-2009-3n-skx:
480         - 26  # rls2009 NDRPDR iter env 5
481         - 27  # rls2009 NDRPDR iter env 5
482         - 28  # rls2009 NDRPDR iter env 5
483         - 29  # rls2009 NDRPDR iter env 5
484         - 35  # rls2009 NDRPDR iter env 5
485         - 36  # rls2009 NDRPDR iter env 5
486         - 37  # rls2009 NDRPDR iter env 5
487         - 38  # rls2009 NDRPDR iter env 5
488         - 39  # rls2009 NDRPDR iter env 5
489         - 40  # rls2009 NDRPDR iter env 5
490
491     vpp-nic-comparison-2n-skx:
492       csit-vpp-perf-report-iterative-2009-2n-skx:
493         - 35  # rls2009 NDRPDR iter env 5
494         - 36  # rls2009 NDRPDR iter env 5
495         - 37  # rls2009 NDRPDR iter env 5
496         - 39  # rls2009 NDRPDR iter env 5
497         - 40  # rls2009 NDRPDR iter env 5
498         - 42  # rls2009 NDRPDR iter env 5
499         - 43  # rls2009 NDRPDR iter env 5
500         - 44  # rls2009 NDRPDR iter env 5
501         - 46  # rls2009 NDRPDR iter env 5
502         - 48  # rls2009 NDRPDR iter env 5
503         - 100 # rls2009 NDRPDR iter NAT44 env 5
504         - 101 # rls2009 NDRPDR iter NAT44 env 5
505         - 102 # rls2009 NDRPDR iter NAT44 env 5
506
507     vpp-nic-comparison-3n-skx-mrr:
508       csit-vpp-perf-report-iterative-2009-3n-skx:
509         - 24  # rls2009 MRR iter env 5
510
511     vpp-nic-comparison-2n-skx-mrr:
512       csit-vpp-perf-report-iterative-2009-2n-skx:
513         - 85  # rls2009 MRR iter env 5
514
515     # Results
516
517     vpp-perf-results-3n-hsw:
518       csit-vpp-perf-report-coverage-2009-3n-hsw:
519         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
520         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
521         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
522         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
523         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
524         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
525         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
526         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
527         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
528         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
529         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
530         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
531         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
532         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
533         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
534         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
535         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
536         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
537         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
538         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
539         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
540         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
541         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
542         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
543         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
544         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
545         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
546         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
547         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
548         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
549         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
550         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
551         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
552         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
553         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
554
555     vpp-perf-results-3n-skx:
556       csit-vpp-perf-report-coverage-2009-3n-skx:
557         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
558         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
559         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
560         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
561         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
562         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
563         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
564         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
565         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
566         - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
567         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
568         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
569         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
570         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
571         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
572         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
573         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
574         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
575         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
576         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
577         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
578         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
579         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
580         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
581         - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
582         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
583         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
584         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
585         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
586         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
587         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
588         - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
589         - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
590         - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
591         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
592         - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
593
594     vpp-perf-results-2n-skx:
595       csit-vpp-perf-report-coverage-2009-2n-skx:
596         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
597         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
598         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
599         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
600         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
601         - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
602         - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
603         - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
604         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
605         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
606         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
607         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
608         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
609         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
610         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
611         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
612         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
613
614     vpp-perf-results-2n-clx:
615       csit-vpp-perf-report-coverage-2009-2n-clx:
616         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
617         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
618         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
619         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
620         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
621         - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
622         - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
623         - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
624         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
625         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
626         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
627         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
628         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
629         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
630         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
631         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
632         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
633
634     vpp-perf-results-3n-tsh:
635       csit-vpp-perf-report-iterative-2009-3n-tsh:
636         - 14  # rls2009 NDRPDR iter env 5
637
638     vpp-perf-results-3n-dnv:
639       csit-vpp-perf-report-coverage-2009-3n-dnv:
640         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
641         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
642         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
643         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
644         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
645         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
646         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
647         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
648         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
649
650     vpp-perf-results-2n-dnv:
651       csit-vpp-perf-report-coverage-2009-2n-dnv:
652         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
653         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
654         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
655         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
656         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
657         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
658
659     vpp-mrr-results-3n-hsw:
660       csit-vpp-perf-report-iterative-2009-3n-hsw:
661         - 23  # rls2009 MRR iter env 5
662
663     vpp-mrr-results-3n-skx:
664       csit-vpp-perf-report-iterative-2009-3n-skx:
665         - 24  # rls2009 MRR iter env 5
666
667     vpp-mrr-results-2n-skx:
668       csit-vpp-perf-report-iterative-2009-2n-skx:
669         - 85  # rls2009 MRR iter env 5
670
671     vpp-mrr-results-2n-clx:
672       csit-vpp-perf-report-iterative-2009-2n-clx:
673         - 102 # rls2009 MRR iter env 5
674
675     vpp-mrr-results-3n-tsh:
676       csit-vpp-perf-report-iterative-2009-3n-tsh:
677         - 15  # rls2009 MRR iter env 5
678
679     vpp-mrr-results-3n-dnv:
680       csit-vpp-perf-report-iterative-2009-3n-dnv:
681         - 22  # rls2009 MRR iter env 5
682
683     vpp-mrr-results-2n-dnv:
684       csit-vpp-perf-report-iterative-2009-2n-dnv:
685         - 13  # rls2009 MRR iter env 5
686
687     vpp-device-results-ubuntu:
688       csit-vpp-device-2009-ubuntu1804-1n-skx:
689         - 131 # rls2009 env 5
690
691     dpdk-perf-results-3n-hsw:
692       csit-dpdk-perf-report-iterative-2009-3n-hsw:
693         - 6   # NDRPDR iter env5
694
695     dpdk-perf-results-3n-skx:
696       csit-dpdk-perf-report-iterative-2009-3n-skx:
697         - 4   # NDRPDR sel env5
698
699     dpdk-perf-results-2n-skx:
700       csit-dpdk-perf-report-iterative-2009-2n-skx:
701         - 4   # NDRPDR iter env5
702
703     dpdk-perf-results-2n-clx:
704       csit-dpdk-perf-report-iterative-2009-2n-clx:
705         - 4   # NDRPDR iter env5
706
707 #    dpdk-perf-results-2n-dnv:
708 #      # No data
709 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
710
711 #    dpdk-perf-results-3n-dnv:
712 #      # No data
713 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
714
715     dpdk-perf-results-3n-tsh:
716       csit-dpdk-perf-report-iterative-2009-3n-tsh:
717         - 1   # NDRPDR iter env5
718
719 ###########################################################################
720     # Tables (more than one data set)
721
722     # Performance changes
723
724     vpp-performance-changes-3n-hsw-h1:
725       csit-vpp-perf-report-iterative-2005-3n-hsw:
726         - 31  # NDRPDR sel 2001.0-4
727         - 32  # NDRPDR sel 2001.0-4
728         - 33  # NDRPDR sel 2001.0-4
729         - 34  # NDRPDR sel 2001.0-4
730         - 35  # NDRPDR sel 2001.0-4
731         - 36  # NDRPDR sel 2001.0-4
732         - 38  # NDRPDR sel 2001.0-4
733     vpp-performance-changes-3n-hsw-ref-env4:
734       csit-vpp-perf-report-iterative-2005-3n-hsw:
735         - 20  # NDRPDR sel env 4
736         - 21  # NDRPDR sel env 4
737         - 22  # NDRPDR sel env 4
738         - 23  # NDRPDR sel env 4
739         - 24  # NDRPDR sel env 4
740         - 25  # NDRPDR sel env 4
741         - 26  # NDRPDR sel env 4
742         - 27  # NDRPDR sel env 4
743         - 28  # NDRPDR sel env 4
744         - 29  # NDRPDR sel env 4
745     vpp-performance-changes-3n-hsw-ref-env5:
746       csit-vpp-perf-report-iterative-2009-3n-hsw:
747         - 9   # rls2005 NDRPDR iter env 5
748         - 10  # rls2005 NDRPDR iter env 5
749         - 11  # rls2005 NDRPDR iter env 5
750         - 12  # rls2005 NDRPDR iter env 5
751         - 13  # rls2005 NDRPDR iter env 5
752         - 14  # rls2005 NDRPDR iter env 5
753         - 15  # rls2005 NDRPDR iter env 5
754         - 16  # rls2005 NDRPDR iter env 5
755         - 17  # rls2005 NDRPDR iter env 5
756         - 19  # rls2005 NDRPDR iter env 5
757     vpp-performance-changes-3n-hsw-cmp:
758       csit-vpp-perf-report-iterative-2009-3n-hsw:
759         - 21  # rls2009 NDRPDR iter env 5
760         - 22  # rls2009 NDRPDR iter env 5
761         - 24  # rls2009 NDRPDR iter env 5
762         - 25  # rls2009 NDRPDR iter env 5
763         - 26  # rls2009 NDRPDR iter env 5
764         - 27  # rls2009 NDRPDR iter env 5
765         - 28  # rls2009 NDRPDR iter env 5
766         - 29  # rls2009 NDRPDR iter env 5
767         - 30  # rls2009 NDRPDR iter env 5
768         - 31  # rls2009 NDRPDR iter env 5
769
770     vpp-performance-changes-3n-skx-h1:
771       csit-vpp-perf-report-iterative-2005-3n-skx:
772         - 50  # NDRPDR sel 2001.0-4
773         - 51  # NDRPDR sel 2001.0-4
774         - 52  # NDRPDR sel 2001.0-4
775         - 53  # NDRPDR sel 2001.0-4
776         - 54  # NDRPDR sel 2001.0-4
777     vpp-performance-changes-3n-skx-ref-env4:
778       csit-vpp-perf-report-iterative-2005-3n-skx:
779         - 42  # NDRPDR sel env 4
780         - 43  # NDRPDR sel env 4
781         - 44  # NDRPDR sel env 4
782         - 45  # NDRPDR sel env 4
783         - 47  # NDRPDR sel env 4
784         - 55  # NDRPDR sel env 4
785         - 56  # NDRPDR sel env 4
786         - 57  # NDRPDR sel env 4
787         - 61  # NDRPDR sel env 4
788         - 62  # NDRPDR sel env 4
789     vpp-performance-changes-3n-skx-ref-env5:
790       csit-vpp-perf-report-iterative-2009-3n-skx:
791         - 13  # rls2005 NDRPDR iter env 5
792         - 18  # rls2005 NDRPDR iter env 5
793         - 19  # rls2005 NDRPDR iter env 5
794         - 41  # rls2005 NDRPDR iter env 5
795         - 43  # rls2005 NDRPDR iter env 5
796         - 44  # rls2005 NDRPDR iter env 5
797         - 45  # rls2005 NDRPDR iter env 5
798         - 46  # rls2005 NDRPDR iter env 5
799         - 48  # rls2005 NDRPDR iter env 5
800         - 49  # rls2005 NDRPDR iter env 5
801     vpp-performance-changes-3n-skx-cmp:
802       csit-vpp-perf-report-iterative-2009-3n-skx:
803         - 26  # rls2009 NDRPDR iter env 5
804         - 27  # rls2009 NDRPDR iter env 5
805         - 28  # rls2009 NDRPDR iter env 5
806         - 29  # rls2009 NDRPDR iter env 5
807         - 35  # rls2009 NDRPDR iter env 5
808         - 36  # rls2009 NDRPDR iter env 5
809         - 37  # rls2009 NDRPDR iter env 5
810         - 38  # rls2009 NDRPDR iter env 5
811         - 39  # rls2009 NDRPDR iter env 5
812         - 40  # rls2009 NDRPDR iter env 5
813
814     vpp-performance-changes-2n-skx-h1:
815       csit-vpp-perf-report-iterative-2005-2n-skx:
816         - 100 # NDRPDR sel 2001.0-4
817         - 101 # NDRPDR sel 2001.0-4
818         - 102 # NDRPDR sel 2001.0-4
819         - 103 # NDRPDR sel 2001.0-4
820         - 104 # NDRPDR sel 2001.0-4
821         - 105 # NDRPDR sel 2001.0-4
822     vpp-performance-changes-2n-skx-ref-env4:
823       csit-vpp-perf-report-iterative-2005-2n-skx:
824         - 88  # NDRPDR sel env 4
825         - 89  # NDRPDR sel env 4
826         - 90  # NDRPDR sel env 4
827         - 91  # NDRPDR sel env 4
828         - 92  # NDRPDR sel env 4
829         - 93  # NDRPDR sel env 4
830         - 94  # NDRPDR sel env 4
831         - 125 # NDRPDR sel env 4
832         - 126 # NDRPDR sel env 4
833         - 127 # NDRPDR sel env 4
834     vpp-performance-changes-2n-skx-ref-env5:
835       csit-vpp-perf-report-iterative-2009-2n-skx:
836         - 13  # rls2005 NDRPDR iter env 5
837         - 16  # rls2005 NDRPDR iter env 5
838         - 17  # rls2005 NDRPDR iter env 5
839         - 18  # rls2005 NDRPDR iter env 5
840         - 19  # rls2005 NDRPDR iter env 5
841         - 21  # rls2005 NDRPDR iter env 5
842         - 22  # rls2005 NDRPDR iter env 5
843         - 23  # rls2005 NDRPDR iter env 5
844         - 24  # rls2005 NDRPDR iter env 5
845         - 25  # rls2005 NDRPDR iter env 5
846     vpp-performance-changes-2n-skx-cmp:
847       csit-vpp-perf-report-iterative-2009-2n-skx:
848         - 35  # rls2009 NDRPDR iter env 5
849         - 36  # rls2009 NDRPDR iter env 5
850         - 37  # rls2009 NDRPDR iter env 5
851         - 39  # rls2009 NDRPDR iter env 5
852         - 40  # rls2009 NDRPDR iter env 5
853         - 42  # rls2009 NDRPDR iter env 5
854         - 43  # rls2009 NDRPDR iter env 5
855         - 44  # rls2009 NDRPDR iter env 5
856         - 46  # rls2009 NDRPDR iter env 5
857         - 48  # rls2009 NDRPDR iter env 5
858         - 100 # rls2009 NDRPDR iter NAT44 env 5
859         - 101 # rls2009 NDRPDR iter NAT44 env 5
860         - 102 # rls2009 NDRPDR iter NAT44 env 5
861
862     vpp-performance-changes-2n-clx-h1:
863       csit-vpp-perf-report-iterative-2005-2n-clx:
864         - 73  # NDRPDR sel 2001.0-4
865         - 74  # NDRPDR sel 2001.0-4
866         - 75  # NDRPDR sel 2001.0-4
867         - 76  # NDRPDR sel 2001.0-4
868         - 77  # NDRPDR sel 2001.0-4
869         - 78  # NDRPDR sel 2001.0-4
870         - 79  # NDRPDR sel 2001.0-4
871         - 80  # NDRPDR sel 2001.0-4
872     vpp-performance-changes-2n-clx-ref-env4:
873       csit-vpp-perf-report-iterative-2005-2n-clx:
874         - 62  # NDRPDR sel env 4
875         - 63  # NDRPDR sel env 4
876         - 64  # NDRPDR sel env 4
877         - 65  # NDRPDR sel env 4
878         - 66  # NDRPDR sel env 4
879         - 68  # NDRPDR sel env 4
880         - 69  # NDRPDR sel env 4
881         - 70  # NDRPDR sel env 4
882         - 103 # NDRPDR sel env 4
883         - 104 # NDRPDR sel env 4
884     vpp-performance-changes-2n-clx-ref-env5:
885       csit-vpp-perf-report-iterative-2009-2n-clx:
886         - 13  # rls2005 NDRPDR iter env 5
887         - 15  # rls2005 NDRPDR iter env 5
888         - 17  # rls2005 NDRPDR iter env 5
889         - 18  # rls2005 NDRPDR iter env 5
890         - 19  # rls2005 NDRPDR iter env 5
891         - 20  # rls2005 NDRPDR iter env 5
892         - 21  # rls2005 NDRPDR iter env 5
893         - 22  # rls2005 NDRPDR iter env 5
894         - 23  # rls2005 NDRPDR iter env 5
895         - 24  # rls2005 NDRPDR iter env 5
896     vpp-performance-changes-2n-clx-cmp:
897       csit-vpp-perf-report-iterative-2009-2n-clx:
898         - 36  # rls2009 NDRPDR iter env 5
899         - 39  # rls2009 NDRPDR iter env 5
900         - 40  # rls2009 NDRPDR iter env 5
901         - 65  # rls2009 NDRPDR iter env 5
902         - 66  # rls2009 NDRPDR iter env 5
903         - 79  # rls2009 NDRPDR iter env 5
904         - 82  # rls2009 NDRPDR iter env 5
905         - 88  # rls2009 NDRPDR iter env 5
906         - 89  # rls2009 NDRPDR iter env 5
907         - 90  # rls2009 NDRPDR iter env 5
908         - 114 # rls2009 NDRPDR iter NAT44 env 5
909         - 121 # rls2009 NDRPDR iter NAT44 env 5
910
911     vpp-performance-changes-2n-dnv-h1:
912       csit-vpp-perf-verify-2001-2n-dnv:
913         - 4   # NDRPDR sel
914         - 5   # NDRPDR sel
915         - 6   # NDRPDR sel
916         - 7   # NDRPDR sel
917         - 8   # NDRPDR sel
918         - 9   # NDRPDR sel
919         - 10  # NDRPDR sel
920         - 11  # NDRPDR sel
921         - 13  # NDRPDR sel
922         - 16  # NDRPDR sel
923     vpp-performance-changes-2n-dnv-ref:
924       csit-vpp-perf-report-iterative-2009-2n-dnv:
925         - 16  # rls2005 NDRPDR iter env 5
926         - 17  # rls2005 NDRPDR iter env 5
927         - 18  # rls2005 NDRPDR iter env 5
928         - 19  # rls2005 NDRPDR iter env 5
929         - 21  # rls2005 NDRPDR iter env 5
930         - 24  # rls2005 NDRPDR iter env 5
931         - 27  # rls2005 NDRPDR iter env 5
932         - 28  # rls2005 NDRPDR iter env 5
933         - 29  # rls2005 NDRPDR iter env 5
934         - 30  # rls2005 NDRPDR iter env 5
935     vpp-performance-changes-2n-dnv-cmp:
936       csit-vpp-perf-report-iterative-2009-2n-dnv:
937         - 3   # rls2009 NDRPDR iter env 5
938         - 5   # rls2009 NDRPDR iter env 5
939         - 6   # rls2009 NDRPDR iter env 5
940         - 7   # rls2009 NDRPDR iter env 5
941         - 9   # rls2009 NDRPDR iter env 5
942         - 10  # rls2009 NDRPDR iter env 5
943         - 11  # rls2009 NDRPDR iter env 5
944         - 12  # rls2009 NDRPDR iter env 5
945         - 14  # rls2009 NDRPDR iter env 5
946         - 15  # rls2009 NDRPDR iter env 5
947
948     vpp-performance-changes-3n-dnv-h1:
949       csit-vpp-perf-verify-2001-3n-dnv:
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         - 12  # NDRPDR sel
957         - 16  # NDRPDR sel
958         - 17  # NDRPDR sel
959         - 18  # NDRPDR sel
960     vpp-performance-changes-3n-dnv-ref:
961       csit-vpp-perf-report-iterative-2009-3n-dnv:
962         - 16  # rls2005 NDRPDR iter env 5
963         - 23  # rls2005 NDRPDR iter env 5
964         - 25  # rls2005 NDRPDR iter env 5
965         - 26  # rls2005 NDRPDR iter env 5
966         - 27  # rls2005 NDRPDR iter env 5
967         - 28  # rls2005 NDRPDR iter env 5
968         - 29  # rls2005 NDRPDR iter env 5
969         - 30  # rls2005 NDRPDR iter env 5
970         - 31  # rls2005 NDRPDR iter env 5
971         - 32  # rls2005 NDRPDR iter env 5
972     vpp-performance-changes-3n-dnv-cmp:
973       csit-vpp-perf-report-iterative-2009-3n-dnv:
974         - 3   # rls2009 NDRPDR iter env 5
975         - 6   # rls2009 NDRPDR iter env 5
976         - 7   # rls2009 NDRPDR iter env 5
977         - 8   # 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         - 24  # rls2009 NDRPDR iter env 5
984
985     vpp-performance-changes-3n-tsh-h1:
986       csit-vpp-perf-report-iterative-2005-3n-tsh:
987         - 28  # NDRPDR sel 2001.0-4
988         - 29  # NDRPDR sel 2001.0-4
989         - 31  # NDRPDR sel 2001.0-4
990     vpp-performance-changes-3n-tsh-ref-env4:
991       csit-vpp-perf-report-iterative-2005-3n-tsh:
992         - 23  # NDRPDR sel env 4
993         - 25  # NDRPDR sel env 4
994         - 33  # NDRPDR sel env 4
995         - 34  # NDRPDR sel env 4
996         - 35  # NDRPDR sel env 4
997         - 36  # NDRPDR sel env 4
998         - 37  # NDRPDR sel env 4
999         - 38  # NDRPDR sel env 4
1000         - 39  # NDRPDR sel env 4
1001         - 40  # NDRPDR sel env 4
1002     vpp-performance-changes-3n-tsh-ref-env5:
1003       csit-vpp-perf-report-iterative-2009-3n-tsh:
1004         - 8   # rls2005 NDRPDR iter env 5
1005         - 11  # rls2005 NDRPDR iter env 5
1006         - 12  # rls2005 NDRPDR iter env 5
1007         - 24  # rls2005 NDRPDR iter env 5
1008         - 27  # rls2005 NDRPDR iter env 5
1009         - 29  # rls2005 NDRPDR iter env 5
1010         - 31  # rls2005 NDRPDR iter env 5
1011         - 39  # rls2005 NDRPDR iter env 5
1012     vpp-performance-changes-3n-tsh-cmp:
1013       # TODO: Add:
1014       csit-vpp-perf-report-iterative-2009-3n-tsh:
1015         - 14  # rls2009 NDRPDR iter env 5
1016         - 20  # rls2009 NDRPDR iter env 5
1017         - 21  # rls2009 NDRPDR iter env 5
1018         - 22  # rls2009 NDRPDR iter env 5
1019         - 23  # rls2009 NDRPDR iter env 5
1020         - 28  # rls2009 NDRPDR iter env 5
1021         - 30  # rls2009 NDRPDR iter env 5
1022         - 33  # rls2009 NDRPDR iter env 5
1023         - 38  # rls2009 NDRPDR iter env 5
1024
1025     vpp-soak-vs-ndr-2n-skx-ref:
1026       csit-vpp-perf-report-iterative-2009-2n-skx:
1027         - 35  # rls2009 NDRPDR iter env 5
1028         - 36  # rls2009 NDRPDR iter env 5
1029         - 37  # rls2009 NDRPDR iter env 5
1030         - 39  # rls2009 NDRPDR iter env 5
1031         - 40  # rls2009 NDRPDR iter env 5
1032         - 42  # rls2009 NDRPDR iter env 5
1033         - 43  # rls2009 NDRPDR iter env 5
1034         - 44  # rls2009 NDRPDR iter env 5
1035         - 46  # rls2009 NDRPDR iter env 5
1036         - 48  # rls2009 NDRPDR iter env 5
1037     vpp-soak-vs-ndr-2n-skx-cmp:
1038       csit-vpp-perf-report-iterative-2009-2n-skx:
1039         - 33  # rls2009 soak env 5
1040         - 34  # rls2009 soak env 5
1041     vpp-soak-vs-ndr-2n-skx:
1042       csit-vpp-perf-report-iterative-2009-2n-skx:
1043         - 35  # rls2009 NDRPDR iter env 5
1044         - 36  # rls2009 NDRPDR iter env 5
1045         - 37  # rls2009 NDRPDR iter env 5
1046         - 39  # rls2009 NDRPDR iter env 5
1047         - 40  # rls2009 NDRPDR iter env 5
1048         - 42  # rls2009 NDRPDR iter env 5
1049         - 43  # rls2009 NDRPDR iter env 5
1050         - 44  # rls2009 NDRPDR iter env 5
1051         - 46  # rls2009 NDRPDR iter env 5
1052         - 48  # rls2009 NDRPDR iter env 5
1053         - 33  # rls2009 soak env 5
1054         - 34  # rls2009 soak env 5
1055
1056     vpp-soak-vs-ndr-2n-clx-ref:
1057       csit-vpp-perf-report-iterative-2009-2n-clx:
1058         - 36  # rls2009 NDRPDR iter env 5
1059         - 39  # rls2009 NDRPDR iter env 5
1060         - 40  # rls2009 NDRPDR iter env 5
1061         - 65  # rls2009 NDRPDR iter env 5
1062         - 66  # rls2009 NDRPDR iter env 5
1063         - 79  # rls2009 NDRPDR iter env 5
1064         - 82  # rls2009 NDRPDR iter env 5
1065         - 88  # rls2009 NDRPDR iter env 5
1066         - 89  # rls2009 NDRPDR iter env 5
1067         - 90  # rls2009 NDRPDR iter env 5
1068     vpp-soak-vs-ndr-2n-clx-cmp:
1069       csit-vpp-perf-report-iterative-2009-2n-clx:
1070         - 33  # rls2009 soak env 5
1071         - 34  # rls2009 soak env 5
1072     vpp-soak-vs-ndr-2n-clx:
1073       csit-vpp-perf-report-iterative-2009-2n-clx:
1074         - 36  # rls2009 NDRPDR iter env 5
1075         - 39  # rls2009 NDRPDR iter env 5
1076         - 40  # rls2009 NDRPDR iter env 5
1077         - 65  # rls2009 NDRPDR iter env 5
1078         - 66  # rls2009 NDRPDR iter env 5
1079         - 79  # rls2009 NDRPDR iter env 5
1080         - 82  # rls2009 NDRPDR iter env 5
1081         - 88  # rls2009 NDRPDR iter env 5
1082         - 89  # rls2009 NDRPDR iter env 5
1083         - 90  # rls2009 NDRPDR iter env 5
1084         - 33  # rls2009 soak env 5
1085         - 34  # rls2009 soak env 5
1086
1087     vpp-performance-changes-3n-hsw-mrr-h1:
1088       csit-vpp-perf-verify-2001-3n-hsw:
1089         - 17  # MRR sel
1090     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1091       csit-vpp-perf-report-iterative-2005-3n-hsw:
1092         - 30  # MRR env 4
1093     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1094       csit-vpp-perf-report-iterative-2009-3n-hsw:
1095         - 18  # rls2005 MRR iter env 5
1096     vpp-performance-changes-3n-hsw-mrr-cmp:
1097       csit-vpp-perf-report-iterative-2009-3n-hsw:
1098         - 23  # rls2009 MRR iter env 5
1099
1100     vpp-performance-changes-3n-skx-mrr-h1:
1101       csit-vpp-perf-verify-2001-3n-skx:
1102         - 50  # MRR sel
1103         - 53  # MRR sel addition
1104     vpp-performance-changes-3n-skx-mrr-ref-env4:
1105       csit-vpp-perf-report-iterative-2005-3n-skx:
1106         - 49  # MRR sel env 4
1107     vpp-performance-changes-3n-skx-mrr-ref-env5:
1108       csit-vpp-perf-report-iterative-2009-3n-skx:
1109         - 17  # rls2005 MRR iter env 5
1110     vpp-performance-changes-3n-skx-mrr-cmp:
1111       csit-vpp-perf-report-iterative-2009-3n-skx:
1112         - 24  # rls2009 MRR iter env 5
1113
1114     vpp-performance-changes-2n-skx-mrr-h1:
1115       csit-vpp-perf-verify-2001-2n-skx:
1116         - 101 # MRR sel
1117         - 128 # MRR sel addition
1118     vpp-performance-changes-2n-skx-mrr-ref-env4:
1119       csit-vpp-perf-report-iterative-2005-2n-skx:
1120         - 99  # MRR sel env 4
1121     vpp-performance-changes-2n-skx-mrr-ref-env5:
1122       csit-vpp-perf-report-iterative-2009-2n-skx:
1123         - 20  # rls2005 MRR iter env 5
1124     vpp-performance-changes-2n-skx-mrr-cmp:
1125       csit-vpp-perf-report-iterative-2009-2n-skx:
1126         - 85  # rls2009 MRR iter env 5
1127
1128     vpp-performance-changes-2n-clx-mrr-h1:
1129       csit-vpp-perf-verify-2001-2n-clx:
1130         - 39  # MRR
1131     vpp-performance-changes-2n-clx-mrr-ref-env4:
1132       csit-vpp-perf-report-iterative-2005-2n-clx:
1133         - 72   # MRR sel env 4
1134     vpp-performance-changes-2n-clx-mrr-ref-env5:
1135       csit-vpp-perf-report-iterative-2009-2n-clx:
1136         - 77  # rls2005 MRR iter env 5
1137     vpp-performance-changes-2n-clx-mrr-cmp:
1138       csit-vpp-perf-report-iterative-2009-2n-clx:
1139         - 102 # rls2009 MRR iter env 5
1140
1141     vpp-performance-changes-2n-dnv-mrr-h1:
1142       csit-vpp-perf-verify-2001-2n-dnv:
1143         - 12  # MRR sel
1144     vpp-performance-changes-2n-dnv-mrr-ref:
1145       csit-vpp-perf-report-iterative-2009-2n-dnv:
1146         - 23  # rls2005 MRR iter env 5
1147     vpp-performance-changes-2n-dnv-mrr-cmp:
1148       csit-vpp-perf-report-iterative-2009-2n-dnv:
1149         - 13  # rls2009 MRR iter env 5
1150
1151     vpp-performance-changes-3n-dnv-mrr-h1:
1152       csit-vpp-perf-verify-2001-3n-dnv:
1153         - 11  # MRR sel
1154     vpp-performance-changes-3n-dnv-mrr-ref:
1155       csit-vpp-perf-report-iterative-2009-3n-dnv:
1156         - 19  # rls2005 MRR iter env 5
1157     vpp-performance-changes-3n-dnv-mrr-cmp:
1158       csit-vpp-perf-report-iterative-2009-3n-dnv:
1159         - 22  # rls2009 MRR iter env 5
1160
1161     vpp-performance-changes-3n-tsh-mrr-h1:
1162       csit-vpp-perf-verify-2001-3n-tsh:
1163         - 9   # MRR sel
1164     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1165       csit-vpp-perf-report-iterative-2005-3n-tsh:
1166         - 27  # MRR sel env 4
1167     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1168       csit-vpp-perf-report-iterative-2009-3n-tsh:
1169         - 13  # rls2005 MRR iter env 5
1170     vpp-performance-changes-3n-tsh-mrr-cmp:
1171       csit-vpp-perf-report-iterative-2009-3n-tsh:
1172         - 15  # rls2009 MRR iter env 5
1173
1174     dpdk-performance-changes-3n-hsw-h1:
1175       csit-dpdk-perf-verify-2001-3n-hsw:
1176         - 4   # NDRPDR sel
1177         - 5   # NDRPDR sel
1178         - 6   # NDRPDR sel
1179         - 7   # NDRPDR sel
1180         - 8   # NDRPDR sel
1181         - 9   # NDRPDR sel
1182         - 10  # NDRPDR sel
1183         - 11  # NDRPDR sel
1184         - 12  # NDRPDR sel
1185         - 13  # NDRPDR sel
1186         - 15  # NDRPDR sel
1187         - 16  # NDRPDR sel
1188         - 17  # NDRPDR sel
1189         - 18  # NDRPDR sel
1190         - 19  # NDRPDR sel
1191         - 20  # NDRPDR sel
1192         - 21  # NDRPDR sel
1193         - 22  # NDRPDR sel
1194         - 23  # NDRPDR sel
1195         - 24  # NDRPDR sel
1196     dpdk-performance-changes-3n-hsw-ref:
1197       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1198         - 25  # NDRPDR iter
1199         - 26  # NDRPDR iter
1200         - 27  # NDRPDR iter
1201         - 28  # NDRPDR iter
1202         - 29  # NDRPDR iter
1203         - 30  # NDRPDR iter
1204         - 31  # NDRPDR iter
1205         - 32  # NDRPDR iter
1206         - 33  # NDRPDR iter
1207         - 34  # NDRPDR iter
1208     dpdk-performance-changes-3n-hsw-cmp:
1209       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1210         - 6   # NDRPDR iter env5
1211         - 7   # NDRPDR iter env5
1212         - 8   # NDRPDR iter env5
1213         - 9   # NDRPDR iter env5
1214         - 10  # NDRPDR iter env5
1215         - 11  # NDRPDR iter env5
1216         - 12  # NDRPDR iter env5
1217         - 13  # NDRPDR iter env5
1218         - 14  # NDRPDR iter env5
1219         - 15  # NDRPDR iter env5
1220
1221     dpdk-performance-changes-3n-skx-h1:
1222       csit-dpdk-perf-verify-2001-3n-skx:
1223         - 29  # NDRPDR sel xxv710
1224         - 33  # NDRPDR sel xxv710
1225         - 34  # NDRPDR sel xxv710
1226         - 35  # NDRPDR sel xxv710
1227         - 36  # NDRPDR sel xxv710
1228         - 37  # NDRPDR sel xxv710
1229         - 41  # NDRPDR sel xxv710
1230         - 42  # NDRPDR sel xxv710
1231         - 43  # NDRPDR sel xxv710
1232         - 45  # NDRPDR sel xxv710
1233         - 30  # NDRPDR sel x710
1234         - 31  # NDRPDR sel x710
1235         - 32  # NDRPDR sel x710
1236         - 38  # NDRPDR sel x710
1237         - 39  # NDRPDR sel x710
1238         - 40  # NDRPDR sel x710
1239         - 44  # NDRPDR sel x710
1240         - 46  # NDRPDR sel x710
1241         - 47  # NDRPDR sel x710
1242         - 48  # NDRPDR sel x710
1243     dpdk-performance-changes-3n-skx-ref:
1244       csit-dpdk-perf-report-iterative-2005-3n-skx:
1245         - 28  # NDRPDR iter
1246         - 29  # NDRPDR iter
1247         - 30  # NDRPDR iter
1248         - 31  # NDRPDR iter
1249         - 32  # NDRPDR iter
1250         - 33  # NDRPDR iter
1251         - 34  # NDRPDR iter
1252         - 35  # NDRPDR iter
1253         - 36  # NDRPDR iter
1254         - 37  # NDRPDR iter
1255     dpdk-performance-changes-3n-skx-cmp:
1256       csit-dpdk-perf-report-iterative-2009-3n-skx:
1257         - 4   # NDRPDR sel env5
1258         - 5   # NDRPDR sel env5
1259         - 6   # NDRPDR sel env5
1260         - 7   # NDRPDR sel env5
1261         - 8   # NDRPDR sel env5
1262         - 9   # NDRPDR sel env5
1263         - 14  # NDRPDR sel env5
1264         - 11  # NDRPDR sel env5
1265         - 12  # NDRPDR sel env5
1266         - 13  # NDRPDR sel env5
1267
1268     dpdk-performance-changes-2n-skx-h1:
1269       csit-dpdk-perf-verify-2001-2n-skx:
1270         - 35  # NDRPDR sel xxv710
1271         - 36  # NDRPDR sel xxv710
1272         - 37  # NDRPDR sel xxv710
1273         - 41  # NDRPDR sel xxv710
1274         - 42  # NDRPDR sel xxv710
1275         - 43  # NDRPDR sel xxv710
1276         - 46  # NDRPDR sel xxv710
1277         - 47  # NDRPDR sel xxv710
1278         - 52  # NDRPDR sel xxv710
1279         - 53  # NDRPDR sel xxv710
1280         - 38  # NDRPDR sel x710
1281         - 39  # NDRPDR sel x710
1282         - 40  # NDRPDR sel x710
1283         - 44  # NDRPDR sel x710
1284         - 45  # NDRPDR sel x710
1285         - 48  # NDRPDR sel x710
1286         - 49  # NDRPDR sel x710
1287         - 50  # NDRPDR sel x710
1288         - 51  # NDRPDR sel x710
1289         - 54  # NDRPDR sel x710
1290     dpdk-performance-changes-2n-skx-ref:
1291       csit-dpdk-perf-report-iterative-2005-2n-skx:
1292         - 20  # NDRPDR iter
1293         - 21  # NDRPDR iter
1294         - 22  # NDRPDR iter
1295         - 23  # NDRPDR iter
1296         - 24  # NDRPDR iter
1297         - 25  # NDRPDR iter
1298         - 26  # NDRPDR iter
1299         - 27  # NDRPDR iter
1300         - 28  # NDRPDR iter
1301         - 29  # NDRPDR iter
1302     dpdk-performance-changes-2n-skx-cmp:
1303       csit-dpdk-perf-report-iterative-2009-2n-skx:
1304         - 4   # NDRPDR iter env5
1305         - 5   # NDRPDR iter env5
1306         - 6   # NDRPDR iter env5
1307         - 7   # NDRPDR iter env5
1308         - 8   # NDRPDR iter env5
1309         - 9   # NDRPDR iter env5
1310         - 10  # NDRPDR iter env5
1311         - 11  # NDRPDR iter env5
1312         - 12  # NDRPDR iter env5
1313         - 13  # NDRPDR iter env5
1314
1315     dpdk-performance-changes-2n-clx-h1:
1316       csit-dpdk-perf-verify-2001-2n-clx:
1317         - 15  # NDRPDR sel
1318         - 16  # NDRPDR sel
1319         - 17  # NDRPDR sel
1320         - 18  # NDRPDR sel
1321         - 19  # NDRPDR sel
1322         - 20  # NDRPDR sel
1323         - 21  # NDRPDR sel
1324         - 22  # NDRPDR sel
1325         - 23  # NDRPDR sel
1326         - 24  # NDRPDR sel
1327         - 25  # NDRPDR sel
1328         - 26  # NDRPDR sel
1329         - 27  # NDRPDR sel
1330         - 28  # NDRPDR sel
1331         - 29  # NDRPDR sel
1332         - 30  # NDRPDR sel
1333         - 31  # NDRPDR sel
1334         - 32  # NDRPDR sel
1335         - 33  # NDRPDR sel
1336         - 34  # NDRPDR sel
1337     dpdk-performance-changes-2n-clx-ref:
1338       csit-dpdk-perf-report-iterative-2005-2n-clx:
1339         - 20  # NDRPDR iter
1340         - 21  # NDRPDR iter
1341         - 22  # NDRPDR iter
1342         - 23  # NDRPDR iter
1343         - 24  # NDRPDR iter
1344         - 25  # NDRPDR iter
1345         - 26  # NDRPDR iter
1346         - 27  # NDRPDR iter
1347         - 28  # NDRPDR iter
1348         - 29  # NDRPDR iter
1349     dpdk-performance-changes-2n-clx-cmp:
1350       csit-dpdk-perf-report-iterative-2009-2n-clx:
1351         - 4   # NDRPDR iter env5
1352         - 5   # NDRPDR iter env5
1353         - 6   # NDRPDR iter env5
1354         - 7   # NDRPDR iter env5
1355         - 8   # NDRPDR iter env5
1356         - 9   # NDRPDR iter env5
1357         - 10  # NDRPDR iter env5
1358         - 11  # NDRPDR iter env5
1359         - 12  # NDRPDR iter env5
1360         - 13  # NDRPDR iter env5
1361
1362 #    dpdk-performance-changes-2n-dnv-h1:
1363 #      csit-dpdk-perf-verify-2001-2n-dnv:
1364 #        - 9   # NDRPDR sel
1365 #        - 10  # NDRPDR sel
1366 #        - 11  # NDRPDR sel
1367 #        - 12  # NDRPDR sel
1368 #        - 13  # NDRPDR sel
1369 #        - 14  # NDRPDR sel
1370 #        - 15  # NDRPDR sel
1371 #        - 16  # NDRPDR sel
1372 #        - 17  # NDRPDR sel
1373 #        - 18  # NDRPDR sel
1374 #    dpdk-performance-changes-2n-dnv-ref:
1375 #      # No data
1376 #    dpdk-performance-changes-2n-dnv-cmp:
1377 #      # No data
1378 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1379
1380 #    dpdk-performance-changes-3n-dnv-h1:
1381 #      csit-dpdk-perf-verify-2001-3n-dnv:
1382 #        - 12  # NDRPDR sel
1383 #        - 13  # NDRPDR sel
1384 #        - 14  # NDRPDR sel
1385 #        - 15  # NDRPDR sel
1386 #        - 16  # NDRPDR sel
1387 #        - 17  # NDRPDR sel
1388 #        - 18  # NDRPDR sel
1389 #        - 19  # NDRPDR sel
1390 #        - 20  # NDRPDR sel
1391 #        - 22  # NDRPDR sel
1392 #    dpdk-performance-changes-3n-dnv-ref:
1393 #      # No data
1394 #    dpdk-performance-changes-3n-dnv-cmp:
1395 #      # No data
1396 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1397
1398     dpdk-performance-changes-3n-tsh-h1:
1399       csit-dpdk-perf-verify-2001-3n-tsh:
1400         - 3   # NDRPDR sel
1401         - 4   # NDRPDR sel
1402         - 5   # NDRPDR sel
1403         - 9   # NDRPDR sel
1404         - 10  # NDRPDR sel
1405         - 11  # NDRPDR sel
1406         - 12  # NDRPDR sel
1407         - 14  # NDRPDR sel
1408         - 15  # NDRPDR sel
1409         - 18  # NDRPDR sel
1410     dpdk-performance-changes-3n-tsh-ref:
1411       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1412         - 5   # NDRPDR sel
1413     dpdk-performance-changes-3n-tsh-cmp:
1414       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1415         - 1   # NDRPDR iter env5
1416         - 2   # NDRPDR iter env5
1417         - 3   # NDRPDR iter env5
1418         - 4   # NDRPDR iter env5
1419         - 5   # NDRPDR iter env5
1420         - 6   # NDRPDR iter env5
1421         - 7   # NDRPDR iter env5
1422         - 9   # NDRPDR iter env5
1423         - 10  # NDRPDR iter env5
1424         - 11  # NDRPDR iter env5
1425
1426     # Compare testbeds
1427
1428     vpp-compare-testbeds-ref:
1429       csit-vpp-perf-report-iterative-2009-3n-hsw:
1430         - 21  # rls2009 NDRPDR iter env 5
1431         - 22  # rls2009 NDRPDR iter env 5
1432         - 24  # rls2009 NDRPDR iter env 5
1433         - 25  # rls2009 NDRPDR iter env 5
1434         - 26  # rls2009 NDRPDR iter env 5
1435         - 27  # rls2009 NDRPDR iter env 5
1436         - 28  # rls2009 NDRPDR iter env 5
1437         - 29  # rls2009 NDRPDR iter env 5
1438         - 30  # rls2009 NDRPDR iter env 5
1439         - 31  # rls2009 NDRPDR iter env 5
1440     vpp-compare-testbeds-cmp:
1441       csit-vpp-perf-report-iterative-2009-3n-skx:
1442         - 26  # rls2009 NDRPDR iter env 5
1443         - 27  # rls2009 NDRPDR iter env 5
1444         - 28  # rls2009 NDRPDR iter env 5
1445         - 29  # rls2009 NDRPDR iter env 5
1446         - 35  # rls2009 NDRPDR iter env 5
1447         - 36  # rls2009 NDRPDR iter env 5
1448         - 37  # rls2009 NDRPDR iter env 5
1449         - 38  # rls2009 NDRPDR iter env 5
1450         - 39  # rls2009 NDRPDR iter env 5
1451         - 40  # rls2009 NDRPDR iter env 5
1452
1453     vpp-compare-testbeds-skx-clx-ref:
1454       csit-vpp-perf-report-iterative-2009-2n-skx:
1455         - 35  # rls2009 NDRPDR iter env 5
1456         - 36  # rls2009 NDRPDR iter env 5
1457         - 37  # rls2009 NDRPDR iter env 5
1458         - 39  # rls2009 NDRPDR iter env 5
1459         - 40  # rls2009 NDRPDR iter env 5
1460         - 42  # rls2009 NDRPDR iter env 5
1461         - 43  # rls2009 NDRPDR iter env 5
1462         - 44  # rls2009 NDRPDR iter env 5
1463         - 46  # rls2009 NDRPDR iter env 5
1464         - 48  # rls2009 NDRPDR iter env 5
1465         - 100 # rls2009 NDRPDR iter NAT44 env 5
1466         - 101 # rls2009 NDRPDR iter NAT44 env 5
1467         - 102 # rls2009 NDRPDR iter NAT44 env 5
1468     vpp-compare-testbeds-skx-clx-cmp:
1469       csit-vpp-perf-report-iterative-2009-2n-clx:
1470         - 36  # rls2009 NDRPDR iter env 5
1471         - 39  # rls2009 NDRPDR iter env 5
1472         - 40  # rls2009 NDRPDR iter env 5
1473         - 65  # rls2009 NDRPDR iter env 5
1474         - 66  # rls2009 NDRPDR iter env 5
1475         - 79  # rls2009 NDRPDR iter env 5
1476         - 82  # rls2009 NDRPDR iter env 5
1477         - 88  # rls2009 NDRPDR iter env 5
1478         - 89  # rls2009 NDRPDR iter env 5
1479         - 90  # rls2009 NDRPDR iter env 5
1480         - 114 # rls2009 NDRPDR iter NAT44 env 5
1481         - 121 # rls2009 NDRPDR iter NAT44 env 5
1482
1483     vpp-compare-testbeds-hsw-clx-ref:
1484       csit-vpp-perf-report-iterative-2009-3n-hsw:
1485         - 21  # rls2009 NDRPDR iter env 5
1486         - 22  # rls2009 NDRPDR iter env 5
1487         - 24  # rls2009 NDRPDR iter env 5
1488         - 25  # rls2009 NDRPDR iter env 5
1489         - 26  # rls2009 NDRPDR iter env 5
1490         - 27  # rls2009 NDRPDR iter env 5
1491         - 28  # rls2009 NDRPDR iter env 5
1492         - 29  # rls2009 NDRPDR iter env 5
1493         - 30  # rls2009 NDRPDR iter env 5
1494         - 31  # rls2009 NDRPDR iter env 5
1495     vpp-compare-testbeds-hsw-clx-cmp:
1496       csit-vpp-perf-report-iterative-2009-2n-clx:
1497         - 36  # rls2009 NDRPDR iter env 5
1498         - 39  # rls2009 NDRPDR iter env 5
1499         - 40  # rls2009 NDRPDR iter env 5
1500         - 65  # rls2009 NDRPDR iter env 5
1501         - 66  # rls2009 NDRPDR iter env 5
1502         - 79  # rls2009 NDRPDR iter env 5
1503         - 82  # rls2009 NDRPDR iter env 5
1504         - 88  # rls2009 NDRPDR iter env 5
1505         - 89  # rls2009 NDRPDR iter env 5
1506         - 90  # rls2009 NDRPDR iter env 5
1507
1508     vpp-compare-testbeds-mrr-ref:
1509       csit-vpp-perf-report-iterative-2009-3n-hsw:
1510         - 23  # rls2009 MRR iter env 5
1511     vpp-compare-testbeds-mrr-cmp:
1512       csit-vpp-perf-report-iterative-2009-3n-skx:
1513         - 24  # rls2009 MRR iter env 5
1514
1515     vpp-compare-testbeds-mrr-skx-clx-ref:
1516       csit-vpp-perf-report-iterative-2009-2n-skx:
1517         - 85  # rls2009 MRR iter env 5
1518     vpp-compare-testbeds-mrr-skx-clx-cmp:
1519       csit-vpp-perf-report-iterative-2009-2n-clx:
1520         - 102 # rls2009 MRR iter env 5
1521
1522     vpp-compare-testbeds-mrr-hsw-clx-ref:
1523       csit-vpp-perf-report-iterative-2009-3n-hsw:
1524         - 23  # rls2009 MRR iter env 5
1525     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1526       csit-vpp-perf-report-iterative-2009-2n-clx:
1527         - 102 # rls2009 MRR iter env 5
1528
1529     dpdk-compare-testbeds-ref:
1530       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1531         - 6   # NDRPDR iter env5
1532         - 7   # NDRPDR iter env5
1533         - 8   # NDRPDR iter env5
1534         - 9   # NDRPDR iter env5
1535         - 10  # NDRPDR iter env5
1536         - 11  # NDRPDR iter env5
1537         - 12  # NDRPDR iter env5
1538         - 13  # NDRPDR iter env5
1539         - 14  # NDRPDR iter env5
1540         - 15  # NDRPDR iter env5
1541     dpdk-compare-testbeds-cmp:
1542       csit-dpdk-perf-report-iterative-2009-3n-skx:
1543         - 4   # NDRPDR sel env5
1544         - 5   # NDRPDR sel env5
1545         - 6   # NDRPDR sel env5
1546         - 7   # NDRPDR sel env5
1547         - 8   # NDRPDR sel env5
1548         - 9   # NDRPDR sel env5
1549         - 14  # NDRPDR sel env5
1550         - 11  # NDRPDR sel env5
1551         - 12  # NDRPDR sel env5
1552         - 13  # NDRPDR sel env5
1553
1554     dpdk-compare-testbeds-skx-clx-ref:
1555       csit-dpdk-perf-report-iterative-2009-2n-skx:
1556         - 4   # NDRPDR iter env5
1557         - 5   # NDRPDR iter env5
1558         - 6   # NDRPDR iter env5
1559         - 7   # NDRPDR iter env5
1560         - 8   # NDRPDR iter env5
1561         - 9   # NDRPDR iter env5
1562         - 10  # NDRPDR iter env5
1563         - 11  # NDRPDR iter env5
1564         - 12  # NDRPDR iter env5
1565         - 13  # NDRPDR iter env5
1566     dpdk-compare-testbeds-skx-clx-cmp:
1567       csit-dpdk-perf-report-iterative-2009-2n-clx:
1568         - 4   # NDRPDR iter env5
1569         - 5   # NDRPDR iter env5
1570         - 6   # NDRPDR iter env5
1571         - 7   # NDRPDR iter env5
1572         - 8   # NDRPDR iter env5
1573         - 9   # NDRPDR iter env5
1574         - 10  # NDRPDR iter env5
1575         - 11  # NDRPDR iter env5
1576         - 12  # NDRPDR iter env5
1577         - 13  # NDRPDR iter env5
1578
1579     # Compare topologies
1580
1581     vpp-compare-topologies-ref:
1582       csit-vpp-perf-report-iterative-2009-3n-skx:
1583         - 26  # rls2009 NDRPDR iter env 5
1584         - 27  # rls2009 NDRPDR iter env 5
1585         - 28  # rls2009 NDRPDR iter env 5
1586         - 29  # rls2009 NDRPDR iter env 5
1587         - 35  # rls2009 NDRPDR iter env 5
1588         - 36  # rls2009 NDRPDR iter env 5
1589         - 37  # rls2009 NDRPDR iter env 5
1590         - 38  # rls2009 NDRPDR iter env 5
1591         - 39  # rls2009 NDRPDR iter env 5
1592         - 40  # rls2009 NDRPDR iter env 5
1593     vpp-compare-topologies-cmp:
1594       csit-vpp-perf-report-iterative-2009-2n-skx:
1595         - 35  # rls2009 NDRPDR iter env 5
1596         - 36  # rls2009 NDRPDR iter env 5
1597         - 37  # rls2009 NDRPDR iter env 5
1598         - 39  # rls2009 NDRPDR iter env 5
1599         - 40  # rls2009 NDRPDR iter env 5
1600         - 42  # rls2009 NDRPDR iter env 5
1601         - 43  # rls2009 NDRPDR iter env 5
1602         - 44  # rls2009 NDRPDR iter env 5
1603         - 46  # rls2009 NDRPDR iter env 5
1604         - 48  # rls2009 NDRPDR iter env 5
1605
1606     vpp-compare-topologies-mrr-ref:
1607       csit-vpp-perf-report-iterative-2009-3n-skx:
1608         - 24  # rls2009 MRR iter env 5
1609     vpp-compare-topologies-mrr-cmp:
1610       csit-vpp-perf-report-iterative-2009-2n-skx:
1611         - 85  # rls2009 MRR iter env 5
1612
1613     dpdk-compare-topologies-ref:
1614       csit-dpdk-perf-report-iterative-2009-3n-skx:
1615         - 4   # NDRPDR sel env5
1616         - 5   # NDRPDR sel env5
1617         - 6   # NDRPDR sel env5
1618         - 7   # NDRPDR sel env5
1619         - 8   # NDRPDR sel env5
1620         - 9   # NDRPDR sel env5
1621         - 14  # NDRPDR sel env5
1622         - 11  # NDRPDR sel env5
1623         - 12  # NDRPDR sel env5
1624         - 13  # NDRPDR sel env5
1625     dpdk-compare-topologies-cmp:
1626       csit-dpdk-perf-report-iterative-2009-2n-skx:
1627         - 4   # NDRPDR iter env5
1628         - 5   # NDRPDR iter env5
1629         - 6   # NDRPDR iter env5
1630         - 7   # NDRPDR iter env5
1631         - 8   # NDRPDR iter env5
1632         - 9   # NDRPDR iter env5
1633         - 10  # NDRPDR iter env5
1634         - 11  # NDRPDR iter env5
1635         - 12  # NDRPDR iter env5
1636         - 13  # NDRPDR iter env5
1637
1638   plot-layouts:
1639
1640     plot-soak-throughput:
1641       titlefont:
1642         size: 16
1643       xaxis:
1644         title: "<b>Test Cases [Index]</b>"
1645         titlefont:
1646           size: 14
1647         autorange: True
1648         fixedrange: False
1649         gridcolor: "rgb(230, 230, 230)"
1650         linecolor: "rgb(220, 220, 220)"
1651         linewidth: 1
1652         showgrid: True
1653         showline: True
1654         showticklabels: True
1655         tickcolor: "rgb(220, 220, 220)"
1656         tickmode: "linear"
1657         tickfont:
1658           size: 14
1659         zeroline: False
1660       yaxis:
1661         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1662         titlefont:
1663           size: 14
1664         gridcolor: "rgb(230, 230, 230)"
1665         hoverformat: ".4r"
1666         tickformat: ".3r"
1667         linecolor: "rgb(220, 220, 220)"
1668         linewidth: 1
1669         showgrid: True
1670         showline: True
1671         showticklabels: True
1672         tickcolor: "rgb(220, 220, 220)"
1673         tickfont:
1674           size: 14
1675         zeroline: False
1676         range: [0,50]
1677       autosize: False
1678       margin:
1679         t: 50
1680         b: 0
1681         l: 80
1682         r: 20
1683       showlegend: True
1684       legend:
1685         orientation: "h"
1686         font:
1687           size: 14
1688       width: 700
1689       height: 900
1690       paper_bgcolor: "#fff"
1691       plot_bgcolor: "#fff"
1692       hoverlabel:
1693         namelength: -1
1694
1695     plot-service-density:
1696       titlefont:
1697         size: 16
1698       xaxis:
1699         side: "top"
1700         autorange: True
1701         fixedrange: False
1702         showgrid: False
1703         showline: False
1704         showticklabels: False
1705         ticks: ""
1706         ticklen: 0
1707         tickwidth: 0
1708         zeroline: False
1709       yaxis:
1710         autorange: "reversed"
1711         showgrid: False
1712         showline: False
1713         showticklabels: False
1714         ticks: ""
1715         ticklen: 0
1716         tickwidth: 0
1717         zeroline: False
1718       showlegend: False
1719       paper_bgcolor: "#fff"
1720       plot_bgcolor: "#fff"
1721       width: 700
1722       height: 700
1723       hoverlabel:
1724         namelength: -1
1725
1726     plot-hoststack:
1727       titlefont:
1728         size: 16
1729       xaxis:
1730         title: "<b>Test Cases [Index]</b>"
1731         titlefont:
1732           size: 14
1733         autorange: True
1734         fixedrange: False
1735         gridcolor: "rgb(230, 230, 230)"
1736         linecolor: "rgb(220, 220, 220)"
1737         linewidth: 1
1738         showgrid: True
1739         showline: True
1740         showticklabels: True
1741         tickcolor: "rgb(220, 220, 220)"
1742         tickmode: "linear"
1743         tickfont:
1744           size: 14
1745         zeroline: False
1746       yaxis:
1747         title: "<b>Bandwidth [Gbps]</b>"
1748         titlefont:
1749           size: 14
1750         gridcolor: "rgb(230, 230, 230)"
1751         hoverformat: ".4s"
1752         linecolor: "rgb(220, 220, 220)"
1753         linewidth: 1
1754         rangemode: "tozero"
1755         showgrid: True
1756         showline: True
1757         showticklabels: True
1758         tickcolor: "rgb(230, 230, 230)"
1759         tickformat: ".3s"
1760         tickfont:
1761           size: 14
1762         zeroline: False
1763       autosize: False
1764       margin:
1765         t: 50
1766         b: 20
1767         l: 80
1768         r: 20
1769       showlegend: True
1770       legend:
1771         orientation: "h"
1772         font:
1773           size: 14
1774       width: 700
1775       height: 800
1776       paper_bgcolor: "#fff"
1777       plot_bgcolor: "#fff"
1778       hoverlabel:
1779         namelength: -1
1780
1781     plot-throughput:
1782       titlefont:
1783         size: 16
1784       xaxis:
1785         title: "<b>Test Cases [Index]</b>"
1786         titlefont:
1787           size: 14
1788         autorange: True
1789         fixedrange: False
1790         gridcolor: "rgb(230, 230, 230)"
1791         linecolor: "rgb(220, 220, 220)"
1792         linewidth: 1
1793         showgrid: True
1794         showline: True
1795         showticklabels: True
1796         tickcolor: "rgb(220, 220, 220)"
1797         tickmode: "linear"
1798         tickfont:
1799           size: 14
1800         zeroline: False
1801       yaxis:
1802         title: "<b>Packet Throughput [Mpps]</b>"
1803         titlefont:
1804           size: 14
1805         gridcolor: "rgb(230, 230, 230)"
1806         hoverformat: ".4r"
1807         tickformat: ".3r"
1808         linecolor: "rgb(220, 220, 220)"
1809         linewidth: 1
1810         showgrid: True
1811         showline: True
1812         showticklabels: True
1813         tickcolor: "rgb(220, 220, 220)"
1814         tickfont:
1815           size: 14
1816         zeroline: False
1817         range: [0,50]
1818       autosize: False
1819       margin:
1820         t: 50
1821         b: 0
1822         l: 80
1823         r: 20
1824       showlegend: True
1825       legend:
1826         orientation: "h"
1827         font:
1828           size: 14
1829       width: 700
1830       height: 900
1831       paper_bgcolor: "#fff"
1832       plot_bgcolor: "#fff"
1833       hoverlabel:
1834         namelength: -1
1835
1836     plot-throughput-gbps:
1837       titlefont:
1838         size: 16
1839       xaxis:
1840         title: "<b>Test Cases [Index]</b>"
1841         titlefont:
1842           size: 14
1843         autorange: True
1844         fixedrange: False
1845         gridcolor: "rgb(230, 230, 230)"
1846         linecolor: "rgb(220, 220, 220)"
1847         linewidth: 1
1848         showgrid: True
1849         showline: True
1850         showticklabels: True
1851         tickcolor: "rgb(220, 220, 220)"
1852         tickmode: "linear"
1853         tickfont:
1854           size: 14
1855         zeroline: False
1856       yaxis:
1857         title: "<b>Packet Throughput [Gbps]</b>"
1858         titlefont:
1859           size: 14
1860         gridcolor: "rgb(230, 230, 230)"
1861         hoverformat: ".4r"
1862         tickformat: ".3r"
1863         linecolor: "rgb(220, 220, 220)"
1864         linewidth: 1
1865         showgrid: True
1866         showline: True
1867         showticklabels: True
1868         tickcolor: "rgb(220, 220, 220)"
1869         tickfont:
1870           size: 14
1871         zeroline: False
1872         range: [0,10]
1873       autosize: False
1874       margin:
1875         t: 50
1876         b: 0
1877         l: 80
1878         r: 20
1879       showlegend: True
1880       legend:
1881         orientation: "h"
1882         font:
1883           size: 14
1884       width: 700
1885       height: 900
1886       paper_bgcolor: "#fff"
1887       plot_bgcolor: "#fff"
1888       hoverlabel:
1889         namelength: -1
1890
1891     plot-cps:
1892       titlefont:
1893         size: 16
1894       xaxis:
1895         title: "<b>Test Cases [Index]</b>"
1896         titlefont:
1897           size: 14
1898         autorange: True
1899         fixedrange: False
1900         gridcolor: "rgb(230, 230, 230)"
1901         linecolor: "rgb(220, 220, 220)"
1902         linewidth: 1
1903         showgrid: True
1904         showline: True
1905         showticklabels: True
1906         tickcolor: "rgb(220, 220, 220)"
1907         tickmode: "linear"
1908         tickfont:
1909           size: 14
1910         zeroline: False
1911       yaxis:
1912         title: "<b>Connection Rate [Mcps]</b>"
1913         titlefont:
1914           size: 14
1915         gridcolor: "rgb(230, 230, 230)"
1916         hoverformat: ".4r"
1917         tickformat: ".3s"
1918         linecolor: "rgb(220, 220, 220)"
1919         linewidth: 1
1920         showgrid: True
1921         showline: True
1922         showticklabels: True
1923         tickcolor: "rgb(220, 220, 220)"
1924         tickfont:
1925           size: 14
1926         zeroline: False
1927         range: [0,10]
1928       autosize: False
1929       margin:
1930         t: 50
1931         b: 0
1932         l: 80
1933         r: 20
1934       showlegend: True
1935       legend:
1936         orientation: "h"
1937         font:
1938           size: 14
1939       width: 700
1940       height: 900
1941       paper_bgcolor: "#fff"
1942       plot_bgcolor: "#fff"
1943       hoverlabel:
1944         namelength: -1
1945
1946     plot-throughput-speedup-analysis:
1947       titlefont:
1948         size: 16
1949       xaxis:
1950         title: "<b>Number of Cores [Qty]</b>"
1951         titlefont:
1952           size: 14
1953         autorange: True
1954         fixedrange: False
1955         gridcolor: "rgb(230, 230, 230)"
1956         linecolor: "rgb(220, 220, 220)"
1957         linewidth: 1
1958         showgrid: True
1959         showline: True
1960         showticklabels: True
1961         tickcolor: "rgb(238, 238, 238)"
1962         tickmode: "linear"
1963         tickfont:
1964           size: 14
1965         zeroline: False
1966       yaxis:
1967         title: "<b>Packet Throughput [Mpps]</b>"
1968         titlefont:
1969           size: 14
1970         type: "linear"
1971         gridcolor: "rgb(230, 230, 230)"
1972         hoverformat: ".4s"
1973         linecolor: "rgb(220, 220, 220)"
1974         linewidth: 1
1975         showgrid: True
1976         showline: True
1977         showticklabels: True
1978         tickcolor: "rgb(220, 220, 220)"
1979         tickformat: ".4s"
1980         tickfont:
1981           size: 14
1982         zeroline: True
1983         rangemode: "tozero"
1984         range: [0,100]
1985       legend:
1986         orientation: "h"
1987         font:
1988           size: 14
1989         xanchor: "left"
1990         yanchor: "top"
1991         x: 0
1992         y: -0.2
1993         bgcolor: "rgba(255, 255, 255, 0)"
1994         bordercolor: "rgba(255, 255, 255, 0)"
1995         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1996       autosize: False
1997       margin:
1998           't': 50
1999           'b': 150
2000           'l': 85
2001           'r': 10
2002       showlegend: True
2003       width: 700
2004       height: 700
2005       paper_bgcolor: "#fff"
2006       plot_bgcolor: "#fff"
2007       hoverlabel:
2008         namelength: -1
2009       annotations: [
2010         {
2011           text: "_ _          __          ...",
2012           align: "left",
2013           showarrow: False,
2014           xref: "paper",
2015           yref: "paper",
2016           xanchor: "left",
2017           yanchor: "top",
2018           x: 0,
2019           y: -0.14,
2020           font: {
2021             family: "Consolas, Courier New",
2022             size: 13
2023           },
2024         },
2025         {
2026           text: "    Perfect     Measured     Limit",
2027           align: "left",
2028           showarrow: False,
2029           xref: "paper",
2030           yref: "paper",
2031           xanchor: "left",
2032           yanchor: "top",
2033           x: 0,
2034           y: -0.15,
2035           font: {
2036             family: "Consolas, Courier New",
2037             size: 13
2038           },
2039         },
2040       ]
2041
2042     plot-throughput-speedup-analysis-gbps:
2043       titlefont:
2044         size: 16
2045       xaxis:
2046         title: "<b>Number of Cores [Qty]</b>"
2047         titlefont:
2048           size: 14
2049         autorange: True
2050         fixedrange: False
2051         gridcolor: "rgb(230, 230, 230)"
2052         linecolor: "rgb(220, 220, 220)"
2053         linewidth: 1
2054         showgrid: True
2055         showline: True
2056         showticklabels: True
2057         tickcolor: "rgb(238, 238, 238)"
2058         tickmode: "linear"
2059         tickfont:
2060           size: 14
2061         zeroline: False
2062       yaxis:
2063         title: "<b>Packet Throughput [Gbps]</b>"
2064         titlefont:
2065           size: 14
2066         type: "linear"
2067         gridcolor: "rgb(230, 230, 230)"
2068         hoverformat: ".4s"
2069         linecolor: "rgb(220, 220, 220)"
2070         linewidth: 1
2071         showgrid: True
2072         showline: True
2073         showticklabels: True
2074         tickcolor: "rgb(220, 220, 220)"
2075         tickformat: ".4s"
2076         tickfont:
2077           size: 14
2078         zeroline: True
2079         rangemode: "tozero"
2080         range: [0,100]
2081       legend:
2082         orientation: "h"
2083         font:
2084           size: 14
2085         xanchor: "left"
2086         yanchor: "top"
2087         x: 0
2088         y: -0.2
2089         bgcolor: "rgba(255, 255, 255, 0)"
2090         bordercolor: "rgba(255, 255, 255, 0)"
2091         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2092       autosize: False
2093       margin:
2094           't': 50
2095           'b': 150
2096           'l': 85
2097           'r': 10
2098       showlegend: True
2099       width: 700
2100       height: 700
2101       paper_bgcolor: "#fff"
2102       plot_bgcolor: "#fff"
2103       hoverlabel:
2104         namelength: -1
2105       annotations: [
2106         {
2107           text: "_ _          __",
2108           align: "left",
2109           showarrow: False,
2110           xref: "paper",
2111           yref: "paper",
2112           xanchor: "left",
2113           yanchor: "top",
2114           x: 0,
2115           y: -0.13,
2116           font: {
2117             family: "Consolas, Courier New",
2118             size: 13
2119           },
2120         },
2121         {
2122           text: "    Perfect     Measured",
2123           align: "left",
2124           showarrow: False,
2125           xref: "paper",
2126           yref: "paper",
2127           xanchor: "left",
2128           yanchor: "top",
2129           x: 0,
2130           y: -0.15,
2131           font: {
2132             family: "Consolas, Courier New",
2133             size: 13
2134           },
2135         },
2136       ]
2137
2138     plot-throughput-speedup-analysis-cps:
2139       titlefont:
2140         size: 16
2141       xaxis:
2142         title: "<b>Number of Cores [Qty]</b>"
2143         titlefont:
2144           size: 14
2145         autorange: True
2146         fixedrange: False
2147         gridcolor: "rgb(230, 230, 230)"
2148         linecolor: "rgb(220, 220, 220)"
2149         linewidth: 1
2150         showgrid: True
2151         showline: True
2152         showticklabels: True
2153         tickcolor: "rgb(238, 238, 238)"
2154         tickmode: "linear"
2155         tickfont:
2156           size: 14
2157         zeroline: False
2158       yaxis:
2159         title: "<b>Connection Rate [Mcps]</b>"
2160         titlefont:
2161           size: 14
2162         type: "linear"
2163         gridcolor: "rgb(230, 230, 230)"
2164         hoverformat: ".4s"
2165         linecolor: "rgb(220, 220, 220)"
2166         linewidth: 1
2167         showgrid: True
2168         showline: True
2169         showticklabels: True
2170         tickcolor: "rgb(220, 220, 220)"
2171         tickformat: ".4s"
2172         tickfont:
2173           size: 14
2174         zeroline: True
2175         rangemode: "tozero"
2176         range: [0,100]
2177       legend:
2178         orientation: "h"
2179         font:
2180           size: 14
2181         xanchor: "left"
2182         yanchor: "top"
2183         x: 0
2184         y: -0.2
2185         bgcolor: "rgba(255, 255, 255, 0)"
2186         bordercolor: "rgba(255, 255, 255, 0)"
2187         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2188       autosize: False
2189       margin:
2190           't': 50
2191           'b': 150
2192           'l': 85
2193           'r': 10
2194       showlegend: True
2195       width: 700
2196       height: 700
2197       paper_bgcolor: "#fff"
2198       plot_bgcolor: "#fff"
2199       hoverlabel:
2200         namelength: -1
2201       annotations: [
2202         {
2203           text: "_ _          __",
2204           align: "left",
2205           showarrow: False,
2206           xref: "paper",
2207           yref: "paper",
2208           xanchor: "left",
2209           yanchor: "top",
2210           x: 0,
2211           y: -0.13,
2212           font: {
2213             family: "Consolas, Courier New",
2214             size: 13
2215           },
2216         },
2217         {
2218           text: "    Perfect     Measured",
2219           align: "left",
2220           showarrow: False,
2221           xref: "paper",
2222           yref: "paper",
2223           xanchor: "left",
2224           yanchor: "top",
2225           x: 0,
2226           y: -0.15,
2227           font: {
2228             family: "Consolas, Courier New",
2229             size: 13
2230           },
2231         },
2232       ]
2233
2234     plot-latency:
2235       titlefont:
2236         size: 16
2237       xaxis:
2238         title: "<b>Direction</b>"
2239         titlefont:
2240           size: 14
2241         autorange: True
2242         fixedrange: False
2243         gridcolor: "rgb(230, 230, 230)"
2244         linecolor: "rgb(220, 220, 220)"
2245         linewidth: 1
2246         showgrid: True
2247         showline: True
2248         showticklabels: False
2249         tickcolor: "rgb(220, 220, 220)"
2250         tickmode: "linear"
2251         tickfont:
2252           size: 14
2253         zeroline: False
2254       yaxis:
2255         title: "<b>Packet Latency [uSec]</b>"
2256         titlefont:
2257           size: 14
2258         type: "linear"
2259         gridcolor: "rgb(230, 230, 230)"
2260         hoverformat: ".4s"
2261         linecolor: "rgb(220, 220, 220)"
2262         linewidth: 1
2263         showgrid: True
2264         showline: True
2265         showticklabels: True
2266         tickcolor: "rgb(220, 220, 220)"
2267         tickformat: ".4s"
2268         tickfont:
2269           size: 14
2270         zeroline: True
2271         rangemode: "tozero"
2272       legend:
2273         orientation: "h"
2274         font:
2275           size: 14
2276         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2277       autosize: False
2278       margin:
2279           't': 50
2280           'b': 150
2281           'l': 80
2282           'r': 10
2283       showlegend: True
2284       width: 700
2285       height: 700
2286       paper_bgcolor: "#fff"
2287       plot_bgcolor: "#fff"
2288       hoverlabel:
2289         namelength: -1
2290
2291     plot-hdrh-latency:
2292       title:
2293         text: ""
2294         xanchor: "center"
2295         x: 0.5
2296         font:
2297           size: 16
2298       width: 700
2299       plot_bgcolor: "white"
2300       annotations:
2301         - font:
2302             size: 14
2303           showarrow: False
2304           text: "<b>Packet Latency [uSec]</b>"
2305           x: 1
2306           xanchor: "right"
2307           xref: "paper"
2308           y: -0.045
2309           yanchor: "top"
2310           yref: "paper"
2311         - font:
2312             size: 14
2313           showarrow: False
2314           text: "<b>Probability [%]</b>"
2315           textangle: 270
2316           x: -0.06
2317           xanchor: "center"
2318           xref: "paper"
2319           y: 0.5
2320           yanchor: "middle"
2321           yref: "paper"
2322         - font:
2323             size: 14
2324           showarrow: False
2325           text: "<b>Direction: E-W</b>"
2326           x: 0.24
2327           xanchor: "center"
2328           xref: "paper"
2329           y: 1.05
2330           yanchor: "bottom"
2331           yref: "paper"
2332         - font:
2333             size: 14
2334           showarrow: False
2335           text: "<b>Direction: W-E</b>"
2336           x: 0.74
2337           xanchor: "center"
2338           xref: "paper"
2339           y: 1.05
2340           yanchor: "bottom"
2341           yref: "paper"
2342
2343     plot-hdrh-latency-percentile:
2344       title:
2345         text: ""
2346         xanchor: "center"
2347         x: 0.5
2348         font:
2349           size: 16
2350       xaxis:
2351         type: "log"
2352         title: "<b>Percentile [%]</b>"
2353         titlefont:
2354           size: 14
2355         autorange: True
2356         fixedrange: False
2357         gridcolor: "rgb(230, 230, 230)"
2358         linecolor: "rgb(220, 220, 220)"
2359         linewidth: 1
2360         showgrid: True
2361         showline: True
2362         showticklabels: True
2363         tickcolor: "rgb(220, 220, 220)"
2364         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2365         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2366         tickfont:
2367           size: 14
2368       yaxis:
2369         title: "<b>Packet Latency [uSec]</b>"
2370         titlefont:
2371           size: 14
2372         gridcolor: "rgb(230, 230, 230)"
2373         linecolor: "rgb(220, 220, 220)"
2374         linewidth: 1
2375         showgrid: True
2376         showline: True
2377         showticklabels: True
2378         tickcolor: "rgb(220, 220, 220)"
2379         tickfont:
2380           size: 14
2381       autosize: False
2382       showlegend: True
2383       legend:
2384         traceorder: "normal"
2385         orientation: "h"
2386         font:
2387           size: 14
2388         xanchor: "left"
2389         yanchor: "top"
2390         x: 0
2391         y: -0.15
2392         bgcolor: "rgba(255, 255, 255, 0)"
2393         bordercolor: "rgba(255, 255, 255, 0)"
2394       width: 700
2395       height: 700
2396       paper_bgcolor: "white"
2397       plot_bgcolor: "white"
2398
2399     plot-hdrh-latency-by-percentile:
2400       title:
2401         text: "<b>Latency by Percentile Distribution</b>"
2402         xanchor: "center"
2403         x: 0.5
2404         font:
2405           size: 18
2406       showlegend: True
2407       legend:
2408         traceorder: "normal"
2409         orientation: "h"
2410         font:
2411           size: 16
2412         xanchor: "left"
2413         yanchor: "top"
2414         x: 0
2415         y: -0.2
2416         bgcolor: "rgba(255, 255, 255, 0)"
2417         bordercolor: "rgba(255, 255, 255, 0)"
2418       xaxis:
2419         type: "linear"
2420         title: "<b>Percentile [%]</b>"
2421         titlefont:
2422           size: 14
2423         autorange: False
2424         fixedrange: False
2425         range: [0, 100]
2426         gridcolor: "rgb(230, 230, 230)"
2427         linecolor: "rgb(220, 220, 220)"
2428         linewidth: 1
2429         showgrid: True
2430         showline: True
2431         showticklabels: True
2432         tickcolor: "rgb(220, 220, 220)"
2433         tickvals: [0, 25, 50, 75, 100]
2434         ticktext: [0, 25, 50, 75, 100]
2435         tickfont:
2436           size: 14
2437       yaxis:
2438         title: "<b>One-Way Latency per Direction [uSec]</b>"
2439         titlefont:
2440           size: 14
2441         gridcolor: "rgb(230, 230, 230)"
2442         linecolor: "rgb(220, 220, 220)"
2443         linewidth: 1
2444         showgrid: True
2445         showline: True
2446         showticklabels: True
2447         tickcolor: "rgb(220, 220, 220)"
2448         tickfont:
2449           size: 14
2450       width: 700
2451       height: 700
2452       paper_bgcolor: "white"
2453       plot_bgcolor: "white"
2454
2455 - type: "static"
2456   src-path: "{DIR[RST]}"
2457   dst-path: "{DIR[WORKING,SRC]}"
2458
2459 - type: "input"
2460   general:
2461     file-name: "output_info.xml.gz"
2462     file-format: ".gz"
2463     arch-file-format:
2464       - ".gz"
2465       - ".zip"
2466     download-path: "{job}/{build}/archives/{filename}"
2467     extract: "output.xml"
2468
2469     zip-file-name: "robot-plugin.zip"
2470     zip-file-format: ".zip"
2471     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2472     zip-extract: "robot-plugin/output.xml"
2473
2474   builds:
2475
2476     csit-vpp-perf-verify-2001-3n-hsw:
2477       - 17  # MRR sel
2478     csit-vpp-perf-report-iterative-2005-3n-hsw:
2479       - 20  # NDRPDR sel env 4
2480       - 21  # NDRPDR sel env 4
2481       - 22  # NDRPDR sel env 4
2482       - 23  # NDRPDR sel env 4
2483       - 24  # NDRPDR sel env 4
2484       - 25  # NDRPDR sel env 4
2485       - 26  # NDRPDR sel env 4
2486       - 27  # NDRPDR sel env 4
2487       - 28  # NDRPDR sel env 4
2488       - 29  # NDRPDR sel env 4
2489       - 30  # MRR env 4
2490       - 31  # NDRPDR sel 2001.0-4
2491       - 32  # NDRPDR sel 2001.0-4
2492       - 33  # NDRPDR sel 2001.0-4
2493       - 34  # NDRPDR sel 2001.0-4
2494       - 35  # NDRPDR sel 2001.0-4
2495       - 36  # NDRPDR sel 2001.0-4
2496       - 38  # NDRPDR sel 2001.0-4
2497     csit-vpp-perf-report-iterative-2009-3n-hsw:
2498       - 18  # rls2005 MRR iter env 5
2499       - 9   # rls2005 NDRPDR iter env 5
2500       - 10  # rls2005 NDRPDR iter env 5
2501       - 11  # rls2005 NDRPDR iter env 5
2502       - 12  # rls2005 NDRPDR iter env 5
2503       - 13  # rls2005 NDRPDR iter env 5
2504       - 14  # rls2005 NDRPDR iter env 5
2505       - 15  # rls2005 NDRPDR iter env 5
2506       - 16  # rls2005 NDRPDR iter env 5
2507       - 17  # rls2005 NDRPDR iter env 5
2508       - 19  # rls2005 NDRPDR iter env 5
2509       - 23  # rls2009 MRR iter env 5
2510       - 21  # rls2009 NDRPDR iter env 5
2511       - 22  # rls2009 NDRPDR iter env 5
2512       - 24  # rls2009 NDRPDR iter env 5
2513       - 25  # rls2009 NDRPDR iter env 5
2514       - 26  # rls2009 NDRPDR iter env 5
2515       - 27  # rls2009 NDRPDR iter env 5
2516       - 28  # rls2009 NDRPDR iter env 5
2517       - 29  # rls2009 NDRPDR iter env 5
2518       - 30  # rls2009 NDRPDR iter env 5
2519       - 31  # rls2009 NDRPDR iter env 5
2520       - 32  # rls2009 Hoststack iter env 5
2521       - 33  # rls2009 Hoststack iter env 5
2522       - 34  # rls2009 Hoststack iter env 5
2523       - 35  # rls2009 Hoststack iter env 5
2524       - 36  # rls2009 Hoststack iter env 5
2525       - 37  # rls2009 Hoststack iter env 5
2526       - 38  # rls2009 Hoststack iter env 5
2527       - 39  # rls2009 Hoststack iter env 5
2528       - 40  # rls2009 Hoststack iter env 5
2529       - 41  # rls2009 Hoststack iter env 5
2530     csit-vpp-perf-report-coverage-2009-3n-hsw:
2531       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2532       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2533       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2534       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2535       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2536       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2537       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2538       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2539       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2540       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2541       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2542       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2543       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2544       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2545       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2546       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2547       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2548       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2549       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2550       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2551       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2552       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2553       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2554       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2555       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2556       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2557       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2558       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2559       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2560       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2561       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2562       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2563       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2564       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2565       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2566
2567     csit-vpp-perf-verify-2001-3n-skx:
2568       - 50  # MRR sel
2569       - 53  # MRR sel addition
2570     csit-vpp-perf-report-iterative-2005-3n-skx:
2571       - 4   # NDRPDR sel
2572       - 5   # NDRPDR sel ??? all x710 failed
2573       - 33  # NDRPDR sel
2574       - 28  # NDRPDR sel
2575       - 34  # NDRPDR sel
2576       - 42  # NDRPDR sel env 4
2577       - 43  # NDRPDR sel env 4
2578       - 44  # NDRPDR sel env 4
2579       - 45  # NDRPDR sel env 4
2580       - 47  # NDRPDR sel env 4
2581       - 55  # NDRPDR sel env 4
2582       - 56  # NDRPDR sel env 4
2583       - 57  # NDRPDR sel env 4
2584       - 61  # NDRPDR sel env 4
2585       - 62  # NDRPDR sel env 4
2586       - 50  # NDRPDR sel 2001.0-4
2587       - 51  # NDRPDR sel 2001.0-4
2588       - 52  # NDRPDR sel 2001.0-4
2589       - 53  # NDRPDR sel 2001.0-4
2590       - 54  # NDRPDR sel 2001.0-4
2591       - 49  # MRR sel env 4
2592     csit-vpp-perf-report-iterative-2009-3n-skx:
2593       - 17  # rls2005 MRR iter env 5
2594       - 13  # rls2005 NDRPDR iter env 5
2595       - 18  # rls2005 NDRPDR iter env 5
2596       - 19  # rls2005 NDRPDR iter env 5
2597       - 41  # rls2005 NDRPDR iter env 5
2598       - 43  # rls2005 NDRPDR iter env 5
2599       - 44  # rls2005 NDRPDR iter env 5
2600       - 45  # rls2005 NDRPDR iter env 5
2601       - 46  # rls2005 NDRPDR iter env 5
2602       - 48  # rls2005 NDRPDR iter env 5
2603       - 49  # rls2005 NDRPDR iter env 5
2604       - 24  # rls2009 MRR iter env 5
2605       - 26  # rls2009 NDRPDR iter env 5
2606       - 27  # rls2009 NDRPDR iter env 5
2607       - 28  # rls2009 NDRPDR iter env 5
2608       - 29  # rls2009 NDRPDR iter env 5
2609       - 35  # rls2009 NDRPDR iter env 5
2610       - 36  # rls2009 NDRPDR iter env 5
2611       - 37  # rls2009 NDRPDR iter env 5
2612       - 38  # rls2009 NDRPDR iter env 5
2613       - 39  # rls2009 NDRPDR iter env 5
2614       - 40  # rls2009 NDRPDR iter env 5
2615     csit-vpp-perf-report-coverage-2009-3n-skx:
2616       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2617       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2618       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2619       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2620       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2621       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2622       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2623       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2624       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2625       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2626       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2627       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2628       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2629       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2630       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2631       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2632       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2633       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2634       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2635       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2636       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2637       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2638       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2639       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2640       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2641       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2642       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2643       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2644       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2645       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2646       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2647       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2648       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2649       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2650       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2651       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2652
2653     csit-vpp-perf-verify-2001-2n-skx:
2654       - 101  # MRR sel - old
2655       - 128  # MRR sel addition - old
2656     csit-vpp-perf-report-iterative-2005-2n-skx:
2657       - 88  # NDRPDR sel env 4
2658       - 89  # NDRPDR sel env 4
2659       - 90  # NDRPDR sel env 4
2660       - 91  # NDRPDR sel env 4
2661       - 92  # NDRPDR sel env 4
2662       - 93  # NDRPDR sel env 4
2663       - 94  # NDRPDR sel env 4
2664       - 125 # NDRPDR sel env 4
2665       - 126 # NDRPDR sel env 4
2666       - 127 # NDRPDR sel env 4
2667       - 100 # NDRPDR sel 2001.0-4
2668       - 101 # NDRPDR sel 2001.0-4
2669       - 102 # NDRPDR sel 2001.0-4
2670       - 103 # NDRPDR sel 2001.0-4
2671       - 104 # NDRPDR sel 2001.0-4
2672       - 105 # NDRPDR sel 2001.0-4
2673       - 99  # MRR sel env 4
2674     csit-vpp-perf-report-iterative-2009-2n-skx:
2675       - 20  # rls2005 MRR iter env 5
2676       - 13  # rls2005 NDRPDR iter env 5
2677       - 16  # rls2005 NDRPDR iter env 5
2678       - 17  # rls2005 NDRPDR iter env 5
2679       - 18  # rls2005 NDRPDR iter env 5
2680       - 19  # rls2005 NDRPDR iter env 5
2681       - 21  # rls2005 NDRPDR iter env 5
2682       - 22  # rls2005 NDRPDR iter env 5
2683       - 23  # rls2005 NDRPDR iter env 5
2684       - 24  # rls2005 NDRPDR iter env 5
2685       - 25  # rls2005 NDRPDR iter env 5
2686       - 85  # rls2009 MRR iter env 5
2687       - 35  # rls2009 NDRPDR iter env 5
2688       - 36  # rls2009 NDRPDR iter env 5
2689       - 37  # rls2009 NDRPDR iter env 5
2690       - 39  # rls2009 NDRPDR iter env 5
2691       - 40  # rls2009 NDRPDR iter env 5
2692       - 42  # rls2009 NDRPDR iter env 5
2693       - 43  # rls2009 NDRPDR iter env 5
2694       - 44  # rls2009 NDRPDR iter env 5
2695       - 46  # rls2009 NDRPDR iter env 5
2696       - 48  # rls2009 NDRPDR iter env 5
2697       - 100 # rls2009 NDRPDR iter NAT44 env 5
2698       - 101 # rls2009 NDRPDR iter NAT44 env 5
2699       - 102 # rls2009 NDRPDR iter NAT44 env 5
2700       - 38  # rls2009 nf-density iter env 5
2701       - 41  # rls2009 nf-density iter env 5
2702       - 45  # rls2009 nf-density iter env 5
2703       - 47  # rls2009 nf-density iter env 5
2704       - 49  # rls2009 nf-density iter env 5
2705       - 63  # rls2009 nf-density iter env 5
2706       - 65  # rls2009 nf-density iter env 5
2707       - 66  # rls2009 nf-density iter env 5
2708       - 71  # rls2009 nf-density iter env 5
2709       - 72  # rls2009 nf-density iter env 5
2710       - 50  # rls2009 MRR nf-density iter env 5
2711       - 27  # rls2009 reconf env 5
2712       - 28  # rls2009 reconf env 5
2713       - 29  # rls2009 reconf env 5
2714       - 30  # rls2009 reconf env 5
2715       - 31  # rls2009 reconf env 5
2716       - 32  # rls2009 reconf env 5
2717       - 61  # rls2009 reconf env 5
2718       - 62  # rls2009 reconf env 5
2719       - 68  # rls2009 reconf env 5
2720       - 70  # rls2009 reconf env 5
2721       - 33  # rls2009 soak env 5
2722       - 34  # rls2009 soak env 5
2723     csit-vpp-perf-report-coverage-2009-2n-skx:
2724       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2725       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2726       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2727       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2728       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2729       - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
2730       - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
2731       - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
2732       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2733       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2734       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2735       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2736       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2737       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2738       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2739       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2740       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2741
2742     csit-vpp-perf-verify-2001-2n-clx:
2743       - 39  # MRR
2744     csit-vpp-perf-report-iterative-2005-2n-clx:
2745       - 62  # NDRPDR sel env 4
2746       - 63  # NDRPDR sel env 4
2747       - 64  # NDRPDR sel env 4
2748       - 65  # NDRPDR sel env 4
2749       - 66  # NDRPDR sel env 4
2750       - 68  # NDRPDR sel env 4
2751       - 69  # NDRPDR sel env 4
2752       - 70  # NDRPDR sel env 4
2753       - 103 # NDRPDR sel env 4
2754       - 104 # NDRPDR sel env 4
2755       - 73  # NDRPDR sel 2001.0-4
2756       - 74  # NDRPDR sel 2001.0-4
2757       - 75  # NDRPDR sel 2001.0-4
2758       - 76  # NDRPDR sel 2001.0-4
2759       - 77  # NDRPDR sel 2001.0-4
2760       - 78  # NDRPDR sel 2001.0-4
2761       - 79  # NDRPDR sel 2001.0-4
2762       - 80  # NDRPDR sel 2001.0-4
2763       - 72  # MRR env 4
2764     csit-vpp-perf-report-iterative-2009-2n-clx:
2765       - 77  # rls2005 MRR iter env 5
2766       - 13  # rls2005 NDRPDR iter env 5
2767       - 15  # rls2005 NDRPDR iter env 5
2768       - 17  # rls2005 NDRPDR iter env 5
2769       - 18  # rls2005 NDRPDR iter env 5
2770       - 19  # rls2005 NDRPDR iter env 5
2771       - 20  # rls2005 NDRPDR iter env 5
2772       - 21  # rls2005 NDRPDR iter env 5
2773       - 22  # rls2005 NDRPDR iter env 5
2774       - 23  # rls2005 NDRPDR iter env 5
2775       - 24  # rls2005 NDRPDR iter env 5
2776       - 102 # rls2009 MRR iter env 5
2777       - 36  # rls2009 NDRPDR iter env 5
2778       - 39  # rls2009 NDRPDR iter env 5
2779       - 40  # rls2009 NDRPDR iter env 5
2780       - 65  # rls2009 NDRPDR iter env 5
2781       - 66  # rls2009 NDRPDR iter env 5
2782       - 79  # rls2009 NDRPDR iter env 5
2783       - 82  # rls2009 NDRPDR iter env 5
2784       - 88  # rls2009 NDRPDR iter env 5
2785       - 89  # rls2009 NDRPDR iter env 5
2786       - 90  # rls2009 NDRPDR iter env 5
2787       - 114 # rls2009 NDRPDR iter NAT44 env 5
2788       - 121 # rls2009 NDRPDR iter NAT44 env 5
2789       - 37  # rls2009 nf-density iter env 5
2790       - 43  # rls2009 nf-density iter env 5
2791       - 69  # rls2009 nf-density iter env 5
2792       - 70  # rls2009 nf-density iter env 5
2793       - 71  # rls2009 nf-density iter env 5
2794       - 72  # rls2009 nf-density iter env 5
2795       - 73  # rls2009 nf-density iter env 5
2796       - 74  # rls2009 nf-density iter env 5
2797       - 75  # rls2009 nf-density iter env 5
2798       - 76  # rls2009 nf-density iter env 5
2799       - 45  # rls2009 MRR nf-density iter env 5
2800       - 25  # rls2009 reconf env 5
2801       - 27  # rls2009 reconf env 5
2802       - 28  # rls2009 reconf env 5
2803       - 29  # rls2009 reconf env 5
2804       - 30  # rls2009 reconf env 5
2805       - 30  # rls2009 reconf env 5
2806       - 32  # rls2009 reconf env 5
2807       - 48  # rls2009 reconf env 5
2808       - 53  # rls2009 reconf env 5
2809       - 68  # rls2009 reconf env 5
2810       - 33  # rls2009 soak env 5
2811       - 34  # rls2009 soak env 5
2812     csit-vpp-perf-report-coverage-2009-2n-clx:
2813       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2814       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2815       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2816       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2817       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2818       - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
2819       - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
2820       - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
2821       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2822       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2823       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2824       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2825       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2826       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2827       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2828       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2829       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2830
2831     csit-vpp-perf-verify-2001-3n-tsh:
2832       - 9   # MRR sel
2833     csit-vpp-perf-report-iterative-2005-3n-tsh:
2834       - 23  # NDRPDR sel env 4
2835       - 25  # NDRPDR sel env 4
2836       - 33  # NDRPDR sel env 4
2837       - 34  # NDRPDR sel env 4
2838       - 35  # NDRPDR sel env 4
2839       - 36  # NDRPDR sel env 4
2840       - 37  # NDRPDR sel env 4
2841       - 38  # NDRPDR sel env 4
2842       - 39  # NDRPDR sel env 4
2843       - 40  # NDRPDR sel env 4
2844       - 28  # NDRPDR sel 2001.0-4
2845       - 29  # NDRPDR sel 2001.0-4
2846       - 31  # NDRPDR sel 2001.0-4
2847       - 27  # MRR sel env 4
2848     # TODO: Add:
2849     csit-vpp-perf-report-iterative-2009-3n-tsh:
2850       - 8   # rls2005 NDRPDR iter env 5
2851       - 11  # rls2005 NDRPDR iter env 5
2852       - 12  # rls2005 NDRPDR iter env 5
2853       - 24  # rls2005 NDRPDR iter env 5
2854       - 27  # rls2005 NDRPDR iter env 5
2855       - 29  # rls2005 NDRPDR iter env 5
2856       - 31  # rls2005 NDRPDR iter env 5
2857       - 39  # rls2005 NDRPDR iter env 5
2858       - 13  # rls2005 MRR iter env 5
2859       - 14  # rls2009 NDRPDR iter env 5
2860       - 20  # rls2009 NDRPDR iter env 5
2861       - 21  # rls2009 NDRPDR iter env 5
2862       - 22  # rls2009 NDRPDR iter env 5
2863       - 23  # rls2009 NDRPDR iter env 5
2864       - 28  # rls2009 NDRPDR iter env 5
2865       - 30  # rls2009 NDRPDR iter env 5
2866       - 33  # rls2009 NDRPDR iter env 5
2867       - 38  # rls2009 NDRPDR iter env 5
2868       - 15  # rls2009 MRR iter env 5
2869
2870     csit-vpp-perf-verify-2001-3n-dnv:
2871       - 5   # NDRPDR sel
2872       - 6   # NDRPDR sel
2873       - 7   # NDRPDR sel
2874       - 8   # NDRPDR sel
2875       - 9   # NDRPDR sel
2876       - 10  # NDRPDR sel
2877       - 12  # NDRPDR sel
2878       - 16  # NDRPDR sel
2879       - 17  # NDRPDR sel
2880       - 18  # NDRPDR sel
2881       - 11  # MRR sel
2882     csit-vpp-perf-report-iterative-2009-3n-dnv:
2883       - 16  # rls2005 NDRPDR iter env 5
2884       - 23  # rls2005 NDRPDR iter env 5
2885       - 25  # rls2005 NDRPDR iter env 5
2886       - 26  # rls2005 NDRPDR iter env 5
2887       - 27  # rls2005 NDRPDR iter env 5
2888       - 28  # rls2005 NDRPDR iter env 5
2889       - 29  # rls2005 NDRPDR iter env 5
2890       - 30  # rls2005 NDRPDR iter env 5
2891       - 31  # rls2005 NDRPDR iter env 5
2892       - 32  # rls2005 NDRPDR iter env 5
2893       - 19  # rls2005 MRR iter env 5
2894       - 3   # rls2009 NDRPDR iter env 5
2895       - 6   # rls2009 NDRPDR iter env 5
2896       - 7   # rls2009 NDRPDR iter env 5
2897       - 8   # rls2009 NDRPDR iter env 5
2898       - 10  # rls2009 NDRPDR iter env 5
2899       - 11  # rls2009 NDRPDR iter env 5
2900       - 12  # rls2009 NDRPDR iter env 5
2901       - 14  # rls2009 NDRPDR iter env 5
2902       - 15  # rls2009 NDRPDR iter env 5
2903       - 24  # rls2009 NDRPDR iter env 5
2904       - 22  # rls2009 MRR iter env 5
2905     csit-vpp-perf-report-coverage-2009-3n-dnv:
2906       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2907       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2908       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2909       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2910       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2911       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2912       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2913       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2914       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2915
2916     csit-vpp-perf-verify-2001-2n-dnv:
2917       - 4   # NDRPDR sel
2918       - 5   # NDRPDR sel
2919       - 6   # NDRPDR sel
2920       - 7   # NDRPDR sel
2921       - 8   # NDRPDR sel
2922       - 9   # NDRPDR sel
2923       - 10  # NDRPDR sel
2924       - 11  # NDRPDR sel
2925       - 13  # NDRPDR sel
2926       - 16  # NDRPDR sel
2927       - 12  # MRR sel
2928     csit-vpp-perf-report-iterative-2009-2n-dnv:
2929       - 16  # rls2005 NDRPDR iter env 5
2930       - 17  # rls2005 NDRPDR iter env 5
2931       - 18  # rls2005 NDRPDR iter env 5
2932       - 19  # rls2005 NDRPDR iter env 5
2933       - 21  # rls2005 NDRPDR iter env 5
2934       - 24  # rls2005 NDRPDR iter env 5
2935       - 27  # rls2005 NDRPDR iter env 5
2936       - 28  # rls2005 NDRPDR iter env 5
2937       - 29  # rls2005 NDRPDR iter env 5
2938       - 30  # rls2005 NDRPDR iter env 5
2939       - 23  # rls2005 MRR iter env 5
2940       - 3   # rls2009 NDRPDR iter env 5
2941       - 5   # rls2009 NDRPDR iter env 5
2942       - 6   # rls2009 NDRPDR iter env 5
2943       - 7   # rls2009 NDRPDR iter env 5
2944       - 9   # rls2009 NDRPDR iter env 5
2945       - 10  # rls2009 NDRPDR iter env 5
2946       - 11  # rls2009 NDRPDR iter env 5
2947       - 12  # rls2009 NDRPDR iter env 5
2948       - 14  # rls2009 NDRPDR iter env 5
2949       - 15  # rls2009 NDRPDR iter env 5
2950       - 13  # rls2009 MRR iter env 5
2951     csit-vpp-perf-report-coverage-2009-2n-dnv:
2952       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2953       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2954       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2955       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2956       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2957       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2958
2959     csit-dpdk-perf-verify-2001-3n-hsw:
2960       - 4   # NDRPDR sel
2961       - 5   # NDRPDR sel
2962       - 6   # NDRPDR sel
2963       - 7   # NDRPDR sel
2964       - 8   # NDRPDR sel
2965       - 9   # NDRPDR sel
2966       - 10  # NDRPDR sel
2967       - 11  # NDRPDR sel
2968       - 12  # NDRPDR sel
2969       - 13  # NDRPDR sel
2970       - 15  # NDRPDR sel
2971       - 16  # NDRPDR sel
2972       - 17  # NDRPDR sel
2973       - 18  # NDRPDR sel
2974       - 19  # NDRPDR sel
2975       - 20  # NDRPDR sel
2976       - 21  # NDRPDR sel
2977       - 22  # NDRPDR sel
2978       - 23  # NDRPDR sel
2979       - 24  # NDRPDR sel
2980     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2981       - 25  # NDRPDR iter
2982       - 26  # NDRPDR iter
2983       - 27  # NDRPDR iter
2984       - 28  # NDRPDR iter
2985       - 29  # NDRPDR iter
2986       - 30  # NDRPDR iter
2987       - 31  # NDRPDR iter
2988       - 32  # NDRPDR iter
2989       - 33  # NDRPDR iter
2990       - 34  # NDRPDR iter
2991     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2992       - 6   # NDRPDR iter env5
2993       - 7   # NDRPDR iter env5
2994       - 8   # NDRPDR iter env5
2995       - 9   # NDRPDR iter env5
2996       - 10  # NDRPDR iter env5
2997       - 11  # NDRPDR iter env5
2998       - 12  # NDRPDR iter env5
2999       - 13  # NDRPDR iter env5
3000       - 14  # NDRPDR iter env5
3001       - 15  # NDRPDR iter env5
3002
3003     csit-dpdk-perf-verify-2001-3n-skx:
3004       - 29  # NDRPDR sel xxv710
3005       - 33  # NDRPDR sel xxv710
3006       - 34  # NDRPDR sel xxv710
3007       - 35  # NDRPDR sel xxv710
3008       - 36  # NDRPDR sel xxv710
3009       - 37  # NDRPDR sel xxv710
3010       - 41  # NDRPDR sel xxv710
3011       - 42  # NDRPDR sel xxv710
3012       - 43  # NDRPDR sel xxv710
3013       - 45  # NDRPDR sel xxv710
3014       - 30  # NDRPDR sel x710
3015       - 31  # NDRPDR sel x710
3016       - 32  # NDRPDR sel x710
3017       - 38  # NDRPDR sel x710
3018       - 39  # NDRPDR sel x710
3019       - 40  # NDRPDR sel x710
3020       - 44  # NDRPDR sel x710
3021       - 46  # NDRPDR sel x710
3022       - 47  # NDRPDR sel x710
3023       - 48  # NDRPDR sel x710
3024     csit-dpdk-perf-report-iterative-2005-3n-skx:
3025       - 28  # NDRPDR iter
3026       - 29  # NDRPDR iter
3027       - 30  # NDRPDR iter
3028       - 31  # NDRPDR iter
3029       - 32  # NDRPDR iter
3030       - 33  # NDRPDR iter
3031       - 34  # NDRPDR iter
3032       - 35  # NDRPDR iter
3033       - 36  # NDRPDR iter
3034       - 37  # NDRPDR iter
3035     csit-dpdk-perf-report-iterative-2009-3n-skx:
3036       - 4   # NDRPDR sel env5
3037       - 5   # NDRPDR sel env5
3038       - 6   # NDRPDR sel env5
3039       - 7   # NDRPDR sel env5
3040       - 8   # NDRPDR sel env5
3041       - 9   # NDRPDR sel env5
3042       - 14  # NDRPDR sel env5
3043       - 11  # NDRPDR sel env5
3044       - 12  # NDRPDR sel env5
3045       - 13  # NDRPDR sel env5
3046
3047     csit-dpdk-perf-verify-2001-2n-skx:
3048       - 35  # NDRPDR sel xxv710
3049       - 36  # NDRPDR sel xxv710
3050       - 37  # NDRPDR sel xxv710
3051       - 41  # NDRPDR sel xxv710
3052       - 42  # NDRPDR sel xxv710
3053       - 43  # NDRPDR sel xxv710
3054       - 46  # NDRPDR sel xxv710
3055       - 47  # NDRPDR sel xxv710
3056       - 52  # NDRPDR sel xxv710
3057       - 53  # NDRPDR sel xxv710
3058       - 38  # NDRPDR sel x710
3059       - 39  # NDRPDR sel x710
3060       - 40  # NDRPDR sel x710
3061       - 44  # NDRPDR sel x710
3062       - 45  # NDRPDR sel x710
3063       - 48  # NDRPDR sel x710
3064       - 49  # NDRPDR sel x710
3065       - 50  # NDRPDR sel x710
3066       - 51  # NDRPDR sel x710
3067       - 54  # NDRPDR sel x710
3068     csit-dpdk-perf-report-iterative-2005-2n-skx:
3069       - 20  # NDRPDR iter
3070       - 21  # NDRPDR iter
3071       - 22  # NDRPDR iter
3072       - 23  # NDRPDR iter
3073       - 24  # NDRPDR iter
3074       - 25  # NDRPDR iter
3075       - 26  # NDRPDR iter
3076       - 27  # NDRPDR iter
3077       - 28  # NDRPDR iter
3078       - 29  # NDRPDR iter
3079     csit-dpdk-perf-report-iterative-2009-2n-skx:
3080       - 4   # NDRPDR iter env5
3081       - 5   # NDRPDR iter env5
3082       - 6   # NDRPDR iter env5
3083       - 7   # NDRPDR iter env5
3084       - 8   # NDRPDR iter env5
3085       - 9   # NDRPDR iter env5
3086       - 10  # NDRPDR iter env5
3087       - 11  # NDRPDR iter env5
3088       - 12  # NDRPDR iter env5
3089       - 13  # NDRPDR iter env5
3090
3091     csit-dpdk-perf-verify-2001-2n-clx:
3092       - 15  # NDRPDR sel
3093       - 16  # NDRPDR sel
3094       - 17  # NDRPDR sel
3095       - 18  # NDRPDR sel
3096       - 19  # NDRPDR sel
3097       - 20  # NDRPDR sel
3098       - 21  # NDRPDR sel
3099       - 22  # NDRPDR sel
3100       - 23  # NDRPDR sel
3101       - 24  # NDRPDR sel
3102       - 25  # NDRPDR sel
3103       - 26  # NDRPDR sel
3104       - 27  # NDRPDR sel
3105       - 28  # NDRPDR sel
3106       - 29  # NDRPDR sel
3107       - 30  # NDRPDR sel
3108       - 31  # NDRPDR sel
3109       - 32  # NDRPDR sel
3110       - 33  # NDRPDR sel
3111       - 34  # NDRPDR sel
3112     csit-dpdk-perf-report-iterative-2005-2n-clx:
3113       - 20  # NDRPDR iter
3114       - 21  # NDRPDR iter
3115       - 22  # NDRPDR iter
3116       - 23  # NDRPDR iter
3117       - 24  # NDRPDR iter
3118       - 25  # NDRPDR iter
3119       - 26  # NDRPDR iter
3120       - 27  # NDRPDR iter
3121       - 28  # NDRPDR iter
3122       - 29  # NDRPDR iter
3123     csit-dpdk-perf-report-iterative-2009-2n-clx:
3124       - 4   # NDRPDR iter env5
3125       - 5   # NDRPDR iter env5
3126       - 6   # NDRPDR iter env5
3127       - 7   # NDRPDR iter env5
3128       - 8   # NDRPDR iter env5
3129       - 9   # NDRPDR iter env5
3130       - 10  # NDRPDR iter env5
3131       - 11  # NDRPDR iter env5
3132       - 12  # NDRPDR iter env5
3133       - 13  # NDRPDR iter env5
3134
3135 #    csit-dpdk-perf-verify-2001-2n-dnv:
3136 #      - 9   # NDRPDR sel
3137 #      - 10  # NDRPDR sel
3138 #      - 11  # NDRPDR sel
3139 #      - 12  # NDRPDR sel
3140 #      - 13  # NDRPDR sel
3141 #      - 14  # NDRPDR sel
3142 #      - 15  # NDRPDR sel
3143 #      - 16  # NDRPDR sel
3144 #      - 17  # NDRPDR sel
3145 #      - 18  # NDRPDR sel
3146 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3147 #      # No data
3148 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3149 #      # No data
3150
3151 #    csit-dpdk-perf-verify-2001-3n-dnv:
3152 #      - 12  # NDRPDR sel
3153 #      - 13  # NDRPDR sel
3154 #      - 14  # NDRPDR sel
3155 #      - 15  # NDRPDR sel
3156 #      - 16  # NDRPDR sel
3157 #      - 17  # NDRPDR sel
3158 #      - 18  # NDRPDR sel
3159 #      - 19  # NDRPDR sel
3160 #      - 20  # NDRPDR sel
3161 #      - 22  # NDRPDR sel
3162 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3163 #      # No data
3164 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3165 #      # No data
3166
3167     csit-dpdk-perf-verify-2001-3n-tsh:
3168       - 3   # NDRPDR sel
3169       - 4   # NDRPDR sel
3170       - 5   # NDRPDR sel
3171       - 9   # NDRPDR sel
3172       - 10  # NDRPDR sel
3173       - 11  # NDRPDR sel
3174       - 12  # NDRPDR sel
3175       - 14  # NDRPDR sel
3176       - 15  # NDRPDR sel
3177       - 18  # NDRPDR sel
3178     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3179       - 5   # NDRPDR sel
3180     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3181       - 1   # NDRPDR iter env5
3182       - 2   # NDRPDR iter env5
3183       - 3   # NDRPDR iter env5
3184       - 4   # NDRPDR iter env5
3185       - 5   # NDRPDR iter env5
3186       - 6   # NDRPDR iter env5
3187       - 7   # NDRPDR iter env5
3188       - 9   # NDRPDR iter env5
3189       - 10  # NDRPDR iter env5
3190       - 11  # NDRPDR iter env5
3191
3192     csit-vpp-device-2009-ubuntu1804-1n-skx:
3193       - 131 # rls2009 env 5
3194
3195 - type: "output"
3196   output: "report"
3197   format:
3198     html:
3199     - full
3200     pdf:
3201     - minimal
3202
3203 ################################################################################
3204 ###                               T A B L E S                                ###
3205 ################################################################################
3206
3207 # VPP Soak vs NDR - 2n-skx
3208 - type: "table"
3209   title: "VPP Soak vs NDR 2n-skx"
3210   algorithm: "table_soak_vs_ndr"
3211   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3212   reference:
3213     title: "NDR"
3214     data: "vpp-soak-vs-ndr-2n-skx-ref"
3215   compare:
3216     title: "Soak"
3217     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3218   data: "vpp-soak-vs-ndr-2n-skx"
3219   include-tests: "NDR"
3220   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3221   parameters:
3222     - "throughput"
3223     - "name"
3224     - "parent"
3225
3226 # VPP Soak vs NDR - 2n-clx
3227 - type: "table"
3228   title: "VPP Soak vs NDR 2n-clx"
3229   algorithm: "table_soak_vs_ndr"
3230   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3231   reference:
3232     title: "NDR"
3233     data: "vpp-soak-vs-ndr-2n-clx-ref"
3234   compare:
3235     title: "Soak"
3236     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3237   data: "vpp-soak-vs-ndr-2n-clx"
3238   include-tests: "NDR"
3239   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3240   parameters:
3241     - "throughput"
3242     - "name"
3243     - "parent"
3244
3245 ################################################################################
3246
3247 # VPP Compare NICs 3n-skx 2t1c ndr
3248 - type: "table"
3249   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3250   algorithm: "table_comparison"
3251   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3252   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3253   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3254   columns:
3255     - title: "x710"
3256       data-set: "vpp-nic-comparison-3n-skx"
3257       tag: "NIC_Intel-X710"
3258     - title: "xxv710"
3259       data-set: "vpp-nic-comparison-3n-skx"
3260       tag: "NIC_Intel-XXV710"
3261   comparisons:
3262     - title: "Diff"
3263       reference: 1
3264       compare: 2
3265   legend:
3266     - ""
3267     - "x710, xxv710 - NICs tested."
3268     - "Diff - difference between x710 and xxv710 NIC."
3269
3270 # VPP Compare NICs 3n-skx 4t2c ndr
3271 - type: "table"
3272   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3273   algorithm: "table_comparison"
3274   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3275   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3276   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3277   columns:
3278     - title: "x710"
3279       data-set: "vpp-nic-comparison-3n-skx"
3280       tag: "NIC_Intel-X710"
3281     - title: "xxv710"
3282       data-set: "vpp-nic-comparison-3n-skx"
3283       tag: "NIC_Intel-XXV710"
3284   comparisons:
3285     - title: "Diff"
3286       reference: 1
3287       compare: 2
3288   legend:
3289     - ""
3290     - "x710, xxv710 - NICs tested."
3291     - "Diff - difference between x710 and xxv710 NIC."
3292
3293 # VPP Compare NICs 3n-skx 2t1c pdr
3294 - type: "table"
3295   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3296   algorithm: "table_comparison"
3297   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3298   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3299   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3300   columns:
3301     - title: "x710"
3302       data-set: "vpp-nic-comparison-3n-skx"
3303       tag: "NIC_Intel-X710"
3304     - title: "xxv710"
3305       data-set: "vpp-nic-comparison-3n-skx"
3306       tag: "NIC_Intel-XXV710"
3307   comparisons:
3308     - title: "Diff"
3309       reference: 1
3310       compare: 2
3311   legend:
3312     - ""
3313     - "x710, xxv710 - NICs tested."
3314     - "Diff - difference between x710 and xxv710 NIC."
3315
3316 # VPP Compare NICs 3n-skx 4t2c pdr
3317 - type: "table"
3318   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3319   algorithm: "table_comparison"
3320   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3321   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3322   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3323   columns:
3324     - title: "x710"
3325       data-set: "vpp-nic-comparison-3n-skx"
3326       tag: "NIC_Intel-X710"
3327     - title: "xxv710"
3328       data-set: "vpp-nic-comparison-3n-skx"
3329       tag: "NIC_Intel-XXV710"
3330   comparisons:
3331     - title: "Diff"
3332       reference: 1
3333       compare: 2
3334   legend:
3335     - ""
3336     - "x710, xxv710 - NICs tested."
3337     - "Diff - difference between x710 and xxv710 NIC."
3338
3339 # VPP Compare NICs 3n-skx 2t1c mrr
3340 - type: "table"
3341   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3342   algorithm: "table_comparison"
3343   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3344   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3345   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3346   columns:
3347     - title: "x710"
3348       data-set: "vpp-nic-comparison-3n-skx-mrr"
3349       tag: "NIC_Intel-X710"
3350     - title: "xxv710"
3351       data-set: "vpp-nic-comparison-3n-skx-mrr"
3352       tag: "NIC_Intel-XXV710"
3353   comparisons:
3354     - title: "Diff"
3355       reference: 1
3356       compare: 2
3357   legend:
3358     - ""
3359     - "x710, xxv710 - NICs tested."
3360     - "Diff - difference between x710 and xxv710 NIC."
3361
3362 # VPP Compare NICs 3n-skx 4t2c mrr
3363 - type: "table"
3364   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3365   algorithm: "table_comparison"
3366   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3367   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3368   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3369   columns:
3370     - title: "x710"
3371       data-set: "vpp-nic-comparison-3n-skx-mrr"
3372       tag: "NIC_Intel-X710"
3373     - title: "xxv710"
3374       data-set: "vpp-nic-comparison-3n-skx-mrr"
3375       tag: "NIC_Intel-XXV710"
3376   comparisons:
3377     - title: "Diff"
3378       reference: 1
3379       compare: 2
3380   legend:
3381     - ""
3382     - "x710, xxv710 - NICs tested."
3383     - "Diff - difference between x710 and xxv710 NIC."
3384
3385 # VPP Compare NICs 3n-skx 8t4c mrr
3386 - type: "table"
3387   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3388   algorithm: "table_comparison"
3389   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3390   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3391   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3392   columns:
3393     - title: "x710"
3394       data-set: "vpp-nic-comparison-3n-skx-mrr"
3395       tag: "NIC_Intel-X710"
3396     - title: "xxv710"
3397       data-set: "vpp-nic-comparison-3n-skx-mrr"
3398       tag: "NIC_Intel-XXV710"
3399   comparisons:
3400     - title: "Diff"
3401       reference: 1
3402       compare: 2
3403   legend:
3404     - ""
3405     - "x710, xxv710 - NICs tested."
3406     - "Diff - difference between x710 and xxv710 NIC."
3407
3408 # VPP Compare NICs 2n-skx 2t1c ndr
3409 - type: "table"
3410   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3411   algorithm: "table_comparison"
3412   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3413   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3414   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3415   columns:
3416     - title: "x710"
3417       data-set: "vpp-nic-comparison-2n-skx"
3418       tag: "NIC_Intel-X710"
3419     - title: "xxv710"
3420       data-set: "vpp-nic-comparison-2n-skx"
3421       tag: "NIC_Intel-XXV710"
3422   comparisons:
3423     - title: "Diff"
3424       reference: 1
3425       compare: 2
3426   legend:
3427     - ""
3428     - "x710, xxv710 - NICs tested."
3429     - "Diff - difference between x710 and xxv710 NIC."
3430
3431 # VPP Compare NICs 2n-skx 4t2c ndr
3432 - type: "table"
3433   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3434   algorithm: "table_comparison"
3435   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3436   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3437   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3438   columns:
3439     - title: "x710"
3440       data-set: "vpp-nic-comparison-2n-skx"
3441       tag: "NIC_Intel-X710"
3442     - title: "xxv710"
3443       data-set: "vpp-nic-comparison-2n-skx"
3444       tag: "NIC_Intel-XXV710"
3445   comparisons:
3446     - title: "Diff"
3447       reference: 1
3448       compare: 2
3449   legend:
3450     - ""
3451     - "x710, xxv710 - NICs tested."
3452     - "Diff - difference between x710 and xxv710 NIC."
3453
3454 # VPP Compare NICs 2n-skx 2t1c pdr
3455 - type: "table"
3456   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3457   algorithm: "table_comparison"
3458   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3459   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3460   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3461   columns:
3462     - title: "x710"
3463       data-set: "vpp-nic-comparison-2n-skx"
3464       tag: "NIC_Intel-X710"
3465     - title: "xxv710"
3466       data-set: "vpp-nic-comparison-2n-skx"
3467       tag: "NIC_Intel-XXV710"
3468   comparisons:
3469     - title: "Diff"
3470       reference: 1
3471       compare: 2
3472   legend:
3473     - ""
3474     - "x710, xxv710 - NICs tested."
3475     - "Diff - difference between x710 and xxv710 NIC."
3476
3477 # VPP Compare NICs 2n-skx 4t2c pdr
3478 - type: "table"
3479   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3480   algorithm: "table_comparison"
3481   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3482   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3483   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3484   columns:
3485     - title: "x710"
3486       data-set: "vpp-nic-comparison-2n-skx"
3487       tag: "NIC_Intel-X710"
3488     - title: "xxv710"
3489       data-set: "vpp-nic-comparison-2n-skx"
3490       tag: "NIC_Intel-XXV710"
3491   comparisons:
3492     - title: "Diff"
3493       reference: 1
3494       compare: 2
3495   legend:
3496     - ""
3497     - "x710, xxv710 - NICs tested."
3498     - "Diff - difference between x710 and xxv710 NIC."
3499
3500 # VPP Compare NICs 2n-skx 2t1c mrr
3501 - type: "table"
3502   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3503   algorithm: "table_comparison"
3504   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3505   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3506   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3507   columns:
3508     - title: "x710"
3509       data-set: "vpp-nic-comparison-2n-skx-mrr"
3510       tag: "NIC_Intel-X710"
3511     - title: "xxv710"
3512       data-set: "vpp-nic-comparison-2n-skx-mrr"
3513       tag: "NIC_Intel-XXV710"
3514   comparisons:
3515     - title: "Diff"
3516       reference: 1
3517       compare: 2
3518   legend:
3519     - ""
3520     - "x710, xxv710 - NICs tested."
3521     - "Diff - difference between x710 and xxv710 NIC."
3522
3523 # VPP Compare NICs 2n-skx 4t2c mrr
3524 - type: "table"
3525   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3526   algorithm: "table_comparison"
3527   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3528   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3529   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3530   columns:
3531     - title: "x710"
3532       data-set: "vpp-nic-comparison-2n-skx-mrr"
3533       tag: "NIC_Intel-X710"
3534     - title: "xxv710"
3535       data-set: "vpp-nic-comparison-2n-skx-mrr"
3536       tag: "NIC_Intel-XXV710"
3537   comparisons:
3538     - title: "Diff"
3539       reference: 1
3540       compare: 2
3541   legend:
3542     - ""
3543     - "x710, xxv710 - NICs tested."
3544     - "Diff - difference between x710 and xxv710 NIC."
3545
3546 # VPP Compare NICs 2n-skx 8t4c mrr
3547 - type: "table"
3548   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3549   algorithm: "table_comparison"
3550   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3552   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3553   columns:
3554     - title: "x710"
3555       data-set: "vpp-nic-comparison-2n-skx-mrr"
3556       tag: "NIC_Intel-X710"
3557     - title: "xxv710"
3558       data-set: "vpp-nic-comparison-2n-skx-mrr"
3559       tag: "NIC_Intel-XXV710"
3560   comparisons:
3561     - title: "Diff"
3562       reference: 1
3563       compare: 2
3564   legend:
3565     - ""
3566     - "x710, xxv710 - NICs tested."
3567     - "Diff - difference between x710 and xxv710 NIC."
3568
3569 ################################################################################
3570 # VPP
3571
3572 # VPP Performance Changes 3n-hsw 1t1c pdr
3573 - type: "table"
3574   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3575   algorithm: "table_comparison"
3576   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3577   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3578   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3579   columns:
3580     - title: "2001.0-4"
3581       data-set: "vpp-performance-changes-3n-hsw-h1"
3582     - title: "2005.0-4"
3583       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3584     - title: "2005.0-5"
3585       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3586     - title: "2009.0-5"
3587       data-set: "vpp-performance-changes-3n-hsw-cmp"
3588   comparisons:
3589     - title: "2005.0-5 vs 2005.0-4"
3590       reference: 2
3591       compare: 3
3592 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3593     - title: "2009.0-5 vs 2005.0-5"
3594       reference: 3
3595       compare: 4
3596 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3597   legend:
3598     - ''
3599     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3600     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3601     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3602     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3603     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3604
3605 # VPP Performance Changes 3n-hsw 2t2c pdr
3606 - type: "table"
3607   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3608   algorithm: "table_comparison"
3609   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3610   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3611   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3612   columns:
3613     - title: "2001.0-4"
3614       data-set: "vpp-performance-changes-3n-hsw-h1"
3615     - title: "2005.0-4"
3616       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3617     - title: "2005.0-5"
3618       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3619     - title: "2009.0-5"
3620       data-set: "vpp-performance-changes-3n-hsw-cmp"
3621   comparisons:
3622     - title: "2005.0-5 vs 2005.0-4"
3623       reference: 2
3624       compare: 3
3625 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3626     - title: "2009.0-5 vs 2005.0-5"
3627       reference: 3
3628       compare: 4
3629 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3630   legend:
3631     - ''
3632     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3633     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3634     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3635     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3636     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3637
3638 # VPP Performance Changes 3n-hsw 1t1c ndr
3639 - type: "table"
3640   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3641   algorithm: "table_comparison"
3642   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3643   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3644   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3645   columns:
3646     - title: "2001.0-4"
3647       data-set: "vpp-performance-changes-3n-hsw-h1"
3648     - title: "2005.0-4"
3649       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3650     - title: "2005.0-5"
3651       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3652     - title: "2009.0-5"
3653       data-set: "vpp-performance-changes-3n-hsw-cmp"
3654   comparisons:
3655     - title: "2005.0-5 vs 2005.0-4"
3656       reference: 2
3657       compare: 3
3658 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3659     - title: "2009.0-5 vs 2005.0-5"
3660       reference: 3
3661       compare: 4
3662 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3663   legend:
3664     - ''
3665     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3666     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3667     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3668     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3669     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3670
3671 # VPP Performance Changes 3n-hsw 2t2c ndr
3672 - type: "table"
3673   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3674   algorithm: "table_comparison"
3675   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3677   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3678   columns:
3679     - title: "2001.0-4"
3680       data-set: "vpp-performance-changes-3n-hsw-h1"
3681     - title: "2005.0-4"
3682       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3683     - title: "2005.0-5"
3684       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3685     - title: "2009.0-5"
3686       data-set: "vpp-performance-changes-3n-hsw-cmp"
3687   comparisons:
3688     - title: "2005.0-5 vs 2005.0-4"
3689       reference: 2
3690       compare: 3
3691 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3692     - title: "2009.0-5 vs 2005.0-5"
3693       reference: 3
3694       compare: 4
3695 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3696   legend:
3697     - ''
3698     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3699     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3700     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3701     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3702     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3703
3704 # VPP Performance Changes 3n-skx 2t1c pdr
3705 - type: "table"
3706   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3707   algorithm: "table_comparison"
3708   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3709   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3710   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3711   columns:
3712     - title: "2001.0-4"
3713       data-set: "vpp-performance-changes-3n-skx-h1"
3714     - title: "2005.0-4"
3715       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3716     - title: "2005.0-5"
3717       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3718     - title: "2009.0-5"
3719       data-set: "vpp-performance-changes-3n-skx-cmp"
3720   comparisons:
3721     - title: "2005.0-5 vs 2005.0-4"
3722       reference: 2
3723       compare: 3
3724 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3725     - title: "2009.0-5 vs 2005.0-5"
3726       reference: 3
3727       compare: 4
3728 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3729   legend:
3730     - ''
3731     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3732     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3733     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3734     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3735     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3736
3737 # VPP Performance Changes 3n-skx 4t2c pdr
3738 - type: "table"
3739   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3740   algorithm: "table_comparison"
3741   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3742   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3743   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3744   columns:
3745     - title: "2001.0-4"
3746       data-set: "vpp-performance-changes-3n-skx-h1"
3747     - title: "2005.0-4"
3748       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3749     - title: "2005.0-5"
3750       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3751     - title: "2009.0-5"
3752       data-set: "vpp-performance-changes-3n-skx-cmp"
3753   comparisons:
3754     - title: "2005.0-5 vs 2005.0-4"
3755       reference: 2
3756       compare: 3
3757 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3758     - title: "2009.0-5 vs 2005.0-5"
3759       reference: 3
3760       compare: 4
3761 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3762   legend:
3763     - ''
3764     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3765     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3766     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3767     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3768     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3769
3770 # VPP Performance Changes 3n-skx 2t1c ndr
3771 - type: "table"
3772   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3773   algorithm: "table_comparison"
3774   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3775   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3776   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3777   columns:
3778     - title: "2001.0-4"
3779       data-set: "vpp-performance-changes-3n-skx-h1"
3780     - title: "2005.0-4"
3781       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3782     - title: "2005.0-5"
3783       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3784     - title: "2009.0-5"
3785       data-set: "vpp-performance-changes-3n-skx-cmp"
3786   comparisons:
3787     - title: "2005.0-5 vs 2005.0-4"
3788       reference: 2
3789       compare: 3
3790 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3791     - title: "2009.0-5 vs 2005.0-5"
3792       reference: 3
3793       compare: 4
3794 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3795   legend:
3796     - ''
3797     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3798     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3799     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3800     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3801     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3802
3803 # VPP Performance Changes 3n-skx 4t2c ndr
3804 - type: "table"
3805   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3806   algorithm: "table_comparison"
3807   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3808   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3809   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3810   columns:
3811     - title: "2001.0-4"
3812       data-set: "vpp-performance-changes-3n-skx-h1"
3813     - title: "2005.0-4"
3814       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3815     - title: "2005.0-5"
3816       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3817     - title: "2009.0-5"
3818       data-set: "vpp-performance-changes-3n-skx-cmp"
3819   comparisons:
3820     - title: "2005.0-5 vs 2005.0-4"
3821       reference: 2
3822       compare: 3
3823 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3824     - title: "2009.0-5 vs 2005.0-5"
3825       reference: 3
3826       compare: 4
3827 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3828   legend:
3829     - ''
3830     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3831     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3832     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3833     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3834     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3835
3836 # VPP Performance Changes 2n-skx 2t1c pdr
3837 - type: "table"
3838   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3839   algorithm: "table_comparison"
3840   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3842   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3843   columns:
3844     - title: "2001.0-4"
3845       data-set: "vpp-performance-changes-2n-skx-h1"
3846     - title: "2005.0-4"
3847       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3848     - title: "2005.0-5"
3849       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3850     - title: "2009.0-5"
3851       data-set: "vpp-performance-changes-2n-skx-cmp"
3852   comparisons:
3853     - title: "2005.0-5 vs 2005.0-4"
3854       reference: 2
3855       compare: 3
3856 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3857     - title: "2009.0-5 vs 2005.0-5"
3858       reference: 3
3859       compare: 4
3860 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3861   legend:
3862     - ''
3863     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3864     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3865     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3866     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3867     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3868
3869 # VPP Performance Changes 2n-skx 4t2c pdr
3870 - type: "table"
3871   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3872   algorithm: "table_comparison"
3873   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3874   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3875   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3876   columns:
3877     - title: "2001.0-4"
3878       data-set: "vpp-performance-changes-2n-skx-h1"
3879     - title: "2005.0-4"
3880       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3881     - title: "2005.0-5"
3882       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3883     - title: "2009.0-5"
3884       data-set: "vpp-performance-changes-2n-skx-cmp"
3885   comparisons:
3886     - title: "2005.0-5 vs 2005.0-4"
3887       reference: 2
3888       compare: 3
3889 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3890     - title: "2009.0-5 vs 2005.0-5"
3891       reference: 3
3892       compare: 4
3893 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3894   legend:
3895     - ''
3896     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3897     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3898     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3899     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3900     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3901
3902 # VPP Performance Changes 2n-skx 2t1c ndr
3903 - type: "table"
3904   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3905   algorithm: "table_comparison"
3906   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3907   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3908   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3909   columns:
3910     - title: "2001.0-4"
3911       data-set: "vpp-performance-changes-2n-skx-h1"
3912     - title: "2005.0-4"
3913       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3914     - title: "2005.0-5"
3915       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3916     - title: "2009.0-5"
3917       data-set: "vpp-performance-changes-2n-skx-cmp"
3918   comparisons:
3919     - title: "2005.0-5 vs 2005.0-4"
3920       reference: 2
3921       compare: 3
3922 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3923     - title: "2009.0-5 vs 2005.0-5"
3924       reference: 3
3925       compare: 4
3926 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3927   legend:
3928     - ''
3929     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3930     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3931     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3932     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3933     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3934
3935 # VPP Performance Changes 2n-skx 4t2c ndr
3936 - type: "table"
3937   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3938   algorithm: "table_comparison"
3939   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3940   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3941   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3942   columns:
3943     - title: "2001.0-4"
3944       data-set: "vpp-performance-changes-2n-skx-h1"
3945     - title: "2005.0-4"
3946       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3947     - title: "2005.0-5"
3948       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3949     - title: "2009.0-5"
3950       data-set: "vpp-performance-changes-2n-skx-cmp"
3951   comparisons:
3952     - title: "2005.0-5 vs 2005.0-4"
3953       reference: 2
3954       compare: 3
3955 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3956     - title: "2009.0-5 vs 2005.0-5"
3957       reference: 3
3958       compare: 4
3959 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3960   legend:
3961     - ''
3962     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3963     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3964     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3965     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3966     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3967
3968 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3969 - type: "table"
3970   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3971   algorithm: "table_comparison"
3972   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3973   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3974   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3975   columns:
3976     - title: "2001.0-4"
3977       data-set: "vpp-performance-changes-2n-clx-h1"
3978     - title: "2005.0-4"
3979       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3980     - title: "2005.0-5"
3981       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3982     - title: "2009.0-5"
3983       data-set: "vpp-performance-changes-2n-clx-cmp"
3984   comparisons:
3985     - title: "2005.0-5 vs 2005.0-4"
3986       reference: 2
3987       compare: 3
3988 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3989     - title: "2009.0-5 vs 2005.0-5"
3990       reference: 3
3991       compare: 4
3992 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3993   legend:
3994     - ''
3995     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3996     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3997     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3998     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3999     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4000
4001 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4002 - type: "table"
4003   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4004   algorithm: "table_comparison"
4005   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4006   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4007   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4008   columns:
4009     - title: "2001.0-4"
4010       data-set: "vpp-performance-changes-2n-clx-h1"
4011     - title: "2005.0-4"
4012       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4013     - title: "2005.0-5"
4014       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4015     - title: "2009.0-5"
4016       data-set: "vpp-performance-changes-2n-clx-cmp"
4017   comparisons:
4018     - title: "2005.0-5 vs 2005.0-4"
4019       reference: 2
4020       compare: 3
4021 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4022     - title: "2009.0-5 vs 2005.0-5"
4023       reference: 3
4024       compare: 4
4025 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4026   legend:
4027     - ''
4028     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4029     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4030     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4031     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4032     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4033
4034 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4035 - type: "table"
4036   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4037   algorithm: "table_comparison"
4038   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4040   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4041   columns:
4042     - title: "2001.0-4"
4043       data-set: "vpp-performance-changes-2n-clx-h1"
4044     - title: "2005.0-4"
4045       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4046     - title: "2005.0-5"
4047       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4048     - title: "2009.0-5"
4049       data-set: "vpp-performance-changes-2n-clx-cmp"
4050   comparisons:
4051     - title: "2005.0-5 vs 2005.0-4"
4052       reference: 2
4053       compare: 3
4054 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4055     - title: "2009.0-5 vs 2005.0-5"
4056       reference: 3
4057       compare: 4
4058 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4059   legend:
4060     - ''
4061     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4062     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4063     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4064     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4065     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4066
4067 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4068 - type: "table"
4069   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4070   algorithm: "table_comparison"
4071   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4073   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4074   columns:
4075     - title: "2001.0-4"
4076       data-set: "vpp-performance-changes-2n-clx-h1"
4077     - title: "2005.0-4"
4078       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4079     - title: "2005.0-5"
4080       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4081     - title: "2009.0-5"
4082       data-set: "vpp-performance-changes-2n-clx-cmp"
4083   comparisons:
4084     - title: "2005.0-5 vs 2005.0-4"
4085       reference: 2
4086       compare: 3
4087 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4088     - title: "2009.0-5 vs 2005.0-5"
4089       reference: 3
4090       compare: 4
4091 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4092   legend:
4093     - ''
4094     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4095     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4096     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4097     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4098     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4099
4100 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4101 #- type: "table"
4102 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4103 #  algorithm: "table_comparison"
4104 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4105 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4106 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4107 #  columns:
4108 #    - title: "2001.0-2"
4109 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4110 #    - title: "2005.0-3"
4111 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4112 #  comparisons:
4113 #    - title: "Diff"
4114 #      reference: 1
4115 #      compare: 2
4116 #  legend:
4117 #    - ''
4118 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4119 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4120 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4121 #    - '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.'
4122 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4123 #
4124 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4125 #- type: "table"
4126 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4127 #  algorithm: "table_comparison"
4128 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4129 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4130 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4131 #  columns:
4132 #    - title: "2001.0-2"
4133 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4134 #    - title: "2005.0-3"
4135 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4136 #  comparisons:
4137 #    - title: "Diff"
4138 #      reference: 1
4139 #      compare: 2
4140 #  legend:
4141 #    - ''
4142 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4143 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4144 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4145 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4146 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4147 #
4148 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4149 #- type: "table"
4150 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4151 #  algorithm: "table_comparison"
4152 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4153 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4154 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4155 #  columns:
4156 #    - title: "2001.0-2"
4157 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4158 #    - title: "2005.0-3"
4159 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4160 #  comparisons:
4161 #    - title: "Diff"
4162 #      reference: 1
4163 #      compare: 2
4164 #  legend:
4165 #    - ''
4166 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4167 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4168 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4169 #    - '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.'
4170 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4171 #
4172 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4173 #- type: "table"
4174 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4175 #  algorithm: "table_comparison"
4176 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4177 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4178 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4179 #  columns:
4180 #    - title: "2001.0-2"
4181 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4182 #    - title: "2005.0-3"
4183 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4184 #  comparisons:
4185 #    - title: "Diff"
4186 #      reference: 1
4187 #      compare: 2
4188 #  legend:
4189 #    - ''
4190 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4191 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4192 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4193 #    - '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.'
4194 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4195
4196 # VPP Performance Changes 2n-dnv 1t1c pdr
4197 - type: "table"
4198   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4199   algorithm: "table_comparison"
4200   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4201   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4202   filter: "'1T1C'"
4203   columns:
4204     - title: "2001.0-2"
4205       data-set: "vpp-performance-changes-2n-dnv-h1"
4206     - title: "2005.0-5"
4207       data-set: "vpp-performance-changes-2n-dnv-ref"
4208     - title: "2009.0-5"
4209       data-set: "vpp-performance-changes-2n-dnv-cmp"
4210   comparisons:
4211     - title: "2009.0-5 vs 2005.0-5"
4212       reference: 2
4213       compare: 3
4214   legend:
4215     - ''
4216     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
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     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4220
4221 # VPP Performance Changes 2n-dnv 2t2c pdr
4222 - type: "table"
4223   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4224   algorithm: "table_comparison"
4225   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4226   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4227   filter: "'2T2C'"
4228   columns:
4229     - title: "2001.0-2"
4230       data-set: "vpp-performance-changes-2n-dnv-h1"
4231     - title: "2005.0-5"
4232       data-set: "vpp-performance-changes-2n-dnv-ref"
4233     - title: "2009.0-5"
4234       data-set: "vpp-performance-changes-2n-dnv-cmp"
4235   comparisons:
4236     - title: "2009.0-5 vs 2005.0-5"
4237       reference: 2
4238       compare: 3
4239   legend:
4240     - ''
4241     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4242     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4243     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4244     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4245
4246 # VPP Performance Changes 2n-dnv 1t1c ndr
4247 - type: "table"
4248   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4249   algorithm: "table_comparison"
4250   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4251   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4252   filter: "'1T1C'"
4253   columns:
4254     - title: "2001.0-2"
4255       data-set: "vpp-performance-changes-2n-dnv-h1"
4256     - title: "2005.0-5"
4257       data-set: "vpp-performance-changes-2n-dnv-ref"
4258     - title: "2009.0-5"
4259       data-set: "vpp-performance-changes-2n-dnv-cmp"
4260   comparisons:
4261     - title: "2009.0-5 vs 2005.0-5"
4262       reference: 2
4263       compare: 3
4264   legend:
4265     - ''
4266     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4267     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4268     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4269     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4270
4271 # VPP Performance Changes 2n-dnv 2t2c ndr
4272 - type: "table"
4273   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4274   algorithm: "table_comparison"
4275   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4276   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4277   filter: "'2T2C'"
4278   columns:
4279     - title: "2001.0-2"
4280       data-set: "vpp-performance-changes-2n-dnv-h1"
4281     - title: "2005.0-5"
4282       data-set: "vpp-performance-changes-2n-dnv-ref"
4283     - title: "2009.0-5"
4284       data-set: "vpp-performance-changes-2n-dnv-cmp"
4285   comparisons:
4286     - title: "2009.0-5 vs 2005.0-5"
4287       reference: 2
4288       compare: 3
4289   legend:
4290     - ''
4291     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4292     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4293     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4294     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4295
4296 # VPP Performance Changes 3n-dnv 1t1c pdr
4297 - type: "table"
4298   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4299   algorithm: "table_comparison"
4300   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4302   filter: "'1T1C'"
4303   columns:
4304     - title: "2001.0-2"
4305       data-set: "vpp-performance-changes-3n-dnv-h1"
4306     - title: "2005.0-5"
4307       data-set: "vpp-performance-changes-3n-dnv-ref"
4308     - title: "2009.0-5"
4309       data-set: "vpp-performance-changes-3n-dnv-cmp"
4310   comparisons:
4311     - title: "2009.0-5 vs 2005.0-5"
4312       reference: 2
4313       compare: 3
4314   legend:
4315     - ''
4316     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4317     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4318     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4319     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4320
4321 # VPP Performance Changes 3n-dnv 2t2c pdr
4322 - type: "table"
4323   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4324   algorithm: "table_comparison"
4325   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4327   filter: "'2T2C'"
4328   columns:
4329     - title: "2001.0-2"
4330       data-set: "vpp-performance-changes-3n-dnv-h1"
4331     - title: "2005.0-5"
4332       data-set: "vpp-performance-changes-3n-dnv-ref"
4333     - title: "2009.0-5"
4334       data-set: "vpp-performance-changes-3n-dnv-cmp"
4335   comparisons:
4336     - title: "2009.0-5 vs 2005.0-5"
4337       reference: 2
4338       compare: 3
4339   legend:
4340     - ''
4341     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4342     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4343     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4344     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4345
4346 # VPP Performance Changes 3n-dnv 1t1c ndr
4347 - type: "table"
4348   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4349   algorithm: "table_comparison"
4350   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4352   filter: "'1T1C'"
4353   columns:
4354     - title: "2001.0-2"
4355       data-set: "vpp-performance-changes-3n-dnv-h1"
4356     - title: "2005.0-5"
4357       data-set: "vpp-performance-changes-3n-dnv-ref"
4358     - title: "2009.0-5"
4359       data-set: "vpp-performance-changes-3n-dnv-cmp"
4360   comparisons:
4361     - title: "2009.0-5 vs 2005.0-5"
4362       reference: 2
4363       compare: 3
4364   legend:
4365     - ''
4366     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4367     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4368     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4369     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4370
4371 # VPP Performance Changes 3n-dnv 2t2c ndr
4372 - type: "table"
4373   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4374   algorithm: "table_comparison"
4375   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4376   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4377   filter: "'2T2C'"
4378   columns:
4379     - title: "2001.0-2"
4380       data-set: "vpp-performance-changes-3n-dnv-h1"
4381     - title: "2005.0-5"
4382       data-set: "vpp-performance-changes-3n-dnv-ref"
4383     - title: "2009.0-5"
4384       data-set: "vpp-performance-changes-3n-dnv-cmp"
4385   comparisons:
4386     - title: "2009.0-5 vs 2005.0-5"
4387       reference: 2
4388       compare: 3
4389   legend:
4390     - ''
4391     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4392     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4393     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4394     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4395
4396 # VPP Performance Changes 3n-tsh 1t1c pdr
4397 - type: "table"
4398   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4399   algorithm: "table_comparison"
4400   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4401   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4402   filter: "'1T1C'"
4403   columns:
4404     - title: "2001.0-4"
4405       data-set: "vpp-performance-changes-3n-tsh-h1"
4406     - title: "2005.0-4"
4407       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4408     - title: "2005.0-5"
4409       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4410     - title: "2009.0-5"
4411       data-set: "vpp-performance-changes-3n-tsh-cmp"
4412   comparisons:
4413     - title: "2005.0-5 vs 2005.0-4"
4414       reference: 2
4415       compare: 3
4416 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4417     - title: "2009.0-5 vs 2005.0-5"
4418       reference: 3
4419       compare: 4
4420 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4421   legend:
4422     - ''
4423     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4424     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4425     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4426     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4427     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4428
4429 # VPP Performance Changes 3n-tsh 2t2c pdr
4430 - type: "table"
4431   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4432   algorithm: "table_comparison"
4433   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4434   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4435   filter: "'2T2C'"
4436   columns:
4437     - title: "2001.0-4"
4438       data-set: "vpp-performance-changes-3n-tsh-h1"
4439     - title: "2005.0-4"
4440       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4441     - title: "2005.0-5"
4442       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4443     - title: "2009.0-5"
4444       data-set: "vpp-performance-changes-3n-tsh-cmp"
4445   comparisons:
4446     - title: "2005.0-5 vs 2005.0-4"
4447       reference: 2
4448       compare: 3
4449 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4450     - title: "2009.0-5 vs 2005.0-5"
4451       reference: 3
4452       compare: 4
4453 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4454   legend:
4455     - ''
4456     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4457     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4458     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4459     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4460     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4461
4462 # VPP Performance Changes 3n-tsh 1t1c ndr
4463 - type: "table"
4464   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4465   algorithm: "table_comparison"
4466   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4467   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4468   filter: "'1T1C'"
4469   columns:
4470     - title: "2001.0-4"
4471       data-set: "vpp-performance-changes-3n-tsh-h1"
4472     - title: "2005.0-4"
4473       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4474     - title: "2005.0-5"
4475       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4476     - title: "2009.0-5"
4477       data-set: "vpp-performance-changes-3n-tsh-cmp"
4478   comparisons:
4479     - title: "2005.0-5 vs 2005.0-4"
4480       reference: 2
4481       compare: 3
4482 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4483     - title: "2009.0-5 vs 2005.0-5"
4484       reference: 3
4485       compare: 4
4486 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4487   legend:
4488     - ''
4489     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4490     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4491     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4492     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4493     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4494
4495 # VPP Performance Changes 3n-tsh 2t2c ndr
4496 - type: "table"
4497   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4498   algorithm: "table_comparison"
4499   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4500   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4501   filter: "'2T2C'"
4502   columns:
4503     - title: "2001.0-4"
4504       data-set: "vpp-performance-changes-3n-tsh-h1"
4505     - title: "2005.0-4"
4506       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4507     - title: "2005.0-5"
4508       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4509     - title: "2009.0-5"
4510       data-set: "vpp-performance-changes-3n-tsh-cmp"
4511   comparisons:
4512     - title: "2005.0-5 vs 2005.0-4"
4513       reference: 2
4514       compare: 3
4515 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4516     - title: "2009.0-5 vs 2005.0-5"
4517       reference: 3
4518       compare: 4
4519 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4520   legend:
4521     - ''
4522     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4523     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4524     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4525     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4526     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4527
4528 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4529 - type: "table"
4530   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4531   algorithm: "table_comparison"
4532   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4533   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4534   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4535   columns:
4536     - title: "3n-hsw xl710"
4537       data-set: "vpp-compare-testbeds-ref"
4538       tag: "NIC_Intel-XL710"
4539     - title: "3n-skx xxv710"
4540       data-set: "vpp-compare-testbeds-cmp"
4541       tag: "NIC_Intel-XXV710"
4542   comparisons:
4543     - title: "Diff"
4544       reference: 1
4545       compare: 2
4546   legend:
4547     - ""
4548     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4549     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4550
4551 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4552 - type: "table"
4553   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4554   algorithm: "table_comparison"
4555   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4556   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4557   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4558   columns:
4559     - title: "3n-hsw xl710"
4560       data-set: "vpp-compare-testbeds-ref"
4561       tag: "NIC_Intel-XL710"
4562     - title: "3n-skx xxv710"
4563       data-set: "vpp-compare-testbeds-cmp"
4564       tag: "NIC_Intel-XXV710"
4565   comparisons:
4566     - title: "Diff"
4567       reference: 1
4568       compare: 2
4569   legend:
4570     - ""
4571     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4572     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4573
4574 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4575 - type: "table"
4576   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4577   algorithm: "table_comparison"
4578   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4580   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4581   columns:
4582     - title: "3n-hsw xl710"
4583       data-set: "vpp-compare-testbeds-ref"
4584       tag: "NIC_Intel-XL710"
4585     - title: "3n-skx xxv710"
4586       data-set: "vpp-compare-testbeds-cmp"
4587       tag: "NIC_Intel-XXV710"
4588   comparisons:
4589     - title: "Diff"
4590       reference: 1
4591       compare: 2
4592   legend:
4593     - ""
4594     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4595     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4596
4597 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4598 - type: "table"
4599   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4600   algorithm: "table_comparison"
4601   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4602   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4603   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4604   columns:
4605     - title: "3n-hsw xl710"
4606       data-set: "vpp-compare-testbeds-ref"
4607       tag: "NIC_Intel-XL710"
4608     - title: "3n-skx xxv710"
4609       data-set: "vpp-compare-testbeds-cmp"
4610       tag: "NIC_Intel-XXV710"
4611   comparisons:
4612     - title: "Diff"
4613       reference: 1
4614       compare: 2
4615   legend:
4616     - ""
4617     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4618     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4619
4620 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4621 - type: "table"
4622   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4623   algorithm: "table_comparison"
4624   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4625   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4626   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4627   columns:
4628     - title: "2n-skx"
4629       data-set: "vpp-compare-testbeds-skx-clx-ref"
4630     - title: "2n-clx"
4631       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4632   comparisons:
4633     - title: "Diff"
4634       reference: 1
4635       compare: 2
4636   legend:
4637     - ""
4638     - "2n-skx, 2n-clx - testbeds and NICs tested."
4639     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4640
4641 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4642 - type: "table"
4643   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4644   algorithm: "table_comparison"
4645   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4646   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4647   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4648   columns:
4649     - title: "2n-skx"
4650       data-set: "vpp-compare-testbeds-skx-clx-ref"
4651     - title: "2n-clx"
4652       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4653   comparisons:
4654     - title: "Diff"
4655       reference: 1
4656       compare: 2
4657   legend:
4658     - ""
4659     - "2n-skx, 2n-clx - testbeds and NICs tested."
4660     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4661
4662 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4663 - type: "table"
4664   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4665   algorithm: "table_comparison"
4666   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4668   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4669   columns:
4670     - title: "2n-skx"
4671       data-set: "vpp-compare-testbeds-skx-clx-ref"
4672     - title: "2n-clx"
4673       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4674   comparisons:
4675     - title: "Diff"
4676       reference: 1
4677       compare: 2
4678   legend:
4679     - ""
4680     - "2n-skx, 2n-clx - testbeds and NICs tested."
4681     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4682
4683 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4684 - type: "table"
4685   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4686   algorithm: "table_comparison"
4687   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4688   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4689   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4690   columns:
4691     - title: "2n-skx"
4692       data-set: "vpp-compare-testbeds-skx-clx-ref"
4693     - title: "2n-clx"
4694       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4695   comparisons:
4696     - title: "Diff"
4697       reference: 1
4698       compare: 2
4699   legend:
4700     - ""
4701     - "2n-skx, 2n-clx - testbeds and NICs tested."
4702     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4703
4704 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4705 - type: "table"
4706   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4707   algorithm: "table_comparison"
4708   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4709   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4710   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4711   columns:
4712     - title: "3n-hsw xl710"
4713       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4714       tag: "NIC_Intel-XL710"
4715     - title: "2n-clx xxv710"
4716       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4717       tag: "NIC_Intel-XXV710"
4718   comparisons:
4719     - title: "Diff"
4720       reference: 1
4721       compare: 2
4722   legend:
4723     - ""
4724     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4725     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4726
4727 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4728 - type: "table"
4729   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4730   algorithm: "table_comparison"
4731   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4733   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4734   columns:
4735     - title: "3n-hsw xl710"
4736       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4737       tag: "NIC_Intel-XL710"
4738     - title: "2n-clx xxv710"
4739       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4740       tag: "NIC_Intel-XXV710"
4741   comparisons:
4742     - title: "Diff"
4743       reference: 1
4744       compare: 2
4745   legend:
4746     - ""
4747     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4748     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4749
4750 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4751 - type: "table"
4752   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4753   algorithm: "table_comparison"
4754   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4755   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4756   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4757   columns:
4758     - title: "3n-hsw xl710"
4759       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4760       tag: "NIC_Intel-XL710"
4761     - title: "2n-clx xxv710"
4762       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4763       tag: "NIC_Intel-XXV710"
4764   comparisons:
4765     - title: "Diff"
4766       reference: 1
4767       compare: 2
4768   legend:
4769     - ""
4770     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4771     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4772
4773 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4774 - type: "table"
4775   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4776   algorithm: "table_comparison"
4777   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4778   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4779   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4780   columns:
4781     - title: "3n-hsw xl710"
4782       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4783       tag: "NIC_Intel-XL710"
4784     - title: "2n-clx xxv710"
4785       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4786       tag: "NIC_Intel-XXV710"
4787   comparisons:
4788     - title: "Diff"
4789       reference: 1
4790       compare: 2
4791   legend:
4792     - ""
4793     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4794     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4795
4796 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4797 - type: "table"
4798   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4799   algorithm: "table_comparison"
4800   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4801   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4802   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4803   columns:
4804     - title: "3n-skx"
4805       data-set: "vpp-compare-topologies-ref"
4806     - title: "2n-skx"
4807       data-set: "vpp-compare-topologies-cmp"
4808   comparisons:
4809     - title: "Diff"
4810       reference: 1
4811       compare: 2
4812   legend:
4813     - ""
4814     - "3n-skx, 2n-skx - topologies tested."
4815     - "Diff - difference between 3n-skx and 2n-skx topologies."
4816
4817 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4818 - type: "table"
4819   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4820   algorithm: "table_comparison"
4821   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4822   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4823   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4824   columns:
4825     - title: "3n-skx"
4826       data-set: "vpp-compare-topologies-ref"
4827     - title: "2n-skx"
4828       data-set: "vpp-compare-topologies-cmp"
4829   comparisons:
4830     - title: "Diff"
4831       reference: 1
4832       compare: 2
4833   legend:
4834     - ""
4835     - "3n-skx, 2n-skx - topologies tested."
4836     - "Diff - difference between 3n-skx and 2n-skx topologies."
4837
4838 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4839 - type: "table"
4840   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4841   algorithm: "table_comparison"
4842   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4843   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4844   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4845   columns:
4846     - title: "3n-skx"
4847       data-set: "vpp-compare-topologies-ref"
4848     - title: "2n-skx"
4849       data-set: "vpp-compare-topologies-cmp"
4850   comparisons:
4851     - title: "Diff"
4852       reference: 1
4853       compare: 2
4854   legend:
4855     - ""
4856     - "3n-skx, 2n-skx - topologies tested."
4857     - "Diff - difference between 3n-skx and 2n-skx topologies."
4858
4859 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4860 - type: "table"
4861   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4862   algorithm: "table_comparison"
4863   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4864   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4865   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4866   columns:
4867     - title: "3n-skx"
4868       data-set: "vpp-compare-topologies-ref"
4869     - title: "2n-skx"
4870       data-set: "vpp-compare-topologies-cmp"
4871   comparisons:
4872     - title: "Diff"
4873       reference: 1
4874       compare: 2
4875   legend:
4876     - ""
4877     - "3n-skx, 2n-skx - topologies tested."
4878     - "Diff - difference between 3n-skx and 2n-skx topologies."
4879
4880 # VPP Performance Changes 3n-hsw 1t1c mrr
4881 - type: "table"
4882   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4883   algorithm: "table_comparison"
4884   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4885   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4886   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4887   columns:
4888     - title: "2001.0-2"
4889       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4890     - title: "2005.0-4"
4891       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4892     - title: "2005.0-5"
4893       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4894     - title: "2009.0-5"
4895       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4896   comparisons:
4897     - title: "2005.0-5 vs 2005.0-4"
4898       reference: 2
4899       compare: 3
4900 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4901     - title: "2009.0-5 vs 2005.0-5"
4902       reference: 3
4903       compare: 4
4904 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4905   legend:
4906     - ''
4907     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4908     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4909     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4910     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4911     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4912
4913 # VPP Performance Changes 3n-hsw 2t2c mrr
4914 - type: "table"
4915   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4916   algorithm: "table_comparison"
4917   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4918   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4919   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4920   columns:
4921     - title: "2001.0-2"
4922       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4923     - title: "2005.0-4"
4924       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4925     - title: "2005.0-5"
4926       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4927     - title: "2009.0-5"
4928       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4929   comparisons:
4930     - title: "2005.0-5 vs 2005.0-4"
4931       reference: 2
4932       compare: 3
4933 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4934     - title: "2009.0-5 vs 2005.0-5"
4935       reference: 3
4936       compare: 4
4937 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4938   legend:
4939     - ''
4940     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4941     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4942     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4943     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4944     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4945
4946 # VPP Performance Changes 3n-hsw 4t4c mrr
4947 - type: "table"
4948   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4949   algorithm: "table_comparison"
4950   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4951   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4952   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4953   columns:
4954     - title: "2001.0-2"
4955       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4956     - title: "2005.0-4"
4957       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4958     - title: "2005.0-5"
4959       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4960     - title: "2009.0-5"
4961       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4962   comparisons:
4963     - title: "2005.0-5 vs 2005.0-4"
4964       reference: 2
4965       compare: 3
4966 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4967     - title: "2009.0-5 vs 2005.0-5"
4968       reference: 3
4969       compare: 4
4970 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4971   legend:
4972     - ''
4973     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4974     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4975     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4976     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4977     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4978
4979 # VPP Performance Changes 3n-skx 2t1c mrr
4980 - type: "table"
4981   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4982   algorithm: "table_comparison"
4983   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4984   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4985   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4986   columns:
4987     - title: "2001.0-2"
4988       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4989     - title: "2005.0-4"
4990       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4991     - title: "2005.0-5"
4992       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4993     - title: "2009.0-5"
4994       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4995   comparisons:
4996     - title: "2005.0-5 vs 2005.0-4"
4997       reference: 2
4998       compare: 3
4999 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
5000     - title: "2009.0-5 vs 2005.0-5"
5001       reference: 2
5002       compare: 3
5003 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
5004   legend:
5005     - ''
5006     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5007     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5008     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5009     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5010     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5011
5012 # VPP Performance Changes 3n-skx 4t2c mrr
5013 - type: "table"
5014   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5015   algorithm: "table_comparison"
5016   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5018   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5019   columns:
5020     - title: "2001.0-2"
5021       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5022     - title: "2005.0-4"
5023       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5024     - title: "2005.0-5"
5025       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5026     - title: "2009.0-5"
5027       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5028   comparisons:
5029     - title: "2005.0-5 vs 2005.0-4"
5030       reference: 2
5031       compare: 3
5032 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5033     - title: "2009.0-5 vs 2005.0-5"
5034       reference: 2
5035       compare: 3
5036 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5037   legend:
5038     - ''
5039     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5040     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5041     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5042     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5043     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5044
5045 # VPP Performance Changes 3n-skx 8t4c mrr
5046 - type: "table"
5047   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5048   algorithm: "table_comparison"
5049   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5051   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5052   columns:
5053     - title: "2001.0-2"
5054       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5055     - title: "2005.0-4"
5056       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5057     - title: "2005.0-5"
5058       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5059     - title: "2009.0-5"
5060       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5061   comparisons:
5062     - title: "2005.0-5 vs 2005.0-4"
5063       reference: 2
5064       compare: 3
5065 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5066     - title: "2009.0-5 vs 2005.0-5"
5067       reference: 2
5068       compare: 3
5069 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5070   legend:
5071     - ''
5072     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5073     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5074     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5075     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5076     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5077
5078 # VPP Performance Changes 2n-skx 2t1c mrr
5079 - type: "table"
5080   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5081   algorithm: "table_comparison"
5082   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5083   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5084   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5085   columns:
5086     - title: "2001.0-2"
5087       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5088     - title: "2005.0-4"
5089       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5090     - title: "2005.0-5"
5091       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5092     - title: "2009.0-5"
5093       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5094   comparisons:
5095     - title: "2005.0-5 vs 2005.0-4"
5096       reference: 2
5097       compare: 3
5098 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5099     - title: "2009.0-5 vs 2005.0-4"
5100       reference: 3
5101       compare: 4
5102 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5103   legend:
5104     - ''
5105     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5106     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5107     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5108     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5109     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5110
5111 # VPP Performance Changes 2n-skx 4t2c mrr
5112 - type: "table"
5113   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5114   algorithm: "table_comparison"
5115   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5117   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5118   columns:
5119     - title: "2001.0-2"
5120       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5121     - title: "2005.0-4"
5122       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5123     - title: "2005.0-5"
5124       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5125     - title: "2009.0-5"
5126       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5127   comparisons:
5128     - title: "2005.0-5 vs 2005.0-4"
5129       reference: 2
5130       compare: 3
5131 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5132     - title: "2009.0-5 vs 2005.0-4"
5133       reference: 3
5134       compare: 4
5135 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5136   legend:
5137     - ''
5138     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5139     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5140     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5141     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5142     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5143
5144 # VPP Performance Changes 2n-skx 8t4c mrr
5145 - type: "table"
5146   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5147   algorithm: "table_comparison"
5148   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5149   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5150   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5151   columns:
5152     - title: "2001.0-2"
5153       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5154     - title: "2005.0-4"
5155       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5156     - title: "2005.0-5"
5157       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5158     - title: "2009.0-5"
5159       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5160   comparisons:
5161     - title: "2005.0-5 vs 2005.0-4"
5162       reference: 2
5163       compare: 3
5164 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5165     - title: "2009.0-5 vs 2005.0-4"
5166       reference: 3
5167       compare: 4
5168 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5169   legend:
5170     - ''
5171     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5172     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5173     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5174     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5175     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5176
5177 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5178 - type: "table"
5179   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5180   algorithm: "table_comparison"
5181   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5182   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5183   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5184   columns:
5185     - title: "2001.0-2"
5186       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5187     - title: "2005.0-4"
5188       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5189     - title: "2005.0-5"
5190       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5191     - title: "2009.0-5"
5192       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5193   comparisons:
5194     - title: "2005.0-5 vs 2005.0-4"
5195       reference: 2
5196       compare: 3
5197 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5198     - title: "2009.0-5 vs 2005.0-5"
5199       reference: 3
5200       compare: 4
5201 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5202   legend:
5203     - ''
5204     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5205     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5206     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5207     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5208     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5209
5210 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5211 - type: "table"
5212   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5213   algorithm: "table_comparison"
5214   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5215   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5216   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5217   columns:
5218     - title: "2001.0-2"
5219       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5220     - title: "2005.0-4"
5221       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5222     - title: "2005.0-5"
5223       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5224     - title: "2009.0-5"
5225       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5226   comparisons:
5227     - title: "2005.0-5 vs 2005.0-4"
5228       reference: 2
5229       compare: 3
5230 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5231     - title: "2009.0-5 vs 2005.0-5"
5232       reference: 3
5233       compare: 4
5234 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5235   legend:
5236     - ''
5237     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5238     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5239     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5240     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5241     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5242
5243 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5244 - type: "table"
5245   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5246   algorithm: "table_comparison"
5247   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5248   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5249   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5250   columns:
5251     - title: "2001.0-2"
5252       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5253     - title: "2005.0-4"
5254       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5255     - title: "2005.0-5"
5256       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5257     - title: "2009.0-5"
5258       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5259   comparisons:
5260     - title: "2005.0-5 vs 2005.0-4"
5261       reference: 2
5262       compare: 3
5263 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5264     - title: "2009.0-5 vs 2005.0-5"
5265       reference: 3
5266       compare: 4
5267 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5268   legend:
5269     - ''
5270     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5271     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5272     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5273     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5274     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5275
5276 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5277 #- type: "table"
5278 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5279 #  algorithm: "table_comparison"
5280 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5281 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5282 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5283 #  columns:
5284 #    - title: "2001"
5285 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5286 #    - title: "2005"
5287 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5288 #  comparisons:
5289 #    - title: "Diff"
5290 #      reference: 1
5291 #      compare: 2
5292 #  legend:
5293 #    - ""
5294 #    - "2001, 2005 - VPP versions tested."
5295 #    - "Diff - difference between 2001 and 2005 VPP version."
5296 #
5297 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5298 #- type: "table"
5299 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5300 #  algorithm: "table_comparison"
5301 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5302 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5303 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5304 #  columns:
5305 #    - title: "2001"
5306 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5307 #    - title: "2005"
5308 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5309 #  comparisons:
5310 #    - title: "Diff"
5311 #      reference: 1
5312 #      compare: 2
5313 #  legend:
5314 #    - ""
5315 #    - "2001, 2005 - VPP versions tested."
5316 #    - "Diff - difference between 2001 and 2005 VPP version."
5317 #
5318 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5319 #- type: "table"
5320 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5321 #  algorithm: "table_comparison"
5322 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5323 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5324 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5325 #  columns:
5326 #    - title: "2001"
5327 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5328 #    - title: "2005"
5329 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5330 #  comparisons:
5331 #    - title: "Diff"
5332 #      reference: 1
5333 #      compare: 2
5334 #  legend:
5335 #    - ""
5336 #    - "2001, 2005 - VPP versions tested."
5337 #    - "Diff - difference between 2001 and 2005 VPP version."
5338
5339 # VPP Performance Changes 2n-dnv 1t1c mrr
5340 - type: "table"
5341   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5342   algorithm: "table_comparison"
5343   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5344   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5345   filter: "'1T1C'"
5346   columns:
5347     - title: "2001.0-2"
5348       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5349     - title: "2005.0-5"
5350       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5351     - title: "2009.0-5"
5352       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5353   comparisons:
5354     - title: "2009.0-5 vs 2005.0-5"
5355       reference: 2
5356       compare: 3
5357   legend:
5358     - ''
5359     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5360     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5361     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5362     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5363
5364 # VPP Performance Changes 2n-dnv 2t2c mrr
5365 - type: "table"
5366   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5367   algorithm: "table_comparison"
5368   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5369   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5370   filter: "'2T2C'"
5371   columns:
5372     - title: "2001.0-2"
5373       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5374     - title: "2005.0-5"
5375       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5376     - title: "2009.0-5"
5377       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5378   comparisons:
5379     - title: "2009.0-5 vs 2005.0-5"
5380       reference: 2
5381       compare: 3
5382   legend:
5383     - ''
5384     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5385     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5386     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5387     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5388
5389 # VPP Performance Changes 2n-dnv 4t4c mrr
5390 - type: "table"
5391   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5392   algorithm: "table_comparison"
5393   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5394   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5395   filter: "'4T4C'"
5396   columns:
5397     - title: "2001.0-2"
5398       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5399     - title: "2005.0-5"
5400       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5401     - title: "2009.0-5"
5402       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5403   comparisons:
5404     - title: "2009.0-5 vs 2005.0-5"
5405       reference: 2
5406       compare: 3
5407   legend:
5408     - ''
5409     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5410     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5411     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5412     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5413
5414 # VPP Performance Changes 3n-dnv 1t1c mrr
5415 - type: "table"
5416   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5417   algorithm: "table_comparison"
5418   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5419   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5420   filter: "'1T1C'"
5421   columns:
5422     - title: "2001.0-2"
5423       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5424     - title: "2005.0-5"
5425       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5426     - title: "2009.0-5"
5427       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5428   comparisons:
5429     - title: "2009.0-5 vs 2005.0-5"
5430       reference: 2
5431       compare: 3
5432   legend:
5433     - ''
5434     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5435     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5436     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5437     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5438
5439 # VPP Performance Changes 3n-dnv 2t2c mrr
5440 - type: "table"
5441   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5442   algorithm: "table_comparison"
5443   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5444   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5445   filter: "'2T2C'"
5446   columns:
5447     - title: "2001.0-2"
5448       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5449     - title: "2005.0-5"
5450       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5451     - title: "2009.0-5"
5452       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5453   comparisons:
5454     - title: "2009.0-5 vs 2005.0-5"
5455       reference: 2
5456       compare: 3
5457   legend:
5458     - ''
5459     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5460     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5461     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5462     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5463
5464 # VPP Performance Changes 3n-dnv 4t4c mrr
5465 - type: "table"
5466   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5467   algorithm: "table_comparison"
5468   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5469   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5470   filter: "'4T4C'"
5471   columns:
5472     - title: "2001.0-2"
5473       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5474     - title: "2005.0-5"
5475       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5476     - title: "2009.0-5"
5477       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5478   comparisons:
5479     - title: "2009.0-5 vs 2005.0-5"
5480       reference: 2
5481       compare: 3
5482   legend:
5483     - ''
5484     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5485     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5486     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5487     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5488
5489 # VPP Performance Changes 3n-tsh 1t1c mrr
5490 - type: "table"
5491   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5492   algorithm: "table_comparison"
5493   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5494   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5495   filter: "'1T1C'"
5496   columns:
5497     - title: "2001.0-2"
5498       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5499     - title: "2005.0-4"
5500       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5501     - title: "2005.0-5"
5502       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5503     - title: "2009.0-5"
5504       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5505   comparisons:
5506     - title: "2005.0-5 vs 2005.0-4"
5507       reference: 2
5508       compare: 3
5509 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5510     - title: "2009.0-5 vs 2005.0-5"
5511       reference: 3
5512       compare: 4
5513 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5514   legend:
5515     - ''
5516     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5517     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5518     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5519     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5520     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5521
5522 # VPP Performance Changes 3n-tsh 2t2c mrr
5523 - type: "table"
5524   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5525   algorithm: "table_comparison"
5526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5527   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5528   filter: "'2T2C'"
5529   columns:
5530     - title: "2001.0-2"
5531       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5532     - title: "2005.0-4"
5533       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5534     - title: "2005.0-5"
5535       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5536     - title: "2009.0-5"
5537       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5538   comparisons:
5539     - title: "2005.0-5 vs 2005.0-4"
5540       reference: 2
5541       compare: 3
5542 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5543     - title: "2009.0-5 vs 2005.0-5"
5544       reference: 3
5545       compare: 4
5546 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5547   legend:
5548     - ''
5549     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5550     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5551     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5552     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5553     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5554
5555 # VPP Performance Changes 3n-tsh 4t4c mrr
5556 - type: "table"
5557   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5558   algorithm: "table_comparison"
5559   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5560   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5561   filter: "'4T4C'"
5562   columns:
5563     - title: "2001.0-2"
5564       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5565     - title: "2005.0-4"
5566       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5567     - title: "2005.0-5"
5568       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5569     - title: "2009.0-5"
5570       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5571   comparisons:
5572     - title: "2005.0-5 vs 2005.0-4"
5573       reference: 2
5574       compare: 3
5575 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5576     - title: "2009.0-5 vs 2005.0-5"
5577       reference: 3
5578       compare: 4
5579 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5580   legend:
5581     - ''
5582     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5583     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5584     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5585     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5586     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5587
5588 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5589 - type: "table"
5590   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5591   algorithm: "table_comparison"
5592   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5593   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5594   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5595   columns:
5596     - title: "3n-hsw xl710"
5597       data-set: "vpp-compare-testbeds-mrr-ref"
5598       tag: "NIC_Intel-XL710"
5599     - title: "3n-skx xxv710"
5600       data-set: "vpp-compare-testbeds-mrr-cmp"
5601       tag: "NIC_Intel-XXV710"
5602   comparisons:
5603     - title: "Diff"
5604       reference: 1
5605       compare: 2
5606   legend:
5607     - ""
5608     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5609     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5610
5611 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5612 - type: "table"
5613   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5614   algorithm: "table_comparison"
5615   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5617   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5618   columns:
5619     - title: "3n-hsw xl710"
5620       data-set: "vpp-compare-testbeds-mrr-ref"
5621       tag: "NIC_Intel-XL710"
5622     - title: "3n-skx xxv710"
5623       data-set: "vpp-compare-testbeds-mrr-cmp"
5624       tag: "NIC_Intel-XXV710"
5625   comparisons:
5626     - title: "Diff"
5627       reference: 1
5628       compare: 2
5629   legend:
5630     - ""
5631     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5632     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5633
5634 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5635 - type: "table"
5636   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5637   algorithm: "table_comparison"
5638   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5639   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5640   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5641   columns:
5642     - title: "3n-hsw xl710"
5643       data-set: "vpp-compare-testbeds-mrr-ref"
5644       tag: "NIC_Intel-XL710"
5645     - title: "3n-skx xxv710"
5646       data-set: "vpp-compare-testbeds-mrr-cmp"
5647       tag: "NIC_Intel-XXV710"
5648   comparisons:
5649     - title: "Diff"
5650       reference: 1
5651       compare: 2
5652   legend:
5653     - ""
5654     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5655     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5656
5657 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5658 - type: "table"
5659   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5660   algorithm: "table_comparison"
5661   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5663   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5664   columns:
5665     - title: "2n-skx"
5666       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5667     - title: "2n-clx"
5668       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5669   comparisons:
5670     - title: "Diff"
5671       reference: 1
5672       compare: 2
5673   legend:
5674     - ""
5675     - "2n-skx, 2n-clx - testbeds and NICs tested."
5676     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5677
5678 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5679 - type: "table"
5680   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5681   algorithm: "table_comparison"
5682   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5683   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5684   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5685   columns:
5686     - title: "2n-skx"
5687       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5688     - title: "2n-clx"
5689       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5690   comparisons:
5691     - title: "Diff"
5692       reference: 1
5693       compare: 2
5694   legend:
5695     - ""
5696     - "2n-skx, 2n-clx - testbeds and NICs tested."
5697     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5698
5699 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5700 - type: "table"
5701   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5702   algorithm: "table_comparison"
5703   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5704   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5705   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5706   columns:
5707     - title: "2n-skx"
5708       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5709     - title: "2n-clx"
5710       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5711   comparisons:
5712     - title: "Diff"
5713       reference: 1
5714       compare: 2
5715   legend:
5716     - ""
5717     - "2n-skx, 2n-clx - testbeds and NICs tested."
5718     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5719
5720 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5721 - type: "table"
5722   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5723   algorithm: "table_comparison"
5724   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5725   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5726   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5727   columns:
5728     - title: "3n-skx"
5729       data-set: "vpp-compare-topologies-mrr-ref"
5730     - title: "2n-skx"
5731       data-set: "vpp-compare-topologies-mrr-cmp"
5732   comparisons:
5733     - title: "Diff"
5734       reference: 1
5735       compare: 2
5736   legend:
5737     - ""
5738     - "3n-skx, 2n-skx - topologies tested."
5739     - "Diff - difference between 3n-skx and 2n-skx topologies."
5740
5741 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5742 - type: "table"
5743   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5744   algorithm: "table_comparison"
5745   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5747   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5748   columns:
5749     - title: "3n-skx"
5750       data-set: "vpp-compare-topologies-mrr-ref"
5751     - title: "2n-skx"
5752       data-set: "vpp-compare-topologies-mrr-cmp"
5753   comparisons:
5754     - title: "Diff"
5755       reference: 1
5756       compare: 2
5757   legend:
5758     - ""
5759     - "3n-skx, 2n-skx - topologies tested."
5760     - "Diff - difference between 3n-skx and 2n-skx topologies."
5761
5762 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5763 - type: "table"
5764   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5765   algorithm: "table_comparison"
5766   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5768   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5769   columns:
5770     - title: "3n-skx"
5771       data-set: "vpp-compare-topologies-mrr-ref"
5772     - title: "2n-skx"
5773       data-set: "vpp-compare-topologies-mrr-cmp"
5774   comparisons:
5775     - title: "Diff"
5776       reference: 1
5777       compare: 2
5778   legend:
5779     - ""
5780     - "3n-skx, 2n-skx - topologies tested."
5781     - "Diff - difference between 3n-skx and 2n-skx topologies."
5782
5783 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5784 - type: "table"
5785   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5786   algorithm: "table_comparison"
5787   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5788   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5789   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5790   columns:
5791     - title: "3n-hsw xl710"
5792       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5793       tag: "NIC_Intel-XL710"
5794     - title: "2n-clx xxv710"
5795       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5796       tag: "NIC_Intel-XXV710"
5797   comparisons:
5798     - title: "Diff"
5799       reference: 1
5800       compare: 2
5801   legend:
5802     - ""
5803     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5804     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5805
5806 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5807 - type: "table"
5808   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5809   algorithm: "table_comparison"
5810   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5811   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5812   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5813   columns:
5814     - title: "3n-hsw xl710"
5815       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5816       tag: "NIC_Intel-XL710"
5817     - title: "2n-clx xxv710"
5818       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5819       tag: "NIC_Intel-XXV710"
5820   comparisons:
5821     - title: "Diff"
5822       reference: 1
5823       compare: 2
5824   legend:
5825     - ""
5826     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5827     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5828
5829 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5830 - type: "table"
5831   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5832   algorithm: "table_comparison"
5833   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5834   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5835   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5836   columns:
5837     - title: "3n-hsw xl710"
5838       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5839       tag: "NIC_Intel-XL710"
5840     - title: "2n-clx xxv710"
5841       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5842       tag: "NIC_Intel-XXV710"
5843   comparisons:
5844     - title: "Diff"
5845       reference: 1
5846       compare: 2
5847   legend:
5848     - ""
5849     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5850     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5851
5852 # Detailed Test Results - VPP Performance Results 3n-hsw
5853 - type: "table"
5854   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5855   algorithm: "table_merged_details"
5856   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5857   columns:
5858     - title: " |prein| Test Name |preout| "
5859       data: "data name"
5860     - 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| "
5861       data: "data msg"
5862   data: "vpp-perf-results-3n-hsw"
5863   filter: "all"
5864   parameters:
5865   - "name"
5866   - "parent"
5867   - "msg"
5868
5869 # Detailed Test Results - VPP Performance Results 3n-skx
5870 - type: "table"
5871   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5872   algorithm: "table_merged_details"
5873   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5874   columns:
5875     - title: " |prein| Test Name |preout| "
5876       data: "data name"
5877     - 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| "
5878       data: "data msg"
5879   data: "vpp-perf-results-3n-skx"
5880   filter: "all"
5881   remove-ndr: False
5882   parameters:
5883   - "name"
5884   - "parent"
5885   - "msg"
5886
5887 # Detailed Test Results - VPP Performance Results 2n-skx
5888 - type: "table"
5889   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5890   algorithm: "table_merged_details"
5891   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5892   columns:
5893     - title: " |prein| Test Name |preout| "
5894       data: "data name"
5895     - 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| "
5896       data: "data msg"
5897   data: "vpp-perf-results-2n-skx"
5898   filter: "all"
5899   remove-ndr: False
5900   parameters:
5901   - "name"
5902   - "parent"
5903   - "msg"
5904
5905 # Detailed Test Results - VPP Performance Results 2n-clx
5906 - type: "table"
5907   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5908   algorithm: "table_merged_details"
5909   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5910   columns:
5911     - title: " |prein| Test Name |preout| "
5912       data: "data name"
5913     - 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| "
5914       data: "data msg"
5915   data: "vpp-perf-results-2n-clx"
5916   filter: "all"
5917   parameters:
5918   - "name"
5919   - "parent"
5920   - "msg"
5921
5922 # Detailed Test Results - VPP Performance Results 3n-tsh
5923 - type: "table"
5924   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5925   algorithm: "table_merged_details"
5926   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5927   columns:
5928     - title: " |prein| Test Name |preout| "
5929       data: "data name"
5930     - 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| "
5931       data: "data msg"
5932   data: "vpp-perf-results-3n-tsh"
5933   filter: "all"
5934   parameters:
5935   - "name"
5936   - "parent"
5937   - "msg"
5938
5939 # Detailed Test Results - VPP Performance Results 3n-dnv
5940 - type: "table"
5941   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5942   algorithm: "table_merged_details"
5943   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5944   columns:
5945     - title: " |prein| Test Name |preout| "
5946       data: "data name"
5947     - 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| "
5948       data: "data msg"
5949   data: "vpp-perf-results-3n-dnv"
5950   filter: "all"
5951   parameters:
5952   - "name"
5953   - "parent"
5954   - "msg"
5955
5956 # Detailed Test Results - VPP Performance Results 2n-dnv
5957 - type: "table"
5958   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5959   algorithm: "table_merged_details"
5960   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5961   columns:
5962     - title: " |prein| Test Name |preout| "
5963       data: "data name"
5964     - 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| "
5965       data: "data msg"
5966   data: "vpp-perf-results-2n-dnv"
5967   filter: "all"
5968   parameters:
5969   - "name"
5970   - "parent"
5971   - "msg"
5972
5973 # Test configuration - VPP Performance Test Configs 3n-hsw
5974 - type: "table"
5975   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5976   algorithm: "table_merged_details"
5977   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5978   columns:
5979     - title: " |prein| Test Name |preout| "
5980       data: "data name"
5981     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5982       data: "data conf-history"
5983   data: "vpp-perf-results-3n-hsw"
5984   filter: "all"
5985   parameters:
5986   - "parent"
5987   - "name"
5988   - "conf-history"
5989
5990 # Test configuration - VPP Performance Test Configs 3n-skx
5991 - type: "table"
5992   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5993   algorithm: "table_merged_details"
5994   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5995   columns:
5996     - title: " |prein| Test Name |preout| "
5997       data: "data name"
5998     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5999       data: "data conf-history"
6000   data: "vpp-perf-results-3n-skx"
6001   filter: "all"
6002   parameters:
6003   - "parent"
6004   - "name"
6005   - "conf-history"
6006
6007 # Test configuration - VPP Performance Test Configs 2n-skx
6008 - type: "table"
6009   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6010   algorithm: "table_merged_details"
6011   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6012   columns:
6013     - title: " |prein| Test Name |preout| "
6014       data: "data name"
6015     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6016       data: "data conf-history"
6017   data: "vpp-perf-results-2n-skx"
6018   filter: "all"
6019   parameters:
6020   - "parent"
6021   - "name"
6022   - "conf-history"
6023
6024 # Test configuration - VPP Performance Test Configs 2n-clx
6025 - type: "table"
6026   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6027   algorithm: "table_merged_details"
6028   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6029   columns:
6030     - title: " |prein| Test Name |preout| "
6031       data: "data name"
6032     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6033       data: "data conf-history"
6034   data: "vpp-perf-results-2n-clx"
6035   filter: "all"
6036   parameters:
6037   - "parent"
6038   - "name"
6039   - "conf-history"
6040
6041 # Test configuration - VPP Performance Test Configs 3n-tsh
6042 - type: "table"
6043   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6044   algorithm: "table_merged_details"
6045   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6046   columns:
6047     - title: " |prein| Test Name |preout| "
6048       data: "data name"
6049     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6050       data: "data conf-history"
6051   data: "vpp-perf-results-3n-tsh"
6052   filter: "all"
6053   parameters:
6054   - "parent"
6055   - "name"
6056   - "conf-history"
6057
6058 # Test configuration - VPP Performance Test Configs 3n-dnv
6059 - type: "table"
6060   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6061   algorithm: "table_merged_details"
6062   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6063   columns:
6064     - title: " |prein| Test Name |preout| "
6065       data: "data name"
6066     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6067       data: "data conf-history"
6068   data: "vpp-perf-results-3n-dnv"
6069   filter: "all"
6070   parameters:
6071   - "parent"
6072   - "name"
6073   - "conf-history"
6074
6075 # Test configuration - VPP Performance Test Configs 2n-dnv
6076 - type: "table"
6077   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6078   algorithm: "table_merged_details"
6079   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6080   columns:
6081     - title: " |prein| Test Name |preout| "
6082       data: "data name"
6083     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6084       data: "data conf-history"
6085   data: "vpp-perf-results-2n-dnv"
6086   filter: "all"
6087   parameters:
6088   - "parent"
6089   - "name"
6090   - "conf-history"
6091
6092 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6093 - type: "table"
6094   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6095   algorithm: "table_oper_data_html"
6096   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6097   data: "vpp-perf-results-3n-hsw"
6098   filter: "all"
6099
6100 # Test Operational Data - VPP Performance Operational Data 3n-skx
6101 - type: "table"
6102   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6103   algorithm: "table_oper_data_html"
6104   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6105   data: "vpp-perf-results-3n-skx"
6106   filter: "all"
6107
6108 # Test Operational Data - VPP Performance Operational Data 2n-skx
6109 - type: "table"
6110   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6111   algorithm: "table_oper_data_html"
6112   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6113   data: "vpp-perf-results-2n-skx"
6114   filter: "all"
6115
6116 # Test Operational Data - VPP Performance Operational Data 2n-clx
6117 - type: "table"
6118   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6119   algorithm: "table_oper_data_html"
6120   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6121   data: "vpp-perf-results-2n-clx"
6122   filter: "all"
6123
6124 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6125 - type: "table"
6126   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6127   algorithm: "table_oper_data_html"
6128   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6129   data: "vpp-perf-results-3n-tsh"
6130   filter: "all"
6131
6132 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6133 - type: "table"
6134   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6135   algorithm: "table_oper_data_html"
6136   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6137   data: "vpp-perf-results-3n-dnv"
6138   filter: "all"
6139
6140 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6141 - type: "table"
6142   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6143   algorithm: "table_oper_data_html"
6144   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6145   data: "vpp-perf-results-2n-dnv"
6146   filter: "all"
6147
6148 # Detailed Test Results - VPP MRR Results 3n-hsw
6149 - type: "table"
6150   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6151   algorithm: "table_merged_details"
6152   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6153   columns:
6154     - title: " |prein| Test Name |preout| "
6155       data: "data name"
6156     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6157       data: "data msg"
6158   data: "vpp-mrr-results-3n-hsw"
6159   filter: "all"
6160   parameters:
6161   - "name"
6162   - "parent"
6163   - "msg"
6164
6165 # Detailed Test Results - VPP MRR Results 3n-skx
6166 - type: "table"
6167   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6168   algorithm: "table_merged_details"
6169   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6170   columns:
6171     - title: " |prein| Test Name |preout| "
6172       data: "data name"
6173     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6174       data: "data msg"
6175   data: "vpp-mrr-results-3n-skx"
6176   filter: "all"
6177   parameters:
6178   - "name"
6179   - "parent"
6180   - "msg"
6181
6182 # Detailed Test Results - VPP MRR Results 2n-skx
6183 - type: "table"
6184   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6185   algorithm: "table_merged_details"
6186   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6187   columns:
6188     - title: " |prein| Test Name |preout| "
6189       data: "data name"
6190     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6191       data: "data msg"
6192   data: "vpp-mrr-results-2n-skx"
6193   filter: "all"
6194   parameters:
6195   - "name"
6196   - "parent"
6197   - "msg"
6198
6199 # Detailed Test Results - VPP MRR Results 2n-clx
6200 - type: "table"
6201   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6202   algorithm: "table_merged_details"
6203   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6204   columns:
6205     - title: " |prein| Test Name |preout| "
6206       data: "data name"
6207     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6208       data: "data msg"
6209   data: "vpp-mrr-results-2n-clx"
6210   filter: "all"
6211   parameters:
6212   - "name"
6213   - "parent"
6214   - "msg"
6215
6216 # Detailed Test Results - VPP MRR Results 3n-tsh
6217 - type: "table"
6218   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6219   algorithm: "table_merged_details"
6220   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6221   columns:
6222     - title: " |prein| Test Name |preout| "
6223       data: "data name"
6224     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6225       data: "data msg"
6226   data: "vpp-mrr-results-3n-tsh"
6227   filter: "all"
6228   parameters:
6229   - "name"
6230   - "parent"
6231   - "msg"
6232
6233 # Detailed Test Results - VPP MRR Results 3n-dnv
6234 - type: "table"
6235   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6236   algorithm: "table_merged_details"
6237   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6238   columns:
6239     - title: " |prein| Test Name |preout| "
6240       data: "data name"
6241     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6242       data: "data msg"
6243   data: "vpp-mrr-results-3n-dnv"
6244   filter: "all"
6245   parameters:
6246   - "name"
6247   - "parent"
6248   - "msg"
6249
6250 # Detailed Test Results - VPP MRR Results 2n-dnv
6251 - type: "table"
6252   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6253   algorithm: "table_merged_details"
6254   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6255   columns:
6256     - title: " |prein| Test Name |preout| "
6257       data: "data name"
6258     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6259       data: "data msg"
6260   data: "vpp-mrr-results-2n-dnv"
6261   filter: "all"
6262   parameters:
6263   - "name"
6264   - "parent"
6265   - "msg"
6266
6267 # Test configuration - VPP MRR Test Configs 3n-hsw
6268 - type: "table"
6269   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6270   algorithm: "table_merged_details"
6271   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6272   columns:
6273     - title: " |prein| Test Name |preout| "
6274       data: "data name"
6275     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6276       data: "data conf-history"
6277   data: "vpp-mrr-results-3n-hsw"
6278   filter: "all"
6279   parameters:
6280   - "parent"
6281   - "name"
6282   - "conf-history"
6283
6284 # Test configuration - VPP MRR Test Configs 3n-skx
6285 - type: "table"
6286   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6287   algorithm: "table_merged_details"
6288   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6289   columns:
6290     - title: " |prein| Test Name |preout| "
6291       data: "data name"
6292     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6293       data: "data conf-history"
6294   data: "vpp-mrr-results-3n-skx"
6295   filter: "all"
6296   parameters:
6297   - "parent"
6298   - "name"
6299   - "conf-history"
6300
6301 # Test configuration - VPP MRR Test Configs 2n-skx
6302 - type: "table"
6303   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6304   algorithm: "table_merged_details"
6305   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6306   columns:
6307     - title: " |prein| Test Name |preout| "
6308       data: "data name"
6309     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6310       data: "data conf-history"
6311   data: "vpp-mrr-results-2n-skx"
6312   filter: "all"
6313   parameters:
6314   - "parent"
6315   - "name"
6316   - "conf-history"
6317
6318 # Test configuration - VPP MRR Test Configs 2n-clx
6319 - type: "table"
6320   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6321   algorithm: "table_merged_details"
6322   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6323   columns:
6324     - title: " |prein| Test Name |preout| "
6325       data: "data name"
6326     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6327       data: "data conf-history"
6328   data: "vpp-mrr-results-2n-clx"
6329   filter: "all"
6330   parameters:
6331   - "parent"
6332   - "name"
6333   - "conf-history"
6334
6335 # Test configuration - VPP MRR Test Configs 3n-tsh
6336 - type: "table"
6337   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6338   algorithm: "table_merged_details"
6339   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6340   columns:
6341     - title: " |prein| Test Name |preout| "
6342       data: "data name"
6343     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6344       data: "data conf-history"
6345   data: "vpp-mrr-results-3n-tsh"
6346   filter: "all"
6347   parameters:
6348   - "parent"
6349   - "name"
6350   - "conf-history"
6351
6352 # Test configuration - VPP MRR Test Configs 3n-dnv
6353 - type: "table"
6354   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6355   algorithm: "table_merged_details"
6356   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6357   columns:
6358     - title: " |prein| Test Name |preout| "
6359       data: "data name"
6360     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6361       data: "data conf-history"
6362   data: "vpp-mrr-results-3n-dnv"
6363   filter: "all"
6364   parameters:
6365   - "parent"
6366   - "name"
6367   - "conf-history"
6368
6369 # Test configuration - VPP MRR Test Configs 2n-dnv
6370 - type: "table"
6371   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6372   algorithm: "table_merged_details"
6373   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6374   columns:
6375     - title: " |prein| Test Name |preout| "
6376       data: "data name"
6377     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6378       data: "data conf-history"
6379   data: "vpp-mrr-results-2n-dnv"
6380   filter: "all"
6381   parameters:
6382   - "parent"
6383   - "name"
6384   - "conf-history"
6385
6386 # Detailed Test Results - VPP Device Results - Ubuntu
6387 - type: "table"
6388   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6389   algorithm: "table_merged_details"
6390   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6391   columns:
6392     - title: " |prein| Test Name |preout| "
6393       data: "data name"
6394     - title: " |prein| Status |preout| "
6395       data: "data status"
6396   data: "vpp-device-results-ubuntu"
6397   filter: "all"
6398   parameters:
6399   - "name"
6400   - "parent"
6401   - "doc"
6402   - "status"
6403
6404 # Test configuration - VPP Device Test Configs - Ubuntu
6405 - type: "table"
6406   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6407   algorithm: "table_merged_details"
6408   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6409   columns:
6410     - title: " |prein| Test Name |preout| "
6411       data: "data name"
6412     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6413       data: "data conf-history"
6414   data: "vpp-device-results-ubuntu"
6415   filter: "all"
6416   parameters:
6417   - "parent"
6418   - "name"
6419   - "conf-history"
6420
6421 ################################################################################
6422
6423 # DPDK Performance Changes 3n-hsw 1t1c pdr
6424 - type: "table"
6425   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6426   algorithm: "table_comparison"
6427   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6429   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6430   columns:
6431     - title: "2001"
6432       data-set: "dpdk-performance-changes-3n-hsw-h1"
6433     - title: "2005"
6434       data-set: "dpdk-performance-changes-3n-hsw-ref"
6435     - title: "2009"
6436       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6437   comparisons:
6438     - title: "Diff"
6439       reference: 2
6440       compare: 3
6441   legend:
6442     - ""
6443     - "2001, 2005, 2009 - DPDK versions tested."
6444     - "Diff - difference between 2005 and 2009 DPDK version."
6445
6446 # DPDK Performance Changes 3n-hsw 2t2c pdr
6447 - type: "table"
6448   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6449   algorithm: "table_comparison"
6450   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6451   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6452   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6453   columns:
6454     - title: "2001"
6455       data-set: "dpdk-performance-changes-3n-hsw-h1"
6456     - title: "2005"
6457       data-set: "dpdk-performance-changes-3n-hsw-ref"
6458     - title: "2009"
6459       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6460   comparisons:
6461     - title: "Diff"
6462       reference: 2
6463       compare: 3
6464   legend:
6465     - ""
6466     - "2001, 2005, 2009 - DPDK versions tested."
6467     - "Diff - difference between 2005 and 2009 DPDK version."
6468
6469 # DPDK Performance Changes 3n-hsw 1t1c pdr
6470 - type: "table"
6471   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6472   algorithm: "table_comparison"
6473   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6474   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6475   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6476   columns:
6477     - title: "2001"
6478       data-set: "dpdk-performance-changes-3n-hsw-h1"
6479     - title: "2005"
6480       data-set: "dpdk-performance-changes-3n-hsw-ref"
6481     - title: "2009"
6482       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6483   comparisons:
6484     - title: "Diff"
6485       reference: 2
6486       compare: 3
6487   legend:
6488     - ""
6489     - "2001, 2005, 2009 - DPDK versions tested."
6490     - "Diff - difference between 2005 and 2009 DPDK version."
6491
6492 # DPDK Performance Changes 3n-hsw 2t2c ndr
6493 - type: "table"
6494   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6495   algorithm: "table_comparison"
6496   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6497   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6498   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6499   columns:
6500     - title: "2001"
6501       data-set: "dpdk-performance-changes-3n-hsw-h1"
6502     - title: "2005"
6503       data-set: "dpdk-performance-changes-3n-hsw-ref"
6504     - title: "2009"
6505       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6506   comparisons:
6507     - title: "Diff"
6508       reference: 2
6509       compare: 3
6510   legend:
6511     - ""
6512     - "2001, 2005, 2009 - DPDK versions tested."
6513     - "Diff - difference between 2005 and 2009 DPDK version."
6514
6515 # DPDK Performance Changes 3n-skx 2t1c pdr
6516 - type: "table"
6517   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6518   algorithm: "table_comparison"
6519   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6520   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6521   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6522   columns:
6523     - title: "2001"
6524       data-set: "dpdk-performance-changes-3n-skx-h1"
6525     - title: "2005"
6526       data-set: "dpdk-performance-changes-3n-skx-ref"
6527     - title: "2009"
6528       data-set: "dpdk-performance-changes-3n-skx-cmp"
6529   comparisons:
6530     - title: "Diff"
6531       reference: 2
6532       compare: 3
6533   legend:
6534     - ""
6535     - "2001, 2005, 2009 - DPDK versions tested."
6536     - "Diff - difference between 2005 and 2009 DPDK version."
6537
6538 # DPDK Performance Changes 3n-skx 4t2c pdr
6539 - type: "table"
6540   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6541   algorithm: "table_comparison"
6542   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6543   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6544   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6545   columns:
6546     - title: "2001"
6547       data-set: "dpdk-performance-changes-3n-skx-h1"
6548     - title: "2005"
6549       data-set: "dpdk-performance-changes-3n-skx-ref"
6550     - title: "2009"
6551       data-set: "dpdk-performance-changes-3n-skx-cmp"
6552   comparisons:
6553     - title: "Diff"
6554       reference: 2
6555       compare: 3
6556   legend:
6557     - ""
6558     - "2001, 2005, 2009 - DPDK versions tested."
6559     - "Diff - difference between 2005 and 2009 DPDK version."
6560
6561 # DPDK Performance Changes 3n-skx 2t1c ndr
6562 - type: "table"
6563   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6564   algorithm: "table_comparison"
6565   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6566   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6567   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6568   columns:
6569     - title: "2001"
6570       data-set: "dpdk-performance-changes-3n-skx-h1"
6571     - title: "2005"
6572       data-set: "dpdk-performance-changes-3n-skx-ref"
6573     - title: "2009"
6574       data-set: "dpdk-performance-changes-3n-skx-cmp"
6575   comparisons:
6576     - title: "Diff"
6577       reference: 2
6578       compare: 3
6579   legend:
6580     - ""
6581     - "2001, 2005, 2009 - DPDK versions tested."
6582     - "Diff - difference between 2005 and 2009 DPDK version."
6583
6584 # DPDK Performance Changes 3n-skx 4t2c ndr
6585 - type: "table"
6586   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6587   algorithm: "table_comparison"
6588   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6589   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6590   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6591   columns:
6592     - title: "2001"
6593       data-set: "dpdk-performance-changes-3n-skx-h1"
6594     - title: "2005"
6595       data-set: "dpdk-performance-changes-3n-skx-ref"
6596     - title: "2009"
6597       data-set: "dpdk-performance-changes-3n-skx-cmp"
6598   comparisons:
6599     - title: "Diff"
6600       reference: 2
6601       compare: 3
6602   legend:
6603     - ""
6604     - "2001, 2005, 2009 - DPDK versions tested."
6605     - "Diff - difference between 2005 and 2009 DPDK version."
6606
6607 # DPDK Performance Changes 2n-skx 2t1c pdr
6608 - type: "table"
6609   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6610   algorithm: "table_comparison"
6611   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6612   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6613   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6614   columns:
6615     - title: "2001"
6616       data-set: "dpdk-performance-changes-2n-skx-h1"
6617     - title: "2005"
6618       data-set: "dpdk-performance-changes-2n-skx-ref"
6619     - title: "2009"
6620       data-set: "dpdk-performance-changes-2n-skx-cmp"
6621   comparisons:
6622     - title: "Diff"
6623       reference: 2
6624       compare: 3
6625   legend:
6626     - ""
6627     - "2001, 2005, 2009 - DPDK versions tested."
6628     - "Diff - difference between 2005 and 2009 DPDK version."
6629
6630 # DPDK Performance Changes 2n-skx 4t2c pdr
6631 - type: "table"
6632   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6633   algorithm: "table_comparison"
6634   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6635   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6636   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6637   columns:
6638     - title: "2001"
6639       data-set: "dpdk-performance-changes-2n-skx-h1"
6640     - title: "2005"
6641       data-set: "dpdk-performance-changes-2n-skx-ref"
6642     - title: "2009"
6643       data-set: "dpdk-performance-changes-2n-skx-cmp"
6644   comparisons:
6645     - title: "Diff"
6646       reference: 2
6647       compare: 3
6648   legend:
6649     - ""
6650     - "2001, 2005, 2009 - DPDK versions tested."
6651     - "Diff - difference between 2005 and 2009 DPDK version."
6652
6653 # DPDK Performance Changes 2n-skx 2t1c ndr
6654 - type: "table"
6655   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6656   algorithm: "table_comparison"
6657   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6658   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6659   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6660   columns:
6661     - title: "2001"
6662       data-set: "dpdk-performance-changes-2n-skx-h1"
6663     - title: "2005"
6664       data-set: "dpdk-performance-changes-2n-skx-ref"
6665     - title: "2009"
6666       data-set: "dpdk-performance-changes-2n-skx-cmp"
6667   comparisons:
6668     - title: "Diff"
6669       reference: 2
6670       compare: 3
6671   legend:
6672     - ""
6673     - "2001, 2005, 2009 - DPDK versions tested."
6674     - "Diff - difference between 2005 and 2009 DPDK version."
6675
6676 # DPDK Performance Changes 2n-skx 4t2c ndr
6677 - type: "table"
6678   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6679   algorithm: "table_comparison"
6680   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6682   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6683   columns:
6684     - title: "2001"
6685       data-set: "dpdk-performance-changes-2n-skx-h1"
6686     - title: "2005"
6687       data-set: "dpdk-performance-changes-2n-skx-ref"
6688     - title: "2009"
6689       data-set: "dpdk-performance-changes-2n-skx-cmp"
6690   comparisons:
6691     - title: "Diff"
6692       reference: 2
6693       compare: 3
6694   legend:
6695     - ""
6696     - "2001, 2005, 2009 - DPDK versions tested."
6697     - "Diff - difference between 2005 and 2009 DPDK version."
6698
6699 # DPDK Performance Changes 2n-clx 2t1c pdr
6700 - type: "table"
6701   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6702   algorithm: "table_comparison"
6703   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6705   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6706   columns:
6707     - title: "2001"
6708       data-set: "dpdk-performance-changes-2n-clx-h1"
6709     - title: "2005"
6710       data-set: "dpdk-performance-changes-2n-clx-ref"
6711     - title: "2009"
6712       data-set: "dpdk-performance-changes-2n-clx-cmp"
6713   comparisons:
6714     - title: "Diff"
6715       reference: 2
6716       compare: 3
6717   legend:
6718     - ""
6719     - "2001, 2005, 2009 - DPDK versions tested."
6720     - "Diff - difference between 2005 and 2009 DPDK version."
6721
6722 # DPDK Performance Changes 2n-clx 4t2c pdr
6723 - type: "table"
6724   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6725   algorithm: "table_comparison"
6726   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6727   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6728   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6729   columns:
6730     - title: "2001"
6731       data-set: "dpdk-performance-changes-2n-clx-h1"
6732     - title: "2005"
6733       data-set: "dpdk-performance-changes-2n-clx-ref"
6734     - title: "2009"
6735       data-set: "dpdk-performance-changes-2n-clx-cmp"
6736   comparisons:
6737     - title: "Diff"
6738       reference: 2
6739       compare: 3
6740   legend:
6741     - ""
6742     - "2001, 2005, 2009 - DPDK versions tested."
6743     - "Diff - difference between 2005 and 2009 DPDK version."
6744
6745 # DPDK Performance Changes 2n-clx 2t1c ndr
6746 - type: "table"
6747   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6748   algorithm: "table_comparison"
6749   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6751   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6752   columns:
6753     - title: "2001"
6754       data-set: "dpdk-performance-changes-2n-clx-h1"
6755     - title: "2005"
6756       data-set: "dpdk-performance-changes-2n-clx-ref"
6757     - title: "2009"
6758       data-set: "dpdk-performance-changes-2n-clx-cmp"
6759   comparisons:
6760     - title: "Diff"
6761       reference: 2
6762       compare: 3
6763   legend:
6764     - ""
6765     - "2001, 2005, 2009 - DPDK versions tested."
6766     - "Diff - difference between 2005 and 2009 DPDK version."
6767
6768 # DPDK Performance Changes 2n-clx 4t2c ndr
6769 - type: "table"
6770   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6771   algorithm: "table_comparison"
6772   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6773   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6774   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6775   columns:
6776     - title: "2001"
6777       data-set: "dpdk-performance-changes-2n-clx-h1"
6778     - title: "2005"
6779       data-set: "dpdk-performance-changes-2n-clx-ref"
6780     - title: "2009"
6781       data-set: "dpdk-performance-changes-2n-clx-cmp"
6782   comparisons:
6783     - title: "Diff"
6784       reference: 2
6785       compare: 3
6786   legend:
6787     - ""
6788     - "2001, 2005, 2009 - DPDK versions tested."
6789     - "Diff - difference between 2005 and 2009 DPDK version."
6790
6791 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6792 #- type: "table"
6793 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6794 #  algorithm: "table_comparison"
6795 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6796 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6797 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6798 #  columns:
6799 #    - title: "2001"
6800 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6801 #    - title: "2005"
6802 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6803 #    - title: "2009"
6804 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6805 #  comparisons:
6806 #    - title: "Diff"
6807 #      reference: 2
6808 #      compare: 3
6809 #  legend:
6810 #    - ""
6811 #    - "2001, 2005, 2009 - DPDK versions tested."
6812 #    - "Diff - difference between 2005 and 2009 DPDK version."
6813 #
6814 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6815 #- type: "table"
6816 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6817 #  algorithm: "table_comparison"
6818 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6819 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6820 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6821 #  columns:
6822 #    - title: "2001"
6823 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6824 #    - title: "2005"
6825 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6826 #    - title: "2009"
6827 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6828 #  comparisons:
6829 #    - title: "Diff"
6830 #      reference: 2
6831 #      compare: 3
6832 #  legend:
6833 #    - ""
6834 #    - "2001, 2005, 2009 - DPDK versions tested."
6835 #    - "Diff - difference between 2005 and 2009 DPDK version."
6836 #
6837 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6838 #- type: "table"
6839 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6840 #  algorithm: "table_comparison"
6841 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6842 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6843 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6844 #  columns:
6845 #    - title: "2001"
6846 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6847 #    - title: "2005"
6848 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6849 #    - title: "2009"
6850 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6851 #  comparisons:
6852 #    - title: "Diff"
6853 #      reference: 2
6854 #      compare: 3
6855 #  legend:
6856 #    - ""
6857 #    - "2001, 2005, 2009 - DPDK versions tested."
6858 #    - "Diff - difference between 2005 and 2009 DPDK version."
6859 #
6860 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6861 #- type: "table"
6862 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6863 #  algorithm: "table_comparison"
6864 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6865 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6866 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6867 #  columns:
6868 #    - title: "2001"
6869 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6870 #    - title: "2005"
6871 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6872 #    - title: "2009"
6873 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6874 #  comparisons:
6875 #    - title: "Diff"
6876 #      reference: 2
6877 #      compare: 3
6878 #  legend:
6879 #    - ""
6880 #    - "2001, 2005, 2009 - DPDK versions tested."
6881 #    - "Diff - difference between 2005 and 2009 DPDK version."
6882 #
6883 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6884 #- type: "table"
6885 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6886 #  algorithm: "table_comparison"
6887 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6888 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6889 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6890 #  columns:
6891 #    - title: "2001"
6892 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6893 #    - title: "2005"
6894 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6895 #    - title: "2009"
6896 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6897 #  comparisons:
6898 #    - title: "Diff"
6899 #      reference: 2
6900 #      compare: 3
6901 #  legend:
6902 #    - ""
6903 #    - "2001, 2005, 2009 - DPDK versions tested."
6904 #    - "Diff - difference between 2005 and 2009 DPDK version."
6905 #
6906 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6907 #- type: "table"
6908 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6909 #  algorithm: "table_comparison"
6910 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6911 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6912 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6913 #  columns:
6914 #    - title: "2001"
6915 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6916 #    - title: "2005"
6917 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6918 #    - title: "2009"
6919 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6920 #  comparisons:
6921 #    - title: "Diff"
6922 #      reference: 2
6923 #      compare: 3
6924 #  legend:
6925 #    - ""
6926 #    - "2001, 2005, 2009 - DPDK versions tested."
6927 #    - "Diff - difference between 2005 and 2009 DPDK version."
6928 #
6929 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6930 #- type: "table"
6931 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6932 #  algorithm: "table_comparison"
6933 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6934 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6935 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6936 #  columns:
6937 #    - title: "2001"
6938 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6939 #    - title: "2005"
6940 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6941 #    - title: "2009"
6942 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6943 #  comparisons:
6944 #    - title: "Diff"
6945 #      reference: 2
6946 #      compare: 3
6947 #  legend:
6948 #    - ""
6949 #    - "2001, 2005, 2009 - DPDK versions tested."
6950 #    - "Diff - difference between 2005 and 2009 DPDK version."
6951 #
6952 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6953 #- type: "table"
6954 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6955 #  algorithm: "table_comparison"
6956 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6957 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6958 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6959 #  columns:
6960 #    - title: "2001"
6961 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6962 #    - title: "2005"
6963 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6964 #    - title: "2009"
6965 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6966 #  comparisons:
6967 #    - title: "Diff"
6968 #      reference: 2
6969 #      compare: 3
6970 #  legend:
6971 #    - ""
6972 #    - "2001, 2005, 2009 - DPDK versions tested."
6973 #    - "Diff - difference between 2005 and 2009 DPDK version."
6974
6975 # DPDK Performance Changes 3n-tsh 1t1c pdr
6976 - type: "table"
6977   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6978   algorithm: "table_comparison"
6979   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6980   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6981   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6982   columns:
6983     - title: "2001"
6984       data-set: "dpdk-performance-changes-3n-tsh-h1"
6985     - title: "2005"
6986       data-set: "dpdk-performance-changes-3n-tsh-ref"
6987     - title: "2009"
6988       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6989   comparisons:
6990     - title: "Diff"
6991       reference: 2
6992       compare: 3
6993   legend:
6994     - ""
6995     - "2001, 2005, 2009 - DPDK versions tested."
6996     - "Diff - difference between 2005 and 2009 DPDK version."
6997
6998 # DPDK Performance Changes 3n-tsh 2t2c pdr
6999 - type: "table"
7000   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7001   algorithm: "table_comparison"
7002   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7003   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7004   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7005   columns:
7006     - title: "2001"
7007       data-set: "dpdk-performance-changes-3n-tsh-h1"
7008     - title: "2005"
7009       data-set: "dpdk-performance-changes-3n-tsh-ref"
7010     - title: "2009"
7011       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7012   comparisons:
7013     - title: "Diff"
7014       reference: 2
7015       compare: 3
7016   legend:
7017     - ""
7018     - "2001, 2005, 2009 - DPDK versions tested."
7019     - "Diff - difference between 2005 and 2009 DPDK version."
7020
7021 # DPDK Performance Changes 3n-tsh 1t1c ndr
7022 - type: "table"
7023   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7024   algorithm: "table_comparison"
7025   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7026   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7027   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7028   columns:
7029     - title: "2001"
7030       data-set: "dpdk-performance-changes-3n-tsh-h1"
7031     - title: "2005"
7032       data-set: "dpdk-performance-changes-3n-tsh-ref"
7033     - title: "2009"
7034       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7035   comparisons:
7036     - title: "Diff"
7037       reference: 2
7038       compare: 3
7039   legend:
7040     - ""
7041     - "2001, 2005, 2009 - DPDK versions tested."
7042     - "Diff - difference between 2005 and 2009 DPDK version."
7043
7044 # DPDK Performance Changes 3n-tsh 2t2c ndr
7045 - type: "table"
7046   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7047   algorithm: "table_comparison"
7048   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7049   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7050   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7051   columns:
7052     - title: "2001"
7053       data-set: "dpdk-performance-changes-3n-tsh-h1"
7054     - title: "2005"
7055       data-set: "dpdk-performance-changes-3n-tsh-ref"
7056     - title: "2009"
7057       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7058   comparisons:
7059     - title: "Diff"
7060       reference: 2
7061       compare: 3
7062   legend:
7063     - ""
7064     - "2001, 2005, 2009 - DPDK versions tested."
7065     - "Diff - difference between 2005 and 2009 DPDK version."
7066
7067 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7068 - type: "table"
7069   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7070   algorithm: "table_comparison"
7071   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7073   filter: "'NIC_Intel-X710'"
7074   columns:
7075     - title: "3n-hsw x710"
7076       data-set: "dpdk-compare-testbeds-ref"
7077     - title: "3n-skx x710"
7078       data-set: "dpdk-compare-testbeds-cmp"
7079   comparisons:
7080     - title: "Diff"
7081       reference: 1
7082       compare: 2
7083   legend:
7084     - ""
7085     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7086     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7087
7088 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7089 - type: "table"
7090   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7091   algorithm: "table_comparison"
7092   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7093   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7094   filter: "'NIC_Intel-X710'"
7095   columns:
7096     - title: "3n-hsw x710"
7097       data-set: "dpdk-compare-testbeds-ref"
7098     - title: "3n-skx x710"
7099       data-set: "dpdk-compare-testbeds-cmp"
7100   comparisons:
7101     - title: "Diff"
7102       reference: 1
7103       compare: 2
7104   legend:
7105     - ""
7106     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7107     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7108
7109 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7110 - type: "table"
7111   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7112   algorithm: "table_comparison"
7113   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7115   filter: "'NIC_Intel-XXV710'"
7116   columns:
7117     - title: "2n-skx"
7118       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7119     - title: "2n-clx"
7120       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7121   comparisons:
7122     - title: "Diff"
7123       reference: 1
7124       compare: 2
7125   legend:
7126     - ""
7127     - "2n-skx, 2n-clx - testbeds and NICs tested."
7128     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7129
7130 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7131 - type: "table"
7132   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7133   algorithm: "table_comparison"
7134   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7135   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7136   filter: "'NIC_Intel-XXV710'"
7137   columns:
7138     - title: "2n-skx"
7139       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7140     - title: "2n-clx"
7141       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7142   comparisons:
7143     - title: "Diff"
7144       reference: 1
7145       compare: 2
7146   legend:
7147     - ""
7148     - "2n-skx, 2n-clx - testbeds and NICs tested."
7149     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7150
7151 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7152 - type: "table"
7153   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7154   algorithm: "table_comparison"
7155   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7156   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7157   filter: "'NIC_Intel-XXV710'"
7158   columns:
7159     - title: "3n-skx"
7160       data-set: "dpdk-compare-topologies-ref"
7161     - title: "2n-skx"
7162       data-set: "dpdk-compare-topologies-cmp"
7163   comparisons:
7164     - title: "Diff"
7165       reference: 1
7166       compare: 2
7167   legend:
7168     - ""
7169     - "3n-skx, 2n-skx - topologies tested."
7170     - "Diff - difference between 3n-skx and 2n-skx topologies."
7171
7172 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7173 - type: "table"
7174   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7175   algorithm: "table_comparison"
7176   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7177   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7178   filter: "'NIC_Intel-XXV710'"
7179   columns:
7180     - title: "3n-skx"
7181       data-set: "dpdk-compare-topologies-ref"
7182     - title: "2n-skx"
7183       data-set: "dpdk-compare-topologies-cmp"
7184   comparisons:
7185     - title: "Diff"
7186       reference: 1
7187       compare: 2
7188   legend:
7189     - ""
7190     - "3n-skx, 2n-skx - topologies tested."
7191     - "Diff - difference between 3n-skx and 2n-skx topologies."
7192
7193 # Detailed Test Results - DPDK Performance Results 3n-hsw
7194 - type: "table"
7195   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7196   algorithm: "table_merged_details"
7197   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7198   columns:
7199     - title: " |prein| Test Name |preout| "
7200       data: "data name"
7201     - 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| "
7202       data: "data msg"
7203   data: "dpdk-perf-results-3n-hsw"
7204   filter: "all"
7205   parameters:
7206   - "name"
7207   - "parent"
7208   - "msg"
7209
7210 # Detailed Test Results - DPDK Performance Results 3n-skx
7211 - type: "table"
7212   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7213   algorithm: "table_merged_details"
7214   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7215   columns:
7216     - title: " |prein| Test Name |preout| "
7217       data: "data name"
7218     - 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| "
7219       data: "data msg"
7220   data: "dpdk-perf-results-3n-skx"
7221   filter: "all"
7222   remove-ndr: False
7223   parameters:
7224   - "name"
7225   - "parent"
7226   - "msg"
7227
7228 # Detailed Test Results - DPDK Performance Results 2n-skx
7229 - type: "table"
7230   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7231   algorithm: "table_merged_details"
7232   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7233   columns:
7234     - title: " |prein| Test Name |preout| "
7235       data: "data name"
7236     - 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| "
7237       data: "data msg"
7238   data: "dpdk-perf-results-2n-skx"
7239   filter: "all"
7240   remove-ndr: False
7241   parameters:
7242   - "name"
7243   - "parent"
7244   - "msg"
7245
7246 # Detailed Test Results - DPDK Performance Results 2n-clx
7247 - type: "table"
7248   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7249   algorithm: "table_merged_details"
7250   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7251   columns:
7252     - title: " |prein| Test Name |preout| "
7253       data: "data name"
7254     - 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| "
7255       data: "data msg"
7256   data: "dpdk-perf-results-2n-clx"
7257   filter: "all"
7258   parameters:
7259   - "name"
7260   - "parent"
7261   - "msg"
7262
7263 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7264 #- type: "table"
7265 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7266 #  algorithm: "table_merged_details"
7267 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7268 #  columns:
7269 #    - title: " |prein| Test Name |preout| "
7270 #      data: "data name"
7271 #    - 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| "
7272 #      data: "data msg"
7273 #  data: "dpdk-perf-results-2n-dnv"
7274 #  filter: "all"
7275 #  parameters:
7276 #  - "name"
7277 #  - "parent"
7278 #  - "msg"
7279 #
7280 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7281 #- type: "table"
7282 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7283 #  algorithm: "table_merged_details"
7284 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7285 #  columns:
7286 #    - title: " |prein| Test Name |preout| "
7287 #      data: "data name"
7288 #    - 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| "
7289 #      data: "data msg"
7290 #  data: "dpdk-perf-results-3n-dnv"
7291 #  filter: "all"
7292 #  parameters:
7293 #  - "name"
7294 #  - "parent"
7295 #  - "msg"
7296
7297 # Detailed Test Results - DPDK Performance Results 3n-tsh
7298 - type: "table"
7299   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7300   algorithm: "table_merged_details"
7301   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7302   columns:
7303     - title: " |prein| Test Name |preout| "
7304       data: "data name"
7305     - 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| "
7306       data: "data msg"
7307   data: "dpdk-perf-results-3n-tsh"
7308   filter: "all"
7309   parameters:
7310   - "name"
7311   - "parent"
7312   - "msg"
7313
7314 ################################################################################
7315 ###                                F I L E S                                 ###
7316 ################################################################################
7317
7318 # VPP Performance Results
7319 - type: "file"
7320   title: "VPP Performance Results"
7321   algorithm: "file_details_split"
7322   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7323   dir-tables:
7324     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7325     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7326     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7327     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7328     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7329     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7330     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7331   data:
7332     - "vpp-perf-results-2n-skx"
7333     - "vpp-perf-results-3n-skx"
7334     - "vpp-perf-results-2n-clx"
7335     - "vpp-perf-results-3n-hsw"
7336     - "vpp-perf-results-3n-tsh"
7337     - "vpp-perf-results-2n-dnv"
7338     - "vpp-perf-results-3n-dnv"
7339   filter: "all"
7340   data-start-level: 4
7341   order-chapters:
7342     level-1:
7343       - "l2"
7344       - "ip4"
7345       - "ip6"
7346       - "srv6"
7347       - "ip4_tunnels"
7348       - "ip6_tunnels"
7349       - "vm_vhost"
7350       - "container_memif"
7351       - "crypto"
7352       - "vts"
7353       - "lb"
7354       - "nfv_density"
7355       - "hoststack"
7356     level-2:
7357       - "2n-skx"
7358       - "3n-skx"
7359       - "2n-clx"
7360       - "3n-hsw"
7361       - "3n-tsh"
7362       - "2n-dnv"
7363       - "3n-dnv"
7364     level-3:
7365       - "xl710"
7366       - "x520"
7367       - "xxv710"
7368       - "x710"
7369       - "x553"
7370       - "cx556a"
7371       - "vic1227"
7372       - "vic1385"
7373
7374 # VPP Performance Configuration
7375 - type: "file"
7376   title: "VPP Performance Configuration"
7377   algorithm: "file_details_split"
7378   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7379   dir-tables:
7380     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7381     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7382     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7383     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7384     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7385     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7386     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7387   data:
7388     - "vpp-perf-results-2n-skx"
7389     - "vpp-perf-results-3n-skx"
7390     - "vpp-perf-results-2n-clx"
7391     - "vpp-perf-results-3n-hsw"
7392     - "vpp-perf-results-3n-tsh"
7393     - "vpp-perf-results-2n-dnv"
7394     - "vpp-perf-results-3n-dnv"
7395   filter: "all"
7396   data-start-level: 4
7397   order-chapters:
7398     level-1:
7399       - "l2"
7400       - "ip4"
7401       - "ip6"
7402       - "srv6"
7403       - "ip4_tunnels"
7404       - "ip6_tunnels"
7405       - "vm_vhost"
7406       - "container_memif"
7407       - "crypto"
7408       - "vts"
7409       - "lb"
7410       - "nfv_density"
7411       - "hoststack"
7412     level-2:
7413       - "2n-skx"
7414       - "3n-skx"
7415       - "2n-clx"
7416       - "3n-hsw"
7417       - "3n-tsh"
7418       - "2n-dnv"
7419       - "3n-dnv"
7420     level-3:
7421       - "xl710"
7422       - "x520"
7423       - "xxv710"
7424       - "x710"
7425       - "x553"
7426       - "cx556a"
7427       - "vic1227"
7428       - "vic1385"
7429
7430 # VPP Performance Operational
7431 - type: "file"
7432   title: "VPP Performance Operational"
7433   algorithm: "file_details_split_html"
7434   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7435   dir-tables:
7436     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7437     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7438     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7439     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7440     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7441     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7442     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7443   data:
7444     - "vpp-perf-results-2n-skx"
7445     - "vpp-perf-results-3n-skx"
7446     - "vpp-perf-results-2n-clx"
7447     - "vpp-perf-results-3n-hsw"
7448     - "vpp-perf-results-3n-tsh"
7449     - "vpp-perf-results-2n-dnv"
7450     - "vpp-perf-results-3n-dnv"
7451   filter: "all"
7452   data-start-level: 4
7453   order-chapters:
7454     level-1:
7455       - "l2"
7456       - "ip4"
7457       - "ip6"
7458       - "srv6"
7459       - "ip4_tunnels"
7460       - "ip6_tunnels"
7461       - "vm_vhost"
7462       - "container_memif"
7463       - "crypto"
7464       - "vts"
7465       - "lb"
7466       - "nfv_density"
7467       - "hoststack"
7468     level-2:
7469       - "2n-skx"
7470       - "3n-skx"
7471       - "2n-clx"
7472       - "3n-hsw"
7473       - "3n-tsh"
7474       - "2n-dnv"
7475       - "3n-dnv"
7476     level-3:
7477       - "xl710"
7478       - "x520"
7479       - "xxv710"
7480       - "x710"
7481       - "x553"
7482       - "cx556a"
7483       - "vic1227"
7484       - "vic1385"
7485
7486 # VPP MRR Results
7487 - type: "file"
7488   title: "VPP MRR Results"
7489   algorithm: "file_details_split"
7490   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7491   dir-tables:
7492     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7493     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7494     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7495     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7496     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7497     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7498     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7499   data:
7500     - "vpp-mrr-results-2n-skx"
7501     - "vpp-mrr-results-3n-skx"
7502     - "vpp-mrr-results-2n-clx"
7503     - "vpp-mrr-results-3n-hsw"
7504     - "vpp-mrr-results-3n-tsh"
7505     - "vpp-mrr-results-2n-dnv"
7506     - "vpp-mrr-results-3n-dnv"
7507   filter: "all"
7508   data-start-level: 4
7509   order-chapters:
7510     level-1:
7511       - "l2"
7512       - "ip4"
7513       - "ip6"
7514       - "srv6"
7515       - "ip4_tunnels"
7516       - "ip6_tunnels"
7517       - "vm_vhost"
7518       - "container_memif"
7519       - "crypto"
7520       - "vts"
7521       - "lb"
7522       - "nfv_density"
7523       - "hoststack"
7524     level-2:
7525       - "2n-skx"
7526       - "3n-skx"
7527       - "2n-clx"
7528       - "3n-hsw"
7529       - "3n-tsh"
7530       - "2n-dnv"
7531       - "3n-dnv"
7532     level-3:
7533       - "xl710"
7534       - "x520"
7535       - "xxv710"
7536       - "x710"
7537       - "x553"
7538       - "cx556a"
7539       - "vic1227"
7540       - "vic1385"
7541
7542 # VPP MRR Configuration
7543 - type: "file"
7544   title: "VPP MRR Configuration"
7545   algorithm: "file_details_split"
7546   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7547   dir-tables:
7548     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7549     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7550     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7551     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7552     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7553     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7554     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7555   data:
7556     - "vpp-mrr-results-2n-skx"
7557     - "vpp-mrr-results-3n-skx"
7558     - "vpp-mrr-results-2n-clx"
7559     - "vpp-mrr-results-3n-hsw"
7560     - "vpp-mrr-results-3n-tsh"
7561     - "vpp-mrr-results-2n-dnv"
7562     - "vpp-mrr-results-3n-dnv"
7563   filter: "all"
7564   data-start-level: 4
7565   order-chapters:
7566     level-1:
7567       - "l2"
7568       - "ip4"
7569       - "ip6"
7570       - "srv6"
7571       - "ip4_tunnels"
7572       - "ip6_tunnels"
7573       - "vm_vhost"
7574       - "container_memif"
7575       - "crypto"
7576       - "vts"
7577       - "lb"
7578       - "nfv_density"
7579       - "hoststack"
7580     level-2:
7581       - "2n-skx"
7582       - "3n-skx"
7583       - "2n-clx"
7584       - "3n-hsw"
7585       - "3n-tsh"
7586       - "2n-dnv"
7587       - "3n-dnv"
7588     level-3:
7589       - "xl710"
7590       - "x520"
7591       - "xxv710"
7592       - "x710"
7593       - "x553"
7594       - "cx556a"
7595       - "vic1227"
7596       - "vic1385"
7597
7598 # VPP Device Results - Ubuntu
7599 - type: "file"
7600   title: "VPP Device Results - Ubuntu"
7601   algorithm: "file_test_results"
7602   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7603   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7604   data: "vpp-device-results-ubuntu"
7605   filter: "all"
7606   data-start-level: 4
7607
7608 # VPP Device Configuration - Ubuntu
7609 - type: "file"
7610   title: "VPP Device Configuration - Ubuntu"
7611   algorithm: "file_test_results"
7612   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7613   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7614   data: "vpp-device-results-ubuntu"
7615   filter: "all"
7616   data-start-level: 4
7617
7618 # DPDK Performance Results 3n-hsw
7619 - type: "file"
7620   title: "DPDK Performance Results 3n-hsw"
7621   algorithm: "file_test_results"
7622   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7623   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7624   data: "dpdk-perf-results-3n-hsw"
7625   filter: "all"
7626   data-start-level: 4
7627
7628 # DPDK Performance Results 3n-skx
7629 - type: "file"
7630   title: "DPDK Performance Results 3n-skx"
7631   algorithm: "file_test_results"
7632   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7633   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7634   data: "dpdk-perf-results-3n-skx"
7635   filter: "all"
7636   data-start-level: 4
7637
7638 # DPDK Performance Results 2n-skx
7639 - type: "file"
7640   title: "DPDK Performance Results 2n-skx"
7641   algorithm: "file_test_results"
7642   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7643   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7644   data: "dpdk-perf-results-2n-skx"
7645   filter: "all"
7646   data-start-level: 4
7647
7648 # DPDK Performance Results 2n-clx
7649 - type: "file"
7650   title: "DPDK Performance Results 2n-clx"
7651   algorithm: "file_test_results"
7652   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7653   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7654   data: "dpdk-perf-results-2n-clx"
7655   filter: "all"
7656   data-start-level: 4
7657
7658 ## DPDK Performance Results 2n-dnv
7659 #- type: "file"
7660 #  title: "DPDK Performance Results 2n-dnv"
7661 #  algorithm: "file_test_results"
7662 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7663 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7664 #  data: "dpdk-perf-results-2n-dnv"
7665 #  filter: "all"
7666 #  data-start-level: 4
7667 #
7668 ## DPDK Performance Results 3n-dnv
7669 #- type: "file"
7670 #  title: "DPDK Performance Results 3n-dnv"
7671 #  algorithm: "file_test_results"
7672 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7673 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7674 #  data: "dpdk-perf-results-3n-dnv"
7675 #  filter: "all"
7676 #  data-start-level: 4
7677
7678 # DPDK Performance Results 3n-tsh
7679 - type: "file"
7680   title: "DPDK Performance Results 3n-tsh"
7681   algorithm: "file_test_results"
7682   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7683   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7684   data: "dpdk-perf-results-3n-tsh"
7685   filter: "all"
7686   data-start-level: 4
7687
7688 ################################################################################
7689 ###                                P L O T S                                 ###
7690 ################################################################################
7691
7692 # Hoststack tests 3n-hsw
7693
7694 - type: "plot"
7695   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7696   algorithm: "plot_perf_box_name"
7697   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7698   data: "plot-vpp-hoststack-3n-hsw"
7699   include:
7700     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7701     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7702   layout:
7703     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7704     layout: "plot-hoststack"
7705
7706 - type: "plot"
7707   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7708   algorithm: "plot_perf_box_name"
7709   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7710   data: "plot-vpp-hoststack-3n-hsw"
7711   include:
7712     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7713     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7714   layout:
7715     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7716     layout: "plot-hoststack"
7717
7718 - type: "plot"
7719   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7720   algorithm: "plot_perf_box_name"
7721   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7722   data: "plot-vpp-hoststack-3n-hsw"
7723   include:
7724     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7725     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7726     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7727     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7728   layout:
7729     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7730     layout: "plot-hoststack"
7731
7732 ################################################################################
7733
7734 # Soak Test (PLRsearch), boxes - 2n-clx
7735 - type: "plot"
7736   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7737   algorithm: "plot_perf_box_name"
7738   output-file-type: ".html"
7739   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7740   data: "plot-vpp-soak-2n-clx"
7741   include:
7742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7748   layout:
7749     title: "30 Minutes Soak Test (PLRsearch)"
7750     layout: "plot-soak-throughput"
7751
7752 # Soak Test (PLRsearch), boxes - 2n-clx
7753 - type: "plot"
7754   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7755   algorithm: "plot_perf_box_name"
7756   output-file-type: ".html"
7757   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7758   data: "plot-vpp-soak-2n-clx"
7759   include:
7760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7761     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7762     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7763     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7764     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7765     - "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"
7766   layout:
7767     title: "30 Minutes Soak Test (PLRsearch)"
7768     layout: "plot-soak-throughput"
7769
7770 # Soak Test (PLRsearch), boxes - 2n-skx
7771 - type: "plot"
7772   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7773   algorithm: "plot_perf_box_name"
7774   output-file-type: ".html"
7775   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7776   data: "plot-vpp-soak-2n-skx"
7777   include:
7778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7784   layout:
7785     title: "30 Minutes Soak Test (PLRsearch)"
7786     layout: "plot-soak-throughput"
7787
7788 # Soak Test (PLRsearch), boxes - 2n-skx
7789 - type: "plot"
7790   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7791   algorithm: "plot_perf_box_name"
7792   output-file-type: ".html"
7793   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7794   data: "plot-vpp-soak-2n-skx"
7795   include:
7796     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7797     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7801     - "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"
7802   layout:
7803     title: "30 Minutes Soak Test (PLRsearch)"
7804     layout: "plot-soak-throughput"
7805
7806 ###############################################################################
7807
7808 # Reconf tests 2n-skx
7809
7810 - type: "plot"
7811   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7812   algorithm: "plot_nf_reconf_box_name"
7813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7814   data: "plot-vpp-nfv-reconf-2n-skx"
7815   include:
7816     - "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"
7817     - "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"
7818     - "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"
7819     - "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"
7820     - "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"
7821     - "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"
7822   layout:
7823     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7824     layout: "plot-throughput"
7825
7826 - type: "plot"
7827   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7828   algorithm: "plot_nf_reconf_box_name"
7829   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7830   data: "plot-vpp-nfv-reconf-2n-skx"
7831   include:
7832     - "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"
7833     - "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"
7834     - "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"
7835     - "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"
7836     - "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"
7837     - "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"
7838   layout:
7839     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7840     layout: "plot-throughput"
7841
7842 - type: "plot"
7843   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7844   algorithm: "plot_nf_reconf_box_name"
7845   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7846   data: "plot-vpp-nfv-reconf-2n-skx"
7847   include:
7848     - "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"
7849     - "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"
7850     - "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"
7851     - "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"
7852     - "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"
7853     - "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"
7854   layout:
7855     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7856     layout: "plot-throughput"
7857
7858 ###############################################################################
7859
7860 # Reconf tests 2n-clx
7861
7862 - type: "plot"
7863   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7864   algorithm: "plot_nf_reconf_box_name"
7865   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7866   data: "plot-vpp-nfv-reconf-2n-clx"
7867   include:
7868     - "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"
7869     - "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"
7870     - "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"
7871     - "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"
7872   layout:
7873     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7874     layout: "plot-throughput"
7875
7876 - type: "plot"
7877   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7878   algorithm: "plot_nf_reconf_box_name"
7879   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7880   data: "plot-vpp-nfv-reconf-2n-clx"
7881   include:
7882     - "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"
7883     - "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"
7884     - "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"
7885     - "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"
7886   layout:
7887     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7888     layout: "plot-throughput"
7889
7890 - type: "plot"
7891   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7892   algorithm: "plot_nf_reconf_box_name"
7893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7894   data: "plot-vpp-nfv-reconf-2n-clx"
7895   include:
7896     - "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"
7897     - "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"
7898     - "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"
7899     - "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"
7900   layout:
7901     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7902     layout: "plot-throughput"
7903
7904 ###############################################################################
7905
7906 # Plots - NF Density - VSC - MRR IMIX
7907 - type: "plot"
7908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7909   algorithm: "plot_nf_heatmap"
7910   output-file-type: ".html"
7911   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7912   data: "plot-vpp-nfv-2n-skx-mrr"
7913   filter: "'NIC_Intel-XXV710' and
7914            'NF_DENSITY' and
7915            'VHOST' and
7916            not 'VXLAN' and
7917            'CHAIN' and
7918            'NF_VPPIP4' and
7919            'IMIX' and
7920            '2T1C' and
7921            'MRR'"
7922   parameters:
7923   - "result"
7924   - "name"
7925   - "tags"
7926   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7927   x-axis: "X = VNFs per Service Chain"
7928   y-axis: "Y = Number of Service Chains"
7929   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7930   layout:
7931     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7932     layout: "plot-service-density"
7933
7934 - type: "plot"
7935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7936   algorithm: "plot_nf_heatmap"
7937   output-file-type: ".html"
7938   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7939   data: "plot-vpp-nfv-2n-skx-mrr"
7940   filter: "'NIC_Intel-XXV710' and
7941            'NF_DENSITY' and
7942            'VHOST' and
7943            not 'VXLAN' and
7944            'CHAIN' and
7945            'NF_VPPIP4' and
7946            'IMIX' and
7947            '4T2C' and
7948            'MRR'"
7949   parameters:
7950   - "result"
7951   - "name"
7952   - "tags"
7953   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7954   x-axis: "X = VNFs per Service Chain"
7955   y-axis: "Y = Number of Service Chains"
7956   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7957   layout:
7958     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7959     layout: "plot-service-density"
7960
7961 - type: "plot"
7962   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7963   algorithm: "plot_nf_heatmap"
7964   output-file-type: ".html"
7965   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7966   data: "plot-vpp-nfv-2n-skx-mrr"
7967   filter: "'NIC_Intel-XXV710' and
7968            'NF_DENSITY' and
7969            'VHOST' and
7970            not 'VXLAN' and
7971            'CHAIN' and
7972            'NF_VPPIP4' and
7973            'IMIX' and
7974            '8T4C' and
7975            'MRR'"
7976   parameters:
7977   - "result"
7978   - "name"
7979   - "tags"
7980   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7981   x-axis: "X = VNFs per Service Chain"
7982   y-axis: "Y = Number of Service Chains"
7983   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7984   layout:
7985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7986     layout: "plot-service-density"
7987
7988 # Plots - NF Density - VSC - NDR IMIX
7989 - type: "plot"
7990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7991   algorithm: "plot_nf_heatmap"
7992   output-file-type: ".html"
7993   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7994   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7995   filter: "'NIC_Intel-XXV710' and
7996            'NF_DENSITY' and
7997            'VHOST' and
7998            not 'VXLAN' and
7999            'CHAIN' and
8000            'NF_VPPIP4' and
8001            'IMIX' and
8002            '2T1C' and
8003            'NDRPDR'"
8004   parameters:
8005   - "throughput"
8006   - "name"
8007   - "tags"
8008   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8009   x-axis: "X = VNFs per Service Chain"
8010   y-axis: "Y = Number of Service Chains"
8011   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8012   layout:
8013     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8014     layout: "plot-service-density"
8015
8016 - type: "plot"
8017   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8018   algorithm: "plot_nf_heatmap"
8019   output-file-type: ".html"
8020   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8021   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8022   filter: "'NIC_Intel-XXV710' and
8023            'NF_DENSITY' and
8024            'VHOST' and
8025            not 'VXLAN' and
8026            'CHAIN' and
8027            'NF_VPPIP4' and
8028            'IMIX' and
8029            '4T2C' and
8030            'NDRPDR'"
8031   parameters:
8032   - "throughput"
8033   - "name"
8034   - "tags"
8035   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8036   x-axis: "X = VNFs per Service Chain"
8037   y-axis: "Y = Number of Service Chains"
8038   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8039   layout:
8040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8041     layout: "plot-service-density"
8042
8043 - type: "plot"
8044   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8045   algorithm: "plot_nf_heatmap"
8046   output-file-type: ".html"
8047   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8048   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8049   filter: "'NIC_Intel-XXV710' and
8050            'NF_DENSITY' and
8051            'VHOST' and
8052            not 'VXLAN' and
8053            'CHAIN' and
8054            'NF_VPPIP4' and
8055            'IMIX' and
8056            '8T4C' and
8057            'NDRPDR'"
8058   parameters:
8059   - "throughput"
8060   - "name"
8061   - "tags"
8062   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8063   x-axis: "X = VNFs per Service Chain"
8064   y-axis: "Y = Number of Service Chains"
8065   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8066   layout:
8067     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8068     layout: "plot-service-density"
8069
8070 # Plots - NF Density - VSC - PDR IMIX
8071 - type: "plot"
8072   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8073   algorithm: "plot_nf_heatmap"
8074   output-file-type: ".html"
8075   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8076   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8077   filter: "'NIC_Intel-XXV710' and
8078            'NF_DENSITY' and
8079            'VHOST' and
8080            not 'VXLAN' and
8081            'CHAIN' and
8082            'NF_VPPIP4' and
8083            'IMIX' and
8084            '2T1C' and
8085            'NDRPDR'"
8086   parameters:
8087   - "throughput"
8088   - "name"
8089   - "tags"
8090   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8091   x-axis: "X = VNFs per Service Chain"
8092   y-axis: "Y = Number of Service Chains"
8093   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8094   layout:
8095     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8096     layout: "plot-service-density"
8097
8098 - type: "plot"
8099   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8100   algorithm: "plot_nf_heatmap"
8101   output-file-type: ".html"
8102   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8103   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8104   filter: "'NIC_Intel-XXV710' and
8105            'NF_DENSITY' and
8106            'VHOST' and
8107            not 'VXLAN' and
8108            'CHAIN' and
8109            'NF_VPPIP4' and
8110            'IMIX' and
8111            '4T2C' and
8112            'NDRPDR'"
8113   parameters:
8114   - "throughput"
8115   - "name"
8116   - "tags"
8117   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8118   x-axis: "X = VNFs per Service Chain"
8119   y-axis: "Y = Number of Service Chains"
8120   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8121   layout:
8122     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8123     layout: "plot-service-density"
8124
8125 - type: "plot"
8126   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8127   algorithm: "plot_nf_heatmap"
8128   output-file-type: ".html"
8129   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8130   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8131   filter: "'NIC_Intel-XXV710' and
8132            'NF_DENSITY' and
8133            'VHOST' and
8134            not 'VXLAN' and
8135            'CHAIN' and
8136            'NF_VPPIP4' and
8137            'IMIX' and
8138            '8T4C' and
8139            'NDRPDR'"
8140   parameters:
8141   - "throughput"
8142   - "name"
8143   - "tags"
8144   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8145   x-axis: "X = VNFs per Service Chain"
8146   y-axis: "Y = Number of Service Chains"
8147   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8148   layout:
8149     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8150     layout: "plot-service-density"
8151
8152 ###############################################################################
8153
8154 # Plots - NF Density - VSC - MRR IMIX
8155 - type: "plot"
8156   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8157   algorithm: "plot_nf_heatmap"
8158   output-file-type: ".html"
8159   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8160   data: "plot-vpp-nfv-2n-skx-mrr"
8161   filter: "'NIC_Intel-XXV710' and
8162            'NF_DENSITY' and
8163            'VHOST' and
8164            'VXLAN' and
8165            'CHAIN' and
8166            'IMIX' and
8167            '2T1C' and
8168            'MRR'"
8169   parameters:
8170   - "result"
8171   - "name"
8172   - "tags"
8173   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8174   x-axis: "X = VNFs per Service Chain"
8175   y-axis: "Y = Number of Service Chains"
8176   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8177   layout:
8178     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8179     layout: "plot-service-density"
8180
8181 - type: "plot"
8182   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8183   algorithm: "plot_nf_heatmap"
8184   output-file-type: ".html"
8185   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8186   data: "plot-vpp-nfv-2n-skx-mrr"
8187   filter: "'NIC_Intel-XXV710' and
8188            'NF_DENSITY' and
8189            'VHOST' and
8190            'VXLAN' and
8191            'CHAIN' and
8192            'IMIX' and
8193            '4T2C' and
8194            'MRR'"
8195   parameters:
8196   - "result"
8197   - "name"
8198   - "tags"
8199   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8200   x-axis: "X = VNFs per Service Chain"
8201   y-axis: "Y = Number of Service Chains"
8202   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8203   layout:
8204     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8205     layout: "plot-service-density"
8206
8207 - type: "plot"
8208   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8209   algorithm: "plot_nf_heatmap"
8210   output-file-type: ".html"
8211   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8212   data: "plot-vpp-nfv-2n-skx-mrr"
8213   filter: "'NIC_Intel-XXV710' and
8214            'NF_DENSITY' and
8215            'VHOST' and
8216            'VXLAN' and
8217            'CHAIN' and
8218            'IMIX' and
8219            '8T4C' and
8220            'MRR'"
8221   parameters:
8222   - "result"
8223   - "name"
8224   - "tags"
8225   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8226   x-axis: "X = VNFs per Service Chain"
8227   y-axis: "Y = Number of Service Chains"
8228   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8229   layout:
8230     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8231     layout: "plot-service-density"
8232
8233 # Plots - NF Density - VSC - NDR IMIX
8234 - type: "plot"
8235   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8236   algorithm: "plot_nf_heatmap"
8237   output-file-type: ".html"
8238   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8239   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8240   filter: "'NIC_Intel-XXV710' and
8241            'NF_DENSITY' and
8242            'VHOST' and
8243            'VXLAN' and
8244            'CHAIN' and
8245            'IMIX' and
8246            '2T1C' and
8247            'NDRPDR'"
8248   parameters:
8249   - "throughput"
8250   - "name"
8251   - "tags"
8252   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8253   x-axis: "X = VNFs per Service Chain"
8254   y-axis: "Y = Number of Service Chains"
8255   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8256   layout:
8257     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8258     layout: "plot-service-density"
8259
8260 - type: "plot"
8261   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8262   algorithm: "plot_nf_heatmap"
8263   output-file-type: ".html"
8264   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8265   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8266   filter: "'NIC_Intel-XXV710' and
8267            'NF_DENSITY' and
8268            'VHOST' and
8269            'VXLAN' and
8270            'CHAIN' and
8271            'IMIX' and
8272            '4T2C' and
8273            'NDRPDR'"
8274   parameters:
8275   - "throughput"
8276   - "name"
8277   - "tags"
8278   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8279   x-axis: "X = VNFs per Service Chain"
8280   y-axis: "Y = Number of Service Chains"
8281   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8282   layout:
8283     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8284     layout: "plot-service-density"
8285
8286 - type: "plot"
8287   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8288   algorithm: "plot_nf_heatmap"
8289   output-file-type: ".html"
8290   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8291   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8292   filter: "'NIC_Intel-XXV710' and
8293            'NF_DENSITY' and
8294            'VHOST' and
8295            'VXLAN' and
8296            'CHAIN' and
8297            'IMIX' and
8298            '8T4C' and
8299            'NDRPDR'"
8300   parameters:
8301   - "throughput"
8302   - "name"
8303   - "tags"
8304   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8305   x-axis: "X = VNFs per Service Chain"
8306   y-axis: "Y = Number of Service Chains"
8307   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8308   layout:
8309     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8310     layout: "plot-service-density"
8311
8312 # Plots - NF Density - VSC - PDR IMIX
8313 - type: "plot"
8314   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8315   algorithm: "plot_nf_heatmap"
8316   output-file-type: ".html"
8317   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8318   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8319   filter: "'NIC_Intel-XXV710' and
8320            'NF_DENSITY' and
8321            'VHOST' and
8322            'VXLAN' and
8323            'CHAIN' and
8324            'IMIX' and
8325            '2T1C' and
8326            'NDRPDR'"
8327   parameters:
8328   - "throughput"
8329   - "name"
8330   - "tags"
8331   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8332   x-axis: "X = VNFs per Service Chain"
8333   y-axis: "Y = Number of Service Chains"
8334   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8335   layout:
8336     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8337     layout: "plot-service-density"
8338
8339 - type: "plot"
8340   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8341   algorithm: "plot_nf_heatmap"
8342   output-file-type: ".html"
8343   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8344   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8345   filter: "'NIC_Intel-XXV710' and
8346            'NF_DENSITY' and
8347            'VHOST' and
8348            'VXLAN' and
8349            'CHAIN' and
8350            'IMIX' and
8351            '4T2C' and
8352            'NDRPDR'"
8353   parameters:
8354   - "throughput"
8355   - "name"
8356   - "tags"
8357   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8358   x-axis: "X = VNFs per Service Chain"
8359   y-axis: "Y = Number of Service Chains"
8360   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8361   layout:
8362     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8363     layout: "plot-service-density"
8364
8365 - type: "plot"
8366   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8367   algorithm: "plot_nf_heatmap"
8368   output-file-type: ".html"
8369   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8370   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8371   filter: "'NIC_Intel-XXV710' and
8372            'NF_DENSITY' and
8373            'VHOST' and
8374            'VXLAN' and
8375            'CHAIN' and
8376            'IMIX' and
8377            '8T4C' and
8378            'NDRPDR'"
8379   parameters:
8380   - "throughput"
8381   - "name"
8382   - "tags"
8383   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8384   x-axis: "X = VNFs per Service Chain"
8385   y-axis: "Y = Number of Service Chains"
8386   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8387   layout:
8388     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8389     layout: "plot-service-density"
8390
8391 ###############################################################################
8392
8393 # Plots - NF Density - CSC - MRR IMIX
8394 - type: "plot"
8395   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8396   algorithm: "plot_nf_heatmap"
8397   output-file-type: ".html"
8398   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8399   data: "plot-vpp-nfv-2n-skx-mrr"
8400   filter: "'NIC_Intel-XXV710' and
8401            'NF_DENSITY' and
8402            'DOCKER' and
8403            'CHAIN' and
8404            'NF_VPPIP4' and
8405            'IMIX' and
8406            '2T1C' and
8407            'MRR'"
8408   parameters:
8409   - "result"
8410   - "name"
8411   - "tags"
8412   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8413   x-axis: "X = CNFs per Service Chain"
8414   y-axis: "Y = Number of Service Chains"
8415   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8416   layout:
8417     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8418     layout: "plot-service-density"
8419
8420 - type: "plot"
8421   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8422   algorithm: "plot_nf_heatmap"
8423   output-file-type: ".html"
8424   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8425   data: "plot-vpp-nfv-2n-skx-mrr"
8426   filter: "'NIC_Intel-XXV710' and
8427            'NF_DENSITY' and
8428            'DOCKER' and
8429            'CHAIN' and
8430            'NF_VPPIP4' and
8431            'IMIX' and
8432            '4T2C' and
8433            'MRR'"
8434   parameters:
8435   - "result"
8436   - "name"
8437   - "tags"
8438   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8439   x-axis: "X = CNFs per Service Chain"
8440   y-axis: "Y = Number of Service Chains"
8441   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8442   layout:
8443     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8444     layout: "plot-service-density"
8445
8446 - type: "plot"
8447   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8448   algorithm: "plot_nf_heatmap"
8449   output-file-type: ".html"
8450   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8451   data: "plot-vpp-nfv-2n-skx-mrr"
8452   filter: "'NIC_Intel-XXV710' and
8453            'NF_DENSITY' and
8454            'DOCKER' and
8455            'CHAIN' and
8456            'NF_VPPIP4' and
8457            'IMIX' and
8458            '8T4C' and
8459            'MRR'"
8460   parameters:
8461   - "result"
8462   - "name"
8463   - "tags"
8464   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8465   x-axis: "X = CNFs per Service Chain"
8466   y-axis: "Y = Number of Service Chains"
8467   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8468   layout:
8469     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8470     layout: "plot-service-density"
8471
8472 # Plots - NF Density - CSC - NDR IMIX
8473 - type: "plot"
8474   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8475   algorithm: "plot_nf_heatmap"
8476   output-file-type: ".html"
8477   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8478   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8479   filter: "'NIC_Intel-XXV710' and
8480            'NF_DENSITY' and
8481            'DOCKER' and
8482            'CHAIN' and
8483            'NF_VPPIP4' and
8484            'IMIX' and
8485            '2T1C' and
8486            'NDRPDR'"
8487   parameters:
8488   - "throughput"
8489   - "name"
8490   - "tags"
8491   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8492   x-axis: "X = CNFs per Service Chain"
8493   y-axis: "Y = Number of Service Chains"
8494   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8495   layout:
8496     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8497     layout: "plot-service-density"
8498
8499 - type: "plot"
8500   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8501   algorithm: "plot_nf_heatmap"
8502   output-file-type: ".html"
8503   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8504   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8505   filter: "'NIC_Intel-XXV710' and
8506            'NF_DENSITY' and
8507            'DOCKER' and
8508            'CHAIN' and
8509            'NF_VPPIP4' and
8510            'IMIX' and
8511            '4T2C' and
8512            'NDRPDR'"
8513   parameters:
8514   - "throughput"
8515   - "name"
8516   - "tags"
8517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8518   x-axis: "X = CNFs per Service Chain"
8519   y-axis: "Y = Number of Service Chains"
8520   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8521   layout:
8522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8523     layout: "plot-service-density"
8524
8525 - type: "plot"
8526   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8527   algorithm: "plot_nf_heatmap"
8528   output-file-type: ".html"
8529   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8530   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8531   filter: "'NIC_Intel-XXV710' and
8532            'NF_DENSITY' and
8533            'DOCKER' and
8534            'CHAIN' and
8535            'NF_VPPIP4' and
8536            'IMIX' and
8537            '8T4C' and
8538            'NDRPDR'"
8539   parameters:
8540   - "throughput"
8541   - "name"
8542   - "tags"
8543   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8544   x-axis: "X = CNFs per Service Chain"
8545   y-axis: "Y = Number of Service Chains"
8546   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8547   layout:
8548     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8549     layout: "plot-service-density"
8550
8551 # Plots - NF Density - CSC - PDR IMIX
8552 - type: "plot"
8553   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8554   algorithm: "plot_nf_heatmap"
8555   output-file-type: ".html"
8556   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8557   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8558   filter: "'NIC_Intel-XXV710' and
8559            'NF_DENSITY' and
8560            'DOCKER' and
8561            'CHAIN' and
8562            'NF_VPPIP4' and
8563            'IMIX' and
8564            '2T1C' and
8565            'NDRPDR'"
8566   parameters:
8567   - "throughput"
8568   - "name"
8569   - "tags"
8570   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8571   x-axis: "X = CNFs per Service Chain"
8572   y-axis: "Y = Number of Service Chains"
8573   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8574   layout:
8575     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8576     layout: "plot-service-density"
8577
8578 - type: "plot"
8579   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8580   algorithm: "plot_nf_heatmap"
8581   output-file-type: ".html"
8582   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8583   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8584   filter: "'NIC_Intel-XXV710' and
8585            'NF_DENSITY' and
8586            'DOCKER' and
8587            'CHAIN' and
8588            'NF_VPPIP4' and
8589            'IMIX' and
8590            '4T2C' and
8591            'NDRPDR'"
8592   parameters:
8593   - "throughput"
8594   - "name"
8595   - "tags"
8596   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8597   x-axis: "X = CNFs per Service Chain"
8598   y-axis: "Y = Number of Service Chains"
8599   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8600   layout:
8601     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8602     layout: "plot-service-density"
8603
8604 - type: "plot"
8605   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8606   algorithm: "plot_nf_heatmap"
8607   output-file-type: ".html"
8608   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8609   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8610   filter: "'NIC_Intel-XXV710' and
8611            'NF_DENSITY' and
8612            'DOCKER' and
8613            'CHAIN' and
8614            'NF_VPPIP4' and
8615            'IMIX' and
8616            '8T4C' and
8617            'NDRPDR'"
8618   parameters:
8619   - "throughput"
8620   - "name"
8621   - "tags"
8622   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8623   x-axis: "X = CNFs per Service Chain"
8624   y-axis: "Y = Number of Service Chains"
8625   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8626   layout:
8627     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8628     layout: "plot-service-density"
8629
8630 ################################################################################
8631 #
8632 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8633 #- type: "plot"
8634 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8635 #  algorithm: "plot_nf_heatmap"
8636 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8637 #  data: "plot-vpp-nfv-3n-skx-mrr"
8638 #  filter: "'NIC_Intel-XXV710' and
8639 #           'NF_DENSITY' and
8640 #           'DOCKER' and
8641 #           'CHAIN' and
8642 #           'NF_VPPIP4' and
8643 #           'IPSEC' and
8644 #           'TNL_4' and
8645 #           'IMIX' and
8646 #           '2T1C' and
8647 #           'MRR'"
8648 #  parameters:
8649 #  - "result"
8650 #  - "name"
8651 #  - "tags"
8652 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8653 #  x-axis: "X = CNFs per Service Chain"
8654 #  y-axis: "Y = Number of Service Chains"
8655 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8656 #  layout:
8657 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8658 #    layout: "plot-service-density"
8659 #
8660 #- type: "plot"
8661 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8662 #  algorithm: "plot_nf_heatmap"
8663 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8664 #  data: "plot-vpp-nfv-3n-skx-mrr"
8665 #  filter: "'NIC_Intel-XXV710' and
8666 #           'NF_DENSITY' and
8667 #           'DOCKER' and
8668 #           'CHAIN' and
8669 #           'NF_VPPIP4' and
8670 #           'IPSEC' and
8671 #           'TNL_4' and
8672 #           'IMIX' and
8673 #           '4T2C' and
8674 #           'MRR'"
8675 #  parameters:
8676 #  - "result"
8677 #  - "name"
8678 #  - "tags"
8679 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8680 #  x-axis: "X = CNFs per Service Chain"
8681 #  y-axis: "Y = Number of Service Chains"
8682 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8683 #  layout:
8684 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8685 #    layout: "plot-service-density"
8686 #
8687 #- type: "plot"
8688 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8689 #  algorithm: "plot_nf_heatmap"
8690 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8691 #  data: "plot-vpp-nfv-3n-skx-mrr"
8692 #  filter: "'NIC_Intel-XXV710' and
8693 #           'NF_DENSITY' and
8694 #           'DOCKER' and
8695 #           'CHAIN' and
8696 #           'NF_VPPIP4' and
8697 #           'IPSEC' and
8698 #           'TNL_4' and
8699 #           'IMIX' and
8700 #           '8T4C' and
8701 #           'MRR'"
8702 #  parameters:
8703 #  - "result"
8704 #  - "name"
8705 #  - "tags"
8706 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8707 #  x-axis: "X = CNFs per Service Chain"
8708 #  y-axis: "Y = Number of Service Chains"
8709 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8710 #  layout:
8711 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8712 #    layout: "plot-service-density"
8713
8714 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8715 #- type: "plot"
8716 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8717 #  algorithm: "plot_nf_heatmap"
8718 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8719 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8720 #  filter: "'NIC_Intel-XXV710' and
8721 #           'NF_DENSITY' and
8722 #           'DOCKER' and
8723 #           'CHAIN' and
8724 #           'NF_VPPIP4' and
8725 #           'IPSEC' and
8726 #           'TNL_4' and
8727 #           'IMIX' and
8728 #           '2T1C' and
8729 #           'NDRPDR'"
8730 #  parameters:
8731 #  - "throughput"
8732 #  - "name"
8733 #  - "tags"
8734 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8735 #  x-axis: "X = CNFs per Service Chain"
8736 #  y-axis: "Y = Number of Service Chains"
8737 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8738 #  layout:
8739 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8740 #    layout: "plot-service-density"
8741 #
8742 #- type: "plot"
8743 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8744 #  algorithm: "plot_nf_heatmap"
8745 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8746 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8747 #  filter: "'NIC_Intel-XXV710' and
8748 #           'NF_DENSITY' and
8749 #           'DOCKER' and
8750 #           'CHAIN' and
8751 #           'NF_VPPIP4' and
8752 #           'IPSEC' and
8753 #           'TNL_4' and
8754 #           'IMIX' and
8755 #           '4T2C' and
8756 #           'NDRPDR'"
8757 #  parameters:
8758 #  - "throughput"
8759 #  - "name"
8760 #  - "tags"
8761 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8762 #  x-axis: "X = CNFs per Service Chain"
8763 #  y-axis: "Y = Number of Service Chains"
8764 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8765 #  layout:
8766 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8767 #    layout: "plot-service-density"
8768 #
8769 #- type: "plot"
8770 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8771 #  algorithm: "plot_nf_heatmap"
8772 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8773 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8774 #  filter: "'NIC_Intel-XXV710' and
8775 #           'NF_DENSITY' and
8776 #           'DOCKER' and
8777 #           'CHAIN' and
8778 #           'NF_VPPIP4' and
8779 #           'IPSEC' and
8780 #           'TNL_4' and
8781 #           'IMIX' and
8782 #           '8T4C' and
8783 #           'NDRPDR'"
8784 #  parameters:
8785 #  - "throughput"
8786 #  - "name"
8787 #  - "tags"
8788 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8789 #  x-axis: "X = CNFs per Service Chain"
8790 #  y-axis: "Y = Number of Service Chains"
8791 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8792 #  layout:
8793 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8794 #    layout: "plot-service-density"
8795 #
8796 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8797 #- type: "plot"
8798 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8799 #  algorithm: "plot_nf_heatmap"
8800 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8801 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8802 #  filter: "'NIC_Intel-XXV710' and
8803 #           'NF_DENSITY' and
8804 #           'DOCKER' and
8805 #           'CHAIN' and
8806 #           'NF_VPPIP4' and
8807 #           'IPSEC' and
8808 #           'TNL_4' and
8809 #           'IMIX' and
8810 #           '2T1C' and
8811 #           'NDRPDR'"
8812 #  parameters:
8813 #  - "throughput"
8814 #  - "name"
8815 #  - "tags"
8816 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8817 #  x-axis: "X = CNFs per Service Chain"
8818 #  y-axis: "Y = Number of Service Chains"
8819 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8820 #  layout:
8821 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8822 #    layout: "plot-service-density"
8823 #
8824 #- type: "plot"
8825 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8826 #  algorithm: "plot_nf_heatmap"
8827 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8828 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8829 #  filter: "'NIC_Intel-XXV710' and
8830 #           'NF_DENSITY' and
8831 #           'DOCKER' and
8832 #           'CHAIN' and
8833 #           'NF_VPPIP4' and
8834 #           'IPSEC' and
8835 #           'TNL_4' and
8836 #           'IMIX' and
8837 #           '4T2C' and
8838 #           'NDRPDR'"
8839 #  parameters:
8840 #  - "throughput"
8841 #  - "name"
8842 #  - "tags"
8843 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8844 #  x-axis: "X = CNFs per Service Chain"
8845 #  y-axis: "Y = Number of Service Chains"
8846 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8847 #  layout:
8848 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8849 #    layout: "plot-service-density"
8850 #
8851 #- type: "plot"
8852 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8853 #  algorithm: "plot_nf_heatmap"
8854 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8855 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8856 #  filter: "'NIC_Intel-XXV710' and
8857 #           'NF_DENSITY' and
8858 #           'DOCKER' and
8859 #           'CHAIN' and
8860 #           'NF_VPPIP4' and
8861 #           'IPSEC' and
8862 #           'TNL_4' and
8863 #           'IMIX' and
8864 #           '8T4C' and
8865 #           'NDRPDR'"
8866 #  parameters:
8867 #  - "throughput"
8868 #  - "name"
8869 #  - "tags"
8870 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8871 #  x-axis: "X = CNFs per Service Chain"
8872 #  y-axis: "Y = Number of Service Chains"
8873 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8874 #  layout:
8875 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8876 #    layout: "plot-service-density"
8877
8878 ###############################################################################
8879
8880 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8881 #- type: "plot"
8882 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8883 #  algorithm: "plot_nf_heatmap"
8884 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8885 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8886 #  filter: "'NIC_Intel-XL710' and
8887 #           'NF_DENSITY' and
8888 #           'DOCKER' and
8889 #           'CHAIN' and
8890 #           'NF_VPPIP4' and
8891 #           'IMIX' and
8892 #           'TNL_4' and
8893 #           '1T1C' and
8894 #           'MRR'"
8895 #  parameters:
8896 #  - "result"
8897 #  - "name"
8898 #  - "tags"
8899 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8900 #  x-axis: "X = CNFs per Service Chain"
8901 #  y-axis: "Y = Number of Service Chains"
8902 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8903 #  layout:
8904 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8905 #    layout: "plot-service-density"
8906 #
8907 #- type: "plot"
8908 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8909 #  algorithm: "plot_nf_heatmap"
8910 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8911 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8912 #  filter: "'NIC_Intel-XL710' and
8913 #           'NF_DENSITY' and
8914 #           'DOCKER' and
8915 #           'CHAIN' and
8916 #           'NF_VPPIP4' and
8917 #           'IPSEC' and
8918 #           'TNL_4' and
8919 #           'IMIX' and
8920 #           '2T2C' and
8921 #           'MRR'"
8922 #  parameters:
8923 #  - "result"
8924 #  - "name"
8925 #  - "tags"
8926 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8927 #  x-axis: "X = CNFs per Service Chain"
8928 #  y-axis: "Y = Number of Service Chains"
8929 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8930 #  layout:
8931 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8932 #    layout: "plot-service-density"
8933 #
8934 #- type: "plot"
8935 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8936 #  algorithm: "plot_nf_heatmap"
8937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8938 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8939 #  filter: "'NIC_Intel-XL710' and
8940 #           'NF_DENSITY' and
8941 #           'DOCKER' and
8942 #           'CHAIN' and
8943 #           'NF_VPPIP4' and
8944 #           'IPSEC' and
8945 #           'TNL_4' and
8946 #           'IMIX' and
8947 #           '4T4C' and
8948 #           'MRR'"
8949 #  parameters:
8950 #  - "result"
8951 #  - "name"
8952 #  - "tags"
8953 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8954 #  x-axis: "X = CNFs per Service Chain"
8955 #  y-axis: "Y = Number of Service Chains"
8956 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8957 #  layout:
8958 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8959 #    layout: "plot-service-density"
8960
8961 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8962 #- type: "plot"
8963 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8964 #  algorithm: "plot_nf_heatmap"
8965 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8966 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8967 #  filter: "'NIC_Intel-XL710' and
8968 #           'NF_DENSITY' and
8969 #           'DOCKER' and
8970 #           'CHAIN' and
8971 #           'NF_VPPIP4' and
8972 #           'IPSEC' and
8973 #           'TNL_4' and
8974 #           'IMIX' and
8975 #           '1T1C' and
8976 #           'NDRPDR'"
8977 #  parameters:
8978 #  - "throughput"
8979 #  - "name"
8980 #  - "tags"
8981 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8982 #  x-axis: "X = CNFs per Service Chain"
8983 #  y-axis: "Y = Number of Service Chains"
8984 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8985 #  layout:
8986 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8987 #    layout: "plot-service-density"
8988 #
8989 #- type: "plot"
8990 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8991 #  algorithm: "plot_nf_heatmap"
8992 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8993 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8994 #  filter: "'NIC_Intel-XL710' and
8995 #           'NF_DENSITY' and
8996 #           'DOCKER' and
8997 #           'CHAIN' and
8998 #           'NF_VPPIP4' and
8999 #           'IPSEC' and
9000 #           'TNL_4' and
9001 #           'IMIX' and
9002 #           '2T2C' and
9003 #           'NDRPDR'"
9004 #  parameters:
9005 #  - "throughput"
9006 #  - "name"
9007 #  - "tags"
9008 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9009 #  x-axis: "X = CNFs per Service Chain"
9010 #  y-axis: "Y = Number of Service Chains"
9011 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9012 #  layout:
9013 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9014 #    layout: "plot-service-density"
9015 #
9016 #- type: "plot"
9017 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9018 #  algorithm: "plot_nf_heatmap"
9019 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9020 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9021 #  filter: "'NIC_Intel-XL710' and
9022 #           'NF_DENSITY' and
9023 #           'DOCKER' and
9024 #           'CHAIN' and
9025 #           'NF_VPPIP4' and
9026 #           'IPSEC' and
9027 #           'TNL_4' and
9028 #           'IMIX' and
9029 #           '4T4C' and
9030 #           'NDRPDR'"
9031 #  parameters:
9032 #  - "throughput"
9033 #  - "name"
9034 #  - "tags"
9035 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9036 #  x-axis: "X = CNFs per Service Chain"
9037 #  y-axis: "Y = Number of Service Chains"
9038 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9039 #  layout:
9040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9041 #    layout: "plot-service-density"
9042 #
9043 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9044 #- type: "plot"
9045 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9046 #  algorithm: "plot_nf_heatmap"
9047 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9048 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9049 #  filter: "'NIC_Intel-XL710' and
9050 #           'NF_DENSITY' and
9051 #           'DOCKER' and
9052 #           'CHAIN' and
9053 #           'NF_VPPIP4' and
9054 #           'IPSEC' and
9055 #           'TNL_4' and
9056 #           'IMIX' and
9057 #           '1T1C' and
9058 #           'NDRPDR'"
9059 #  parameters:
9060 #  - "throughput"
9061 #  - "name"
9062 #  - "tags"
9063 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9064 #  x-axis: "X = CNFs per Service Chain"
9065 #  y-axis: "Y = Number of Service Chains"
9066 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9067 #  layout:
9068 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9069 #    layout: "plot-service-density"
9070 #
9071 #- type: "plot"
9072 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9073 #  algorithm: "plot_nf_heatmap"
9074 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9075 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9076 #  filter: "'NIC_Intel-XL710' and
9077 #           'NF_DENSITY' and
9078 #           'DOCKER' and
9079 #           'CHAIN' and
9080 #           'NF_VPPIP4' and
9081 #           'IPSEC' and
9082 #           'TNL_4' and
9083 #           'IMIX' and
9084 #           '2T2C' and
9085 #           'NDRPDR'"
9086 #  parameters:
9087 #  - "throughput"
9088 #  - "name"
9089 #  - "tags"
9090 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9091 #  x-axis: "X = CNFs per Service Chain"
9092 #  y-axis: "Y = Number of Service Chains"
9093 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9094 #  layout:
9095 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9096 #    layout: "plot-service-density"
9097 #
9098 #- type: "plot"
9099 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9100 #  algorithm: "plot_nf_heatmap"
9101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9102 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9103 #  filter: "'NIC_Intel-XL710' and
9104 #           'NF_DENSITY' and
9105 #           'DOCKER' and
9106 #           'CHAIN' and
9107 #           'NF_VPPIP4' and
9108 #           'IPSEC' and
9109 #           'TNL_4' and
9110 #           'IMIX' and
9111 #           '4T4C' and
9112 #           'NDRPDR'"
9113 #  parameters:
9114 #  - "throughput"
9115 #  - "name"
9116 #  - "tags"
9117 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9118 #  x-axis: "X = CNFs per Service Chain"
9119 #  y-axis: "Y = Number of Service Chains"
9120 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9121 #  layout:
9122 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9123 #    layout: "plot-service-density"
9124
9125 ###############################################################################
9126
9127 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9128 #- type: "plot"
9129 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9130 #  algorithm: "plot_nf_heatmap"
9131 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9132 #  data: "plot-vpp-nfv-3n-skx-mrr"
9133 #  filter: "'NIC_Intel-XXV710' and
9134 #           'NF_DENSITY' and
9135 #           'DOCKER' and
9136 #           'CHAIN' and
9137 #           'NF_VPPIP4' and
9138 #           'IPSEC' and
9139 #           'TNL_1000' and
9140 #           'IMIX' and
9141 #           '2T1C' and
9142 #           'MRR'"
9143 #  parameters:
9144 #  - "result"
9145 #  - "name"
9146 #  - "tags"
9147 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9148 #  x-axis: "X = CNFs per Service Chain"
9149 #  y-axis: "Y = Number of Service Chains"
9150 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9151 #  layout:
9152 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9153 #    layout: "plot-service-density"
9154 #
9155 #- type: "plot"
9156 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9157 #  algorithm: "plot_nf_heatmap"
9158 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9159 #  data: "plot-vpp-nfv-3n-skx-mrr"
9160 #  filter: "'NIC_Intel-XXV710' and
9161 #           'NF_DENSITY' and
9162 #           'DOCKER' and
9163 #           'CHAIN' and
9164 #           'NF_VPPIP4' and
9165 #           'IPSEC' and
9166 #           'TNL_1000' and
9167 #           'IMIX' and
9168 #           '4T2C' and
9169 #           'MRR'"
9170 #  parameters:
9171 #  - "result"
9172 #  - "name"
9173 #  - "tags"
9174 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9175 #  x-axis: "X = CNFs per Service Chain"
9176 #  y-axis: "Y = Number of Service Chains"
9177 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9178 #  layout:
9179 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9180 #    layout: "plot-service-density"
9181 #
9182 #- type: "plot"
9183 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9184 #  algorithm: "plot_nf_heatmap"
9185 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9186 #  data: "plot-vpp-nfv-3n-skx-mrr"
9187 #  filter: "'NIC_Intel-XXV710' and
9188 #           'NF_DENSITY' and
9189 #           'DOCKER' and
9190 #           'CHAIN' and
9191 #           'NF_VPPIP4' and
9192 #           'IPSEC' and
9193 #           'TNL_1000' and
9194 #           'IMIX' and
9195 #           '8T4C' and
9196 #           'MRR'"
9197 #  parameters:
9198 #  - "result"
9199 #  - "name"
9200 #  - "tags"
9201 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9202 #  x-axis: "X = CNFs per Service Chain"
9203 #  y-axis: "Y = Number of Service Chains"
9204 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9205 #  layout:
9206 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9207 #    layout: "plot-service-density"
9208
9209 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9210 #- type: "plot"
9211 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9212 #  algorithm: "plot_nf_heatmap"
9213 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9214 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9215 #  filter: "'NIC_Intel-XXV710' and
9216 #           'NF_DENSITY' and
9217 #           'DOCKER' and
9218 #           'CHAIN' and
9219 #           'NF_VPPIP4' and
9220 #           'IPSEC' and
9221 #           'TNL_1000' and
9222 #           'IMIX' and
9223 #           '2T1C' and
9224 #           'NDRPDR'"
9225 #  parameters:
9226 #  - "throughput"
9227 #  - "name"
9228 #  - "tags"
9229 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9230 #  x-axis: "X = CNFs per Service Chain"
9231 #  y-axis: "Y = Number of Service Chains"
9232 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9233 #  layout:
9234 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9235 #    layout: "plot-service-density"
9236 #
9237 #- type: "plot"
9238 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9239 #  algorithm: "plot_nf_heatmap"
9240 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9241 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9242 #  filter: "'NIC_Intel-XXV710' and
9243 #           'NF_DENSITY' and
9244 #           'DOCKER' and
9245 #           'CHAIN' and
9246 #           'NF_VPPIP4' and
9247 #           'IPSEC' and
9248 #           'TNL_1000' and
9249 #           'IMIX' and
9250 #           '4T2C' and
9251 #           'NDRPDR'"
9252 #  parameters:
9253 #  - "throughput"
9254 #  - "name"
9255 #  - "tags"
9256 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9257 #  x-axis: "X = CNFs per Service Chain"
9258 #  y-axis: "Y = Number of Service Chains"
9259 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9260 #  layout:
9261 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9262 #    layout: "plot-service-density"
9263 #
9264 #- type: "plot"
9265 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9266 #  algorithm: "plot_nf_heatmap"
9267 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9268 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9269 #  filter: "'NIC_Intel-XXV710' and
9270 #           'NF_DENSITY' and
9271 #           'DOCKER' and
9272 #           'CHAIN' and
9273 #           'NF_VPPIP4' and
9274 #           'IPSEC' and
9275 #           'TNL_1000' and
9276 #           'IMIX' and
9277 #           '8T4C' and
9278 #           'NDRPDR'"
9279 #  parameters:
9280 #  - "throughput"
9281 #  - "name"
9282 #  - "tags"
9283 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9284 #  x-axis: "X = CNFs per Service Chain"
9285 #  y-axis: "Y = Number of Service Chains"
9286 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9287 #  layout:
9288 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9289 #    layout: "plot-service-density"
9290 #
9291 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9292 #- type: "plot"
9293 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9294 #  algorithm: "plot_nf_heatmap"
9295 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9296 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9297 #  filter: "'NIC_Intel-XXV710' and
9298 #           'NF_DENSITY' and
9299 #           'DOCKER' and
9300 #           'CHAIN' and
9301 #           'NF_VPPIP4' and
9302 #           'IPSEC' and
9303 #           'TNL_1000' and
9304 #           'IMIX' and
9305 #           '2T1C' and
9306 #           'NDRPDR'"
9307 #  parameters:
9308 #  - "throughput"
9309 #  - "name"
9310 #  - "tags"
9311 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9312 #  x-axis: "X = CNFs per Service Chain"
9313 #  y-axis: "Y = Number of Service Chains"
9314 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9315 #  layout:
9316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9317 #    layout: "plot-service-density"
9318 #
9319 #- type: "plot"
9320 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9321 #  algorithm: "plot_nf_heatmap"
9322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9323 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9324 #  filter: "'NIC_Intel-XXV710' and
9325 #           'NF_DENSITY' and
9326 #           'DOCKER' and
9327 #           'CHAIN' and
9328 #           'NF_VPPIP4' and
9329 #           'IPSEC' and
9330 #           'TNL_1000' and
9331 #           'IMIX' and
9332 #           '4T2C' and
9333 #           'NDRPDR'"
9334 #  parameters:
9335 #  - "throughput"
9336 #  - "name"
9337 #  - "tags"
9338 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9339 #  x-axis: "X = CNFs per Service Chain"
9340 #  y-axis: "Y = Number of Service Chains"
9341 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9342 #  layout:
9343 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9344 #    layout: "plot-service-density"
9345 #
9346 #- type: "plot"
9347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9348 #  algorithm: "plot_nf_heatmap"
9349 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9350 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9351 #  filter: "'NIC_Intel-XXV710' and
9352 #           'NF_DENSITY' and
9353 #           'DOCKER' and
9354 #           'CHAIN' and
9355 #           'NF_VPPIP4' and
9356 #           'IPSEC' and
9357 #           'TNL_1000' and
9358 #           'IMIX' and
9359 #           '8T4C' and
9360 #           'NDRPDR'"
9361 #  parameters:
9362 #  - "throughput"
9363 #  - "name"
9364 #  - "tags"
9365 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9366 #  x-axis: "X = CNFs per Service Chain"
9367 #  y-axis: "Y = Number of Service Chains"
9368 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9369 #  layout:
9370 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9371 #    layout: "plot-service-density"
9372
9373 ###############################################################################
9374
9375 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9376 #- type: "plot"
9377 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9378 #  algorithm: "plot_nf_heatmap"
9379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9380 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9381 #  filter: "'NIC_Intel-XL710' and
9382 #           'NF_DENSITY' and
9383 #           'DOCKER' and
9384 #           'CHAIN' and
9385 #           'NF_VPPIP4' and
9386 #           'IMIX' and
9387 #           'TNL_1000' and
9388 #           '1T1C' and
9389 #           'MRR'"
9390 #  parameters:
9391 #  - "result"
9392 #  - "name"
9393 #  - "tags"
9394 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9395 #  x-axis: "X = CNFs per Service Chain"
9396 #  y-axis: "Y = Number of Service Chains"
9397 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9398 #  layout:
9399 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9400 #    layout: "plot-service-density"
9401 #
9402 #- type: "plot"
9403 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9404 #  algorithm: "plot_nf_heatmap"
9405 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9406 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9407 #  filter: "'NIC_Intel-XL710' and
9408 #           'NF_DENSITY' and
9409 #           'DOCKER' and
9410 #           'CHAIN' and
9411 #           'NF_VPPIP4' and
9412 #           'IPSEC' and
9413 #           'TNL_1000' and
9414 #           'IMIX' and
9415 #           '2T2C' and
9416 #           'MRR'"
9417 #  parameters:
9418 #  - "result"
9419 #  - "name"
9420 #  - "tags"
9421 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9422 #  x-axis: "X = CNFs per Service Chain"
9423 #  y-axis: "Y = Number of Service Chains"
9424 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9425 #  layout:
9426 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9427 #    layout: "plot-service-density"
9428 #
9429 #- type: "plot"
9430 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9431 #  algorithm: "plot_nf_heatmap"
9432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9433 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9434 #  filter: "'NIC_Intel-XL710' and
9435 #           'NF_DENSITY' and
9436 #           'DOCKER' and
9437 #           'CHAIN' and
9438 #           'NF_VPPIP4' and
9439 #           'IPSEC' and
9440 #           'TNL_1000' and
9441 #           'IMIX' and
9442 #           '4T4C' and
9443 #           'MRR'"
9444 #  parameters:
9445 #  - "result"
9446 #  - "name"
9447 #  - "tags"
9448 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9449 #  x-axis: "X = CNFs per Service Chain"
9450 #  y-axis: "Y = Number of Service Chains"
9451 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9452 #  layout:
9453 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9454 #    layout: "plot-service-density"
9455
9456 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9457 #- type: "plot"
9458 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9459 #  algorithm: "plot_nf_heatmap"
9460 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9461 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9462 #  filter: "'NIC_Intel-XL710' and
9463 #           'NF_DENSITY' and
9464 #           'DOCKER' and
9465 #           'CHAIN' and
9466 #           'NF_VPPIP4' and
9467 #           'IPSEC' and
9468 #           'TNL_1000' and
9469 #           'IMIX' and
9470 #           '1T1C' and
9471 #           'NDRPDR'"
9472 #  parameters:
9473 #  - "throughput"
9474 #  - "name"
9475 #  - "tags"
9476 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9477 #  x-axis: "X = CNFs per Service Chain"
9478 #  y-axis: "Y = Number of Service Chains"
9479 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9480 #  layout:
9481 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9482 #    layout: "plot-service-density"
9483 #
9484 #- type: "plot"
9485 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9486 #  algorithm: "plot_nf_heatmap"
9487 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9488 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9489 #  filter: "'NIC_Intel-XL710' and
9490 #           'NF_DENSITY' and
9491 #           'DOCKER' and
9492 #           'CHAIN' and
9493 #           'NF_VPPIP4' and
9494 #           'IPSEC' and
9495 #           'TNL_1000' and
9496 #           'IMIX' and
9497 #           '2T2C' and
9498 #           'NDRPDR'"
9499 #  parameters:
9500 #  - "throughput"
9501 #  - "name"
9502 #  - "tags"
9503 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9504 #  x-axis: "X = CNFs per Service Chain"
9505 #  y-axis: "Y = Number of Service Chains"
9506 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9507 #  layout:
9508 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9509 #    layout: "plot-service-density"
9510 #
9511 #- type: "plot"
9512 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9513 #  algorithm: "plot_nf_heatmap"
9514 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9515 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9516 #  filter: "'NIC_Intel-XL710' and
9517 #           'NF_DENSITY' and
9518 #           'DOCKER' and
9519 #           'CHAIN' and
9520 #           'NF_VPPIP4' and
9521 #           'IPSEC' and
9522 #           'TNL_1000' and
9523 #           'IMIX' and
9524 #           '4T4C' and
9525 #           'NDRPDR'"
9526 #  parameters:
9527 #  - "throughput"
9528 #  - "name"
9529 #  - "tags"
9530 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9531 #  x-axis: "X = CNFs per Service Chain"
9532 #  y-axis: "Y = Number of Service Chains"
9533 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9534 #  layout:
9535 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9536 #    layout: "plot-service-density"
9537 #
9538 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9539 #- type: "plot"
9540 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9541 #  algorithm: "plot_nf_heatmap"
9542 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9543 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9544 #  filter: "'NIC_Intel-XL710' and
9545 #           'NF_DENSITY' and
9546 #           'DOCKER' and
9547 #           'CHAIN' and
9548 #           'NF_VPPIP4' and
9549 #           'IPSEC' and
9550 #           'TNL_1000' and
9551 #           'IMIX' and
9552 #           '1T1C' and
9553 #           'NDRPDR'"
9554 #  parameters:
9555 #  - "throughput"
9556 #  - "name"
9557 #  - "tags"
9558 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9559 #  x-axis: "X = CNFs per Service Chain"
9560 #  y-axis: "Y = Number of Service Chains"
9561 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9562 #  layout:
9563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9564 #    layout: "plot-service-density"
9565 #
9566 #- type: "plot"
9567 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9568 #  algorithm: "plot_nf_heatmap"
9569 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9570 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9571 #  filter: "'NIC_Intel-XL710' and
9572 #           'NF_DENSITY' and
9573 #           'DOCKER' and
9574 #           'CHAIN' and
9575 #           'NF_VPPIP4' and
9576 #           'IPSEC' and
9577 #           'TNL_1000' and
9578 #           'IMIX' and
9579 #           '2T2C' and
9580 #           'NDRPDR'"
9581 #  parameters:
9582 #  - "throughput"
9583 #  - "name"
9584 #  - "tags"
9585 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9586 #  x-axis: "X = CNFs per Service Chain"
9587 #  y-axis: "Y = Number of Service Chains"
9588 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9589 #  layout:
9590 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9591 #    layout: "plot-service-density"
9592 #
9593 #- type: "plot"
9594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9595 #  algorithm: "plot_nf_heatmap"
9596 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9597 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9598 #  filter: "'NIC_Intel-XL710' and
9599 #           'NF_DENSITY' and
9600 #           'DOCKER' and
9601 #           'CHAIN' and
9602 #           'NF_VPPIP4' and
9603 #           'IPSEC' and
9604 #           'TNL_1000' and
9605 #           'IMIX' and
9606 #           '4T4C' and
9607 #           'NDRPDR'"
9608 #  parameters:
9609 #  - "throughput"
9610 #  - "name"
9611 #  - "tags"
9612 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9613 #  x-axis: "X = CNFs per Service Chain"
9614 #  y-axis: "Y = Number of Service Chains"
9615 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9616 #  layout:
9617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9618 #    layout: "plot-service-density"
9619
9620 ###############################################################################
9621
9622 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9623 #- type: "plot"
9624 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9625 #  algorithm: "plot_nf_heatmap"
9626 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9627 #  data: "plot-vpp-nfv-3n-skx-mrr"
9628 #  filter: "'NIC_Intel-XXV710' and
9629 #           'NF_DENSITY' and
9630 #           'DOCKER' and
9631 #           'CHAIN' and
9632 #           'NF_VPPIP4' and
9633 #           'IPSEC' and
9634 #           'TNL_10000' and
9635 #           'IMIX' and
9636 #           '2T1C' and
9637 #           'MRR'"
9638 #  parameters:
9639 #  - "result"
9640 #  - "name"
9641 #  - "tags"
9642 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9643 #  x-axis: "X = CNFs per Service Chain"
9644 #  y-axis: "Y = Number of Service Chains"
9645 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9646 #  layout:
9647 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9648 #    layout: "plot-service-density"
9649 #
9650 #- type: "plot"
9651 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9652 #  algorithm: "plot_nf_heatmap"
9653 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9654 #  data: "plot-vpp-nfv-3n-skx-mrr"
9655 #  filter: "'NIC_Intel-XXV710' and
9656 #           'NF_DENSITY' and
9657 #           'DOCKER' and
9658 #           'CHAIN' and
9659 #           'NF_VPPIP4' and
9660 #           'IPSEC' and
9661 #           'TNL_10000' and
9662 #           'IMIX' and
9663 #           '4T2C' and
9664 #           'MRR'"
9665 #  parameters:
9666 #  - "result"
9667 #  - "name"
9668 #  - "tags"
9669 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9670 #  x-axis: "X = CNFs per Service Chain"
9671 #  y-axis: "Y = Number of Service Chains"
9672 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9673 #  layout:
9674 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9675 #    layout: "plot-service-density"
9676 #
9677 #- type: "plot"
9678 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9679 #  algorithm: "plot_nf_heatmap"
9680 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9681 #  data: "plot-vpp-nfv-3n-skx-mrr"
9682 #  filter: "'NIC_Intel-XXV710' and
9683 #           'NF_DENSITY' and
9684 #           'DOCKER' and
9685 #           'CHAIN' and
9686 #           'NF_VPPIP4' and
9687 #           'IPSEC' and
9688 #           'TNL_10000' and
9689 #           'IMIX' and
9690 #           '8T4C' and
9691 #           'MRR'"
9692 #  parameters:
9693 #  - "result"
9694 #  - "name"
9695 #  - "tags"
9696 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9697 #  x-axis: "X = CNFs per Service Chain"
9698 #  y-axis: "Y = Number of Service Chains"
9699 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9700 #  layout:
9701 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9702 #    layout: "plot-service-density"
9703
9704 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9705 #- type: "plot"
9706 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9707 #  algorithm: "plot_nf_heatmap"
9708 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9709 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9710 #  filter: "'NIC_Intel-XXV710' and
9711 #           'NF_DENSITY' and
9712 #           'DOCKER' and
9713 #           'CHAIN' and
9714 #           'NF_VPPIP4' and
9715 #           'IPSEC' and
9716 #           'TNL_10000' and
9717 #           'IMIX' and
9718 #           '2T1C' and
9719 #           'NDRPDR'"
9720 #  parameters:
9721 #  - "throughput"
9722 #  - "name"
9723 #  - "tags"
9724 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9725 #  x-axis: "X = CNFs per Service Chain"
9726 #  y-axis: "Y = Number of Service Chains"
9727 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9728 #  layout:
9729 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9730 #    layout: "plot-service-density"
9731 #
9732 #- type: "plot"
9733 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9734 #  algorithm: "plot_nf_heatmap"
9735 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9736 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9737 #  filter: "'NIC_Intel-XXV710' and
9738 #           'NF_DENSITY' and
9739 #           'DOCKER' and
9740 #           'CHAIN' and
9741 #           'NF_VPPIP4' and
9742 #           'IPSEC' and
9743 #           'TNL_10000' and
9744 #           'IMIX' and
9745 #           '4T2C' and
9746 #           'NDRPDR'"
9747 #  parameters:
9748 #  - "throughput"
9749 #  - "name"
9750 #  - "tags"
9751 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9752 #  x-axis: "X = CNFs per Service Chain"
9753 #  y-axis: "Y = Number of Service Chains"
9754 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9755 #  layout:
9756 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9757 #    layout: "plot-service-density"
9758 #
9759 #- type: "plot"
9760 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9761 #  algorithm: "plot_nf_heatmap"
9762 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9763 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9764 #  filter: "'NIC_Intel-XXV710' and
9765 #           'NF_DENSITY' and
9766 #           'DOCKER' and
9767 #           'CHAIN' and
9768 #           'NF_VPPIP4' and
9769 #           'IPSEC' and
9770 #           'TNL_10000' and
9771 #           'IMIX' and
9772 #           '8T4C' and
9773 #           'NDRPDR'"
9774 #  parameters:
9775 #  - "throughput"
9776 #  - "name"
9777 #  - "tags"
9778 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9779 #  x-axis: "X = CNFs per Service Chain"
9780 #  y-axis: "Y = Number of Service Chains"
9781 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9782 #  layout:
9783 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9784 #    layout: "plot-service-density"
9785 #
9786 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9787 #- type: "plot"
9788 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9789 #  algorithm: "plot_nf_heatmap"
9790 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9791 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9792 #  filter: "'NIC_Intel-XXV710' and
9793 #           'NF_DENSITY' and
9794 #           'DOCKER' and
9795 #           'CHAIN' and
9796 #           'NF_VPPIP4' and
9797 #           'IPSEC' and
9798 #           'TNL_10000' and
9799 #           'IMIX' and
9800 #           '2T1C' and
9801 #           'NDRPDR'"
9802 #  parameters:
9803 #  - "throughput"
9804 #  - "name"
9805 #  - "tags"
9806 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9807 #  x-axis: "X = CNFs per Service Chain"
9808 #  y-axis: "Y = Number of Service Chains"
9809 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9810 #  layout:
9811 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9812 #    layout: "plot-service-density"
9813 #
9814 #- type: "plot"
9815 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9816 #  algorithm: "plot_nf_heatmap"
9817 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9818 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9819 #  filter: "'NIC_Intel-XXV710' and
9820 #           'NF_DENSITY' and
9821 #           'DOCKER' and
9822 #           'CHAIN' and
9823 #           'NF_VPPIP4' and
9824 #           'IPSEC' and
9825 #           'TNL_10000' and
9826 #           'IMIX' and
9827 #           '4T2C' and
9828 #           'NDRPDR'"
9829 #  parameters:
9830 #  - "throughput"
9831 #  - "name"
9832 #  - "tags"
9833 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9834 #  x-axis: "X = CNFs per Service Chain"
9835 #  y-axis: "Y = Number of Service Chains"
9836 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9837 #  layout:
9838 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9839 #    layout: "plot-service-density"
9840 #
9841 #- type: "plot"
9842 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9843 #  algorithm: "plot_nf_heatmap"
9844 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9845 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9846 #  filter: "'NIC_Intel-XXV710' and
9847 #           'NF_DENSITY' and
9848 #           'DOCKER' and
9849 #           'CHAIN' and
9850 #           'NF_VPPIP4' and
9851 #           'IPSEC' and
9852 #           'TNL_10000' and
9853 #           'IMIX' and
9854 #           '8T4C' and
9855 #           'NDRPDR'"
9856 #  parameters:
9857 #  - "throughput"
9858 #  - "name"
9859 #  - "tags"
9860 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9861 #  x-axis: "X = CNFs per Service Chain"
9862 #  y-axis: "Y = Number of Service Chains"
9863 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9864 #  layout:
9865 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9866 #    layout: "plot-service-density"
9867
9868 ###############################################################################
9869
9870 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9871 #- type: "plot"
9872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9873 #  algorithm: "plot_nf_heatmap"
9874 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9875 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9876 #  filter: "'NIC_Intel-XL710' and
9877 #           'NF_DENSITY' and
9878 #           'DOCKER' and
9879 #           'CHAIN' and
9880 #           'NF_VPPIP4' and
9881 #           'IMIX' and
9882 #           'TNL_10000' and
9883 #           '1T1C' and
9884 #           'MRR'"
9885 #  parameters:
9886 #  - "result"
9887 #  - "name"
9888 #  - "tags"
9889 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9890 #  x-axis: "X = CNFs per Service Chain"
9891 #  y-axis: "Y = Number of Service Chains"
9892 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9893 #  layout:
9894 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9895 #    layout: "plot-service-density"
9896 #
9897 #- type: "plot"
9898 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9899 #  algorithm: "plot_nf_heatmap"
9900 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9901 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9902 #  filter: "'NIC_Intel-XL710' and
9903 #           'NF_DENSITY' and
9904 #           'DOCKER' and
9905 #           'CHAIN' and
9906 #           'NF_VPPIP4' and
9907 #           'IPSEC' and
9908 #           'TNL_10000' and
9909 #           'IMIX' and
9910 #           '2T2C' and
9911 #           'MRR'"
9912 #  parameters:
9913 #  - "result"
9914 #  - "name"
9915 #  - "tags"
9916 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9917 #  x-axis: "X = CNFs per Service Chain"
9918 #  y-axis: "Y = Number of Service Chains"
9919 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9920 #  layout:
9921 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9922 #    layout: "plot-service-density"
9923 #
9924 #- type: "plot"
9925 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9926 #  algorithm: "plot_nf_heatmap"
9927 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9928 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9929 #  filter: "'NIC_Intel-XL710' and
9930 #           'NF_DENSITY' and
9931 #           'DOCKER' and
9932 #           'CHAIN' and
9933 #           'NF_VPPIP4' and
9934 #           'IPSEC' and
9935 #           'TNL_10000' and
9936 #           'IMIX' and
9937 #           '4T4C' and
9938 #           'MRR'"
9939 #  parameters:
9940 #  - "result"
9941 #  - "name"
9942 #  - "tags"
9943 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9944 #  x-axis: "X = CNFs per Service Chain"
9945 #  y-axis: "Y = Number of Service Chains"
9946 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9947 #  layout:
9948 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9949 #    layout: "plot-service-density"
9950
9951 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9952 #- type: "plot"
9953 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9954 #  algorithm: "plot_nf_heatmap"
9955 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9956 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9957 #  filter: "'NIC_Intel-XL710' and
9958 #           'NF_DENSITY' and
9959 #           'DOCKER' and
9960 #           'CHAIN' and
9961 #           'NF_VPPIP4' and
9962 #           'IPSEC' and
9963 #           'TNL_10000' and
9964 #           'IMIX' and
9965 #           '1T1C' and
9966 #           'NDRPDR'"
9967 #  parameters:
9968 #  - "throughput"
9969 #  - "name"
9970 #  - "tags"
9971 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9972 #  x-axis: "X = CNFs per Service Chain"
9973 #  y-axis: "Y = Number of Service Chains"
9974 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9975 #  layout:
9976 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9977 #    layout: "plot-service-density"
9978 #
9979 #- type: "plot"
9980 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9981 #  algorithm: "plot_nf_heatmap"
9982 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9983 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9984 #  filter: "'NIC_Intel-XL710' and
9985 #           'NF_DENSITY' and
9986 #           'DOCKER' and
9987 #           'CHAIN' and
9988 #           'NF_VPPIP4' and
9989 #           'IPSEC' and
9990 #           'TNL_10000' and
9991 #           'IMIX' and
9992 #           '2T2C' and
9993 #           'NDRPDR'"
9994 #  parameters:
9995 #  - "throughput"
9996 #  - "name"
9997 #  - "tags"
9998 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9999 #  x-axis: "X = CNFs per Service Chain"
10000 #  y-axis: "Y = Number of Service Chains"
10001 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10002 #  layout:
10003 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10004 #    layout: "plot-service-density"
10005 #
10006 #- type: "plot"
10007 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10008 #  algorithm: "plot_nf_heatmap"
10009 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10010 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10011 #  filter: "'NIC_Intel-XL710' and
10012 #           'NF_DENSITY' and
10013 #           'DOCKER' and
10014 #           'CHAIN' and
10015 #           'NF_VPPIP4' and
10016 #           'IPSEC' and
10017 #           'TNL_10000' and
10018 #           'IMIX' and
10019 #           '4T4C' and
10020 #           'NDRPDR'"
10021 #  parameters:
10022 #  - "throughput"
10023 #  - "name"
10024 #  - "tags"
10025 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10026 #  x-axis: "X = CNFs per Service Chain"
10027 #  y-axis: "Y = Number of Service Chains"
10028 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10029 #  layout:
10030 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10031 #    layout: "plot-service-density"
10032 #
10033 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10034 #- type: "plot"
10035 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10036 #  algorithm: "plot_nf_heatmap"
10037 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10038 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10039 #  filter: "'NIC_Intel-XL710' and
10040 #           'NF_DENSITY' and
10041 #           'DOCKER' and
10042 #           'CHAIN' and
10043 #           'NF_VPPIP4' and
10044 #           'IPSEC' and
10045 #           'TNL_10000' and
10046 #           'IMIX' and
10047 #           '1T1C' and
10048 #           'NDRPDR'"
10049 #  parameters:
10050 #  - "throughput"
10051 #  - "name"
10052 #  - "tags"
10053 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10054 #  x-axis: "X = CNFs per Service Chain"
10055 #  y-axis: "Y = Number of Service Chains"
10056 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10057 #  layout:
10058 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10059 #    layout: "plot-service-density"
10060 #
10061 #- type: "plot"
10062 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10063 #  algorithm: "plot_nf_heatmap"
10064 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10065 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10066 #  filter: "'NIC_Intel-XL710' and
10067 #           'NF_DENSITY' and
10068 #           'DOCKER' and
10069 #           'CHAIN' and
10070 #           'NF_VPPIP4' and
10071 #           'IPSEC' and
10072 #           'TNL_10000' and
10073 #           'IMIX' and
10074 #           '2T2C' and
10075 #           'NDRPDR'"
10076 #  parameters:
10077 #  - "throughput"
10078 #  - "name"
10079 #  - "tags"
10080 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10081 #  x-axis: "X = CNFs per Service Chain"
10082 #  y-axis: "Y = Number of Service Chains"
10083 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10084 #  layout:
10085 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10086 #    layout: "plot-service-density"
10087 #
10088 #- type: "plot"
10089 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10090 #  algorithm: "plot_nf_heatmap"
10091 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10092 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10093 #  filter: "'NIC_Intel-XL710' and
10094 #           'NF_DENSITY' and
10095 #           'DOCKER' and
10096 #           'CHAIN' and
10097 #           'NF_VPPIP4' and
10098 #           'IPSEC' and
10099 #           'TNL_10000' and
10100 #           'IMIX' and
10101 #           '4T4C' and
10102 #           'NDRPDR'"
10103 #  parameters:
10104 #  - "throughput"
10105 #  - "name"
10106 #  - "tags"
10107 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10108 #  x-axis: "X = CNFs per Service Chain"
10109 #  y-axis: "Y = Number of Service Chains"
10110 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10111 #  layout:
10112 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10113 #    layout: "plot-service-density"
10114
10115 ###############################################################################
10116
10117 # Plots - NF Density - CSP - MRR IMIX
10118 - type: "plot"
10119   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10120   algorithm: "plot_nf_heatmap"
10121   output-file-type: ".html"
10122   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10123   data: "plot-vpp-nfv-2n-skx-mrr"
10124   filter: "'NIC_Intel-XXV710' and
10125            'NF_DENSITY' and
10126            'DOCKER' and
10127            'PIPELINE' and
10128            'NF_VPPIP4' and
10129            'IMIX' and
10130            '2T1C' and
10131            'MRR'"
10132   parameters:
10133   - "result"
10134   - "name"
10135   - "tags"
10136   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10137   x-axis: "X = CNFs per Service Pipeline"
10138   y-axis: "Y = Number of Service Pipelines"
10139   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10140   layout:
10141     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10142     layout: "plot-service-density"
10143
10144 - type: "plot"
10145   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10146   algorithm: "plot_nf_heatmap"
10147   output-file-type: ".html"
10148   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10149   data: "plot-vpp-nfv-2n-skx-mrr"
10150   filter: "'NIC_Intel-XXV710' and
10151            'NF_DENSITY' and
10152            'DOCKER' and
10153            'PIPELINE' and
10154            'NF_VPPIP4' and
10155            'IMIX' and
10156            '4T2C' and
10157            'MRR'"
10158   parameters:
10159   - "result"
10160   - "name"
10161   - "tags"
10162   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10163   x-axis: "X = CNFs per Service Pipeline"
10164   y-axis: "Y = Number of Service Pipelines"
10165   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10166   layout:
10167     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10168     layout: "plot-service-density"
10169
10170 - type: "plot"
10171   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10172   algorithm: "plot_nf_heatmap"
10173   output-file-type: ".html"
10174   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10175   data: "plot-vpp-nfv-2n-skx-mrr"
10176   filter: "'NIC_Intel-XXV710' and
10177            'NF_DENSITY' and
10178            'DOCKER' and
10179            'PIPELINE' and
10180            'NF_VPPIP4' and
10181            'IMIX' and
10182            '8T4C' and
10183            'MRR'"
10184   parameters:
10185   - "result"
10186   - "name"
10187   - "tags"
10188   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10189   x-axis: "X = CNFs per Service Pipeline"
10190   y-axis: "Y = Number of Service Pipelines"
10191   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10192   layout:
10193     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10194     layout: "plot-service-density"
10195
10196 # Plots - NF Density - CSP - NDR IMIX
10197 - type: "plot"
10198   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10199   algorithm: "plot_nf_heatmap"
10200   output-file-type: ".html"
10201   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10202   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10203   filter: "'NIC_Intel-XXV710' and
10204            'NF_DENSITY' and
10205            'DOCKER' and
10206            'PIPELINE' and
10207            'NF_VPPIP4' and
10208            'IMIX' and
10209            '2T1C' and
10210            'NDRPDR'"
10211   parameters:
10212   - "throughput"
10213   - "name"
10214   - "tags"
10215   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10216   x-axis: "X = CNFs per Service Pipeline"
10217   y-axis: "Y = Number of Service Pipelines"
10218   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10219   layout:
10220     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10221     layout: "plot-service-density"
10222
10223 - type: "plot"
10224   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10225   algorithm: "plot_nf_heatmap"
10226   output-file-type: ".html"
10227   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10228   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10229   filter: "'NIC_Intel-XXV710' and
10230            'NF_DENSITY' and
10231            'DOCKER' and
10232            'PIPELINE' and
10233            'NF_VPPIP4' and
10234            'IMIX' and
10235            '4T2C' and
10236            'NDRPDR'"
10237   parameters:
10238   - "throughput"
10239   - "name"
10240   - "tags"
10241   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10242   x-axis: "X = CNFs per Service Pipeline"
10243   y-axis: "Y = Number of Service Pipelines"
10244   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10245   layout:
10246     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10247     layout: "plot-service-density"
10248
10249 - type: "plot"
10250   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10251   algorithm: "plot_nf_heatmap"
10252   output-file-type: ".html"
10253   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10254   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10255   filter: "'NIC_Intel-XXV710' and
10256            'NF_DENSITY' and
10257            'DOCKER' and
10258            'PIPELINE' and
10259            'NF_VPPIP4' and
10260            'IMIX' and
10261            '8T4C' and
10262            'NDRPDR'"
10263   parameters:
10264   - "throughput"
10265   - "name"
10266   - "tags"
10267   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10268   x-axis: "X = CNFs per Service Pipeline"
10269   y-axis: "Y = Number of Service Pipelines"
10270   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10271   layout:
10272     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10273     layout: "plot-service-density"
10274
10275 # Plots - NF Density - CSP - PDR IMIX
10276 - type: "plot"
10277   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10278   algorithm: "plot_nf_heatmap"
10279   output-file-type: ".html"
10280   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10281   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10282   filter: "'NIC_Intel-XXV710' and
10283            'NF_DENSITY' and
10284            'DOCKER' and
10285            'PIPELINE' and
10286            'NF_VPPIP4' and
10287            'IMIX' and
10288            '2T1C' and
10289            'NDRPDR'"
10290   parameters:
10291   - "throughput"
10292   - "name"
10293   - "tags"
10294   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10295   x-axis: "X = CNFs per Service Pipeline"
10296   y-axis: "Y = Number of Service Pipelines"
10297   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10298   layout:
10299     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10300     layout: "plot-service-density"
10301
10302 - type: "plot"
10303   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10304   algorithm: "plot_nf_heatmap"
10305   output-file-type: ".html"
10306   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10307   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10308   filter: "'NIC_Intel-XXV710' and
10309            'NF_DENSITY' and
10310            'DOCKER' and
10311            'PIPELINE' and
10312            'NF_VPPIP4' and
10313            'IMIX' and
10314            '4T2C' and
10315            'NDRPDR'"
10316   parameters:
10317   - "throughput"
10318   - "name"
10319   - "tags"
10320   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10321   x-axis: "X = CNFs per Service Pipeline"
10322   y-axis: "Y = Number of Service Pipelines"
10323   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10324   layout:
10325     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10326     layout: "plot-service-density"
10327
10328 - type: "plot"
10329   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10330   algorithm: "plot_nf_heatmap"
10331   output-file-type: ".html"
10332   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10333   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10334   filter: "'NIC_Intel-XXV710' and
10335            'NF_DENSITY' and
10336            'DOCKER' and
10337            'PIPELINE' and
10338            'NF_VPPIP4' and
10339            'IMIX' and
10340            '8T4C' and
10341            'NDRPDR'"
10342   parameters:
10343   - "throughput"
10344   - "name"
10345   - "tags"
10346   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10347   x-axis: "X = CNFs per Service Pipeline"
10348   y-axis: "Y = Number of Service Pipelines"
10349   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10350   layout:
10351     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10352     layout: "plot-service-density"
10353
10354 ###############################################################################
10355 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10356
10357 - type: "plot"
10358   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10359   algorithm: "plot_nf_heatmap"
10360   output-file-type: ".html"
10361   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10362   data: "plot-vpp-nfv-2n-clx-mrr"
10363   filter: "'NIC_Intel-XXV710' and
10364            'NF_DENSITY' and
10365            'VHOST' and
10366            not 'VXLAN' and
10367            'CHAIN' and
10368            'NF_VPPIP4' and
10369            'IMIX' and
10370            '2T1C' and
10371            'MRR'"
10372   parameters:
10373   - "result"
10374   - "name"
10375   - "tags"
10376   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10377   x-axis: "X = VNFs per Service Chain"
10378   y-axis: "Y = Number of Service Chains"
10379   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10380   layout:
10381     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10382     layout: "plot-service-density"
10383
10384 - type: "plot"
10385   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10386   algorithm: "plot_nf_heatmap"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10389   data: "plot-vpp-nfv-2n-clx-mrr"
10390   filter: "'NIC_Intel-XXV710' and
10391            'NF_DENSITY' and
10392            'VHOST' and
10393            not 'VXLAN' and
10394            'CHAIN' and
10395            'NF_VPPIP4' and
10396            'IMIX' and
10397            '4T2C' and
10398            'MRR'"
10399   parameters:
10400   - "result"
10401   - "name"
10402   - "tags"
10403   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10404   x-axis: "X = VNFs per Service Chain"
10405   y-axis: "Y = Number of Service Chains"
10406   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10407   layout:
10408     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10409     layout: "plot-service-density"
10410
10411 - type: "plot"
10412   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10413   algorithm: "plot_nf_heatmap"
10414   output-file-type: ".html"
10415   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10416   data: "plot-vpp-nfv-2n-clx-mrr"
10417   filter: "'NIC_Intel-XXV710' and
10418            'NF_DENSITY' and
10419            'VHOST' and
10420            not 'VXLAN' and
10421            'CHAIN' and
10422            'NF_VPPIP4' and
10423            'IMIX' and
10424            '8T4C' and
10425            'MRR'"
10426   parameters:
10427   - "result"
10428   - "name"
10429   - "tags"
10430   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10431   x-axis: "X = VNFs per Service Chain"
10432   y-axis: "Y = Number of Service Chains"
10433   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10434   layout:
10435     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10436     layout: "plot-service-density"
10437
10438 # Plots - NF Density - VSC - NDR IMIX
10439 - type: "plot"
10440   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10441   algorithm: "plot_nf_heatmap"
10442   output-file-type: ".html"
10443   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10444   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10445   filter: "'NIC_Intel-XXV710' and
10446            'NF_DENSITY' and
10447            'VHOST' and
10448            not 'VXLAN' and
10449            'CHAIN' and
10450            'NF_VPPIP4' and
10451            'IMIX' and
10452            '2T1C' and
10453            'NDRPDR'"
10454   parameters:
10455   - "throughput"
10456   - "name"
10457   - "tags"
10458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10459   x-axis: "X = VNFs per Service Chain"
10460   y-axis: "Y = Number of Service Chains"
10461   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10462   layout:
10463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10464     layout: "plot-service-density"
10465
10466 - type: "plot"
10467   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10468   algorithm: "plot_nf_heatmap"
10469   output-file-type: ".html"
10470   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10471   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10472   filter: "'NIC_Intel-XXV710' and
10473            'NF_DENSITY' and
10474            'VHOST' and
10475            not 'VXLAN' and
10476            'CHAIN' and
10477            'NF_VPPIP4' and
10478            'IMIX' and
10479            '4T2C' and
10480            'NDRPDR'"
10481   parameters:
10482   - "throughput"
10483   - "name"
10484   - "tags"
10485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10486   x-axis: "X = VNFs per Service Chain"
10487   y-axis: "Y = Number of Service Chains"
10488   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10489   layout:
10490     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10491     layout: "plot-service-density"
10492
10493 - type: "plot"
10494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10495   algorithm: "plot_nf_heatmap"
10496   output-file-type: ".html"
10497   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10498   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10499   filter: "'NIC_Intel-XXV710' and
10500            'NF_DENSITY' and
10501            'VHOST' and
10502            not 'VXLAN' and
10503            'CHAIN' and
10504            'NF_VPPIP4' and
10505            'IMIX' and
10506            '8T4C' and
10507            'NDRPDR'"
10508   parameters:
10509   - "throughput"
10510   - "name"
10511   - "tags"
10512   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10513   x-axis: "X = VNFs per Service Chain"
10514   y-axis: "Y = Number of Service Chains"
10515   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10516   layout:
10517     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10518     layout: "plot-service-density"
10519
10520 # Plots - NF Density - VSC - PDR IMIX
10521 - type: "plot"
10522   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10523   algorithm: "plot_nf_heatmap"
10524   output-file-type: ".html"
10525   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10526   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10527   filter: "'NIC_Intel-XXV710' and
10528            'NF_DENSITY' and
10529            'VHOST' and
10530            not 'VXLAN' and
10531            'CHAIN' and
10532            'NF_VPPIP4' and
10533            'IMIX' and
10534            '2T1C' and
10535            'NDRPDR'"
10536   parameters:
10537   - "throughput"
10538   - "name"
10539   - "tags"
10540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10541   x-axis: "X = VNFs per Service Chain"
10542   y-axis: "Y = Number of Service Chains"
10543   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10544   layout:
10545     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10546     layout: "plot-service-density"
10547
10548 - type: "plot"
10549   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10550   algorithm: "plot_nf_heatmap"
10551   output-file-type: ".html"
10552   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10553   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10554   filter: "'NIC_Intel-XXV710' and
10555            'NF_DENSITY' and
10556            'VHOST' and
10557            not 'VXLAN' and
10558            'CHAIN' and
10559            'NF_VPPIP4' and
10560            'IMIX' and
10561            '4T2C' and
10562            'NDRPDR'"
10563   parameters:
10564   - "throughput"
10565   - "name"
10566   - "tags"
10567   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10568   x-axis: "X = VNFs per Service Chain"
10569   y-axis: "Y = Number of Service Chains"
10570   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10571   layout:
10572     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10573     layout: "plot-service-density"
10574
10575 - type: "plot"
10576   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10577   algorithm: "plot_nf_heatmap"
10578   output-file-type: ".html"
10579   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10580   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10581   filter: "'NIC_Intel-XXV710' and
10582            'NF_DENSITY' and
10583            'VHOST' and
10584            not 'VXLAN' and
10585            'CHAIN' and
10586            'NF_VPPIP4' and
10587            'IMIX' and
10588            '8T4C' and
10589            'NDRPDR'"
10590   parameters:
10591   - "throughput"
10592   - "name"
10593   - "tags"
10594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10595   x-axis: "X = VNFs per Service Chain"
10596   y-axis: "Y = Number of Service Chains"
10597   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10598   layout:
10599     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10600     layout: "plot-service-density"
10601
10602 # Plots - NF Density - VSC - MRR IMIX
10603 - type: "plot"
10604   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10605   algorithm: "plot_nf_heatmap"
10606   output-file-type: ".html"
10607   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10608   data: "plot-vpp-nfv-2n-clx-mrr"
10609   filter: "'NIC_Intel-XXV710' and
10610            'NF_DENSITY' and
10611            'VHOST' and
10612            'VXLAN' and
10613            'CHAIN' and
10614            'IMIX' and
10615            '2T1C' and
10616            'MRR'"
10617   parameters:
10618   - "result"
10619   - "name"
10620   - "tags"
10621   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10622   x-axis: "X = VNFs per Service Chain"
10623   y-axis: "Y = Number of Service Chains"
10624   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10625   layout:
10626     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10627     layout: "plot-service-density"
10628
10629 - type: "plot"
10630   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10631   algorithm: "plot_nf_heatmap"
10632   output-file-type: ".html"
10633   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10634   data: "plot-vpp-nfv-2n-clx-mrr"
10635   filter: "'NIC_Intel-XXV710' and
10636            'NF_DENSITY' and
10637            'VHOST' and
10638            'VXLAN' and
10639            'CHAIN' and
10640            'IMIX' and
10641            '4T2C' and
10642            'MRR'"
10643   parameters:
10644   - "result"
10645   - "name"
10646   - "tags"
10647   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10648   x-axis: "X = VNFs per Service Chain"
10649   y-axis: "Y = Number of Service Chains"
10650   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10651   layout:
10652     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10653     layout: "plot-service-density"
10654
10655 - type: "plot"
10656   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10657   algorithm: "plot_nf_heatmap"
10658   output-file-type: ".html"
10659   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10660   data: "plot-vpp-nfv-2n-clx-mrr"
10661   filter: "'NIC_Intel-XXV710' and
10662            'NF_DENSITY' and
10663            'VHOST' and
10664            'VXLAN' and
10665            'CHAIN' and
10666            'IMIX' and
10667            '8T4C' and
10668            'MRR'"
10669   parameters:
10670   - "result"
10671   - "name"
10672   - "tags"
10673   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10674   x-axis: "X = VNFs per Service Chain"
10675   y-axis: "Y = Number of Service Chains"
10676   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10677   layout:
10678     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10679     layout: "plot-service-density"
10680
10681 # Plots - NF Density - VSC - NDR IMIX
10682 - type: "plot"
10683   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10684   algorithm: "plot_nf_heatmap"
10685   output-file-type: ".html"
10686   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10687   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10688   filter: "'NIC_Intel-XXV710' and
10689            'NF_DENSITY' and
10690            'VHOST' and
10691            'VXLAN' and
10692            'CHAIN' and
10693            'IMIX' and
10694            '2T1C' and
10695            'NDRPDR'"
10696   parameters:
10697   - "throughput"
10698   - "name"
10699   - "tags"
10700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10701   x-axis: "X = VNFs per Service Chain"
10702   y-axis: "Y = Number of Service Chains"
10703   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10704   layout:
10705     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10706     layout: "plot-service-density"
10707
10708 - type: "plot"
10709   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10710   algorithm: "plot_nf_heatmap"
10711   output-file-type: ".html"
10712   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10713   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10714   filter: "'NIC_Intel-XXV710' and
10715            'NF_DENSITY' and
10716            'VHOST' and
10717            'VXLAN' and
10718            'CHAIN' and
10719            'IMIX' and
10720            '4T2C' and
10721            'NDRPDR'"
10722   parameters:
10723   - "throughput"
10724   - "name"
10725   - "tags"
10726   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10727   x-axis: "X = VNFs per Service Chain"
10728   y-axis: "Y = Number of Service Chains"
10729   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10730   layout:
10731     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10732     layout: "plot-service-density"
10733
10734 - type: "plot"
10735   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10736   algorithm: "plot_nf_heatmap"
10737   output-file-type: ".html"
10738   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10739   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10740   filter: "'NIC_Intel-XXV710' and
10741            'NF_DENSITY' and
10742            'VHOST' and
10743            'VXLAN' and
10744            'CHAIN' and
10745            'IMIX' and
10746            '8T4C' and
10747            'NDRPDR'"
10748   parameters:
10749   - "throughput"
10750   - "name"
10751   - "tags"
10752   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10753   x-axis: "X = VNFs per Service Chain"
10754   y-axis: "Y = Number of Service Chains"
10755   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10756   layout:
10757     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10758     layout: "plot-service-density"
10759
10760 # Plots - NF Density - VSC - PDR IMIX
10761 - type: "plot"
10762   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10763   algorithm: "plot_nf_heatmap"
10764   output-file-type: ".html"
10765   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10766   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10767   filter: "'NIC_Intel-XXV710' and
10768            'NF_DENSITY' and
10769            'VHOST' and
10770            'VXLAN' and
10771            'CHAIN' and
10772            'IMIX' and
10773            '2T1C' and
10774            'NDRPDR'"
10775   parameters:
10776   - "throughput"
10777   - "name"
10778   - "tags"
10779   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10780   x-axis: "X = VNFs per Service Chain"
10781   y-axis: "Y = Number of Service Chains"
10782   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10783   layout:
10784     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10785     layout: "plot-service-density"
10786
10787 - type: "plot"
10788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10789   algorithm: "plot_nf_heatmap"
10790   output-file-type: ".html"
10791   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10792   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10793   filter: "'NIC_Intel-XXV710' and
10794            'NF_DENSITY' and
10795            'VHOST' and
10796            'VXLAN' and
10797            'CHAIN' and
10798            'IMIX' and
10799            '4T2C' and
10800            'NDRPDR'"
10801   parameters:
10802   - "throughput"
10803   - "name"
10804   - "tags"
10805   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10806   x-axis: "X = VNFs per Service Chain"
10807   y-axis: "Y = Number of Service Chains"
10808   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10809   layout:
10810     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10811     layout: "plot-service-density"
10812
10813 - type: "plot"
10814   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10815   algorithm: "plot_nf_heatmap"
10816   output-file-type: ".html"
10817   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10818   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10819   filter: "'NIC_Intel-XXV710' and
10820            'NF_DENSITY' and
10821            'VHOST' and
10822            'VXLAN' and
10823            'CHAIN' and
10824            'IMIX' and
10825            '8T4C' and
10826            'NDRPDR'"
10827   parameters:
10828   - "throughput"
10829   - "name"
10830   - "tags"
10831   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10832   x-axis: "X = VNFs per Service Chain"
10833   y-axis: "Y = Number of Service Chains"
10834   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10835   layout:
10836     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10837     layout: "plot-service-density"
10838
10839 # Plots - NF Density - CSC - MRR IMIX
10840 - type: "plot"
10841   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10842   algorithm: "plot_nf_heatmap"
10843   output-file-type: ".html"
10844   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10845   data: "plot-vpp-nfv-2n-clx-mrr"
10846   filter: "'NIC_Intel-XXV710' and
10847            'NF_DENSITY' and
10848            'DOCKER' and
10849            'CHAIN' and
10850            'NF_VPPIP4' and
10851            'IMIX' and
10852            '2T1C' and
10853            'MRR'"
10854   parameters:
10855   - "result"
10856   - "name"
10857   - "tags"
10858   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10859   x-axis: "X = CNFs per Service Chain"
10860   y-axis: "Y = Number of Service Chains"
10861   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10862   layout:
10863     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10864     layout: "plot-service-density"
10865
10866 - type: "plot"
10867   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10868   algorithm: "plot_nf_heatmap"
10869   output-file-type: ".html"
10870   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10871   data: "plot-vpp-nfv-2n-clx-mrr"
10872   filter: "'NIC_Intel-XXV710' and
10873            'NF_DENSITY' and
10874            'DOCKER' and
10875            'CHAIN' and
10876            'NF_VPPIP4' and
10877            'IMIX' and
10878            '4T2C' and
10879            'MRR'"
10880   parameters:
10881   - "result"
10882   - "name"
10883   - "tags"
10884   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10885   x-axis: "X = CNFs per Service Chain"
10886   y-axis: "Y = Number of Service Chains"
10887   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10888   layout:
10889     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10890     layout: "plot-service-density"
10891
10892 - type: "plot"
10893   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10894   algorithm: "plot_nf_heatmap"
10895   output-file-type: ".html"
10896   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10897   data: "plot-vpp-nfv-2n-clx-mrr"
10898   filter: "'NIC_Intel-XXV710' and
10899            'NF_DENSITY' and
10900            'DOCKER' and
10901            'CHAIN' and
10902            'NF_VPPIP4' and
10903            'IMIX' and
10904            '8T4C' and
10905            'MRR'"
10906   parameters:
10907   - "result"
10908   - "name"
10909   - "tags"
10910   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10911   x-axis: "X = CNFs per Service Chain"
10912   y-axis: "Y = Number of Service Chains"
10913   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10914   layout:
10915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10916     layout: "plot-service-density"
10917
10918 # Plots - NF Density - CSC - NDR IMIX
10919 - type: "plot"
10920   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10921   algorithm: "plot_nf_heatmap"
10922   output-file-type: ".html"
10923   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10924   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10925   filter: "'NIC_Intel-XXV710' and
10926            'NF_DENSITY' and
10927            'DOCKER' and
10928            'CHAIN' and
10929            'NF_VPPIP4' and
10930            'IMIX' and
10931            '2T1C' and
10932            'NDRPDR'"
10933   parameters:
10934   - "throughput"
10935   - "name"
10936   - "tags"
10937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10938   x-axis: "X = CNFs per Service Chain"
10939   y-axis: "Y = Number of Service Chains"
10940   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10941   layout:
10942     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10943     layout: "plot-service-density"
10944
10945 - type: "plot"
10946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10947   algorithm: "plot_nf_heatmap"
10948   output-file-type: ".html"
10949   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10950   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10951   filter: "'NIC_Intel-XXV710' and
10952            'NF_DENSITY' and
10953            'DOCKER' and
10954            'CHAIN' and
10955            'NF_VPPIP4' and
10956            'IMIX' and
10957            '4T2C' and
10958            'NDRPDR'"
10959   parameters:
10960   - "throughput"
10961   - "name"
10962   - "tags"
10963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10964   x-axis: "X = CNFs per Service Chain"
10965   y-axis: "Y = Number of Service Chains"
10966   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10967   layout:
10968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10969     layout: "plot-service-density"
10970
10971 - type: "plot"
10972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10973   algorithm: "plot_nf_heatmap"
10974   output-file-type: ".html"
10975   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10976   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10977   filter: "'NIC_Intel-XXV710' and
10978            'NF_DENSITY' and
10979            'DOCKER' and
10980            'CHAIN' and
10981            'NF_VPPIP4' and
10982            'IMIX' and
10983            '8T4C' and
10984            'NDRPDR'"
10985   parameters:
10986   - "throughput"
10987   - "name"
10988   - "tags"
10989   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10990   x-axis: "X = CNFs per Service Chain"
10991   y-axis: "Y = Number of Service Chains"
10992   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10993   layout:
10994     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10995     layout: "plot-service-density"
10996
10997 # Plots - NF Density - CSC - PDR IMIX
10998 - type: "plot"
10999   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11000   algorithm: "plot_nf_heatmap"
11001   output-file-type: ".html"
11002   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11003   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11004   filter: "'NIC_Intel-XXV710' and
11005            'NF_DENSITY' and
11006            'DOCKER' and
11007            'CHAIN' and
11008            'NF_VPPIP4' and
11009            'IMIX' and
11010            '2T1C' and
11011            'NDRPDR'"
11012   parameters:
11013   - "throughput"
11014   - "name"
11015   - "tags"
11016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11017   x-axis: "X = CNFs per Service Chain"
11018   y-axis: "Y = Number of Service Chains"
11019   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11020   layout:
11021     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11022     layout: "plot-service-density"
11023
11024 - type: "plot"
11025   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11026   algorithm: "plot_nf_heatmap"
11027   output-file-type: ".html"
11028   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11029   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11030   filter: "'NIC_Intel-XXV710' and
11031            'NF_DENSITY' and
11032            'DOCKER' and
11033            'CHAIN' and
11034            'NF_VPPIP4' and
11035            'IMIX' and
11036            '4T2C' and
11037            'NDRPDR'"
11038   parameters:
11039   - "throughput"
11040   - "name"
11041   - "tags"
11042   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11043   x-axis: "X = CNFs per Service Chain"
11044   y-axis: "Y = Number of Service Chains"
11045   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11046   layout:
11047     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11048     layout: "plot-service-density"
11049
11050 - type: "plot"
11051   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11052   algorithm: "plot_nf_heatmap"
11053   output-file-type: ".html"
11054   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11055   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11056   filter: "'NIC_Intel-XXV710' and
11057            'NF_DENSITY' and
11058            'DOCKER' and
11059            'CHAIN' and
11060            'NF_VPPIP4' and
11061            'IMIX' and
11062            '8T4C' and
11063            'NDRPDR'"
11064   parameters:
11065   - "throughput"
11066   - "name"
11067   - "tags"
11068   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11069   x-axis: "X = CNFs per Service Chain"
11070   y-axis: "Y = Number of Service Chains"
11071   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11072   layout:
11073     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11074     layout: "plot-service-density"
11075
11076 # Plots - NF Density - CSP - MRR IMIX
11077 - type: "plot"
11078   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11079   algorithm: "plot_nf_heatmap"
11080   output-file-type: ".html"
11081   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11082   data: "plot-vpp-nfv-2n-clx-mrr"
11083   filter: "'NIC_Intel-XXV710' and
11084            'NF_DENSITY' and
11085            'DOCKER' and
11086            'PIPELINE' and
11087            'NF_VPPIP4' and
11088            'IMIX' and
11089            '2T1C' and
11090            'MRR'"
11091   parameters:
11092   - "result"
11093   - "name"
11094   - "tags"
11095   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11096   x-axis: "X = CNFs per Service Pipeline"
11097   y-axis: "Y = Number of Service Pipelines"
11098   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11099   layout:
11100     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11101     layout: "plot-service-density"
11102
11103 - type: "plot"
11104   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11105   algorithm: "plot_nf_heatmap"
11106   output-file-type: ".html"
11107   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11108   data: "plot-vpp-nfv-2n-clx-mrr"
11109   filter: "'NIC_Intel-XXV710' and
11110            'NF_DENSITY' and
11111            'DOCKER' and
11112            'PIPELINE' and
11113            'NF_VPPIP4' and
11114            'IMIX' and
11115            '4T2C' and
11116            'MRR'"
11117   parameters:
11118   - "result"
11119   - "name"
11120   - "tags"
11121   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11122   x-axis: "X = CNFs per Service Pipeline"
11123   y-axis: "Y = Number of Service Pipelines"
11124   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11125   layout:
11126     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11127     layout: "plot-service-density"
11128
11129 - type: "plot"
11130   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11131   algorithm: "plot_nf_heatmap"
11132   output-file-type: ".html"
11133   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11134   data: "plot-vpp-nfv-2n-clx-mrr"
11135   filter: "'NIC_Intel-XXV710' and
11136            'NF_DENSITY' and
11137            'DOCKER' and
11138            'PIPELINE' and
11139            'NF_VPPIP4' and
11140            'IMIX' and
11141            '8T4C' and
11142            'MRR'"
11143   parameters:
11144   - "result"
11145   - "name"
11146   - "tags"
11147   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11148   x-axis: "X = CNFs per Service Pipeline"
11149   y-axis: "Y = Number of Service Pipelines"
11150   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11151   layout:
11152     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11153     layout: "plot-service-density"
11154
11155 # Plots - NF Density - CSP - NDR IMIX
11156 - type: "plot"
11157   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11158   algorithm: "plot_nf_heatmap"
11159   output-file-type: ".html"
11160   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11161   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11162   filter: "'NIC_Intel-XXV710' and
11163            'NF_DENSITY' and
11164            'DOCKER' and
11165            'PIPELINE' and
11166            'NF_VPPIP4' and
11167            'IMIX' and
11168            '2T1C' and
11169            'NDRPDR'"
11170   parameters:
11171   - "throughput"
11172   - "name"
11173   - "tags"
11174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11175   x-axis: "X = CNFs per Service Pipeline"
11176   y-axis: "Y = Number of Service Pipelines"
11177   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11178   layout:
11179     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11180     layout: "plot-service-density"
11181
11182 - type: "plot"
11183   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11184   algorithm: "plot_nf_heatmap"
11185   output-file-type: ".html"
11186   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11187   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11188   filter: "'NIC_Intel-XXV710' and
11189            'NF_DENSITY' and
11190            'DOCKER' and
11191            'PIPELINE' and
11192            'NF_VPPIP4' and
11193            'IMIX' and
11194            '4T2C' and
11195            'NDRPDR'"
11196   parameters:
11197   - "throughput"
11198   - "name"
11199   - "tags"
11200   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11201   x-axis: "X = CNFs per Service Pipeline"
11202   y-axis: "Y = Number of Service Pipelines"
11203   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11204   layout:
11205     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11206     layout: "plot-service-density"
11207
11208 - type: "plot"
11209   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11210   algorithm: "plot_nf_heatmap"
11211   output-file-type: ".html"
11212   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11213   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11214   filter: "'NIC_Intel-XXV710' and
11215            'NF_DENSITY' and
11216            'DOCKER' and
11217            'PIPELINE' and
11218            'NF_VPPIP4' and
11219            'IMIX' and
11220            '8T4C' and
11221            'NDRPDR'"
11222   parameters:
11223   - "throughput"
11224   - "name"
11225   - "tags"
11226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11227   x-axis: "X = CNFs per Service Pipeline"
11228   y-axis: "Y = Number of Service Pipelines"
11229   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11230   layout:
11231     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11232     layout: "plot-service-density"
11233
11234 # Plots - NF Density - CSP - PDR IMIX
11235 - type: "plot"
11236   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11237   algorithm: "plot_nf_heatmap"
11238   output-file-type: ".html"
11239   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11240   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11241   filter: "'NIC_Intel-XXV710' and
11242            'NF_DENSITY' and
11243            'DOCKER' and
11244            'PIPELINE' and
11245            'NF_VPPIP4' and
11246            'IMIX' and
11247            '2T1C' and
11248            'NDRPDR'"
11249   parameters:
11250   - "throughput"
11251   - "name"
11252   - "tags"
11253   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11254   x-axis: "X = CNFs per Service Pipeline"
11255   y-axis: "Y = Number of Service Pipelines"
11256   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11257   layout:
11258     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11259     layout: "plot-service-density"
11260
11261 - type: "plot"
11262   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11263   algorithm: "plot_nf_heatmap"
11264   output-file-type: ".html"
11265   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11266   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11267   filter: "'NIC_Intel-XXV710' and
11268            'NF_DENSITY' and
11269            'DOCKER' and
11270            'PIPELINE' and
11271            'NF_VPPIP4' and
11272            'IMIX' and
11273            '4T2C' and
11274            'NDRPDR'"
11275   parameters:
11276   - "throughput"
11277   - "name"
11278   - "tags"
11279   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11280   x-axis: "X = CNFs per Service Pipeline"
11281   y-axis: "Y = Number of Service Pipelines"
11282   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11283   layout:
11284     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11285     layout: "plot-service-density"
11286
11287 - type: "plot"
11288   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11289   algorithm: "plot_nf_heatmap"
11290   output-file-type: ".html"
11291   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11292   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11293   filter: "'NIC_Intel-XXV710' and
11294            'NF_DENSITY' and
11295            'DOCKER' and
11296            'PIPELINE' and
11297            'NF_VPPIP4' and
11298            'IMIX' and
11299            '8T4C' and
11300            'NDRPDR'"
11301   parameters:
11302   - "throughput"
11303   - "name"
11304   - "tags"
11305   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11306   x-axis: "X = CNFs per Service Pipeline"
11307   y-axis: "Y = Number of Service Pipelines"
11308   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11309   layout:
11310     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11311     layout: "plot-service-density"
11312
11313 ################################################################################
11314
11315 # Packet Throughput
11316
11317 - type: "plot"
11318   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11319   algorithm: "plot_perf_box_name"
11320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11322   include:
11323     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11324     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11325     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11326     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11327   layout:
11328     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11329     layout: "plot-throughput"
11330
11331 - type: "plot"
11332   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11333   algorithm: "plot_perf_box_name"
11334   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11335   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11336   include:
11337     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11338     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11339     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11340     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11341   layout:
11342     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11343     layout: "plot-throughput"
11344
11345 - type: "plot"
11346   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11347   algorithm: "plot_perf_box_name"
11348   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11349   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11350   include:
11351     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11352     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11353     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11354     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11355   layout:
11356     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11357     layout: "plot-throughput"
11358
11359 - type: "plot"
11360   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11361   algorithm: "plot_perf_box_name"
11362   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11363   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11364   include:
11365     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11366     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11367     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11368     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11369   layout:
11370     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11371     layout: "plot-throughput"
11372
11373 - type: "plot"
11374   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11375   algorithm: "plot_perf_box_name"
11376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11378   include:
11379     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11380     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11381     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11382     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11383     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11384   layout:
11385     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11386     layout: "plot-throughput"
11387
11388 - type: "plot"
11389   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11390   algorithm: "plot_perf_box_name"
11391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11393   include:
11394     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11395     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11396     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11397     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11398     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11399   layout:
11400     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11401     layout: "plot-throughput"
11402
11403 - type: "plot"
11404   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11405   algorithm: "plot_perf_box_name"
11406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11408   include:
11409     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11410     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11411     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11412     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11413     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11414   layout:
11415     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11416     layout: "plot-throughput"
11417
11418 - type: "plot"
11419   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11420   algorithm: "plot_perf_box_name"
11421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11423   include:
11424     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11425     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11426     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11427     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11428     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11429   layout:
11430     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11431     layout: "plot-throughput"
11432
11433 - type: "plot"
11434   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11435   algorithm: "plot_perf_box_name"
11436   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11437   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11438   include:
11439     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11440     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11441     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11442     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11443     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11444   layout:
11445     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11446     layout: "plot-throughput"
11447
11448 - type: "plot"
11449   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11450   algorithm: "plot_perf_box_name"
11451   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11452   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11453   include:
11454     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11455     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11456     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11457     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11458     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11459   layout:
11460     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11461     layout: "plot-throughput"
11462
11463 - type: "plot"
11464   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11465   algorithm: "plot_perf_box_name"
11466   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11468   include:
11469     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11475   layout:
11476     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11477     layout: "plot-throughput"
11478
11479 - type: "plot"
11480   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11481   algorithm: "plot_perf_box_name"
11482   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11483   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11484   include:
11485     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11490     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11491   layout:
11492     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11493     layout: "plot-throughput"
11494
11495 - type: "plot"
11496   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11497   algorithm: "plot_perf_box_name"
11498   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11499   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11500   include:
11501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11506   layout:
11507     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11514   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11515   include:
11516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11521   layout:
11522     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11523     layout: "plot-throughput"
11524
11525 - type: "plot"
11526   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11527   algorithm: "plot_perf_box_name"
11528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11530   include:
11531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11534   layout:
11535     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11536     layout: "plot-throughput"
11537
11538 - type: "plot"
11539   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11540   algorithm: "plot_perf_box_name"
11541   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11543   include:
11544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11547   layout:
11548     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11549     layout: "plot-throughput"
11550
11551 - type: "plot"
11552   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11553   algorithm: "plot_perf_box_name"
11554   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11556   include:
11557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11562   layout:
11563     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11564     layout: "plot-throughput"
11565
11566 - type: "plot"
11567   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11568   algorithm: "plot_perf_box_name"
11569   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11571   include:
11572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11577   layout:
11578     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11579     layout: "plot-throughput"
11580
11581 - type: "plot"
11582   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11583   algorithm: "plot_perf_box_name"
11584   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11586   include:
11587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11590   layout:
11591     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11592     layout: "plot-throughput"
11593
11594 - type: "plot"
11595   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11596   algorithm: "plot_perf_box_name"
11597   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11598   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11599   include:
11600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11603   layout:
11604     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11605     layout: "plot-throughput"
11606
11607 - type: "plot"
11608   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11609   algorithm: "plot_perf_box_name"
11610   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11612   include:
11613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11619   layout:
11620     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11621     layout: "plot-throughput"
11622
11623 - type: "plot"
11624   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11625   algorithm: "plot_perf_box_name"
11626   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11628   include:
11629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11635   layout:
11636     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11637     layout: "plot-throughput"
11638
11639 - type: "plot"
11640   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11641   algorithm: "plot_perf_box_name"
11642   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11644   include:
11645     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11646     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11647     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11648     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11649     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11650   layout:
11651     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11652     layout: "plot-throughput"
11653
11654 - type: "plot"
11655   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11656   algorithm: "plot_perf_box_name"
11657   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11659   include:
11660     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11661     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11662     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11663     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11664     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11665   layout:
11666     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11667     layout: "plot-throughput"
11668
11669 - type: "plot"
11670   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11671   algorithm: "plot_perf_box_name"
11672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11674   include:
11675     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11676     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11677     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11678     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11679     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11680     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11681     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11682     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11683     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11684     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11685   layout:
11686     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11687     layout: "plot-cps"
11688
11689 - type: "plot"
11690   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11691   algorithm: "plot_perf_box_name"
11692   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11693   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11694   include:
11695     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11696     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11697     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11698     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11699     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11700     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11701     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11702     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11703     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11704     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11705   layout:
11706     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11707     layout: "plot-throughput"
11708
11709 - type: "plot"
11710   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11711   algorithm: "plot_perf_box_name"
11712   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11714   include:
11715     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11716     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11717     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11718     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11719     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11720     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11721     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11722     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11723     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11724     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11725   layout:
11726     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11727     layout: "plot-cps"
11728
11729 - type: "plot"
11730   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11731   algorithm: "plot_perf_box_name"
11732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11734   include:
11735     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11736     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11737     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11738     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11739     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11740     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11741     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11742     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11743     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11744     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11745   layout:
11746     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11747     layout: "plot-throughput"
11748
11749 - type: "plot"
11750   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11751   algorithm: "plot_perf_box_name"
11752   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11753   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11754   include:
11755     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11756     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11757     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11758     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11759     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11760   layout:
11761     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11762     layout: "plot-throughput"
11763
11764 - type: "plot"
11765   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11766   algorithm: "plot_perf_box_name"
11767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11769   include:
11770     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11771     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11772     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11773     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11774     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11775   layout:
11776     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11777     layout: "plot-throughput"
11778
11779 - type: "plot"
11780   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11781   algorithm: "plot_perf_box_name"
11782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11784   include:
11785     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11786     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11787     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11788     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11789     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11790     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11791     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11792     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11793     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11794     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11795   layout:
11796     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11797     layout: "plot-cps"
11798
11799 - type: "plot"
11800   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11801   algorithm: "plot_perf_box_name"
11802   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11803   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11804   include:
11805     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11806     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11808     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11809     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11810     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11811     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11812     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11813     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11814     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11815   layout:
11816     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11817     layout: "plot-throughput"
11818
11819 - type: "plot"
11820   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11821   algorithm: "plot_perf_box_name"
11822   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11823   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11824   include:
11825     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11826     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11827     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11828     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11829     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11830     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11831     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11832     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11833     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11834     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11835   layout:
11836     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11837     layout: "plot-cps"
11838
11839 - type: "plot"
11840   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11841   algorithm: "plot_perf_box_name"
11842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11844   include:
11845     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11846     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11847     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11848     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11849     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11850     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11851     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11852     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11853     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-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-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11857     layout: "plot-throughput"
11858
11859 - type: "plot"
11860   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11861   algorithm: "plot_perf_box_name"
11862   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11863   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11864   include:
11865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11871   layout:
11872     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11873     layout: "plot-throughput"
11874
11875 - type: "plot"
11876   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11877   algorithm: "plot_perf_box_name"
11878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11880   include:
11881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11887   layout:
11888     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11889     layout: "plot-throughput"
11890
11891 - type: "plot"
11892   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11893   algorithm: "plot_perf_box_name"
11894   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11896   include:
11897     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11899     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11900   layout:
11901     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11902     layout: "plot-throughput"
11903
11904 - type: "plot"
11905   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11906   algorithm: "plot_perf_box_name"
11907   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11908   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11909   include:
11910     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11913   layout:
11914     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11915     layout: "plot-throughput"
11916
11917 - type: "plot"
11918   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11919   algorithm: "plot_perf_box_name"
11920   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11922   include:
11923     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11925 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11926 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11927 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11928   layout:
11929     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11930     layout: "plot-throughput"
11931
11932 - type: "plot"
11933   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11934   algorithm: "plot_perf_box_name"
11935   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11937   include:
11938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11940 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11941 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11942 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11943   layout:
11944     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11945     layout: "plot-throughput"
11946
11947 - type: "plot"
11948   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11949   algorithm: "plot_perf_box_name"
11950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11952   include:
11953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11958   layout:
11959     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11960     layout: "plot-throughput"
11961
11962 - type: "plot"
11963   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11964   algorithm: "plot_perf_box_name"
11965   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11967   include:
11968     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11973   layout:
11974     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11975     layout: "plot-throughput"
11976
11977 - type: "plot"
11978   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11979   algorithm: "plot_perf_box_name"
11980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11982   include:
11983     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11986     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11987     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11988   layout:
11989     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11990     layout: "plot-throughput"
11991
11992 - type: "plot"
11993   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11994   algorithm: "plot_perf_box_name"
11995   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11997   include:
11998     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12002     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12003   layout:
12004     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12005     layout: "plot-throughput"
12006
12007 - type: "plot"
12008   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12009   algorithm: "plot_perf_box_name"
12010   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12011   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12012   include:
12013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12017   layout:
12018     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12026   include:
12027     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12031   layout:
12032     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12033     layout: "plot-throughput"
12034
12035 - type: "plot"
12036   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12037   algorithm: "plot_perf_box_name"
12038   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12040   include:
12041     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12046   layout:
12047     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12048     layout: "plot-throughput"
12049
12050 - type: "plot"
12051   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12052   algorithm: "plot_perf_box_name"
12053   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12055   include:
12056     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12057     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12061   layout:
12062     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12063     layout: "plot-throughput"
12064
12065 - type: "plot"
12066   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12067   algorithm: "plot_perf_box_name"
12068   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12069   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12070   include:
12071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12076   layout:
12077     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12078     layout: "plot-throughput"
12079
12080 - type: "plot"
12081   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12082   algorithm: "plot_perf_box_name"
12083   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12084   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12085   include:
12086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12091   layout:
12092     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12093     layout: "plot-throughput"
12094
12095 - type: "plot"
12096   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12097   algorithm: "plot_perf_box_name"
12098   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12099   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12100   include:
12101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12105   layout:
12106     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12107     layout: "plot-throughput"
12108
12109 - type: "plot"
12110   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12111   algorithm: "plot_perf_box_name"
12112   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12113   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12114   include:
12115     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12119   layout:
12120     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12121     layout: "plot-throughput"
12122
12123 - type: "plot"
12124   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12125   algorithm: "plot_perf_box_name"
12126   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12127   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12128   include:
12129     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12134   layout:
12135     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12142   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12143   include:
12144     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12149   layout:
12150     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12151     layout: "plot-throughput"
12152
12153 - type: "plot"
12154   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12155   algorithm: "plot_perf_box_name"
12156   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12157   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12158   include:
12159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12165   layout:
12166     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12167     layout: "plot-throughput"
12168
12169 - type: "plot"
12170   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12171   algorithm: "plot_perf_box_name"
12172   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12173   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12174   include:
12175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12181   layout:
12182     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12183     layout: "plot-throughput"
12184
12185 - type: "plot"
12186   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12187   algorithm: "plot_perf_box_name"
12188   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12189   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12190   include:
12191     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12196   layout:
12197     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12198     layout: "plot-throughput"
12199
12200 - type: "plot"
12201   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12202   algorithm: "plot_perf_box_name"
12203   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12204   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12205   include:
12206     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12211   layout:
12212     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12213     layout: "plot-throughput"
12214
12215 - type: "plot"
12216   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12217   algorithm: "plot_perf_box_name"
12218   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12219   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12220   include:
12221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12225     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12226   layout:
12227     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12228     layout: "plot-throughput"
12229
12230 - type: "plot"
12231   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12232   algorithm: "plot_perf_box_name"
12233   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12234   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12235   include:
12236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12241   layout:
12242     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12243     layout: "plot-throughput"
12244
12245 - type: "plot"
12246   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12247   algorithm: "plot_perf_box_name"
12248   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12249   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12250   include:
12251     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12253   layout:
12254     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12255     layout: "plot-throughput"
12256
12257 - type: "plot"
12258   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12259   algorithm: "plot_perf_box_name"
12260   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12261   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12262   include:
12263     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12265   layout:
12266     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12271   algorithm: "plot_perf_box_name"
12272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12274   include:
12275     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12279   layout:
12280     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12281     layout: "plot-throughput"
12282
12283 - type: "plot"
12284   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12285   algorithm: "plot_perf_box_name"
12286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12288   include:
12289     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12293   layout:
12294     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12295     layout: "plot-throughput"
12296
12297 - type: "plot"
12298   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12299   algorithm: "plot_perf_box_name"
12300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12302   include:
12303     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12307   layout:
12308     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12309     layout: "plot-throughput"
12310
12311 - type: "plot"
12312   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12313   algorithm: "plot_perf_box_name"
12314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12316   include:
12317     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12318     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12320     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12321   layout:
12322     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12323     layout: "plot-throughput"
12324
12325 - type: "plot"
12326   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12327   algorithm: "plot_perf_box_name"
12328   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12329   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12330   include:
12331     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12333     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12334     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12335   layout:
12336     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12337     layout: "plot-throughput"
12338
12339 - type: "plot"
12340   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12341   algorithm: "plot_perf_box_name"
12342   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12343   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12344   include:
12345     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12349   layout:
12350     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12351     layout: "plot-throughput"
12352
12353 - type: "plot"
12354   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12355   algorithm: "plot_perf_box_name"
12356   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12357   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12358   include:
12359     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12363   layout:
12364     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12365     layout: "plot-throughput"
12366
12367 - type: "plot"
12368   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12369   algorithm: "plot_perf_box_name"
12370   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12371   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12372   include:
12373     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12376     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12377   layout:
12378     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12379     layout: "plot-throughput"
12380
12381 - type: "plot"
12382   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12383   algorithm: "plot_perf_box_name"
12384   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12386   include:
12387     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12392     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12393   layout:
12394     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12395     layout: "plot-throughput"
12396
12397 - type: "plot"
12398   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12399   algorithm: "plot_perf_box_name"
12400   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12401   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12402   include:
12403     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12407     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12408     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12409   layout:
12410     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12411     layout: "plot-throughput"
12412
12413 - type: "plot"
12414   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12415   algorithm: "plot_perf_box_name"
12416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12418   include:
12419     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12422     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12424   layout:
12425     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12426     layout: "plot-throughput"
12427
12428 - type: "plot"
12429   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12430   algorithm: "plot_perf_box_name"
12431   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12432   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12433   include:
12434     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12435     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12436     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12437     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12438     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12439   layout:
12440     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12441     layout: "plot-throughput"
12442
12443 - type: "plot"
12444   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12445   algorithm: "plot_perf_box_name"
12446   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12447   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12448   include:
12449     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12450     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12451     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12452     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12453     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12454   layout:
12455     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12456     layout: "plot-throughput"
12457
12458 - type: "plot"
12459   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12460   algorithm: "plot_perf_box_name"
12461   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12462   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12463   include:
12464     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12465     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12466     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12467     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12468     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12469   layout:
12470     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12471     layout: "plot-throughput"
12472
12473 - type: "plot"
12474   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12475   algorithm: "plot_perf_box_name"
12476   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12477   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12478   include:
12479     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12480     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12481     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12482   layout:
12483     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12484     layout: "plot-throughput"
12485
12486 - type: "plot"
12487   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12488   algorithm: "plot_perf_box_name"
12489   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12490   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12491   include:
12492     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12493     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12494     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12495   layout:
12496     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12497     layout: "plot-throughput"
12498
12499 - type: "plot"
12500   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12501   algorithm: "plot_perf_box_name"
12502   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12504   include:
12505     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12508   layout:
12509     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12510     layout: "plot-throughput"
12511
12512 - type: "plot"
12513   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12514   algorithm: "plot_perf_box_name"
12515   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12516   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12517   include:
12518     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12519     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12520     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12521   layout:
12522     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12523     layout: "plot-throughput"
12524
12525 - type: "plot"
12526   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12527   algorithm: "plot_perf_box_name"
12528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12530   include:
12531     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12532     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12533     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12534     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12535     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12536   layout:
12537     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12538     layout: "plot-throughput"
12539
12540 - type: "plot"
12541   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12542   algorithm: "plot_perf_box_name"
12543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12545   include:
12546     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12547     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12548     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12549     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12550     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12551   layout:
12552     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12553     layout: "plot-throughput"
12554
12555 - type: "plot"
12556   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12557   algorithm: "plot_perf_box_name"
12558   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12560   include:
12561     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12562     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12563     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12564     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12565     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12566   layout:
12567     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12568     layout: "plot-throughput"
12569
12570 - type: "plot"
12571   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12572   algorithm: "plot_perf_box_name"
12573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12575   include:
12576     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12577     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12578     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12579     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12580     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12581   layout:
12582     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12583     layout: "plot-throughput"
12584
12585 - type: "plot"
12586   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12587   algorithm: "plot_perf_box_name"
12588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12590   include:
12591     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12592     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12593     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12594     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12595     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12596   layout:
12597     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12598     layout: "plot-throughput"
12599
12600 - type: "plot"
12601   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12602   algorithm: "plot_perf_box_name"
12603   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12604   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12605   include:
12606     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12607     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12608     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12609     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12610     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12611   layout:
12612     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12613     layout: "plot-throughput"
12614
12615 - type: "plot"
12616   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12617   algorithm: "plot_perf_box_name"
12618   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12619   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12620   include:
12621     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12622     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12623     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12624     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12625     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12626   layout:
12627     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12628     layout: "plot-throughput"
12629
12630 - type: "plot"
12631   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12632   algorithm: "plot_perf_box_name"
12633   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12634   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12635   include:
12636     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12637     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12638     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12639     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12640     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12641   layout:
12642     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12643     layout: "plot-throughput"
12644
12645 - type: "plot"
12646   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12647   algorithm: "plot_perf_box_name"
12648   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12649   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12650   include:
12651     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12652     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12653     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12654     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12655     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12656   layout:
12657     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12658     layout: "plot-throughput"
12659
12660 - type: "plot"
12661   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12662   algorithm: "plot_perf_box_name"
12663   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12664   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12665   include:
12666     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12667     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12668     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12669     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12670     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12671   layout:
12672     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12673     layout: "plot-throughput"
12674
12675 - type: "plot"
12676   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12677   algorithm: "plot_perf_box_name"
12678   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12679   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12680   include:
12681     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12682     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12683     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12684     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12685     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12686     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12687   layout:
12688     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12689     layout: "plot-throughput"
12690
12691 - type: "plot"
12692   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12693   algorithm: "plot_perf_box_name"
12694   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12695   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12696   include:
12697     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12698     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12699     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12700     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12701     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12702     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12703   layout:
12704     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12705     layout: "plot-throughput"
12706
12707 - type: "plot"
12708   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12709   algorithm: "plot_perf_box_name"
12710   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12711   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12712   include:
12713     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12714     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12715     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12716     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12717   layout:
12718     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12719     layout: "plot-throughput"
12720
12721 - type: "plot"
12722   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12723   algorithm: "plot_perf_box_name"
12724   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12725   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12726   include:
12727     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12728     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12729     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12730     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12731   layout:
12732     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12733     layout: "plot-throughput"
12734
12735 - type: "plot"
12736   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12737   algorithm: "plot_perf_box_name"
12738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12740   include:
12741     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12742     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12743     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12744     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12745     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12746     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12747   layout:
12748     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12749     layout: "plot-throughput"
12750
12751 - type: "plot"
12752   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12753   algorithm: "plot_perf_box_name"
12754   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12756   include:
12757     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12758     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12759     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12760     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12761     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12762     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12763   layout:
12764     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12765     layout: "plot-throughput"
12766
12767 - type: "plot"
12768   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12769   algorithm: "plot_perf_box_name"
12770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12772   include:
12773     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12774     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12775     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12776     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12777     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12778     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12779   layout:
12780     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12781     layout: "plot-throughput"
12782
12783 - type: "plot"
12784   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12785   algorithm: "plot_perf_box_name"
12786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12788   include:
12789     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12790     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12791     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12792     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12793     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12794     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12795   layout:
12796     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12797     layout: "plot-throughput"
12798
12799 - type: "plot"
12800   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12801   algorithm: "plot_perf_box_name"
12802   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12804   include:
12805     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12806     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12807     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12808     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12809     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12810     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12811   layout:
12812     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12813     layout: "plot-throughput"
12814
12815 - type: "plot"
12816   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12817   algorithm: "plot_perf_box_name"
12818   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12820   include:
12821     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12822     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12823     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12824     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12825     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12826     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12827   layout:
12828     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12829     layout: "plot-throughput"
12830
12831 - type: "plot"
12832   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12833   algorithm: "plot_perf_box_name"
12834   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12835   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12836   include:
12837     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12838     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12839     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12840     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12841     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12842     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12843   layout:
12844     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12845     layout: "plot-throughput"
12846
12847 - type: "plot"
12848   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12849   algorithm: "plot_perf_box_name"
12850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12852   include:
12853     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12854     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12855     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12856     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12857     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12858     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12859   layout:
12860     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12861     layout: "plot-throughput"
12862
12863 - type: "plot"
12864   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12865   algorithm: "plot_perf_box_name"
12866   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12867   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12868   include:
12869     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12870     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12871     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12872     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12873     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12874     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12875   layout:
12876     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12877     layout: "plot-throughput"
12878
12879 - type: "plot"
12880   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12881   algorithm: "plot_perf_box_name"
12882   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12883   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12884   include:
12885     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12886     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12887     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12888     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12889     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12890     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12891   layout:
12892     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12893     layout: "plot-throughput"
12894
12895 - type: "plot"
12896   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12897   algorithm: "plot_perf_box_name"
12898   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12899   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12900   include:
12901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12906     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12907   layout:
12908     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12909     layout: "plot-throughput"
12910
12911 - type: "plot"
12912   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12913   algorithm: "plot_perf_box_name"
12914   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12916   include:
12917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12923   layout:
12924     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12925     layout: "plot-throughput"
12926
12927 - type: "plot"
12928   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12929   algorithm: "plot_perf_box_name"
12930   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12932   include:
12933     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12934     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12935     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12936     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12939   layout:
12940     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12941     layout: "plot-throughput"
12942
12943 - type: "plot"
12944   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12945   algorithm: "plot_perf_box_name"
12946   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12947   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12948   include:
12949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12950     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12955   layout:
12956     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12957     layout: "plot-throughput"
12958
12959 - type: "plot"
12960   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12961   algorithm: "plot_perf_box_name"
12962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12964   include:
12965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12971   layout:
12972     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12973     layout: "plot-throughput"
12974
12975 - type: "plot"
12976   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12977   algorithm: "plot_perf_box_name"
12978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12980   include:
12981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12987   layout:
12988     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12989     layout: "plot-throughput"
12990
12991 - type: "plot"
12992   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12993   algorithm: "plot_perf_box_name"
12994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12996   include:
12997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13001   layout:
13002     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13003     layout: "plot-throughput"
13004
13005 - type: "plot"
13006   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13007   algorithm: "plot_perf_box_name"
13008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13010   include:
13011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13015   layout:
13016     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13017     layout: "plot-throughput"
13018
13019 - type: "plot"
13020   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13021   algorithm: "plot_perf_box_name"
13022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13024   include:
13025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13029   layout:
13030     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13031     layout: "plot-throughput"
13032
13033 - type: "plot"
13034   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13035   algorithm: "plot_perf_box_name"
13036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13038   include:
13039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13043   layout:
13044     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13045     layout: "plot-throughput"
13046
13047 - type: "plot"
13048   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13049   algorithm: "plot_perf_box_name"
13050   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13051   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13052   include:
13053     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13058     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13059   layout:
13060     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13061     layout: "plot-throughput"
13062
13063 - type: "plot"
13064   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13065   algorithm: "plot_perf_box_name"
13066   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13067   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13068   include:
13069     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13073     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13074     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13075   layout:
13076     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13077     layout: "plot-throughput"
13078
13079 - type: "plot"
13080   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13081   algorithm: "plot_perf_box_name"
13082   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13084   include:
13085     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13089     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13090   layout:
13091     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13092     layout: "plot-throughput"
13093
13094 - type: "plot"
13095   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13096   algorithm: "plot_perf_box_name"
13097   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13099   include:
13100     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13102     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13103     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13104     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13105   layout:
13106     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13107     layout: "plot-throughput"
13108
13109 - type: "plot"
13110   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13111   algorithm: "plot_perf_box_name"
13112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13114   include:
13115     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13118     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13119     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13120   layout:
13121     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13122     layout: "plot-throughput"
13123
13124 - type: "plot"
13125   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13126   algorithm: "plot_perf_box_name"
13127   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13129   include:
13130     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13131     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13133     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13134     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13135   layout:
13136     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13137     layout: "plot-throughput"
13138
13139 - type: "plot"
13140   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13141   algorithm: "plot_perf_box_name"
13142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13144   include:
13145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13146     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13147     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13149   layout:
13150     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13151     layout: "plot-throughput"
13152
13153 - type: "plot"
13154   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13155   algorithm: "plot_perf_box_name"
13156   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13158   include:
13159     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13162     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13163   layout:
13164     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13165     layout: "plot-throughput"
13166
13167 - type: "plot"
13168   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13169   algorithm: "plot_perf_box_name"
13170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13172   include:
13173     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13177     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13179   layout:
13180     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13181     layout: "plot-throughput"
13182
13183 - type: "plot"
13184   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13185   algorithm: "plot_perf_box_name"
13186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13188   include:
13189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13191     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13195   layout:
13196     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13197     layout: "plot-throughput"
13198
13199 - type: "plot"
13200   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13201   algorithm: "plot_perf_box_name"
13202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13204   include:
13205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13211   layout:
13212     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13213     layout: "plot-throughput"
13214
13215 - type: "plot"
13216   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13217   algorithm: "plot_perf_box_name"
13218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13220   include:
13221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13227   layout:
13228     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13229     layout: "plot-throughput"
13230
13231 - type: "plot"
13232   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13233   algorithm: "plot_perf_box_name"
13234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13236   include:
13237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13243   layout:
13244     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13245     layout: "plot-throughput"
13246
13247 - type: "plot"
13248   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13249   algorithm: "plot_perf_box_name"
13250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13252   include:
13253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13259   layout:
13260     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13261     layout: "plot-throughput"
13262
13263 - type: "plot"
13264   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13265   algorithm: "plot_perf_box_name"
13266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13268   include:
13269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13275   layout:
13276     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13277     layout: "plot-throughput"
13278
13279 - type: "plot"
13280   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13281   algorithm: "plot_perf_box_name"
13282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13284   include:
13285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13291   layout:
13292     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13293     layout: "plot-throughput"
13294
13295 - type: "plot"
13296   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13297   algorithm: "plot_perf_box_name"
13298   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13299   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13300   include:
13301     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13302     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13303     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13304     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13305   layout:
13306     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13307     layout: "plot-throughput"
13308
13309 - type: "plot"
13310   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13311   algorithm: "plot_perf_box_name"
13312   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13313   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13314   include:
13315     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13316     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13317     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13318     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13319   layout:
13320     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13321     layout: "plot-throughput"
13322
13323 - type: "plot"
13324   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13325   algorithm: "plot_perf_box_name"
13326   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13327   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13328   include:
13329     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13330     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13331     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13332     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13333     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13334     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13335   layout:
13336     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13337     layout: "plot-throughput"
13338
13339 - type: "plot"
13340   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13341   algorithm: "plot_perf_box_name"
13342   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13343   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13344   include:
13345     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13346     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13347     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13348     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13349     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13350     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13351   layout:
13352     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13353     layout: "plot-throughput"
13354
13355 - type: "plot"
13356   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13357   algorithm: "plot_perf_box_name"
13358   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13359   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13360   include:
13361     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13362     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13363     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13364     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13365     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13366     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13367   layout:
13368     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13369     layout: "plot-throughput"
13370
13371 - type: "plot"
13372   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13373   algorithm: "plot_perf_box_name"
13374   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13375   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13376   include:
13377     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13378     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13379     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13380     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13381     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13382     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13383   layout:
13384     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13385     layout: "plot-throughput"
13386
13387 - type: "plot"
13388   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13389   algorithm: "plot_perf_box_name"
13390   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13391   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13392   include:
13393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13397   layout:
13398     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13399     layout: "plot-throughput"
13400
13401 - type: "plot"
13402   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13403   algorithm: "plot_perf_box_name"
13404   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13405   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13406   include:
13407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13408     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13411   layout:
13412     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13413     layout: "plot-throughput"
13414
13415 - type: "plot"
13416   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13417   algorithm: "plot_perf_box_name"
13418   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13419   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13420   include:
13421     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13422     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13423     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13425     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13426     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13427   layout:
13428     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13429     layout: "plot-throughput"
13430
13431 - type: "plot"
13432   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13433   algorithm: "plot_perf_box_name"
13434   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13435   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13436   include:
13437     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13438     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13440     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13441     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13442     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13443   layout:
13444     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13445     layout: "plot-throughput"
13446
13447 - type: "plot"
13448   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13449   algorithm: "plot_perf_box_name"
13450   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13451   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13452   include:
13453     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13454     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13457   layout:
13458     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13459     layout: "plot-throughput"
13460
13461 - type: "plot"
13462   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13463   algorithm: "plot_perf_box_name"
13464   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13465   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13466   include:
13467     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13469     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13470     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13471   layout:
13472     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13473     layout: "plot-throughput"
13474
13475 - type: "plot"
13476   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13477   algorithm: "plot_perf_box_name"
13478   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13479   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13480   include:
13481     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13482     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13483     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13484     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13485     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13486     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13487   layout:
13488     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13489     layout: "plot-throughput"
13490
13491 - type: "plot"
13492   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13493   algorithm: "plot_perf_box_name"
13494   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13495   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13496   include:
13497     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13498     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13499     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13500     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13501     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13502     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13503   layout:
13504     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13505     layout: "plot-throughput"
13506
13507 - type: "plot"
13508   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13509   algorithm: "plot_perf_box_name"
13510   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13511   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13512   include:
13513     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13514     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13515     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13516     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13517     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13518     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13519   layout:
13520     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13521     layout: "plot-throughput"
13522
13523 - type: "plot"
13524   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13525   algorithm: "plot_perf_box_name"
13526   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13527   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13528   include:
13529     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13530     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13531     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13532     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13533     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13534     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13535   layout:
13536     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13537     layout: "plot-throughput"
13538
13539 - type: "plot"
13540   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13541   algorithm: "plot_perf_box_name"
13542   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13543   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13544   include:
13545     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13546     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13547     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13548     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13549     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13550     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13551   layout:
13552     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13553     layout: "plot-throughput"
13554
13555 - type: "plot"
13556   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13557   algorithm: "plot_perf_box_name"
13558   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13559   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13560   include:
13561     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13562     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13563     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13564     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13565     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13566     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13567   layout:
13568     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13569     layout: "plot-throughput"
13570
13571 - type: "plot"
13572   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13573   algorithm: "plot_perf_box_name"
13574   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13575   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13576   include:
13577     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13578     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13579     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13580 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13581 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13582 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13583   layout:
13584     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13585     layout: "plot-throughput"
13586
13587 - type: "plot"
13588   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13589   algorithm: "plot_perf_box_name"
13590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13592   include:
13593     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13594     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13595     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13596 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13597 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13598 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13599   layout:
13600     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13601     layout: "plot-throughput"
13602
13603 - type: "plot"
13604   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13605   algorithm: "plot_perf_box_name"
13606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13608   include:
13609     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13610     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13611     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13612     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13613     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13614     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13615   layout:
13616     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13617     layout: "plot-throughput"
13618
13619 - type: "plot"
13620   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13621   algorithm: "plot_perf_box_name"
13622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13624   include:
13625     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13626     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13627     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13628     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13629     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13630     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13631   layout:
13632     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13633     layout: "plot-throughput"
13634
13635 - type: "plot"
13636   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13637   algorithm: "plot_perf_box_name"
13638   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13639   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13640   include:
13641     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13642     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13643     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13644     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13645     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13646     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13647   layout:
13648     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13649     layout: "plot-throughput"
13650
13651 - type: "plot"
13652   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13653   algorithm: "plot_perf_box_name"
13654   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13655   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13656   include:
13657     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13658     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13659     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13660     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13661     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13662     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13663   layout:
13664     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13665     layout: "plot-throughput"
13666
13667 #- type: "plot"
13668 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13669 #  algorithm: "plot_perf_box_name"
13670 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13671 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13672 #  include:
13673 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13674 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13675 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13676 #  layout:
13677 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13678 #    layout: "plot-throughput"
13679 #
13680 #- type: "plot"
13681 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13682 #  algorithm: "plot_perf_box_name"
13683 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13684 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13685 #  include:
13686 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13687 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13688 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13689 #  layout:
13690 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13691 #    layout: "plot-throughput"
13692
13693 - type: "plot"
13694   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13695   algorithm: "plot_perf_box_name"
13696   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13698   include:
13699     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13701     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13702     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13703     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13704   layout:
13705     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13706     layout: "plot-throughput"
13707
13708 - type: "plot"
13709   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13710   algorithm: "plot_perf_box_name"
13711   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13712   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13713   include:
13714     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13715     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13716     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13717     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13718     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13719   layout:
13720     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13721     layout: "plot-throughput"
13722
13723 - type: "plot"
13724   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13725   algorithm: "plot_perf_box_name"
13726   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13727   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13728   include:
13729     - "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"
13730     - "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"
13731     - "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"
13732     - "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"
13733     - "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"
13734   layout:
13735     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13736     layout: "plot-throughput"
13737
13738 - type: "plot"
13739   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13740   algorithm: "plot_perf_box_name"
13741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13743   include:
13744     - "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"
13745     - "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"
13746     - "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"
13747     - "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"
13748     - "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"
13749   layout:
13750     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13751     layout: "plot-throughput"
13752
13753 - type: "plot"
13754   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13755   algorithm: "plot_perf_box_name"
13756   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13758   include:
13759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13760     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13761     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13762     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13763     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13764   layout:
13765     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13766     layout: "plot-throughput"
13767
13768 - type: "plot"
13769   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13770   algorithm: "plot_perf_box_name"
13771   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13772   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13773   include:
13774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13775     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13776     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13777     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13778     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13779   layout:
13780     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13781     layout: "plot-throughput"
13782
13783 - type: "plot"
13784   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13785   algorithm: "plot_perf_box_name"
13786   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13787   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13788   include:
13789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13790     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13791     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13792     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13794   layout:
13795     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13796     layout: "plot-throughput"
13797
13798 - type: "plot"
13799   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13800   algorithm: "plot_perf_box_name"
13801   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13803   include:
13804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13805     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13809   layout:
13810     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13811     layout: "plot-throughput"
13812
13813 - type: "plot"
13814   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13815   algorithm: "plot_perf_box_name"
13816   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13817   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13818   include:
13819     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13820     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13821     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13822     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13823     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13824   layout:
13825     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13826     layout: "plot-throughput"
13827
13828 - type: "plot"
13829   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13830   algorithm: "plot_perf_box_name"
13831   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13832   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13833   include:
13834     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13835     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13836     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13837     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13838     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13839   layout:
13840     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13841     layout: "plot-throughput"
13842
13843 - type: "plot"
13844   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13845   algorithm: "plot_perf_box_name"
13846   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13847   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13848   include:
13849     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13850     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13851     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13852     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13853     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13854   layout:
13855     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13856     layout: "plot-throughput"
13857
13858 - type: "plot"
13859   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13860   algorithm: "plot_perf_box_name"
13861   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13862   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13863   include:
13864     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13865     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13866     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13867     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13868     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13869   layout:
13870     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13871     layout: "plot-throughput"
13872
13873 - type: "plot"
13874   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13875   algorithm: "plot_perf_box_name"
13876   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13878   include:
13879     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13880     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13881     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13882     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13883   layout:
13884     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13885     layout: "plot-throughput"
13886
13887 - type: "plot"
13888   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13889   algorithm: "plot_perf_box_name"
13890   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13892   include:
13893     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13894     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13895     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13896     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13897   layout:
13898     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13899     layout: "plot-throughput"
13900
13901 - type: "plot"
13902   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13903   algorithm: "plot_perf_box_name"
13904   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13906   include:
13907     - "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"
13908     - "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"
13909     - "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"
13910     - "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"
13911   layout:
13912     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13913     layout: "plot-throughput"
13914
13915 - type: "plot"
13916   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13917   algorithm: "plot_perf_box_name"
13918   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13920   include:
13921     - "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"
13922     - "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"
13923     - "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"
13924     - "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"
13925   layout:
13926     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13927     layout: "plot-throughput"
13928
13929 - type: "plot"
13930   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13931   algorithm: "plot_perf_box_name"
13932   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13934   include:
13935     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13938     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13939     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13940     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13941   layout:
13942     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13943     layout: "plot-throughput"
13944
13945 - type: "plot"
13946   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13947   algorithm: "plot_perf_box_name"
13948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13950   include:
13951     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13954     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13955     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13956     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13957   layout:
13958     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13959     layout: "plot-throughput"
13960
13961 - type: "plot"
13962   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13963   algorithm: "plot_perf_box_name"
13964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13966   include:
13967     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13970     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13971     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13972     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13973   layout:
13974     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13975     layout: "plot-throughput"
13976
13977 - type: "plot"
13978   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13979   algorithm: "plot_perf_box_name"
13980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13982   include:
13983     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13984     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13985     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13986     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13987     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13988     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13989   layout:
13990     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13991     layout: "plot-throughput"
13992
13993 - type: "plot"
13994   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13995   algorithm: "plot_perf_box_name"
13996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13998   include:
13999     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14000     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14001     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14002     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14005   layout:
14006     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14007     layout: "plot-throughput"
14008
14009 - type: "plot"
14010   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14011   algorithm: "plot_perf_box_name"
14012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14014   include:
14015     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14016     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14018     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14019     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14020     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14021   layout:
14022     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14023     layout: "plot-throughput"
14024
14025 - type: "plot"
14026   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14027   algorithm: "plot_perf_box_name"
14028   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14029   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14030   include:
14031     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14032     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14033     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14034     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14035     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14036   layout:
14037     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14038     layout: "plot-throughput"
14039
14040 - type: "plot"
14041   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14042   algorithm: "plot_perf_box_name"
14043   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14044   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14045   include:
14046     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14049     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14050     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14051   layout:
14052     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14053     layout: "plot-throughput"
14054
14055 - type: "plot"
14056   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14057   algorithm: "plot_perf_box_name"
14058   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14060   include:
14061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14063   layout:
14064     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14065     layout: "plot-throughput"
14066
14067 - type: "plot"
14068   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14069   algorithm: "plot_perf_box_name"
14070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14072   include:
14073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14075   layout:
14076     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14077     layout: "plot-throughput"
14078
14079 - type: "plot"
14080   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14081   algorithm: "plot_perf_box_name"
14082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14084   include:
14085     - "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"
14086     - "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"
14087   layout:
14088     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14089     layout: "plot-throughput"
14090
14091 - type: "plot"
14092   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14093   algorithm: "plot_perf_box_name"
14094   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14096   include:
14097     - "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"
14098     - "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"
14099   layout:
14100     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14101     layout: "plot-throughput"
14102
14103 - type: "plot"
14104   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14105   algorithm: "plot_perf_box_name"
14106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14108   include:
14109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14111   layout:
14112     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14113     layout: "plot-throughput"
14114
14115 - type: "plot"
14116   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14117   algorithm: "plot_perf_box_name"
14118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14120   include:
14121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14123   layout:
14124     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14125     layout: "plot-throughput"
14126
14127 - type: "plot"
14128   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14129   algorithm: "plot_perf_box_name"
14130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14132   include:
14133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14135   layout:
14136     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14137     layout: "plot-throughput"
14138
14139 - type: "plot"
14140   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14141   algorithm: "plot_perf_box_name"
14142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14144   include:
14145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14147   layout:
14148     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14149     layout: "plot-throughput"
14150
14151 - type: "plot"
14152   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14153   algorithm: "plot_perf_box_name"
14154   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14155   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14156   include:
14157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14162     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14163   layout:
14164     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14165     layout: "plot-throughput"
14166
14167 - type: "plot"
14168   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14169   algorithm: "plot_perf_box_name"
14170   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14171   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14172   include:
14173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14176     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14177     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14178     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14179   layout:
14180     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14181     layout: "plot-throughput"
14182
14183 - type: "plot"
14184   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14185   algorithm: "plot_perf_box_name"
14186   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14187   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14188   include:
14189     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14190     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14191     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14192     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14193     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14194     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14195   layout:
14196     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14197     layout: "plot-throughput"
14198
14199 - type: "plot"
14200   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14201   algorithm: "plot_perf_box_name"
14202   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14203   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14204   include:
14205     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14206     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14207     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14208     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14209     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14210     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14211   layout:
14212     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14213     layout: "plot-throughput"
14214
14215 - type: "plot"
14216   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14217   algorithm: "plot_perf_box_name"
14218   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14219   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14220   include:
14221     - "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"
14222     - "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"
14223     - "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"
14224     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14225     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14226     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14227   layout:
14228     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14229     layout: "plot-throughput"
14230
14231 - type: "plot"
14232   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14233   algorithm: "plot_perf_box_name"
14234   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14235   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14236   include:
14237     - "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"
14238     - "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"
14239     - "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"
14240     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14241     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14242     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14243   layout:
14244     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14245     layout: "plot-throughput"
14246
14247 ################################################################################
14248
14249 # Packet Speedup
14250
14251 - type: "plot"
14252   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14253   algorithm: "plot_tsa_name"
14254   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14256   include:
14257     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14258     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14259     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14260     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14261   layout:
14262     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14263     layout: "plot-throughput-speedup-analysis"
14264
14265 - type: "plot"
14266   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14267   algorithm: "plot_tsa_name"
14268   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14269   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14270   include:
14271     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14272     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14273     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14274     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14275   layout:
14276     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14277     layout: "plot-throughput-speedup-analysis"
14278
14279 - type: "plot"
14280   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14281   algorithm: "plot_tsa_name"
14282   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14283   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14284   include:
14285     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14286     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14287     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14288     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14289   layout:
14290     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14291     layout: "plot-throughput-speedup-analysis"
14292
14293 - type: "plot"
14294   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14295   algorithm: "plot_tsa_name"
14296   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14297   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14298   include:
14299     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14300     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14301     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14302     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14303   layout:
14304     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14305     layout: "plot-throughput-speedup-analysis"
14306
14307 - type: "plot"
14308   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14309   algorithm: "plot_tsa_name"
14310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14312   include:
14313     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14314     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14315     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14316     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14317     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14318   layout:
14319     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14320     layout: "plot-throughput-speedup-analysis"
14321
14322 - type: "plot"
14323   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14324   algorithm: "plot_tsa_name"
14325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14327   include:
14328     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14329     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14330     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14331     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14332     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14333   layout:
14334     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14335     layout: "plot-throughput-speedup-analysis"
14336
14337 - type: "plot"
14338   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14339   algorithm: "plot_tsa_name"
14340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14342   include:
14343     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14344     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14345     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14346     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14347     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14348   layout:
14349     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14350     layout: "plot-throughput-speedup-analysis"
14351
14352 - type: "plot"
14353   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14354   algorithm: "plot_tsa_name"
14355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14357   include:
14358     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14359     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14360     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14361     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14362     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14363   layout:
14364     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14365     layout: "plot-throughput-speedup-analysis"
14366
14367 - type: "plot"
14368   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14369   algorithm: "plot_tsa_name"
14370   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14371   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14372   include:
14373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14379   layout:
14380     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14381     layout: "plot-throughput-speedup-analysis"
14382
14383 - type: "plot"
14384   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14385   algorithm: "plot_tsa_name"
14386   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14388   include:
14389     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14392     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14393     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14394     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14395   layout:
14396     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14397     layout: "plot-throughput-speedup-analysis"
14398
14399 - type: "plot"
14400   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14401   algorithm: "plot_tsa_name"
14402   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14404   include:
14405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14410   layout:
14411     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14412     layout: "plot-throughput-speedup-analysis"
14413
14414 - type: "plot"
14415   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14416   algorithm: "plot_tsa_name"
14417   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14418   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14419   include:
14420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14425   layout:
14426     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14427     layout: "plot-throughput-speedup-analysis"
14428
14429 - type: "plot"
14430   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14431   algorithm: "plot_tsa_name"
14432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14434   include:
14435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14438   layout:
14439     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14440     layout: "plot-throughput-speedup-analysis"
14441
14442 - type: "plot"
14443   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14444   algorithm: "plot_tsa_name"
14445   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14447   include:
14448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14451   layout:
14452     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14453     layout: "plot-throughput-speedup-analysis"
14454
14455 - type: "plot"
14456   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14457   algorithm: "plot_tsa_name"
14458   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14459   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14460   include:
14461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14466   layout:
14467     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14468     layout: "plot-throughput-speedup-analysis"
14469
14470 - type: "plot"
14471   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14472   algorithm: "plot_tsa_name"
14473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14475   include:
14476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14481   layout:
14482     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14483     layout: "plot-throughput-speedup-analysis"
14484
14485 - type: "plot"
14486   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14487   algorithm: "plot_tsa_name"
14488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14490   include:
14491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14494   layout:
14495     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14496     layout: "plot-throughput-speedup-analysis"
14497
14498 - type: "plot"
14499   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14500   algorithm: "plot_tsa_name"
14501   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14502   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14503   include:
14504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14507   layout:
14508     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14509     layout: "plot-throughput-speedup-analysis"
14510
14511 - type: "plot"
14512   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14513   algorithm: "plot_tsa_name"
14514   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14515   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14516   include:
14517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14523   layout:
14524     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14525     layout: "plot-throughput-speedup-analysis"
14526
14527 - type: "plot"
14528   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14529   algorithm: "plot_tsa_name"
14530   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14531   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14532   include:
14533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14539   layout:
14540     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14541     layout: "plot-throughput-speedup-analysis"
14542
14543 - type: "plot"
14544   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14545   algorithm: "plot_tsa_name"
14546   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14547   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14548   include:
14549     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14550     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14551     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14552     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14553     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14554   layout:
14555     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14556     layout: "plot-throughput-speedup-analysis"
14557
14558 - type: "plot"
14559   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14560   algorithm: "plot_tsa_name"
14561   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14562   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14563   include:
14564     - "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"
14565     - "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"
14566     - "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"
14567     - "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"
14568     - "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"
14569   layout:
14570     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14571     layout: "plot-throughput-speedup-analysis"
14572
14573 - type: "plot"
14574   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14575   algorithm: "plot_tsa_name"
14576   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14577   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14578   include:
14579     - "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"
14580     - "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"
14581     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14582     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14583     - "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"
14584     - "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"
14585     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14586     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14587     - "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"
14588     - "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"
14589   layout:
14590     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14591     layout: "plot-throughput-speedup-analysis-cps"
14592
14593 - type: "plot"
14594   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14595   algorithm: "plot_tsa_name"
14596   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14597   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14598   include:
14599     - "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"
14600     - "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"
14601     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14602     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14603     - "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"
14604     - "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"
14605     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14606     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14607     - "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"
14608     - "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"
14609   layout:
14610     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14611     layout: "plot-throughput-speedup-analysis"
14612
14613 - type: "plot"
14614   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14615   algorithm: "plot_tsa_name"
14616   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14618   include:
14619     - "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"
14620     - "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"
14621     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14622     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14623     - "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"
14624     - "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"
14625     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14626     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14627     - "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"
14628     - "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"
14629   layout:
14630     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14631     layout: "plot-throughput-speedup-analysis-cps"
14632
14633 - type: "plot"
14634   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14635   algorithm: "plot_tsa_name"
14636   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14638   include:
14639     - "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"
14640     - "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"
14641     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14642     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14643     - "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"
14644     - "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"
14645     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14646     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14647     - "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"
14648     - "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"
14649   layout:
14650     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14651     layout: "plot-throughput-speedup-analysis"
14652
14653 - type: "plot"
14654   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14655   algorithm: "plot_tsa_name"
14656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14658   include:
14659     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14660     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14661     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14662     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14663     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14664   layout:
14665     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14666     layout: "plot-throughput-speedup-analysis"
14667
14668 - type: "plot"
14669   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14670   algorithm: "plot_tsa_name"
14671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14673   include:
14674     - "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"
14675     - "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"
14676     - "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"
14677     - "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"
14678     - "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"
14679   layout:
14680     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14681     layout: "plot-throughput-speedup-analysis"
14682
14683 - type: "plot"
14684   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14685   algorithm: "plot_tsa_name"
14686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14688   include:
14689     - "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"
14690     - "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"
14691     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14692     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14693     - "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"
14694     - "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"
14695     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14696     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14697     - "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"
14698     - "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"
14699   layout:
14700     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14701     layout: "plot-throughput-speedup-analysis-cps"
14702
14703 - type: "plot"
14704   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14705   algorithm: "plot_tsa_name"
14706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14708   include:
14709     - "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"
14710     - "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"
14711     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14712     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14713     - "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"
14714     - "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"
14715     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14716     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14717     - "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"
14718     - "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"
14719   layout:
14720     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14721     layout: "plot-throughput-speedup-analysis"
14722
14723 - type: "plot"
14724   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14725   algorithm: "plot_tsa_name"
14726   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14727   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14728   include:
14729     - "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"
14730     - "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"
14731     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14732     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14733     - "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"
14734     - "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"
14735     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14736     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14737     - "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"
14738     - "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"
14739   layout:
14740     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14741     layout: "plot-throughput-speedup-analysis-cps"
14742
14743 - type: "plot"
14744   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14745   algorithm: "plot_tsa_name"
14746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14748   include:
14749     - "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"
14750     - "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"
14751     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14752     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14753     - "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"
14754     - "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"
14755     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14756     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14757     - "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"
14758     - "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"
14759   layout:
14760     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14761     layout: "plot-throughput-speedup-analysis"
14762
14763 - type: "plot"
14764   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14765   algorithm: "plot_tsa_name"
14766   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14768   include:
14769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14775   layout:
14776     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14777     layout: "plot-throughput-speedup-analysis"
14778
14779 - type: "plot"
14780   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14781   algorithm: "plot_tsa_name"
14782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14784   include:
14785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14791   layout:
14792     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14793     layout: "plot-throughput-speedup-analysis"
14794
14795 - type: "plot"
14796   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14797   algorithm: "plot_tsa_name"
14798   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14800   include:
14801     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14802     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14803     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14804   layout:
14805     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14806     layout: "plot-throughput-speedup-analysis"
14807
14808 - type: "plot"
14809   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14810   algorithm: "plot_tsa_name"
14811   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14812   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14813   include:
14814     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14815     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14816     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14817   layout:
14818     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14819     layout: "plot-throughput-speedup-analysis"
14820
14821 - type: "plot"
14822   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14823   algorithm: "plot_tsa_name"
14824   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14825   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14826   include:
14827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14830 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14831 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14832   layout:
14833     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14834     layout: "plot-throughput-speedup-analysis"
14835
14836 - type: "plot"
14837   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14838   algorithm: "plot_tsa_name"
14839   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14840   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14841   include:
14842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14845 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14846 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14847   layout:
14848     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14849     layout: "plot-throughput-speedup-analysis"
14850
14851 - type: "plot"
14852   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14853   algorithm: "plot_tsa_name"
14854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14856   include:
14857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14860     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14861     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14862   layout:
14863     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14864     layout: "plot-throughput-speedup-analysis"
14865
14866 - type: "plot"
14867   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14868   algorithm: "plot_tsa_name"
14869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14871   include:
14872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14874     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14875     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14876     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14877   layout:
14878     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14879     layout: "plot-throughput-speedup-analysis"
14880
14881 - type: "plot"
14882   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14883   algorithm: "plot_tsa_name"
14884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14886   include:
14887     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14888     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14889     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14890     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14891     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14892   layout:
14893     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14894     layout: "plot-throughput-speedup-analysis"
14895
14896 - type: "plot"
14897   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14898   algorithm: "plot_tsa_name"
14899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14901   include:
14902     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14903     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14904     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14905     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14906     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14907   layout:
14908     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14909     layout: "plot-throughput-speedup-analysis"
14910
14911 - type: "plot"
14912   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14913   algorithm: "plot_tsa_name"
14914   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14916   include:
14917     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14918     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14919     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14920     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14921   layout:
14922     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14923     layout: "plot-throughput-speedup-analysis"
14924
14925 - type: "plot"
14926   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14927   algorithm: "plot_tsa_name"
14928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14930   include:
14931     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14932     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14933     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14934     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14935   layout:
14936     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14937     layout: "plot-throughput-speedup-analysis"
14938
14939 - type: "plot"
14940   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14941   algorithm: "plot_tsa_name"
14942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14944   include:
14945     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14946     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14947     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14948     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14949     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14950   layout:
14951     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14952     layout: "plot-throughput-speedup-analysis"
14953
14954 - type: "plot"
14955   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14956   algorithm: "plot_tsa_name"
14957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14959   include:
14960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14964     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14965   layout:
14966     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14967     layout: "plot-throughput-speedup-analysis"
14968
14969 - type: "plot"
14970   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14971   algorithm: "plot_tsa_name"
14972   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14973   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14974   include:
14975     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14976     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14977   layout:
14978     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14979     layout: "plot-throughput-speedup-analysis"
14980
14981 - type: "plot"
14982   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14983   algorithm: "plot_tsa_name"
14984   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14985   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14986   include:
14987     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14988     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14989   layout:
14990     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14991     layout: "plot-throughput-speedup-analysis"
14992
14993 - type: "plot"
14994   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14995   algorithm: "plot_tsa_name"
14996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14998   include:
14999     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15000     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15001     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15002     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15003   layout:
15004     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15005     layout: "plot-throughput-speedup-analysis"
15006
15007 - type: "plot"
15008   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15009   algorithm: "plot_tsa_name"
15010   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15011   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15012   include:
15013     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15016     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15017   layout:
15018     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15019     layout: "plot-throughput-speedup-analysis"
15020
15021 - type: "plot"
15022   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15023   algorithm: "plot_tsa_name"
15024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15026   include:
15027     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15030     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15031   layout:
15032     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15033     layout: "plot-throughput-speedup-analysis"
15034
15035 - type: "plot"
15036   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15037   algorithm: "plot_tsa_name"
15038   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15040   include:
15041     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15042     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15043     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15045   layout:
15046     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15047     layout: "plot-throughput-speedup-analysis"
15048
15049 - type: "plot"
15050   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15051   algorithm: "plot_tsa_name"
15052   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15054   include:
15055     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15056     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15061   layout:
15062     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15063     layout: "plot-throughput-speedup-analysis"
15064
15065 - type: "plot"
15066   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15067   algorithm: "plot_tsa_name"
15068   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15070   include:
15071     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15072     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15076     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15077   layout:
15078     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15079     layout: "plot-throughput-speedup-analysis"
15080
15081 - type: "plot"
15082   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15083   algorithm: "plot_tsa_name"
15084   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15086   include:
15087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15091     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15092   layout:
15093     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15094     layout: "plot-throughput-speedup-analysis"
15095
15096 - type: "plot"
15097   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15098   algorithm: "plot_tsa_name"
15099   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15101   include:
15102     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15107   layout:
15108     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15109     layout: "plot-throughput-speedup-analysis"
15110
15111 - type: "plot"
15112   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15113   algorithm: "plot_tsa_name"
15114   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15115   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15116   include:
15117     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15122   layout:
15123     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15124     layout: "plot-throughput-speedup-analysis"
15125
15126 - type: "plot"
15127   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15128   algorithm: "plot_tsa_name"
15129   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15131   include:
15132     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15137   layout:
15138     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15139     layout: "plot-throughput-speedup-analysis"
15140
15141 - type: "plot"
15142   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15143   algorithm: "plot_tsa_name"
15144   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15145   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15146   include:
15147     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15150   layout:
15151     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15152     layout: "plot-throughput-speedup-analysis"
15153
15154 - type: "plot"
15155   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15156   algorithm: "plot_tsa_name"
15157   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15158   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15159   include:
15160     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15161     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15163   layout:
15164     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15165     layout: "plot-throughput-speedup-analysis"
15166
15167 - type: "plot"
15168   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15169   algorithm: "plot_tsa_name"
15170   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15172   include:
15173     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15176   layout:
15177     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15178     layout: "plot-throughput-speedup-analysis"
15179
15180 - type: "plot"
15181   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15182   algorithm: "plot_tsa_name"
15183   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15185   include:
15186     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15189   layout:
15190     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15191     layout: "plot-throughput-speedup-analysis"
15192
15193 - type: "plot"
15194   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15195   algorithm: "plot_tsa_name"
15196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15198   include:
15199     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15200     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15201     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15204   layout:
15205     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15206     layout: "plot-throughput-speedup-analysis"
15207
15208 - type: "plot"
15209   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15210   algorithm: "plot_tsa_name"
15211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15213   include:
15214     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15215     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15219   layout:
15220     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15221     layout: "plot-throughput-speedup-analysis"
15222
15223 - type: "plot"
15224   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15225   algorithm: "plot_tsa_name"
15226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15228   include:
15229     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15230     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15233     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15234   layout:
15235     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15236     layout: "plot-throughput-speedup-analysis"
15237
15238 - type: "plot"
15239   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15240   algorithm: "plot_tsa_name"
15241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15243   include:
15244     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15245     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15249   layout:
15250     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15251     layout: "plot-throughput-speedup-analysis"
15252
15253 - type: "plot"
15254   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15255   algorithm: "plot_tsa_name"
15256   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15258   include:
15259     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15260     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15261     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15262     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15263     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15264     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15265   layout:
15266     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15267     layout: "plot-throughput-speedup-analysis"
15268
15269 - type: "plot"
15270   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15271   algorithm: "plot_tsa_name"
15272   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15273   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15274   include:
15275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15276     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15277     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15278     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15279     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15280     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15281   layout:
15282     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15283     layout: "plot-throughput-speedup-analysis"
15284
15285 - type: "plot"
15286   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15287   algorithm: "plot_tsa_name"
15288   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15289   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15290   include:
15291     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15292     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15293     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15294     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15295   layout:
15296     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15297     layout: "plot-throughput-speedup-analysis"
15298
15299 - type: "plot"
15300   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15301   algorithm: "plot_tsa_name"
15302   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15304   include:
15305     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15306     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15307     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15308     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15309   layout:
15310     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15311     layout: "plot-throughput-speedup-analysis"
15312
15313 - type: "plot"
15314   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15315   algorithm: "plot_tsa_name"
15316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15318   include:
15319     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15320     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15321     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15322     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15323     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15324     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15325   layout:
15326     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15327     layout: "plot-throughput-speedup-analysis"
15328
15329 - type: "plot"
15330   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15331   algorithm: "plot_tsa_name"
15332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15334   include:
15335     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15336     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15337     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15338     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15339     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15340     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15341   layout:
15342     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15343     layout: "plot-throughput-speedup-analysis"
15344
15345 - type: "plot"
15346   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15347   algorithm: "plot_tsa_name"
15348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15350   include:
15351     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15352     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15353     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15354     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15355     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15356     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15357   layout:
15358     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15359     layout: "plot-throughput-speedup-analysis"
15360
15361 - type: "plot"
15362   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15363   algorithm: "plot_tsa_name"
15364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15366   include:
15367     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15368     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15369     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15370     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15371     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15372     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15373   layout:
15374     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15375     layout: "plot-throughput-speedup-analysis"
15376
15377 - type: "plot"
15378   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15379   algorithm: "plot_tsa_name"
15380   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15381   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15382   include:
15383     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15384     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15385     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15386     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15389   layout:
15390     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15391     layout: "plot-throughput-speedup-analysis"
15392
15393 - type: "plot"
15394   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15395   algorithm: "plot_tsa_name"
15396   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15397   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15398   include:
15399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15405   layout:
15406     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15407     layout: "plot-throughput-speedup-analysis"
15408
15409 - type: "plot"
15410   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15411   algorithm: "plot_tsa_name"
15412   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15414   include:
15415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15421   layout:
15422     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15423     layout: "plot-throughput-speedup-analysis"
15424
15425 - type: "plot"
15426   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15427   algorithm: "plot_tsa_name"
15428   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15429   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15430   include:
15431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15437   layout:
15438     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15439     layout: "plot-throughput-speedup-analysis"
15440
15441 - type: "plot"
15442   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15443   algorithm: "plot_tsa_name"
15444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15446   include:
15447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15451     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15452     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15453   layout:
15454     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15455     layout: "plot-throughput-speedup-analysis"
15456
15457 - type: "plot"
15458   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15459   algorithm: "plot_tsa_name"
15460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15462   include:
15463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15465     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15468     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15469   layout:
15470     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15471     layout: "plot-throughput-speedup-analysis"
15472
15473 - type: "plot"
15474   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15475   algorithm: "plot_tsa_name"
15476   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15478   include:
15479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15483   layout:
15484     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15485     layout: "plot-throughput-speedup-analysis"
15486
15487 - type: "plot"
15488   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15489   algorithm: "plot_tsa_name"
15490   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15492   include:
15493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15497   layout:
15498     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15499     layout: "plot-throughput-speedup-analysis"
15500
15501 - type: "plot"
15502   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15503   algorithm: "plot_tsa_name"
15504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15505   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15506   include:
15507     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15511   layout:
15512     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15513     layout: "plot-throughput-speedup-analysis"
15514
15515 - type: "plot"
15516   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15517   algorithm: "plot_tsa_name"
15518   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15519   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15520   include:
15521     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15522     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15525   layout:
15526     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15527     layout: "plot-throughput-speedup-analysis"
15528
15529 - type: "plot"
15530   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15531   algorithm: "plot_tsa_name"
15532   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15533   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15534   include:
15535     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15538     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15541   layout:
15542     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15543     layout: "plot-throughput-speedup-analysis"
15544
15545 - type: "plot"
15546   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15547   algorithm: "plot_tsa_name"
15548   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15550   include:
15551     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15552     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15553     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15554     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15557   layout:
15558     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15559     layout: "plot-throughput-speedup-analysis"
15560
15561 - type: "plot"
15562   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15563   algorithm: "plot_tsa_name"
15564   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15566   include:
15567     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15572   layout:
15573     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15574     layout: "plot-throughput-speedup-analysis"
15575
15576 - type: "plot"
15577   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15578   algorithm: "plot_tsa_name"
15579   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15581   include:
15582     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15583     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15586     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15587   layout:
15588     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15589     layout: "plot-throughput-speedup-analysis"
15590
15591 - type: "plot"
15592   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15593   algorithm: "plot_tsa_name"
15594   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15596   include:
15597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15602   layout:
15603     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15604     layout: "plot-throughput-speedup-analysis"
15605
15606 - type: "plot"
15607   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15608   algorithm: "plot_tsa_name"
15609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15611   include:
15612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15617   layout:
15618     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15619     layout: "plot-throughput-speedup-analysis"
15620
15621 - type: "plot"
15622   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15623   algorithm: "plot_tsa_name"
15624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15626   include:
15627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15631   layout:
15632     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15633     layout: "plot-throughput-speedup-analysis"
15634
15635 - type: "plot"
15636   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15637   algorithm: "plot_tsa_name"
15638   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15640   include:
15641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15645   layout:
15646     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15647     layout: "plot-throughput-speedup-analysis"
15648
15649 - type: "plot"
15650   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15651   algorithm: "plot_tsa_name"
15652   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15654   include:
15655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15661   layout:
15662     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15663     layout: "plot-throughput-speedup-analysis"
15664
15665 - type: "plot"
15666   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15667   algorithm: "plot_tsa_name"
15668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15670   include:
15671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15677   layout:
15678     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15679     layout: "plot-throughput-speedup-analysis"
15680
15681 - type: "plot"
15682   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15683   algorithm: "plot_tsa_name"
15684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15686   include:
15687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15693   layout:
15694     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15695     layout: "plot-throughput-speedup-analysis"
15696
15697 - type: "plot"
15698   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15699   algorithm: "plot_tsa_name"
15700   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15702   include:
15703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15709   layout:
15710     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15711     layout: "plot-throughput-speedup-analysis"
15712
15713 - type: "plot"
15714   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15715   algorithm: "plot_tsa_name"
15716   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15718   include:
15719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15725   layout:
15726     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15727     layout: "plot-throughput-speedup-analysis"
15728
15729 - type: "plot"
15730   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15731   algorithm: "plot_tsa_name"
15732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15734   include:
15735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15741   layout:
15742     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15743     layout: "plot-throughput-speedup-analysis"
15744
15745 - type: "plot"
15746   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15747   algorithm: "plot_tsa_name"
15748   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15749   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15750   include:
15751     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15752     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15753     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15754     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15755     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15756     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15757   layout:
15758     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15759     layout: "plot-throughput-speedup-analysis"
15760
15761 - type: "plot"
15762   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15763   algorithm: "plot_tsa_name"
15764   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15765   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15766   include:
15767     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15768     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15769     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15770     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15771     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15772     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15773   layout:
15774     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15775     layout: "plot-throughput-speedup-analysis"
15776
15777 - type: "plot"
15778   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15779   algorithm: "plot_tsa_name"
15780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15782   include:
15783     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15784     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15785     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15786     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15787     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15788     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15789   layout:
15790     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15791     layout: "plot-throughput-speedup-analysis"
15792
15793 - type: "plot"
15794   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15795   algorithm: "plot_tsa_name"
15796   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15798   include:
15799     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15800     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15801     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15802     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15803     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15804     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15805   layout:
15806     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15807     layout: "plot-throughput-speedup-analysis"
15808
15809 - type: "plot"
15810   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15811   algorithm: "plot_tsa_name"
15812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15814   include:
15815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15820   layout:
15821     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15822     layout: "plot-throughput-speedup-analysis"
15823
15824 - type: "plot"
15825   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15826   algorithm: "plot_tsa_name"
15827   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15828   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15829   include:
15830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15835   layout:
15836     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15837     layout: "plot-throughput-speedup-analysis"
15838
15839 - type: "plot"
15840   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15841   algorithm: "plot_tsa_name"
15842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15844   include:
15845     - "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"
15846     - "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"
15847     - "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"
15848     - "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"
15849     - "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"
15850   layout:
15851     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15852     layout: "plot-throughput-speedup-analysis"
15853
15854 - type: "plot"
15855   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15856   algorithm: "plot_tsa_name"
15857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15859   include:
15860     - "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"
15861     - "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"
15862     - "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"
15863     - "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"
15864     - "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"
15865   layout:
15866     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15867     layout: "plot-throughput-speedup-analysis"
15868
15869 - type: "plot"
15870   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15871   algorithm: "plot_tsa_name"
15872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15874   include:
15875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15880   layout:
15881     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15882     layout: "plot-throughput-speedup-analysis"
15883
15884 - type: "plot"
15885   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15886   algorithm: "plot_tsa_name"
15887   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15888   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15889   include:
15890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15895   layout:
15896     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15897     layout: "plot-throughput-speedup-analysis"
15898
15899 - type: "plot"
15900   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15901   algorithm: "plot_tsa_name"
15902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15904   include:
15905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15910   layout:
15911     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15912     layout: "plot-throughput-speedup-analysis"
15913
15914 - type: "plot"
15915   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15916   algorithm: "plot_tsa_name"
15917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15919   include:
15920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15925   layout:
15926     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15927     layout: "plot-throughput-speedup-analysis"
15928
15929 - type: "plot"
15930   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15931   algorithm: "plot_tsa_name"
15932   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15934   include:
15935     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15936     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15937     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15938     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15939     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15940   layout:
15941     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15942     layout: "plot-throughput-speedup-analysis"
15943
15944 - type: "plot"
15945   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15946   algorithm: "plot_tsa_name"
15947   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15949   include:
15950     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15951     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15952     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15953     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15954     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15955   layout:
15956     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15957     layout: "plot-throughput-speedup-analysis"
15958
15959 - type: "plot"
15960   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15961   algorithm: "plot_tsa_name"
15962   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15963   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15964   include:
15965     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15966     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15967     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15968     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15969     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15970   layout:
15971     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15972     layout: "plot-throughput-speedup-analysis"
15973
15974 - type: "plot"
15975   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15976   algorithm: "plot_tsa_name"
15977   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15978   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15979   include:
15980     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15981     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15982     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15983     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15984     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15985   layout:
15986     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15987     layout: "plot-throughput-speedup-analysis"
15988
15989 - type: "plot"
15990   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15991   algorithm: "plot_tsa_name"
15992   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15993   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15994   include:
15995     - "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"
15996     - "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"
15997     - "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"
15998     - "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"
15999   layout:
16000     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16001     layout: "plot-throughput-speedup-analysis"
16002
16003 - type: "plot"
16004   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16005   algorithm: "plot_tsa_name"
16006   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16008   include:
16009     - "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"
16010     - "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"
16011     - "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"
16012     - "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"
16013   layout:
16014     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16015     layout: "plot-throughput-speedup-analysis"
16016
16017 - type: "plot"
16018   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16019   algorithm: "plot_tsa_name"
16020   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16022   include:
16023     - "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"
16024     - "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"
16025     - "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"
16026     - "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"
16027   layout:
16028     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16029     layout: "plot-throughput-speedup-analysis"
16030
16031 - type: "plot"
16032   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16033   algorithm: "plot_tsa_name"
16034   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16036   include:
16037     - "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"
16038     - "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"
16039     - "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"
16040     - "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"
16041   layout:
16042     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16043     layout: "plot-throughput-speedup-analysis"
16044
16045 - type: "plot"
16046   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16047   algorithm: "plot_tsa_name"
16048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16050   include:
16051     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16052     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16057   layout:
16058     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16059     layout: "plot-throughput-speedup-analysis"
16060
16061 - type: "plot"
16062   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16063   algorithm: "plot_tsa_name"
16064   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16066   include:
16067     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16073   layout:
16074     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16075     layout: "plot-throughput-speedup-analysis"
16076
16077 - type: "plot"
16078   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16079   algorithm: "plot_tsa_name"
16080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16082   include:
16083     - "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"
16084     - "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"
16085     - "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"
16086     - "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"
16087     - "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"
16088     - "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"
16089   layout:
16090     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16091     layout: "plot-throughput-speedup-analysis"
16092
16093 - type: "plot"
16094   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16095   algorithm: "plot_tsa_name"
16096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16098   include:
16099     - "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"
16100     - "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"
16101     - "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"
16102     - "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"
16103     - "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"
16104     - "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"
16105   layout:
16106     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16107     layout: "plot-throughput-speedup-analysis"
16108
16109 - type: "plot"
16110   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16111   algorithm: "plot_tsa_name"
16112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16114   include:
16115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16121   layout:
16122     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16123     layout: "plot-throughput-speedup-analysis"
16124
16125 - type: "plot"
16126   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16127   algorithm: "plot_tsa_name"
16128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16130   include:
16131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16137   layout:
16138     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16139     layout: "plot-throughput-speedup-analysis"
16140
16141 - type: "plot"
16142   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16143   algorithm: "plot_tsa_name"
16144   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16146   include:
16147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16152   layout:
16153     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16154     layout: "plot-throughput-speedup-analysis"
16155
16156 - type: "plot"
16157   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16158   algorithm: "plot_tsa_name"
16159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16161   include:
16162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16167   layout:
16168     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16169     layout: "plot-throughput-speedup-analysis"
16170
16171 - type: "plot"
16172   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16173   algorithm: "plot_tsa_name"
16174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16176   include:
16177     - "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"
16178     - "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"
16179   layout:
16180     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16181     layout: "plot-throughput-speedup-analysis"
16182
16183 - type: "plot"
16184   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16185   algorithm: "plot_tsa_name"
16186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16188   include:
16189     - "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"
16190     - "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"
16191   layout:
16192     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16193     layout: "plot-throughput-speedup-analysis"
16194
16195 - type: "plot"
16196   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16197   algorithm: "plot_tsa_name"
16198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16200   include:
16201     - "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"
16202     - "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"
16203   layout:
16204     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16205     layout: "plot-throughput-speedup-analysis"
16206
16207 - type: "plot"
16208   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16209   algorithm: "plot_tsa_name"
16210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16212   include:
16213     - "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"
16214     - "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"
16215   layout:
16216     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16217     layout: "plot-throughput-speedup-analysis"
16218
16219 - type: "plot"
16220   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16221   algorithm: "plot_tsa_name"
16222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16224   include:
16225     - "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"
16226     - "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"
16227     - "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"
16228     - "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"
16229     - "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"
16230     - "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"
16231   layout:
16232     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16233     layout: "plot-throughput-speedup-analysis"
16234
16235 - type: "plot"
16236   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16237   algorithm: "plot_tsa_name"
16238   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16240   include:
16241     - "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"
16242     - "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"
16243     - "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"
16244     - "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"
16245     - "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"
16246     - "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"
16247   layout:
16248     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16249     layout: "plot-throughput-speedup-analysis"
16250
16251 - type: "plot"
16252   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16253   algorithm: "plot_tsa_name"
16254   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16255   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16256   include:
16257     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16258     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16259     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16260     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16261     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16262   layout:
16263     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16264     layout: "plot-throughput-speedup-analysis"
16265
16266 - type: "plot"
16267   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16268   algorithm: "plot_tsa_name"
16269   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16270   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16271   include:
16272     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16273     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16274     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16275     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16276     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16277   layout:
16278     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16279     layout: "plot-throughput-speedup-analysis"
16280
16281 - type: "plot"
16282   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16283   algorithm: "plot_tsa_name"
16284   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16285   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16286   include:
16287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16292   layout:
16293     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16294     layout: "plot-throughput-speedup-analysis"
16295
16296 - type: "plot"
16297   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16298   algorithm: "plot_tsa_name"
16299   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16300   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16301   include:
16302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16307   layout:
16308     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16309     layout: "plot-throughput-speedup-analysis"
16310
16311 - type: "plot"
16312   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16313   algorithm: "plot_tsa_name"
16314   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16315   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16316   include:
16317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16321   layout:
16322     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16323     layout: "plot-throughput-speedup-analysis"
16324
16325 - type: "plot"
16326   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16327   algorithm: "plot_tsa_name"
16328   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16329   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16330   include:
16331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16335   layout:
16336     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16337     layout: "plot-throughput-speedup-analysis"
16338
16339 - type: "plot"
16340   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16341   algorithm: "plot_tsa_name"
16342   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16343   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16344   include:
16345     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16346     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16349   layout:
16350     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16351     layout: "plot-throughput-speedup-analysis"
16352
16353 - type: "plot"
16354   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16355   algorithm: "plot_tsa_name"
16356   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16357   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16358   include:
16359     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16361     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16363   layout:
16364     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16365     layout: "plot-throughput-speedup-analysis"
16366
16367 - type: "plot"
16368   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16369   algorithm: "plot_tsa_name"
16370   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16371   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16372   include:
16373     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16378   layout:
16379     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16380     layout: "plot-throughput-speedup-analysis"
16381
16382 - type: "plot"
16383   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16384   algorithm: "plot_tsa_name"
16385   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16386   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16387   include:
16388     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16393   layout:
16394     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16395     layout: "plot-throughput-speedup-analysis"
16396
16397 - type: "plot"
16398   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16399   algorithm: "plot_tsa_name"
16400   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16401   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16402   include:
16403     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16404     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16405     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16406     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16407     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16408     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16409   layout:
16410     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16411     layout: "plot-throughput-speedup-analysis"
16412
16413 - type: "plot"
16414   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16415   algorithm: "plot_tsa_name"
16416   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16417   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16418   include:
16419     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16420     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16421     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16422     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16423     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16424     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16425   layout:
16426     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16427     layout: "plot-throughput-speedup-analysis"
16428
16429 - type: "plot"
16430   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16431   algorithm: "plot_tsa_name"
16432   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16433   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16434   include:
16435     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16436     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16437     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16438     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16439   layout:
16440     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16441     layout: "plot-throughput-speedup-analysis"
16442
16443 - type: "plot"
16444   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16445   algorithm: "plot_tsa_name"
16446   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16447   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16448   include:
16449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16450     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16451     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16453   layout:
16454     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16455     layout: "plot-throughput-speedup-analysis"
16456
16457 - type: "plot"
16458   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16459   algorithm: "plot_tsa_name"
16460   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16461   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16462   include:
16463     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16464     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16465     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16466     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16469   layout:
16470     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16471     layout: "plot-throughput-speedup-analysis"
16472
16473 - type: "plot"
16474   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16475   algorithm: "plot_tsa_name"
16476   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16477   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16478   include:
16479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16480     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16481     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16482     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16485   layout:
16486     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16487     layout: "plot-throughput-speedup-analysis"
16488
16489 - type: "plot"
16490   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16491   algorithm: "plot_tsa_name"
16492   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16493   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16494   include:
16495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16501   layout:
16502     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16503     layout: "plot-throughput-speedup-analysis"
16504
16505 - type: "plot"
16506   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16507   algorithm: "plot_tsa_name"
16508   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16509   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16510   include:
16511     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16517   layout:
16518     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16519     layout: "plot-throughput-speedup-analysis"
16520
16521 - type: "plot"
16522   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16523   algorithm: "plot_tsa_name"
16524   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16525   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16526   include:
16527     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16528     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16529     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16530     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16531     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16532     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16533   layout:
16534     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16535     layout: "plot-throughput-speedup-analysis"
16536
16537 - type: "plot"
16538   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16539   algorithm: "plot_tsa_name"
16540   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16541   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16542   include:
16543     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16544     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16545     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16546     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16547     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16548     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16549   layout:
16550     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16551     layout: "plot-throughput-speedup-analysis"
16552
16553 - type: "plot"
16554   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16555   algorithm: "plot_tsa_name"
16556   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16557   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16558   include:
16559     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16560     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16561     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16562     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16563     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16564     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16565   layout:
16566     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16567     layout: "plot-throughput-speedup-analysis"
16568
16569 - type: "plot"
16570   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16571   algorithm: "plot_tsa_name"
16572   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16573   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16574   include:
16575     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16576     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16577     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16578     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16579     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16581   layout:
16582     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16583     layout: "plot-throughput-speedup-analysis"
16584
16585 - type: "plot"
16586   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16587   algorithm: "plot_tsa_name"
16588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16590   include:
16591     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16592     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16593     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16594     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16595     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16596     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16597   layout:
16598     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16599     layout: "plot-throughput-speedup-analysis"
16600
16601 - type: "plot"
16602   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16603   algorithm: "plot_tsa_name"
16604   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16605   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16606   include:
16607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16608     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16610     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16611     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16613   layout:
16614     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16615     layout: "plot-throughput-speedup-analysis"
16616
16617 #- type: "plot"
16618 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16619 #  algorithm: "plot_tsa_name"
16620 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16621 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16622 #  include:
16623 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16624 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16625 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16626 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16627 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16628 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16629 #  layout:
16630 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16631 #    layout: "plot-throughput-speedup-analysis"
16632 #
16633 #- type: "plot"
16634 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16635 #  algorithm: "plot_tsa_name"
16636 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16637 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16638 #  include:
16639 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16640 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16641 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16642 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16643 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16644 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16645 #  layout:
16646 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16647 #    layout: "plot-throughput-speedup-analysis"
16648
16649 - type: "plot"
16650   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16651   algorithm: "plot_tsa_name"
16652   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16653   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16654   include:
16655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16656     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16657     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16658     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16660   layout:
16661     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16662     layout: "plot-throughput-speedup-analysis"
16663
16664 - type: "plot"
16665   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16666   algorithm: "plot_tsa_name"
16667   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16668   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16669   include:
16670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16671     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16675   layout:
16676     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16677     layout: "plot-throughput-speedup-analysis"
16678
16679 - type: "plot"
16680   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16681   algorithm: "plot_tsa_name"
16682   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16683   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16684   include:
16685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16691   layout:
16692     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16693     layout: "plot-throughput-speedup-analysis"
16694
16695 - type: "plot"
16696   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16697   algorithm: "plot_tsa_name"
16698   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16699   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16700   include:
16701     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16702     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16703     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16707   layout:
16708     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16709     layout: "plot-throughput-speedup-analysis"
16710
16711 - type: "plot"
16712   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16713   algorithm: "plot_tsa_name"
16714   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16715   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16716   include:
16717     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16718     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16719     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16720     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16721     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16722   layout:
16723     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16724     layout: "plot-throughput-speedup-analysis"
16725
16726 - type: "plot"
16727   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16728   algorithm: "plot_tsa_name"
16729   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16730   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16731   include:
16732     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16733     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16734     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16735     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16736     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16737   layout:
16738     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16739     layout: "plot-throughput-speedup-analysis"
16740
16741 - type: "plot"
16742   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16743   algorithm: "plot_tsa_name"
16744   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16745   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16746   include:
16747     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16748     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16749     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16750     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16751   layout:
16752     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16753     layout: "plot-throughput-speedup-analysis"
16754
16755 - type: "plot"
16756   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16757   algorithm: "plot_tsa_name"
16758   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16759   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16760   include:
16761     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16762     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16763     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16764     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16765   layout:
16766     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16767     layout: "plot-throughput-speedup-analysis"
16768
16769 - type: "plot"
16770   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16771   algorithm: "plot_tsa_name"
16772   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16773   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16774   include:
16775     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16776     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16777     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16778     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16779     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16780     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16781   layout:
16782     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16783     layout: "plot-throughput-speedup-analysis"
16784
16785 - type: "plot"
16786   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16787   algorithm: "plot_tsa_name"
16788   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16789   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16790   include:
16791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16792     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16793     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16795     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16797   layout:
16798     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16799     layout: "plot-throughput-speedup-analysis"
16800
16801 - type: "plot"
16802   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16803   algorithm: "plot_tsa_name"
16804   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16805   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16806   include:
16807     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16808     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16812   layout:
16813     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16814     layout: "plot-throughput-speedup-analysis"
16815
16816 - type: "plot"
16817   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16818   algorithm: "plot_tsa_name"
16819   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16820   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16821   include:
16822     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16823     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16827   layout:
16828     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16829     layout: "plot-throughput-speedup-analysis"
16830
16831 - type: "plot"
16832   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16833   algorithm: "plot_tsa_name"
16834   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16835   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16836   include:
16837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16842   layout:
16843     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16844     layout: "plot-throughput-speedup-analysis"
16845
16846 - type: "plot"
16847   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16848   algorithm: "plot_tsa_name"
16849   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16850   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16851   include:
16852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16857   layout:
16858     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16859     layout: "plot-throughput-speedup-analysis"
16860
16861 - type: "plot"
16862   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16863   algorithm: "plot_tsa_name"
16864   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16865   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16866   include:
16867     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16870     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16871   layout:
16872     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16873     layout: "plot-throughput-speedup-analysis"
16874
16875 - type: "plot"
16876   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16877   algorithm: "plot_tsa_name"
16878   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16879   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16880   include:
16881     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16883     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16884     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16885   layout:
16886     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16887     layout: "plot-throughput-speedup-analysis"
16888
16889 - type: "plot"
16890   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16891   algorithm: "plot_tsa_name"
16892   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16893   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16894   include:
16895     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16896     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16897     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16898     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16899     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16900   layout:
16901     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16902     layout: "plot-throughput-speedup-analysis"
16903
16904 - type: "plot"
16905   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16906   algorithm: "plot_tsa_name"
16907   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16908   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16909   include:
16910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16913     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16914     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16915   layout:
16916     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16917     layout: "plot-throughput-speedup-analysis"
16918
16919 - type: "plot"
16920   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16921   algorithm: "plot_tsa_name"
16922   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16923   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16924   include:
16925     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16926     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16927     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16928     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16929     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16930     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16931   layout:
16932     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16933     layout: "plot-throughput-speedup-analysis"
16934
16935 - type: "plot"
16936   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16937   algorithm: "plot_tsa_name"
16938   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16939   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16940   include:
16941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16944     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16945     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16946     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16947   layout:
16948     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16949     layout: "plot-throughput-speedup-analysis"
16950
16951 - type: "plot"
16952   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16953   algorithm: "plot_tsa_name"
16954   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16955   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16956   include:
16957     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16958     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16959     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16960     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16961   layout:
16962     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16963     layout: "plot-throughput-speedup-analysis"
16964
16965 - type: "plot"
16966   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16967   algorithm: "plot_tsa_name"
16968   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16969   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16970   include:
16971     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16972     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16973     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16974     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16975   layout:
16976     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16977     layout: "plot-throughput-speedup-analysis"
16978
16979 - type: "plot"
16980   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16981   algorithm: "plot_tsa_name"
16982   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16983   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16984   include:
16985     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16986     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16987     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16988     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16989     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16990     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16991   layout:
16992     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16993     layout: "plot-throughput-speedup-analysis"
16994
16995 - type: "plot"
16996   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16997   algorithm: "plot_tsa_name"
16998   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16999   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17000   include:
17001     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17002     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17003     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17004     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17005     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17006     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17007   layout:
17008     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17009     layout: "plot-throughput-speedup-analysis"
17010
17011 - type: "plot"
17012   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17013   algorithm: "plot_tsa_name"
17014   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17015   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17016   include:
17017     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17018     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17019     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17020     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17021     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17022     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17023   layout:
17024     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17025     layout: "plot-throughput-speedup-analysis"
17026
17027 - type: "plot"
17028   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17029   algorithm: "plot_tsa_name"
17030   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17031   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17032   include:
17033     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17034     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17035     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17036     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17037     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17038     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17039   layout:
17040     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17041     layout: "plot-throughput-speedup-analysis"
17042
17043 #- type: "plot"
17044 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17045 #  algorithm: "plot_tsa_name"
17046 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17047 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17048 #  include:
17049 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17050 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17051 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17052 #  layout:
17053 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17054 #    layout: "plot-throughput-speedup-analysis"
17055 #
17056 #- type: "plot"
17057 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17058 #  algorithm: "plot_tsa_name"
17059 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17060 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17061 #  include:
17062 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17063 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17064 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17065 #  layout:
17066 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17067 #    layout: "plot-throughput-speedup-analysis"
17068
17069 ################################################################################
17070
17071 # Packet Throughput - DPDK
17072
17073 # 2n-skx-xxv710
17074
17075 - type: "plot"
17076   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17077   algorithm: "plot_perf_box_name"
17078   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17079   data: "plot-dpdk-throughput-latency-2n-skx"
17080   include:
17081     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17082     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17083   layout:
17084     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17085     layout: "plot-throughput"
17086
17087 - type: "plot"
17088   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17089   algorithm: "plot_perf_box_name"
17090   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17091   data: "plot-dpdk-throughput-latency-2n-skx"
17092   include:
17093     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17094     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17095   layout:
17096     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17097     layout: "plot-throughput"
17098
17099 - type: "plot"
17100   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17101   algorithm: "plot_perf_box_name"
17102   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17103   data: "plot-dpdk-throughput-latency-2n-skx"
17104   include:
17105     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17106     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17107   layout:
17108     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17109     layout: "plot-throughput"
17110
17111 - type: "plot"
17112   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17113   algorithm: "plot_perf_box_name"
17114   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17115   data: "plot-dpdk-throughput-latency-2n-skx"
17116   include:
17117     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17118     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17119   layout:
17120     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17121     layout: "plot-throughput"
17122
17123 # 2n-skx-x710
17124
17125 - type: "plot"
17126   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17127   algorithm: "plot_perf_box_name"
17128   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17129   data: "plot-dpdk-throughput-latency-2n-skx"
17130   include:
17131     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17132     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17133   layout:
17134     title: "2n-skx-x710-64b-2t1c-base-ndr"
17135     layout: "plot-throughput"
17136
17137 - type: "plot"
17138   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17139   algorithm: "plot_perf_box_name"
17140   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17141   data: "plot-dpdk-throughput-latency-2n-skx"
17142   include:
17143     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17144     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17145   layout:
17146     title: "2n-skx-x710-64b-4t2c-base-ndr"
17147     layout: "plot-throughput"
17148
17149 - type: "plot"
17150   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17151   algorithm: "plot_perf_box_name"
17152   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17153   data: "plot-dpdk-throughput-latency-2n-skx"
17154   include:
17155     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17156     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17157   layout:
17158     title: "2n-skx-x710-64b-2t1c-base-pdr"
17159     layout: "plot-throughput"
17160
17161 - type: "plot"
17162   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17163   algorithm: "plot_perf_box_name"
17164   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17165   data: "plot-dpdk-throughput-latency-2n-skx"
17166   include:
17167     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17168     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17169   layout:
17170     title: "2n-skx-x710-64b-4t2c-base-pdr"
17171     layout: "plot-throughput"
17172
17173 # 3n-skx-xxv710
17174
17175 - type: "plot"
17176   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17177   algorithm: "plot_perf_box_name"
17178   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17179   data: "plot-dpdk-throughput-latency-3n-skx"
17180   include:
17181     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17182     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17183   layout:
17184     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17185     layout: "plot-throughput"
17186
17187 - type: "plot"
17188   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17189   algorithm: "plot_perf_box_name"
17190   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17191   data: "plot-dpdk-throughput-latency-3n-skx"
17192   include:
17193     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17194     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17195   layout:
17196     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17197     layout: "plot-throughput"
17198
17199 - type: "plot"
17200   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17201   algorithm: "plot_perf_box_name"
17202   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17203   data: "plot-dpdk-throughput-latency-3n-skx"
17204   include:
17205     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17206     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17207   layout:
17208     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17209     layout: "plot-throughput"
17210
17211 - type: "plot"
17212   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17213   algorithm: "plot_perf_box_name"
17214   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17215   data: "plot-dpdk-throughput-latency-3n-skx"
17216   include:
17217     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17218     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17219   layout:
17220     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17221     layout: "plot-throughput"
17222
17223 # 3n-skx-x710
17224
17225 - type: "plot"
17226   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17227   algorithm: "plot_perf_box_name"
17228   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17229   data: "plot-dpdk-throughput-latency-3n-skx"
17230   include:
17231     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17232     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17233   layout:
17234     title: "3n-skx-x710-64b-2t1c-base-ndr"
17235     layout: "plot-throughput"
17236
17237 - type: "plot"
17238   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17239   algorithm: "plot_perf_box_name"
17240   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17241   data: "plot-dpdk-throughput-latency-3n-skx"
17242   include:
17243     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17244     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17245   layout:
17246     title: "3n-skx-x710-64b-4t2c-base-ndr"
17247     layout: "plot-throughput"
17248
17249 - type: "plot"
17250   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17251   algorithm: "plot_perf_box_name"
17252   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17253   data: "plot-dpdk-throughput-latency-3n-skx"
17254   include:
17255     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17256     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17257   layout:
17258     title: "3n-skx-x710-64b-2t1c-base-pdr"
17259     layout: "plot-throughput"
17260
17261 - type: "plot"
17262   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17263   algorithm: "plot_perf_box_name"
17264   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17265   data: "plot-dpdk-throughput-latency-3n-skx"
17266   include:
17267     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17268     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17269   layout:
17270     title: "3n-skx-x710-64b-4t2c-base-pdr"
17271     layout: "plot-throughput"
17272
17273 # 3n-hsw-xl710
17274
17275 - type: "plot"
17276   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17277   algorithm: "plot_perf_box_name"
17278   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17279   data: "plot-dpdk-throughput-latency-3n-hsw"
17280   include:
17281     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17282     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17283   layout:
17284     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17285     layout: "plot-throughput"
17286
17287 - type: "plot"
17288   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17289   algorithm: "plot_perf_box_name"
17290   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17291   data: "plot-dpdk-throughput-latency-3n-hsw"
17292   include:
17293     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17294     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17295   layout:
17296     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17297     layout: "plot-throughput"
17298
17299 - type: "plot"
17300   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17301   algorithm: "plot_perf_box_name"
17302   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17303   data: "plot-dpdk-throughput-latency-3n-hsw"
17304   include:
17305     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17306     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17307   layout:
17308     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17309     layout: "plot-throughput"
17310
17311 - type: "plot"
17312   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17313   algorithm: "plot_perf_box_name"
17314   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17315   data: "plot-dpdk-throughput-latency-3n-hsw"
17316   include:
17317     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17318     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17319   layout:
17320     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17321     layout: "plot-throughput"
17322
17323 # 3n-hsw-x710
17324
17325 - type: "plot"
17326   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17327   algorithm: "plot_perf_box_name"
17328   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17329   data: "plot-dpdk-throughput-latency-3n-hsw"
17330   include:
17331     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17332     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17333   layout:
17334     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17335     layout: "plot-throughput"
17336
17337 - type: "plot"
17338   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17339   algorithm: "plot_perf_box_name"
17340   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17341   data: "plot-dpdk-throughput-latency-3n-hsw"
17342   include:
17343     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17344     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17345   layout:
17346     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17347     layout: "plot-throughput"
17348
17349 - type: "plot"
17350   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17351   algorithm: "plot_perf_box_name"
17352   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17353   data: "plot-dpdk-throughput-latency-3n-hsw"
17354   include:
17355     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17356     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17357   layout:
17358     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17359     layout: "plot-throughput"
17360
17361 - type: "plot"
17362   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17363   algorithm: "plot_perf_box_name"
17364   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17365   data: "plot-dpdk-throughput-latency-3n-hsw"
17366   include:
17367     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17368     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17369   layout:
17370     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17371     layout: "plot-throughput"
17372
17373 ## 2n-dnv-x553
17374 #
17375 #- type: "plot"
17376 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17377 #  algorithm: "plot_perf_box_name"
17378 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17379 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17380 #  include:
17381 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17382 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17383 #  layout:
17384 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17385 #    layout: "plot-throughput"
17386 #
17387 #- type: "plot"
17388 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17389 #  algorithm: "plot_perf_box_name"
17390 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17391 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17392 #  include:
17393 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17394 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17395 #  layout:
17396 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17397 #    layout: "plot-throughput"
17398 #
17399 #- type: "plot"
17400 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17401 #  algorithm: "plot_perf_box_name"
17402 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17403 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17404 #  include:
17405 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17406 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17407 #  layout:
17408 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17409 #    layout: "plot-throughput"
17410 #
17411 #- type: "plot"
17412 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17413 #  algorithm: "plot_perf_box_name"
17414 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17415 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17416 #  include:
17417 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17418 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17419 #  layout:
17420 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17421 #    layout: "plot-throughput"
17422 #
17423 ## 3n-dnv-x553
17424 #
17425 #- type: "plot"
17426 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17427 #  algorithm: "plot_perf_box_name"
17428 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17429 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17430 #  include:
17431 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17432 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17433 #  layout:
17434 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17435 #    layout: "plot-throughput"
17436 #
17437 #- type: "plot"
17438 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17439 #  algorithm: "plot_perf_box_name"
17440 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17441 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17442 #  include:
17443 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17444 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17445 #  layout:
17446 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17447 #    layout: "plot-throughput"
17448 #
17449 #- type: "plot"
17450 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17451 #  algorithm: "plot_perf_box_name"
17452 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17453 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17454 #  include:
17455 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17456 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17457 #  layout:
17458 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17459 #    layout: "plot-throughput"
17460 #
17461 #- type: "plot"
17462 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17463 #  algorithm: "plot_perf_box_name"
17464 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17465 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17466 #  include:
17467 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17468 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17469 #  layout:
17470 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17471 #    layout: "plot-throughput"
17472
17473 # 3n-tsh-x520
17474
17475 - type: "plot"
17476   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17477   algorithm: "plot_perf_box_name"
17478   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17479   data: "plot-dpdk-throughput-latency-3n-tsh"
17480   include:
17481     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17482     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17483   layout:
17484     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17485     layout: "plot-throughput"
17486
17487 - type: "plot"
17488   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17489   algorithm: "plot_perf_box_name"
17490   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17491   data: "plot-dpdk-throughput-latency-3n-tsh"
17492   include:
17493     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17494     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17495   layout:
17496     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17497     layout: "plot-throughput"
17498
17499 - type: "plot"
17500   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17501   algorithm: "plot_perf_box_name"
17502   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17503   data: "plot-dpdk-throughput-latency-3n-tsh"
17504   include:
17505     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17506     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17507   layout:
17508     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17509     layout: "plot-throughput"
17510
17511 - type: "plot"
17512   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17513   algorithm: "plot_perf_box_name"
17514   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17515   data: "plot-dpdk-throughput-latency-3n-tsh"
17516   include:
17517     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17518     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17519   layout:
17520     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17521     layout: "plot-throughput"
17522
17523 ################################################################################
17524 ###   2n-clx                                                                 ###
17525 ################################################################################
17526
17527 # Packet Throughput
17528
17529 - type: "plot"
17530   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17531   algorithm: "plot_perf_box_name"
17532   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17534   include:
17535     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17536     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17537     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17538     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17539   layout:
17540     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17541     layout: "plot-throughput"
17542
17543 - type: "plot"
17544   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17545   algorithm: "plot_perf_box_name"
17546   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17548   include:
17549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17550     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17552     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17553   layout:
17554     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17555     layout: "plot-throughput"
17556
17557 - type: "plot"
17558   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17559   algorithm: "plot_perf_box_name"
17560   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17562   include:
17563     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17564     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17565     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17566     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17567   layout:
17568     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17569     layout: "plot-throughput"
17570
17571 - type: "plot"
17572   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17573   algorithm: "plot_perf_box_name"
17574   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17576   include:
17577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17581   layout:
17582     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17583     layout: "plot-throughput"
17584
17585 - type: "plot"
17586   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17587   algorithm: "plot_perf_box_name"
17588   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17590   include:
17591     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17592     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17593     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17594     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17595   layout:
17596     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17597     layout: "plot-throughput"
17598
17599 - type: "plot"
17600   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17601   algorithm: "plot_perf_box_name"
17602   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17604   include:
17605     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17606     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17607     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17608     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17609   layout:
17610     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17611     layout: "plot-throughput"
17612
17613 - type: "plot"
17614   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17615   algorithm: "plot_perf_box_name"
17616   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17618   include:
17619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17625   layout:
17626     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17627     layout: "plot-throughput"
17628
17629 - type: "plot"
17630   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17631   algorithm: "plot_perf_box_name"
17632   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17634   include:
17635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17641   layout:
17642     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17643     layout: "plot-throughput"
17644
17645 - type: "plot"
17646   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17647   algorithm: "plot_perf_box_name"
17648   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17650   include:
17651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17655   layout:
17656     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17657     layout: "plot-throughput"
17658
17659 - type: "plot"
17660   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17661   algorithm: "plot_perf_box_name"
17662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17664   include:
17665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17669   layout:
17670     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17671     layout: "plot-throughput"
17672
17673 - type: "plot"
17674   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17675   algorithm: "plot_perf_box_name"
17676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17678   include:
17679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17682   layout:
17683     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17684     layout: "plot-throughput"
17685
17686 - type: "plot"
17687   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17688   algorithm: "plot_perf_box_name"
17689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17691   include:
17692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17695   layout:
17696     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17697     layout: "plot-throughput"
17698
17699 - type: "plot"
17700   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17701   algorithm: "plot_perf_box_name"
17702   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17704   include:
17705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17710   layout:
17711     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17712     layout: "plot-throughput"
17713
17714 - type: "plot"
17715   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17716   algorithm: "plot_perf_box_name"
17717   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17719   include:
17720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17725   layout:
17726     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17727     layout: "plot-throughput"
17728
17729 - type: "plot"
17730   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17731   algorithm: "plot_perf_box_name"
17732   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17734   include:
17735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17738   layout:
17739     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17740     layout: "plot-throughput"
17741
17742 - type: "plot"
17743   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17744   algorithm: "plot_perf_box_name"
17745   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17747   include:
17748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17751   layout:
17752     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17753     layout: "plot-throughput"
17754
17755 - type: "plot"
17756   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17757   algorithm: "plot_perf_box_name"
17758   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17759   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17760   include:
17761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17767   layout:
17768     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17769     layout: "plot-throughput"
17770
17771 - type: "plot"
17772   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17773   algorithm: "plot_perf_box_name"
17774   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17775   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17776   include:
17777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17783   layout:
17784     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17785     layout: "plot-throughput"
17786
17787 - type: "plot"
17788   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17789   algorithm: "plot_perf_box_name"
17790   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17792   include:
17793     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17794     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17795     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17796     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17797     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17798   layout:
17799     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17800     layout: "plot-throughput"
17801
17802 - type: "plot"
17803   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17804   algorithm: "plot_perf_box_name"
17805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17807   include:
17808     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17809     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17810     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17811     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17812     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17813   layout:
17814     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17815     layout: "plot-throughput"
17816
17817 - type: "plot"
17818   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17819   algorithm: "plot_perf_box_name"
17820   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17822   include:
17823     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17824     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
17825     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17826     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
17827     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17828     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
17829     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17830     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
17831     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17832     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
17833   layout:
17834     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17835     layout: "plot-cps"
17836
17837 - type: "plot"
17838   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17839   algorithm: "plot_perf_box_name"
17840   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17842   include:
17843     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17844     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
17845     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17846     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
17847     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17848     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
17849     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17850     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
17851     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17852     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
17853   layout:
17854     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17855     layout: "plot-throughput"
17856
17857 - type: "plot"
17858   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17859   algorithm: "plot_perf_box_name"
17860   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17862   include:
17863     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17864     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
17865     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17866     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
17867     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17868     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
17869     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17870     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
17871     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17872     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
17873   layout:
17874     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17875     layout: "plot-cps"
17876
17877 - type: "plot"
17878   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17879   algorithm: "plot_perf_box_name"
17880   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17882   include:
17883     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17884     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
17885     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17886     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
17887     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17888     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
17889     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17890     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
17891     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17892     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
17893   layout:
17894     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17895     layout: "plot-throughput"
17896
17897 - type: "plot"
17898   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17899   algorithm: "plot_perf_box_name"
17900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17902   include:
17903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17904     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17905     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17906     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17907     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17908   layout:
17909     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17910     layout: "plot-throughput"
17911
17912 - type: "plot"
17913   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17914   algorithm: "plot_perf_box_name"
17915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17917   include:
17918     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17919     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17920     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17921     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17922     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17923   layout:
17924     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17925     layout: "plot-throughput"
17926
17927 - type: "plot"
17928   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17929   algorithm: "plot_perf_box_name"
17930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17932   include:
17933     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17934     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
17935     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17936     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
17937     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17938     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
17939     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17940     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
17941     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17942     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
17943   layout:
17944     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17945     layout: "plot-cps"
17946
17947 - type: "plot"
17948   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17949   algorithm: "plot_perf_box_name"
17950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17952   include:
17953     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17954     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
17955     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17956     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
17957     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17958     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
17959     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17960     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
17961     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17962     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
17963   layout:
17964     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17965     layout: "plot-throughput"
17966
17967 - type: "plot"
17968   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17969   algorithm: "plot_perf_box_name"
17970   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17972   include:
17973     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17974     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
17975     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17976     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
17977     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17978     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
17979     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17980     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
17981     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17982     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
17983   layout:
17984     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17985     layout: "plot-cps"
17986
17987 - type: "plot"
17988   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17989   algorithm: "plot_perf_box_name"
17990   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17992   include:
17993     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17994     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
17995     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17996     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
17997     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17998     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
17999     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18000     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18001     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18002     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18003   layout:
18004     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18005     layout: "plot-throughput"
18006
18007 - type: "plot"
18008   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18009   algorithm: "plot_perf_box_name"
18010   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18011   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18012   include:
18013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18019   layout:
18020     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18021     layout: "plot-throughput"
18022
18023 - type: "plot"
18024   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18025   algorithm: "plot_perf_box_name"
18026   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18028   include:
18029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18035   layout:
18036     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18037     layout: "plot-throughput"
18038
18039 - type: "plot"
18040   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18041   algorithm: "plot_perf_box_name"
18042   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18044   include:
18045     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18046     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18047   layout:
18048     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18049     layout: "plot-throughput"
18050
18051 - type: "plot"
18052   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18053   algorithm: "plot_perf_box_name"
18054   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18056   include:
18057     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18058     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18059   layout:
18060     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18061     layout: "plot-throughput"
18062
18063 - type: "plot"
18064   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18065   algorithm: "plot_perf_box_name"
18066   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18068   include:
18069     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18070     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18071     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18072     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18073     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18074     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18075   layout:
18076     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18077     layout: "plot-throughput"
18078
18079 - type: "plot"
18080   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18081   algorithm: "plot_perf_box_name"
18082   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18084   include:
18085     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18086     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18087     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18088     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18089     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18090     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18091   layout:
18092     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18093     layout: "plot-throughput"
18094
18095 - type: "plot"
18096   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18097   algorithm: "plot_perf_box_name"
18098   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18100   include:
18101     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18102     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18103     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18104     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18105     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18106     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18107   layout:
18108     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18109     layout: "plot-throughput"
18110
18111 - type: "plot"
18112   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18113   algorithm: "plot_perf_box_name"
18114   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18116   include:
18117     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18118     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18119     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18120     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18121     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18122     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18123   layout:
18124     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18125     layout: "plot-throughput"
18126
18127 - type: "plot"
18128   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18129   algorithm: "plot_perf_box_name"
18130   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18132   include:
18133     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18134     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18135     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18136     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18137     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18138     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18139   layout:
18140     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18141     layout: "plot-throughput"
18142
18143 - type: "plot"
18144   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18145   algorithm: "plot_perf_box_name"
18146   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18148   include:
18149     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18150     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18151     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18152     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18153     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18154     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18155   layout:
18156     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18157     layout: "plot-throughput"
18158
18159 - type: "plot"
18160   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18161   algorithm: "plot_perf_box_name"
18162   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18164   include:
18165     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18166     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18167     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18168     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18170   layout:
18171     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18172     layout: "plot-throughput"
18173
18174 - type: "plot"
18175   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18176   algorithm: "plot_perf_box_name"
18177   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18179   include:
18180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18181     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18182     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18183     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18184     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18185   layout:
18186     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18187     layout: "plot-throughput"
18188
18189 - type: "plot"
18190   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18191   algorithm: "plot_perf_box_name"
18192   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18194   include:
18195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18199     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18200   layout:
18201     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18202     layout: "plot-throughput"
18203
18204 - type: "plot"
18205   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18206   algorithm: "plot_perf_box_name"
18207   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18209   include:
18210     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18215   layout:
18216     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18217     layout: "plot-throughput"
18218
18219 - type: "plot"
18220   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18221   algorithm: "plot_perf_box_name"
18222   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18224   include:
18225     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18226     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18227     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18228     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18229     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18230   layout:
18231     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18232     layout: "plot-throughput"
18233
18234 - type: "plot"
18235   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18236   algorithm: "plot_perf_box_name"
18237   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18239   include:
18240     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18241     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18242     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18243     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18244     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18245   layout:
18246     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18247     layout: "plot-throughput"
18248
18249 - type: "plot"
18250   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18251   algorithm: "plot_perf_box_name"
18252   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18254   include:
18255     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18256     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18257     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18258     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18259     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18260   layout:
18261     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18262     layout: "plot-throughput"
18263
18264 - type: "plot"
18265   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18266   algorithm: "plot_perf_box_name"
18267   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18269   include:
18270     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18271     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18272     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18273     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18274     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18275   layout:
18276     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18277     layout: "plot-throughput"
18278
18279 - type: "plot"
18280   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18281   algorithm: "plot_perf_box_name"
18282   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18284   include:
18285     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18286     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18287     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18288     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18289     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18290   layout:
18291     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18292     layout: "plot-throughput"
18293
18294 - type: "plot"
18295   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18296   algorithm: "plot_perf_box_name"
18297   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18299   include:
18300     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18301     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18302     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18303     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18304     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18305   layout:
18306     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18307     layout: "plot-throughput"
18308
18309 - type: "plot"
18310   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18311   algorithm: "plot_perf_box_name"
18312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18314   include:
18315     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18316     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18317     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18318     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18319     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18320     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18321   layout:
18322     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18323     layout: "plot-throughput"
18324
18325 - type: "plot"
18326   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18327   algorithm: "plot_perf_box_name"
18328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18330   include:
18331     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18334     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18335     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18336     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18337   layout:
18338     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18339     layout: "plot-throughput"
18340
18341 - type: "plot"
18342   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18343   algorithm: "plot_perf_box_name"
18344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18346   include:
18347     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18348     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18349     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18350     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18351   layout:
18352     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18353     layout: "plot-throughput"
18354
18355 - type: "plot"
18356   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18357   algorithm: "plot_perf_box_name"
18358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18360   include:
18361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18365   layout:
18366     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18367     layout: "plot-throughput"
18368
18369 - type: "plot"
18370   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18371   algorithm: "plot_perf_box_name"
18372   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18374   include:
18375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18376     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18377     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18381   layout:
18382     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18383     layout: "plot-throughput"
18384
18385 - type: "plot"
18386   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18387   algorithm: "plot_perf_box_name"
18388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18390   include:
18391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18393     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18394     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18397   layout:
18398     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18399     layout: "plot-throughput"
18400
18401 - type: "plot"
18402   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18403   algorithm: "plot_perf_box_name"
18404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18406   include:
18407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18408     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18409     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18410     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18411   layout:
18412     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18413     layout: "plot-throughput"
18414
18415 - type: "plot"
18416   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18417   algorithm: "plot_perf_box_name"
18418   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18420   include:
18421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18425   layout:
18426     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18427     layout: "plot-throughput"
18428
18429 - type: "plot"
18430   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18431   algorithm: "plot_perf_box_name"
18432   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18434   include:
18435     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18436     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18437     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18438     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18439     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18440     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18441   layout:
18442     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18443     layout: "plot-throughput"
18444
18445 - type: "plot"
18446   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18447   algorithm: "plot_perf_box_name"
18448   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18450   include:
18451     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18452     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18453     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18454     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18455     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18456     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18457   layout:
18458     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18459     layout: "plot-throughput"
18460
18461 - type: "plot"
18462   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18463   algorithm: "plot_perf_box_name"
18464   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18466   include:
18467     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18468     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18469     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18470     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18471   layout:
18472     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18473     layout: "plot-throughput"
18474
18475 - type: "plot"
18476   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18477   algorithm: "plot_perf_box_name"
18478   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18480   include:
18481     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18482     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18483     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18484     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18485   layout:
18486     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18487     layout: "plot-throughput"
18488
18489 - type: "plot"
18490   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18491   algorithm: "plot_perf_box_name"
18492   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18494   include:
18495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18500   layout:
18501     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18502     layout: "plot-throughput"
18503
18504 - type: "plot"
18505   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18506   algorithm: "plot_perf_box_name"
18507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18509   include:
18510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18515   layout:
18516     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18517     layout: "plot-throughput"
18518
18519 - type: "plot"
18520   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18521   algorithm: "plot_perf_box_name"
18522   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18523   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18524   include:
18525     - "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"
18526     - "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"
18527     - "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"
18528     - "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"
18529     - "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"
18530   layout:
18531     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18532     layout: "plot-throughput"
18533
18534 - type: "plot"
18535   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18536   algorithm: "plot_perf_box_name"
18537   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18539   include:
18540     - "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"
18541     - "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"
18542     - "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"
18543     - "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"
18544     - "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"
18545   layout:
18546     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18547     layout: "plot-throughput"
18548
18549 - type: "plot"
18550   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18551   algorithm: "plot_perf_box_name"
18552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18554   include:
18555     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18556     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18557     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18560   layout:
18561     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18562     layout: "plot-throughput"
18563
18564 - type: "plot"
18565   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18566   algorithm: "plot_perf_box_name"
18567   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18568   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18569   include:
18570     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18571     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18575   layout:
18576     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18577     layout: "plot-throughput"
18578
18579 - type: "plot"
18580   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18581   algorithm: "plot_perf_box_name"
18582   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18583   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18584   include:
18585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18587     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18588     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18590   layout:
18591     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18592     layout: "plot-throughput"
18593
18594 - type: "plot"
18595   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18596   algorithm: "plot_perf_box_name"
18597   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18599   include:
18600     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18601     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18602     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18603     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18604     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18605   layout:
18606     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18607     layout: "plot-throughput"
18608
18609 - type: "plot"
18610   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18611   algorithm: "plot_perf_box_name"
18612   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18614   include:
18615     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18616     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18617     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18618     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18619   layout:
18620     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18621     layout: "plot-throughput"
18622
18623 - type: "plot"
18624   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18625   algorithm: "plot_perf_box_name"
18626   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18628   include:
18629     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18630     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18631     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18632     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18633   layout:
18634     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18635     layout: "plot-throughput"
18636
18637 - type: "plot"
18638   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18639   algorithm: "plot_perf_box_name"
18640   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18642   include:
18643     - "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"
18644     - "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"
18645     - "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"
18646     - "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"
18647   layout:
18648     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18649     layout: "plot-throughput"
18650
18651 - type: "plot"
18652   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18653   algorithm: "plot_perf_box_name"
18654   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18655   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18656   include:
18657     - "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"
18658     - "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"
18659     - "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"
18660     - "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"
18661   layout:
18662     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18663     layout: "plot-throughput"
18664
18665 - type: "plot"
18666   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18667   algorithm: "plot_perf_box_name"
18668   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18669   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18670   include:
18671     - "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"
18672     - "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"
18673     - "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"
18674     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18675     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18676     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18677   layout:
18678     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18679     layout: "plot-throughput"
18680
18681 - type: "plot"
18682   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18683   algorithm: "plot_perf_box_name"
18684   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18685   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18686   include:
18687     - "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"
18688     - "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"
18689     - "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"
18690     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18691     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18692     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18693   layout:
18694     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18695     layout: "plot-throughput"
18696
18697 ################################################################################
18698
18699 # Packet Speedup
18700
18701 - type: "plot"
18702   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18703   algorithm: "plot_tsa_name"
18704   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18706   include:
18707     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18708     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18709     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18710     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18711   layout:
18712     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18713     layout: "plot-throughput-speedup-analysis"
18714
18715 - type: "plot"
18716   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18717   algorithm: "plot_tsa_name"
18718   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18720   include:
18721     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18722     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18723     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18724     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18725   layout:
18726     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18727     layout: "plot-throughput-speedup-analysis"
18728
18729 - type: "plot"
18730   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18731   algorithm: "plot_tsa_name"
18732   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18734   include:
18735     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18736     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18737     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18738     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18739   layout:
18740     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18741     layout: "plot-throughput-speedup-analysis"
18742
18743 - type: "plot"
18744   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18745   algorithm: "plot_tsa_name"
18746   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18748   include:
18749     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18750     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18751     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18752     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18753   layout:
18754     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18755     layout: "plot-throughput-speedup-analysis"
18756
18757 - type: "plot"
18758   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18759   algorithm: "plot_tsa_name"
18760   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18762   include:
18763     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18764     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18765     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18766     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18767   layout:
18768     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18769     layout: "plot-throughput-speedup-analysis"
18770
18771 - type: "plot"
18772   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18773   algorithm: "plot_tsa_name"
18774   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18775   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18776   include:
18777     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18778     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18779     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18780     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18781   layout:
18782     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18783     layout: "plot-throughput-speedup-analysis"
18784
18785 - type: "plot"
18786   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18787   algorithm: "plot_tsa_name"
18788   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18790   include:
18791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18792     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18793     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18797   layout:
18798     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18799     layout: "plot-throughput-speedup-analysis"
18800
18801 - type: "plot"
18802   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18803   algorithm: "plot_tsa_name"
18804   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18806   include:
18807     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18808     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18813   layout:
18814     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18815     layout: "plot-throughput-speedup-analysis"
18816
18817 - type: "plot"
18818   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18819   algorithm: "plot_tsa_name"
18820   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18822   include:
18823     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18827   layout:
18828     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18829     layout: "plot-throughput-speedup-analysis"
18830
18831 - type: "plot"
18832   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18833   algorithm: "plot_tsa_name"
18834   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18835   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18836   include:
18837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18841   layout:
18842     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18843     layout: "plot-throughput-speedup-analysis"
18844
18845 - type: "plot"
18846   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18847   algorithm: "plot_tsa_name"
18848   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18849   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18850   include:
18851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18854   layout:
18855     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18856     layout: "plot-throughput-speedup-analysis"
18857
18858 - type: "plot"
18859   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18860   algorithm: "plot_tsa_name"
18861   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18862   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18863   include:
18864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18867   layout:
18868     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18869     layout: "plot-throughput-speedup-analysis"
18870
18871 - type: "plot"
18872   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18873   algorithm: "plot_tsa_name"
18874   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18876   include:
18877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18882   layout:
18883     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18884     layout: "plot-throughput-speedup-analysis"
18885
18886 - type: "plot"
18887   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18888   algorithm: "plot_tsa_name"
18889   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18891   include:
18892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18897   layout:
18898     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18899     layout: "plot-throughput-speedup-analysis"
18900
18901 - type: "plot"
18902   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18903   algorithm: "plot_tsa_name"
18904   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18906   include:
18907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18910   layout:
18911     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18912     layout: "plot-throughput-speedup-analysis"
18913
18914 - type: "plot"
18915   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18916   algorithm: "plot_tsa_name"
18917   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18918   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18919   include:
18920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18923   layout:
18924     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18925     layout: "plot-throughput-speedup-analysis"
18926
18927 - type: "plot"
18928   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18929   algorithm: "plot_tsa_name"
18930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18932   include:
18933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18939   layout:
18940     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18941     layout: "plot-throughput-speedup-analysis"
18942
18943 - type: "plot"
18944   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18945   algorithm: "plot_tsa_name"
18946   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18947   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18948   include:
18949     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18950     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18951     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18952     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18953     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18954   layout:
18955     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18956     layout: "plot-throughput-speedup-analysis"
18957
18958 - type: "plot"
18959   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18960   algorithm: "plot_tsa_name"
18961   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18963   include:
18964     - "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"
18965     - "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"
18966     - "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"
18967     - "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"
18968     - "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"
18969   layout:
18970     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18971     layout: "plot-throughput-speedup-analysis"
18972
18973 - type: "plot"
18974   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18975   algorithm: "plot_tsa_name"
18976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18978   include:
18979     - "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"
18980     - "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"
18981     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18982     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18983     - "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"
18984     - "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"
18985     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18986     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18987     - "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"
18988     - "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"
18989   layout:
18990     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18991     layout: "plot-throughput-speedup-analysis-cps"
18992
18993 - type: "plot"
18994   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18995   algorithm: "plot_tsa_name"
18996   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18998   include:
18999     - "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"
19000     - "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"
19001     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19002     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19003     - "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"
19004     - "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"
19005     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19006     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19007     - "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"
19008     - "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"
19009   layout:
19010     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19011     layout: "plot-throughput-speedup-analysis"
19012
19013 - type: "plot"
19014   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19015   algorithm: "plot_tsa_name"
19016   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19018   include:
19019     - "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"
19020     - "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"
19021     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19022     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19023     - "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"
19024     - "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"
19025     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19026     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19027     - "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"
19028     - "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"
19029   layout:
19030     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19031     layout: "plot-throughput-speedup-analysis-cps"
19032
19033 - type: "plot"
19034   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19035   algorithm: "plot_tsa_name"
19036   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19038   include:
19039     - "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"
19040     - "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"
19041     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19042     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19043     - "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"
19044     - "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"
19045     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19046     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19047     - "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"
19048     - "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"
19049   layout:
19050     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19051     layout: "plot-throughput-speedup-analysis"
19052
19053 - type: "plot"
19054   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19055   algorithm: "plot_tsa_name"
19056   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19058   include:
19059     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19060     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19061     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19062     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19063     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19064   layout:
19065     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19066     layout: "plot-throughput-speedup-analysis"
19067
19068 - type: "plot"
19069   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19070   algorithm: "plot_tsa_name"
19071   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19072   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19073   include:
19074     - "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"
19075     - "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"
19076     - "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"
19077     - "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"
19078     - "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"
19079   layout:
19080     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19081     layout: "plot-throughput-speedup-analysis"
19082
19083 - type: "plot"
19084   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19085   algorithm: "plot_tsa_name"
19086   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19088   include:
19089     - "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"
19090     - "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"
19091     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19092     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19093     - "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"
19094     - "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"
19095     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19096     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19097     - "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"
19098     - "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"
19099   layout:
19100     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19101     layout: "plot-throughput-speedup-analysis-cps"
19102
19103 - type: "plot"
19104   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19105   algorithm: "plot_tsa_name"
19106   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19108   include:
19109     - "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"
19110     - "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"
19111     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19112     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19113     - "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"
19114     - "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"
19115     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19116     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19117     - "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"
19118     - "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"
19119   layout:
19120     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19121     layout: "plot-throughput-speedup-analysis"
19122
19123 - type: "plot"
19124   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19125   algorithm: "plot_tsa_name"
19126   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19128   include:
19129     - "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"
19130     - "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"
19131     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19133     - "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"
19134     - "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"
19135     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19136     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19137     - "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"
19138     - "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"
19139   layout:
19140     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19141     layout: "plot-throughput-speedup-analysis-cps"
19142
19143 - type: "plot"
19144   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19145   algorithm: "plot_tsa_name"
19146   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19148   include:
19149     - "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"
19150     - "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"
19151     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19152     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19153     - "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"
19154     - "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"
19155     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19156     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19157     - "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"
19158     - "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"
19159   layout:
19160     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19161     layout: "plot-throughput-speedup-analysis"
19162
19163 - type: "plot"
19164   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19165   algorithm: "plot_tsa_name"
19166   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19168   include:
19169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19175   layout:
19176     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19177     layout: "plot-throughput-speedup-analysis"
19178
19179 - type: "plot"
19180   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19181   algorithm: "plot_tsa_name"
19182   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19184   include:
19185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19191   layout:
19192     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19193     layout: "plot-throughput-speedup-analysis"
19194
19195 - type: "plot"
19196   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19197   algorithm: "plot_tsa_name"
19198   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19200   include:
19201     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19202     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19203   layout:
19204     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19205     layout: "plot-throughput-speedup-analysis"
19206
19207 - type: "plot"
19208   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19209   algorithm: "plot_tsa_name"
19210   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19212   include:
19213     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19214     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19215   layout:
19216     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19217     layout: "plot-throughput-speedup-analysis"
19218
19219 - type: "plot"
19220   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19221   algorithm: "plot_tsa_name"
19222   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19224   include:
19225     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19226     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19227     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19228     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19229     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19230     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19231   layout:
19232     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19233     layout: "plot-throughput-speedup-analysis"
19234
19235 - type: "plot"
19236   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19237   algorithm: "plot_tsa_name"
19238   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19240   include:
19241     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19242     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19243     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19244     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19245     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19246     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19247   layout:
19248     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19249     layout: "plot-throughput-speedup-analysis"
19250
19251 - type: "plot"
19252   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19253   algorithm: "plot_tsa_name"
19254   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19256   include:
19257     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19258     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19259     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19260     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19261     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19262     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19263   layout:
19264     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19265     layout: "plot-throughput-speedup-analysis"
19266
19267 - type: "plot"
19268   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19269   algorithm: "plot_tsa_name"
19270   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19272   include:
19273     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19274     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19275     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19276     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19277     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19278     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19279   layout:
19280     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19281     layout: "plot-throughput-speedup-analysis"
19282
19283 - type: "plot"
19284   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19285   algorithm: "plot_tsa_name"
19286   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19288   include:
19289     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19293     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19294     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19295   layout:
19296     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19297     layout: "plot-throughput-speedup-analysis"
19298
19299 - type: "plot"
19300   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19301   algorithm: "plot_tsa_name"
19302   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19304   include:
19305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19309     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19310     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19311   layout:
19312     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19313     layout: "plot-throughput-speedup-analysis"
19314
19315 - type: "plot"
19316   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19317   algorithm: "plot_tsa_name"
19318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19320   include:
19321     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19322     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19323     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19324     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19325     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19326   layout:
19327     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19328     layout: "plot-throughput-speedup-analysis"
19329
19330 - type: "plot"
19331   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19332   algorithm: "plot_tsa_name"
19333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19335   include:
19336     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19337     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19338     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19339     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19340     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19341   layout:
19342     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19343     layout: "plot-throughput-speedup-analysis"
19344
19345 - type: "plot"
19346   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19347   algorithm: "plot_tsa_name"
19348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19350   include:
19351     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19353     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19354     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19355     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19356   layout:
19357     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19358     layout: "plot-throughput-speedup-analysis"
19359
19360 - type: "plot"
19361   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19362   algorithm: "plot_tsa_name"
19363   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19365   include:
19366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19368     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19369     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19370     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19371   layout:
19372     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19373     layout: "plot-throughput-speedup-analysis"
19374
19375 - type: "plot"
19376   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19377   algorithm: "plot_tsa_name"
19378   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19379   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19380   include:
19381     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19382     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19383     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19384     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19385     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19386   layout:
19387     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19388     layout: "plot-throughput-speedup-analysis"
19389
19390 - type: "plot"
19391   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19392   algorithm: "plot_tsa_name"
19393   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19394   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19395   include:
19396     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19397     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19398     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19399     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19400     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19401   layout:
19402     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19403     layout: "plot-throughput-speedup-analysis"
19404
19405 - type: "plot"
19406   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19407   algorithm: "plot_tsa_name"
19408   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19409   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19410   include:
19411     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19412     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19414     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19415     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19416   layout:
19417     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19418     layout: "plot-throughput-speedup-analysis"
19419
19420 - type: "plot"
19421   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19422   algorithm: "plot_tsa_name"
19423   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19424   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19425   include:
19426     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19427     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19428     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19429     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19430     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19431   layout:
19432     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19433     layout: "plot-throughput-speedup-analysis"
19434
19435 - type: "plot"
19436   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19437   algorithm: "plot_tsa_name"
19438   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19440   include:
19441     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19442     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19443     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19444     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19445     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19446   layout:
19447     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19448     layout: "plot-throughput-speedup-analysis"
19449
19450 - type: "plot"
19451   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19452   algorithm: "plot_tsa_name"
19453   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19455   include:
19456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19457     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19458     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19459     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19460     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19461   layout:
19462     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19463     layout: "plot-throughput-speedup-analysis"
19464
19465 - type: "plot"
19466   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19467   algorithm: "plot_tsa_name"
19468   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19470   include:
19471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19472     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19473     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19474     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19477   layout:
19478     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19479     layout: "plot-throughput-speedup-analysis"
19480
19481 - type: "plot"
19482   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19483   algorithm: "plot_tsa_name"
19484   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19486   include:
19487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19490     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19491     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19492     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19493   layout:
19494     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19495     layout: "plot-throughput-speedup-analysis"
19496
19497 - type: "plot"
19498   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19499   algorithm: "plot_tsa_name"
19500   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19501   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19502   include:
19503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19506     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19507   layout:
19508     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19509     layout: "plot-throughput-speedup-analysis"
19510
19511 - type: "plot"
19512   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19513   algorithm: "plot_tsa_name"
19514   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19515   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19516   include:
19517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19521   layout:
19522     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19523     layout: "plot-throughput-speedup-analysis"
19524
19525 - type: "plot"
19526   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19527   algorithm: "plot_tsa_name"
19528   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19530   include:
19531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19536     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19537   layout:
19538     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19539     layout: "plot-throughput-speedup-analysis"
19540
19541 - type: "plot"
19542   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19543   algorithm: "plot_tsa_name"
19544   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19546   include:
19547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19550     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19551     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19552     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19553   layout:
19554     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19555     layout: "plot-throughput-speedup-analysis"
19556
19557 - type: "plot"
19558   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19559   algorithm: "plot_tsa_name"
19560   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19562   include:
19563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19567   layout:
19568     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19569     layout: "plot-throughput-speedup-analysis"
19570
19571 - type: "plot"
19572   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19573   algorithm: "plot_tsa_name"
19574   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19576   include:
19577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19581   layout:
19582     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19583     layout: "plot-throughput-speedup-analysis"
19584
19585 - type: "plot"
19586   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19587   algorithm: "plot_tsa_name"
19588   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19590   include:
19591     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19592     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19593     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19594     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19595     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19596     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19597   layout:
19598     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19599     layout: "plot-throughput-speedup-analysis"
19600
19601 - type: "plot"
19602   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19603   algorithm: "plot_tsa_name"
19604   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19605   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19606   include:
19607     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19608     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19609     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19610     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19611     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19612     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19613   layout:
19614     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19615     layout: "plot-throughput-speedup-analysis"
19616
19617 - type: "plot"
19618   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19619   algorithm: "plot_tsa_name"
19620   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19622   include:
19623     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19624     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19625     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19626     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19627   layout:
19628     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19629     layout: "plot-throughput-speedup-analysis"
19630
19631 - type: "plot"
19632   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19633   algorithm: "plot_tsa_name"
19634   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19636   include:
19637     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19638     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19639     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19640     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19641   layout:
19642     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19643     layout: "plot-throughput-speedup-analysis"
19644
19645 - type: "plot"
19646   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19647   algorithm: "plot_tsa_name"
19648   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19650   include:
19651     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19652     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19653     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19654     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19655     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19656   layout:
19657     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19658     layout: "plot-throughput-speedup-analysis"
19659
19660 - type: "plot"
19661   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19662   algorithm: "plot_tsa_name"
19663   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19665   include:
19666     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19667     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19668     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19669     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19670     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19671   layout:
19672     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19673     layout: "plot-throughput-speedup-analysis"
19674
19675 - type: "plot"
19676   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19677   algorithm: "plot_tsa_name"
19678   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19680   include:
19681     - "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"
19682     - "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"
19683     - "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"
19684     - "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"
19685     - "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"
19686   layout:
19687     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19688     layout: "plot-throughput-speedup-analysis"
19689
19690 - type: "plot"
19691   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19692   algorithm: "plot_tsa_name"
19693   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19695   include:
19696     - "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"
19697     - "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"
19698     - "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"
19699     - "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"
19700     - "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"
19701   layout:
19702     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19703     layout: "plot-throughput-speedup-analysis"
19704
19705 - type: "plot"
19706   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19707   algorithm: "plot_tsa_name"
19708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19710   include:
19711     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19712     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19713     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19714     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19715     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19716   layout:
19717     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19718     layout: "plot-throughput-speedup-analysis"
19719
19720 - type: "plot"
19721   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19722   algorithm: "plot_tsa_name"
19723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19725   include:
19726     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19727     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19728     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19729     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19730     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19731   layout:
19732     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19733     layout: "plot-throughput-speedup-analysis"
19734
19735 - type: "plot"
19736   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19737   algorithm: "plot_tsa_name"
19738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19740   include:
19741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19746   layout:
19747     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19748     layout: "plot-throughput-speedup-analysis"
19749
19750 - type: "plot"
19751   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19752   algorithm: "plot_tsa_name"
19753   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19755   include:
19756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19760     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19761   layout:
19762     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19763     layout: "plot-throughput-speedup-analysis"
19764
19765 - type: "plot"
19766   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19767   algorithm: "plot_tsa_name"
19768   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19770   include:
19771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19775   layout:
19776     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19777     layout: "plot-throughput-speedup-analysis"
19778
19779 - type: "plot"
19780   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19781   algorithm: "plot_tsa_name"
19782   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19784   include:
19785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19789   layout:
19790     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19791     layout: "plot-throughput-speedup-analysis"
19792
19793 - type: "plot"
19794   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19795   algorithm: "plot_tsa_name"
19796   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19798   include:
19799     - "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"
19800     - "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"
19801     - "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"
19802     - "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"
19803   layout:
19804     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19805     layout: "plot-throughput-speedup-analysis"
19806
19807 - type: "plot"
19808   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19809   algorithm: "plot_tsa_name"
19810   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19812   include:
19813     - "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"
19814     - "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"
19815     - "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"
19816     - "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"
19817   layout:
19818     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19819     layout: "plot-throughput-speedup-analysis"
19820
19821 - type: "plot"
19822   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19823   algorithm: "plot_tsa_name"
19824   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19826   include:
19827     - "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"
19828     - "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"
19829     - "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"
19830     - "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"
19831     - "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"
19832     - "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"
19833   layout:
19834     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19835     layout: "plot-throughput-speedup-analysis"
19836
19837 - type: "plot"
19838   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19839   algorithm: "plot_tsa_name"
19840   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19842   include:
19843     - "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"
19844     - "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"
19845     - "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"
19846     - "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"
19847     - "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"
19848     - "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"
19849   layout:
19850     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19851     layout: "plot-throughput-speedup-analysis"
19852
19853 ################################################################################
19854
19855 # Packet Throughput - DPDK
19856
19857 # 2n-clx-xxv710
19858
19859 - type: "plot"
19860   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19861   algorithm: "plot_perf_box_name"
19862   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19863   data: "plot-dpdk-throughput-latency-2n-clx"
19864   include:
19865     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19866     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19867   layout:
19868     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19869     layout: "plot-throughput"
19870
19871 - type: "plot"
19872   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19873   algorithm: "plot_perf_box_name"
19874   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19875   data: "plot-dpdk-throughput-latency-2n-clx"
19876   include:
19877     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19878     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19879   layout:
19880     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19881     layout: "plot-throughput"
19882
19883 - type: "plot"
19884   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19885   algorithm: "plot_perf_box_name"
19886   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19887   data: "plot-dpdk-throughput-latency-2n-clx"
19888   include:
19889     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19890     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19891   layout:
19892     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19893     layout: "plot-throughput"
19894
19895 - type: "plot"
19896   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19897   algorithm: "plot_perf_box_name"
19898   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19899   data: "plot-dpdk-throughput-latency-2n-clx"
19900   include:
19901     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19902     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19903   layout:
19904     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19905     layout: "plot-throughput"
19906
19907 # 2n-clx-x710
19908
19909 - type: "plot"
19910   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19911   algorithm: "plot_perf_box_name"
19912   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19913   data: "plot-dpdk-throughput-latency-2n-clx"
19914   include:
19915     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19916     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19917   layout:
19918     title: "2n-clx-x710-64b-2t1c-base-ndr"
19919     layout: "plot-throughput"
19920
19921 - type: "plot"
19922   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19923   algorithm: "plot_perf_box_name"
19924   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19925   data: "plot-dpdk-throughput-latency-2n-clx"
19926   include:
19927     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19928     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19929   layout:
19930     title: "2n-clx-x710-64b-4t2c-base-ndr"
19931     layout: "plot-throughput"
19932
19933 - type: "plot"
19934   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19935   algorithm: "plot_perf_box_name"
19936   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19937   data: "plot-dpdk-throughput-latency-2n-clx"
19938   include:
19939     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19940     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19941   layout:
19942     title: "2n-clx-x710-64b-2t1c-base-pdr"
19943     layout: "plot-throughput"
19944
19945 - type: "plot"
19946   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19947   algorithm: "plot_perf_box_name"
19948   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19949   data: "plot-dpdk-throughput-latency-2n-clx"
19950   include:
19951     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19952     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19953   layout:
19954     title: "2n-clx-x710-64b-4t2c-base-pdr"
19955     layout: "plot-throughput"
19956
19957 ################################################################################
19958
19959 - type: "plot"
19960   title: "Latency by percentile: 2n-skx"
19961   algorithm: "plot_hdrh_lat_by_percentile"
19962   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19963   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19964   target-links: "../../_static/vpp"
19965   data: "plot-vpp-hdrh-lat-2n-skx"
19966   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19967   layout:
19968     layout: "plot-hdrh-latency-by-percentile"
19969
19970 - type: "plot"
19971   title: "Latency by percentile: 2n-skx-nat44"
19972   algorithm: "plot_hdrh_lat_by_percentile"
19973   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19974   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19975   target-links: "../../_static/vpp"
19976   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
19977   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19978   layout:
19979     layout: "plot-hdrh-latency-by-percentile"
19980
19981 - type: "plot"
19982   title: "Latency by percentile: 3n-skx"
19983   algorithm: "plot_hdrh_lat_by_percentile"
19984   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19985   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19986   target-links: "../../_static/vpp"
19987   data: "plot-vpp-hdrh-lat-3n-skx"
19988   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19989   layout:
19990     layout: "plot-hdrh-latency-by-percentile"
19991
19992 - type: "plot"
19993   title: "Latency by percentile: 2n-clx"
19994   algorithm: "plot_hdrh_lat_by_percentile"
19995   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19996   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19997   target-links: "../../_static/vpp"
19998   data: "plot-vpp-hdrh-lat-2n-clx"
19999   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20000   layout:
20001     layout: "plot-hdrh-latency-by-percentile"
20002
20003 - type: "plot"
20004   title: "Latency by percentile: 2n-clx-nat44"
20005   algorithm: "plot_hdrh_lat_by_percentile"
20006   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20007   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20008   target-links: "../../_static/vpp"
20009   data: "plot-vpp-hdrh-lat-2n-clx-nat44"
20010   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20011   layout:
20012     layout: "plot-hdrh-latency-by-percentile"
20013
20014 - type: "plot"
20015   title: "Latency by percentile: 3n-hsw"
20016   algorithm: "plot_hdrh_lat_by_percentile"
20017   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
20018   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
20019   target-links: "../../_static/vpp"
20020   data: "plot-vpp-hdrh-lat-3n-hsw"
20021   filter: "'1T1C' and 'NIC_Intel-XL710'"
20022   layout:
20023     layout: "plot-hdrh-latency-by-percentile"
20024
20025 - type: "plot"
20026   title: "Latency by percentile: 3n-tsh"
20027   algorithm: "plot_hdrh_lat_by_percentile"
20028   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
20029   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
20030   target-links: "../../_static/vpp"
20031   data: "plot-vpp-hdrh-lat-3n-tsh"
20032   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20033   layout:
20034     layout: "plot-hdrh-latency-by-percentile"
20035
20036 - type: "plot"
20037   title: "Latency by percentile: DPDK 2n-skx"
20038   algorithm: "plot_hdrh_lat_by_percentile"
20039   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
20040   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
20041   target-links: "../../_static/dpdk"
20042   data: "plot-dpdk-hdrh-lat-2n-skx"
20043   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20044   layout:
20045     layout: "plot-hdrh-latency-by-percentile"
20046
20047 - type: "plot"
20048   title: "Latency by percentile: DPDK 3n-skx"
20049   algorithm: "plot_hdrh_lat_by_percentile"
20050   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
20051   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
20052   target-links: "../../_static/dpdk"
20053   data: "plot-dpdk-hdrh-lat-3n-skx"
20054   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20055   layout:
20056     layout: "plot-hdrh-latency-by-percentile"
20057
20058 - type: "plot"
20059   title: "Latency by percentile: DPDK 2n-clx"
20060   algorithm: "plot_hdrh_lat_by_percentile"
20061   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
20062   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
20063   target-links: "../../_static/dpdk"
20064   data: "plot-dpdk-hdrh-lat-2n-clx"
20065   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20066   layout:
20067     layout: "plot-hdrh-latency-by-percentile"
20068
20069 - type: "plot"
20070   title: "Latency by percentile: DPDK 3n-hsw"
20071   algorithm: "plot_hdrh_lat_by_percentile"
20072   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
20073   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
20074   target-links: "../../_static/dpdk"
20075   data: "plot-dpdk-hdrh-lat-3n-hsw"
20076   filter: "'1T1C' and 'NIC_Intel-XL710'"
20077   layout:
20078     layout: "plot-hdrh-latency-by-percentile"
20079
20080 - type: "plot"
20081   title: "Latency by percentile: DPDK 3n-tsh"
20082   algorithm: "plot_hdrh_lat_by_percentile"
20083   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
20084   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
20085   target-links: "../../_static/dpdk"
20086   data: "plot-dpdk-hdrh-lat-3n-tsh"
20087   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20088   layout:
20089     layout: "plot-hdrh-latency-by-percentile"