Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 148809523.81
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2009-3n-hsw:
155         - 21  # rls2009 NDRPDR iter env 5
156         - 22  # rls2009 NDRPDR iter env 5
157         - 24  # rls2009 NDRPDR iter env 5
158         - 25  # rls2009 NDRPDR iter env 5
159         - 26  # rls2009 NDRPDR iter env 5
160         - 27  # rls2009 NDRPDR iter env 5
161         - 28  # rls2009 NDRPDR iter env 5
162         - 29  # rls2009 NDRPDR iter env 5
163         - 30  # rls2009 NDRPDR iter env 5
164         - 31  # rls2009 NDRPDR iter env 5
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2009-3n-hsw:
168         - 22  # rls2009 NDRPDR iter env 5
169
170     plot-vpp-hoststack-3n-hsw:
171       csit-vpp-perf-report-iterative-2009-3n-hsw:
172         - 32  # rls2009 Hoststack iter env 5
173         - 33  # rls2009 Hoststack iter env 5
174         - 34  # rls2009 Hoststack iter env 5
175         - 35  # rls2009 Hoststack iter env 5
176         - 36  # rls2009 Hoststack iter env 5
177         - 37  # rls2009 Hoststack iter env 5
178         - 38  # rls2009 Hoststack iter env 5
179         - 39  # rls2009 Hoststack iter env 5
180         - 40  # rls2009 Hoststack iter env 5
181         - 41  # rls2009 Hoststack iter env 5
182
183     plot-dpdk-throughput-latency-3n-hsw:
184       csit-dpdk-perf-report-iterative-2009-3n-hsw:
185         - 6   # NDRPDR iter env5
186         - 7   # NDRPDR iter env5
187         - 8   # NDRPDR iter env5
188         - 9   # NDRPDR iter env5
189         - 10  # NDRPDR iter env5
190         - 11  # NDRPDR iter env5
191         - 12  # NDRPDR iter env5
192         - 13  # NDRPDR iter env5
193         - 14  # NDRPDR iter env5
194         - 15  # NDRPDR iter env5
195
196     plot-dpdk-hdrh-lat-3n-hsw:
197       csit-dpdk-perf-report-iterative-2009-3n-hsw:
198         - 6   # NDRPDR iter env5
199
200     # 3n-skx
201
202     plot-vpp-throughput-lat-tsa-3n-skx:
203       csit-vpp-perf-report-iterative-2009-3n-skx:
204         - 26  # rls2009 NDRPDR iter env 5
205         - 27  # rls2009 NDRPDR iter env 5
206         - 28  # rls2009 NDRPDR iter env 5
207         - 29  # rls2009 NDRPDR iter env 5
208         - 35  # rls2009 NDRPDR iter env 5
209         - 36  # rls2009 NDRPDR iter env 5
210         - 37  # rls2009 NDRPDR iter env 5
211         - 38  # rls2009 NDRPDR iter env 5
212         - 39  # rls2009 NDRPDR iter env 5
213         - 40  # rls2009 NDRPDR iter env 5
214
215     plot-vpp-hdrh-lat-3n-skx:
216       csit-vpp-perf-report-iterative-2009-3n-skx:
217         - 27  # rls2009 NDRPDR iter env 5
218
219 #    plot-vpp-nfv-3n-skx-ndrpdr:
220 #      # No data
221 #      csit-vpp-perf-report-iterative-2009-3n-skx:
222
223 #    plot-vpp-nfv-3n-skx-mrr:
224 #      # No data
225 #      csit-vpp-perf-report-iterative-2009-3n-skx:
226
227     plot-dpdk-throughput-latency-3n-skx:
228       csit-dpdk-perf-report-iterative-2009-3n-skx:
229         - 4   # NDRPDR sel env5
230         - 5   # NDRPDR sel env5
231         - 6   # NDRPDR sel env5
232         - 7   # NDRPDR sel env5
233         - 8   # NDRPDR sel env5
234         - 9   # NDRPDR sel env5
235         - 14  # NDRPDR sel env5
236         - 11  # NDRPDR sel env5
237         - 12  # NDRPDR sel env5
238         - 13  # NDRPDR sel env5
239
240     plot-dpdk-hdrh-lat-3n-skx:
241       csit-dpdk-perf-report-iterative-2009-3n-skx:
242         - 4   # NDRPDR sel env5
243
244     # 2n-skx
245
246     plot-vpp-throughput-lat-tsa-2n-skx:
247       csit-vpp-perf-report-iterative-2009-2n-skx:
248         - 35  # rls2009 NDRPDR iter env 5
249         - 36  # rls2009 NDRPDR iter env 5
250         - 37  # rls2009 NDRPDR iter env 5
251         - 39  # rls2009 NDRPDR iter env 5
252         - 40  # rls2009 NDRPDR iter env 5
253         - 42  # rls2009 NDRPDR iter env 5
254         - 43  # rls2009 NDRPDR iter env 5
255         - 44  # rls2009 NDRPDR iter env 5
256         - 46  # rls2009 NDRPDR iter env 5
257         - 48  # rls2009 NDRPDR iter env 5
258         - 74  # rls2009 NDRPDR iter NAT44 env 5
259         - 75  # rls2009 NDRPDR iter NAT44 env 5
260         - 76  # rls2009 NDRPDR iter NAT44 env 5
261         - 77  # rls2009 NDRPDR iter NAT44 env 5
262         - 79  # rls2009 NDRPDR iter NAT44 env 5
263         - 82  # rls2009 NDRPDR iter NAT44 env 5
264         - 83  # rls2009 NDRPDR iter NAT44 env 5
265
266     plot-vpp-hdrh-lat-2n-skx:
267       csit-vpp-perf-report-iterative-2009-2n-skx:
268         - 35  # rls2009 NDRPDR iter env 5
269
270     plot-vpp-hdrh-lat-2n-skx-nat44:
271       csit-vpp-perf-report-iterative-2009-2n-skx:
272         - 74  # rls2009 NDRPDR iter NAT44 env 5
273
274     plot-vpp-soak-2n-skx:
275       csit-vpp-perf-report-iterative-2009-2n-skx:
276         - 33  # rls2009 soak env 5
277         - 34  # rls2009 soak env 5
278
279     plot-vpp-nfv-2n-skx-ndrpdr:
280       csit-vpp-perf-report-iterative-2009-2n-skx:
281         - 38  # rls2009 nf-density iter env 5
282         - 41  # rls2009 nf-density iter env 5
283         - 45  # rls2009 nf-density iter env 5
284         - 47  # rls2009 nf-density iter env 5
285         - 49  # rls2009 nf-density iter env 5
286         - 63  # rls2009 nf-density iter env 5
287         - 65  # rls2009 nf-density iter env 5
288         - 66  # rls2009 nf-density iter env 5
289         - 71  # rls2009 nf-density iter env 5
290         - 72  # rls2009 nf-density iter env 5
291
292     plot-vpp-nfv-2n-skx-mrr:
293       csit-vpp-perf-report-iterative-2009-2n-skx:
294         - 50  # rls2009 MRR nf-density iter env 5
295
296     plot-vpp-nfv-reconf-2n-skx:
297       csit-vpp-perf-report-iterative-2009-2n-skx:
298         - 27  # rls2009 reconf env 5
299         - 28  # rls2009 reconf env 5
300         - 29  # rls2009 reconf env 5
301         - 30  # rls2009 reconf env 5
302         - 31  # rls2009 reconf env 5
303         - 32  # rls2009 reconf env 5
304         - 61  # rls2009 reconf env 5
305         - 62  # rls2009 reconf env 5
306         - 68  # rls2009 reconf env 5
307         - 70  # rls2009 reconf env 5
308
309     plot-dpdk-throughput-latency-2n-skx:
310       csit-dpdk-perf-report-iterative-2009-2n-skx:
311         - 4   # NDRPDR iter env5
312         - 5   # NDRPDR iter env5
313         - 6   # NDRPDR iter env5
314         - 7   # NDRPDR iter env5
315         - 8   # NDRPDR iter env5
316         - 9   # NDRPDR iter env5
317         - 10  # NDRPDR iter env5
318         - 11  # NDRPDR iter env5
319         - 12  # NDRPDR iter env5
320         - 13  # NDRPDR iter env5
321
322     plot-dpdk-hdrh-lat-2n-skx:
323       csit-dpdk-perf-report-iterative-2009-2n-skx:
324         - 4   # NDRPDR iter env5
325
326     # 2n-clx
327
328     plot-vpp-throughput-lat-tsa-2n-clx:
329       csit-vpp-perf-report-iterative-2009-2n-clx:
330         - 36  # rls2009 NDRPDR iter env 5
331         - 39  # rls2009 NDRPDR iter env 5
332         - 40  # rls2009 NDRPDR iter env 5
333         - 65  # rls2009 NDRPDR iter env 5
334         - 66  # rls2009 NDRPDR iter env 5
335         - 79  # rls2009 NDRPDR iter env 5
336         - 82  # rls2009 NDRPDR iter env 5
337         - 88  # rls2009 NDRPDR iter env 5
338         - 89  # rls2009 NDRPDR iter env 5
339         - 90  # rls2009 NDRPDR iter env 5
340         - 91  # rls2009 NDRPDR iter NAT44 env 5
341         - 94  # rls2009 NDRPDR iter NAT44 env 5
342         - 95  # rls2009 NDRPDR iter NAT44 env 5
343         - 97  # rls2009 NDRPDR iter NAT44 env 5
344         - 98  # rls2009 NDRPDR iter NAT44 env 5
345         - 99  # rls2009 NDRPDR iter NAT44 env 5
346         - 101 # rls2009 NDRPDR iter NAT44 env 5
347
348     plot-vpp-hdrh-lat-2n-clx:
349       csit-vpp-perf-report-iterative-2009-2n-clx:
350         - 36  # rls2009 NDRPDR iter env 5
351
352     plot-vpp-hdrh-lat-2n-clx-nat44:
353       csit-vpp-perf-report-iterative-2009-2n-clx:
354         - 91  # rls2009 NDRPDR iter NAT44 env 5
355
356     plot-vpp-nfv-2n-clx-ndrpdr:
357       csit-vpp-perf-report-iterative-2009-2n-clx:
358         - 37  # rls2009 nf-density iter env 5
359         - 43  # rls2009 nf-density iter env 5
360         - 69  # rls2009 nf-density iter env 5
361         - 70  # rls2009 nf-density iter env 5
362         - 71  # rls2009 nf-density iter env 5
363         - 72  # rls2009 nf-density iter env 5
364         - 73  # rls2009 nf-density iter env 5
365         - 74  # rls2009 nf-density iter env 5
366         - 75  # rls2009 nf-density iter env 5
367         - 76  # rls2009 nf-density iter env 5
368
369     plot-vpp-nfv-2n-clx-mrr:
370       csit-vpp-perf-report-iterative-2009-2n-clx:
371         - 45  # rls2009 MRR nf-density iter env 5
372
373     plot-vpp-nfv-reconf-2n-clx:
374       csit-vpp-perf-report-iterative-2009-2n-clx:
375         - 25  # rls2009 reconf env 5
376         - 27  # rls2009 reconf env 5
377         - 28  # rls2009 reconf env 5
378         - 29  # rls2009 reconf env 5
379         - 30  # rls2009 reconf env 5
380         - 30  # rls2009 reconf env 5
381         - 32  # rls2009 reconf env 5
382         - 48  # rls2009 reconf env 5
383         - 53  # rls2009 reconf env 5
384         - 68  # rls2009 reconf env 5
385
386     plot-vpp-soak-2n-clx:
387       csit-vpp-perf-report-iterative-2009-2n-clx:
388         - 33  # rls2009 soak env 5
389         - 34  # rls2009 soak env 5
390
391     plot-dpdk-throughput-latency-2n-clx:
392       csit-dpdk-perf-report-iterative-2009-2n-clx:
393         - 4   # NDRPDR iter env5
394         - 5   # NDRPDR iter env5
395         - 6   # NDRPDR iter env5
396         - 7   # NDRPDR iter env5
397         - 8   # NDRPDR iter env5
398         - 9   # NDRPDR iter env5
399         - 10  # NDRPDR iter env5
400         - 11  # NDRPDR iter env5
401         - 12  # NDRPDR iter env5
402         - 13  # NDRPDR iter env5
403
404     plot-dpdk-hdrh-lat-2n-clx:
405       csit-dpdk-perf-report-iterative-2009-2n-clx:
406         - 4   # NDRPDR iter env5
407
408     # 3n-tsh
409
410     plot-vpp-throughput-lat-tsa-3n-tsh:
411       # TODO: Add:
412       csit-vpp-perf-report-iterative-2009-3n-tsh:
413         - 14  # rls2009 NDRPDR iter env 5
414         - 20  # rls2009 NDRPDR iter env 5
415         - 21  # rls2009 NDRPDR iter env 5
416         - 22  # rls2009 NDRPDR iter env 5
417         - 23  # rls2009 NDRPDR iter env 5
418         - 28  # rls2009 NDRPDR iter env 5
419         - 30  # rls2009 NDRPDR iter env 5
420         - 33  # rls2009 NDRPDR iter env 5
421
422     plot-vpp-hdrh-lat-3n-tsh:
423       csit-vpp-perf-report-iterative-2009-3n-tsh:
424         - 14  # rls2009 NDRPDR iter env 5
425
426     plot-dpdk-throughput-latency-3n-tsh:
427       csit-dpdk-perf-report-iterative-2009-3n-tsh:
428         - 1   # NDRPDR iter env5
429         - 2   # NDRPDR iter env5
430         - 3   # NDRPDR iter env5
431         - 4   # NDRPDR iter env5
432         - 5   # NDRPDR iter env5
433         - 6   # NDRPDR iter env5
434         - 7   # NDRPDR iter env5
435         - 9   # NDRPDR iter env5
436         - 10  # NDRPDR iter env5
437         - 11  # NDRPDR iter env5
438
439     plot-dpdk-hdrh-lat-3n-tsh:
440       csit-dpdk-perf-report-iterative-2009-3n-tsh:
441         - 1   # NDRPDR iter env5
442
443     # 3n-dnv
444
445     plot-vpp-throughput-lat-tsa-3n-dnv:
446       csit-vpp-perf-report-iterative-2009-3n-dnv:
447         - 3   # rls2009 NDRPDR iter env 5
448         - 6   # rls2009 NDRPDR iter env 5
449         - 7   # rls2009 NDRPDR iter env 5
450         - 8   # rls2009 NDRPDR iter env 5
451         - 10  # rls2009 NDRPDR iter env 5
452         - 11  # rls2009 NDRPDR iter env 5
453         - 12  # rls2009 NDRPDR iter env 5
454         - 14  # rls2009 NDRPDR iter env 5
455         - 15  # rls2009 NDRPDR iter env 5
456         - 24  # rls2009 NDRPDR iter env 5
457
458 #    plot-dpdk-throughput-latency-3n-dnv:
459 #      # No data
460 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
461
462     # 2n-dnv
463
464     plot-vpp-throughput-lat-tsa-2n-dnv:
465       csit-vpp-perf-report-iterative-2009-2n-dnv:
466         - 3   # rls2009 NDRPDR iter env 5
467         - 5   # rls2009 NDRPDR iter env 5
468         - 6   # rls2009 NDRPDR iter env 5
469         - 7   # rls2009 NDRPDR iter env 5
470         - 9   # rls2009 NDRPDR iter env 5
471         - 10  # rls2009 NDRPDR iter env 5
472         - 11  # rls2009 NDRPDR iter env 5
473         - 12  # rls2009 NDRPDR iter env 5
474         - 14  # rls2009 NDRPDR iter env 5
475         - 15  # rls2009 NDRPDR iter env 5
476
477 #    plot-dpdk-throughput-latency-2n-dnv:
478 #      # No data
479 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
480
481     ###########################################################################
482     # Simple tables (only one data set):
483
484     # NIC Comparisons
485
486     vpp-nic-comparison-3n-skx:
487       csit-vpp-perf-report-iterative-2009-3n-skx:
488         - 26  # rls2009 NDRPDR iter env 5
489         - 27  # rls2009 NDRPDR iter env 5
490         - 28  # rls2009 NDRPDR iter env 5
491         - 29  # rls2009 NDRPDR iter env 5
492         - 35  # rls2009 NDRPDR iter env 5
493         - 36  # rls2009 NDRPDR iter env 5
494         - 37  # rls2009 NDRPDR iter env 5
495         - 38  # rls2009 NDRPDR iter env 5
496         - 39  # rls2009 NDRPDR iter env 5
497         - 40  # rls2009 NDRPDR iter env 5
498
499     vpp-nic-comparison-2n-skx:
500       csit-vpp-perf-report-iterative-2009-2n-skx:
501         - 35  # rls2009 NDRPDR iter env 5
502         - 36  # rls2009 NDRPDR iter env 5
503         - 37  # rls2009 NDRPDR iter env 5
504         - 39  # rls2009 NDRPDR iter env 5
505         - 40  # rls2009 NDRPDR iter env 5
506         - 42  # rls2009 NDRPDR iter env 5
507         - 43  # rls2009 NDRPDR iter env 5
508         - 44  # rls2009 NDRPDR iter env 5
509         - 46  # rls2009 NDRPDR iter env 5
510         - 48  # rls2009 NDRPDR iter env 5
511         - 74  # rls2009 NDRPDR iter NAT44 env 5
512         - 75  # rls2009 NDRPDR iter NAT44 env 5
513         - 76  # rls2009 NDRPDR iter NAT44 env 5
514         - 77  # rls2009 NDRPDR iter NAT44 env 5
515         - 79  # rls2009 NDRPDR iter NAT44 env 5
516         - 82  # rls2009 NDRPDR iter NAT44 env 5
517         - 83  # rls2009 NDRPDR iter NAT44 env 5
518
519     vpp-nic-comparison-3n-skx-mrr:
520       csit-vpp-perf-report-iterative-2009-3n-skx:
521         - 24  # rls2009 MRR iter env 5
522
523     vpp-nic-comparison-2n-skx-mrr:
524       csit-vpp-perf-report-iterative-2009-2n-skx:
525         - 26  # rls2009 MRR iter env 5
526
527     # Results
528
529     vpp-perf-results-3n-hsw:
530       csit-vpp-perf-report-coverage-2009-3n-hsw:
531         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
532         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
533         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
534         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
535         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
536         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
537         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
538         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
539         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
540         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
541         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
542         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
543         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
544         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
545         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
546         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
547         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
548         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
549         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
550         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
551         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
552         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
553         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
554         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
555         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
556         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
557         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
558         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
559         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
560         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
561         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
562         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
563         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
564         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
565         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
566
567     vpp-perf-results-3n-skx:
568       csit-vpp-perf-report-coverage-2009-3n-skx:
569         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
570         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
571         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
572         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
573         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
574         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
575         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
576         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
577         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
578         - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
579         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
580         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
581         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
582         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
583         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
584         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
585         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
586         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
587         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
588         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
589         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
590         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
591         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
592         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
593         - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
594         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
595         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
596         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
597         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
598         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
599         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
600         - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
601         - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
602         - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
603         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
604         - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
605
606     vpp-perf-results-2n-skx:
607       csit-vpp-perf-report-coverage-2009-2n-skx:
608         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
609         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
610         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
611         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
612         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
613         - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
614         - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
615         - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
616         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
617         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
618         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
619         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
620         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
621         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
622         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
623         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
624         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
625
626     vpp-perf-results-2n-clx:
627       csit-vpp-perf-report-coverage-2009-2n-clx:
628         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
629         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
630         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
631         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
632         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
633         - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
634         - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
635         - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
636         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
637         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
638         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
639         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
640         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
641         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
642         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
643         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
644         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
645
646     vpp-perf-results-3n-tsh:
647       csit-vpp-perf-report-iterative-2009-3n-tsh:
648         - 14  # rls2009 NDRPDR iter env 5
649
650     vpp-perf-results-3n-dnv:
651       csit-vpp-perf-report-coverage-2009-3n-dnv:
652         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
653         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
654         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
655         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
656         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
657         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
658         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
659         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
660         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
661
662     vpp-perf-results-2n-dnv:
663       csit-vpp-perf-report-coverage-2009-2n-dnv:
664         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
665         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
666         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
667         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
668         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
669         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
670
671     vpp-mrr-results-3n-hsw:
672       csit-vpp-perf-report-iterative-2009-3n-hsw:
673         - 23  # rls2009 MRR iter env 5
674
675     vpp-mrr-results-3n-skx:
676       csit-vpp-perf-report-iterative-2009-3n-skx:
677         - 24  # rls2009 MRR iter env 5
678
679     vpp-mrr-results-2n-skx:
680       csit-vpp-perf-report-iterative-2009-2n-skx:
681         - 26  # rls2009 MRR iter env 5
682
683     vpp-mrr-results-2n-clx:
684       csit-vpp-perf-report-iterative-2009-2n-clx:
685         - 78  # rls2009 MRR iter env 5
686
687     vpp-mrr-results-3n-tsh:
688       csit-vpp-perf-report-iterative-2009-3n-tsh:
689         - 15  # rls2009 MRR iter env 5
690
691     vpp-mrr-results-3n-dnv:
692       csit-vpp-perf-report-iterative-2009-3n-dnv:
693         - 22  # rls2009 MRR iter env 5
694
695     vpp-mrr-results-2n-dnv:
696       csit-vpp-perf-report-iterative-2009-2n-dnv:
697         - 13  # rls2009 MRR iter env 5
698
699     vpp-device-results-ubuntu:
700       csit-vpp-device-2009-ubuntu1804-1n-skx:
701         - 131 # rls2009 env 5
702
703     dpdk-perf-results-3n-hsw:
704       csit-dpdk-perf-report-iterative-2009-3n-hsw:
705         - 6   # NDRPDR iter env5
706
707     dpdk-perf-results-3n-skx:
708       csit-dpdk-perf-report-iterative-2009-3n-skx:
709         - 4   # NDRPDR sel env5
710
711     dpdk-perf-results-2n-skx:
712       csit-dpdk-perf-report-iterative-2009-2n-skx:
713         - 4   # NDRPDR iter env5
714
715     dpdk-perf-results-2n-clx:
716       csit-dpdk-perf-report-iterative-2009-2n-clx:
717         - 4   # NDRPDR iter env5
718
719 #    dpdk-perf-results-2n-dnv:
720 #      # No data
721 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
722
723 #    dpdk-perf-results-3n-dnv:
724 #      # No data
725 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
726
727     dpdk-perf-results-3n-tsh:
728       csit-dpdk-perf-report-iterative-2009-3n-tsh:
729         - 1   # NDRPDR iter env5
730
731 ###########################################################################
732     # Tables (more than one data set)
733
734     # Performance changes
735
736     vpp-performance-changes-3n-hsw-h1:
737       csit-vpp-perf-report-iterative-2005-3n-hsw:
738         - 31  # NDRPDR sel 2001.0-4
739         - 32  # NDRPDR sel 2001.0-4
740         - 33  # NDRPDR sel 2001.0-4
741         - 34  # NDRPDR sel 2001.0-4
742         - 35  # NDRPDR sel 2001.0-4
743         - 36  # NDRPDR sel 2001.0-4
744         - 38  # NDRPDR sel 2001.0-4
745     vpp-performance-changes-3n-hsw-ref-env4:
746       csit-vpp-perf-report-iterative-2005-3n-hsw:
747         - 20  # NDRPDR sel env 4
748         - 21  # NDRPDR sel env 4
749         - 22  # NDRPDR sel env 4
750         - 23  # NDRPDR sel env 4
751         - 24  # NDRPDR sel env 4
752         - 25  # NDRPDR sel env 4
753         - 26  # NDRPDR sel env 4
754         - 27  # NDRPDR sel env 4
755         - 28  # NDRPDR sel env 4
756         - 29  # NDRPDR sel env 4
757     vpp-performance-changes-3n-hsw-ref-env5:
758       csit-vpp-perf-report-iterative-2009-3n-hsw:
759         - 9   # rls2005 NDRPDR iter env 5
760         - 10  # rls2005 NDRPDR iter env 5
761         - 11  # rls2005 NDRPDR iter env 5
762         - 12  # rls2005 NDRPDR iter env 5
763         - 13  # rls2005 NDRPDR iter env 5
764         - 14  # rls2005 NDRPDR iter env 5
765         - 15  # rls2005 NDRPDR iter env 5
766         - 16  # rls2005 NDRPDR iter env 5
767         - 17  # rls2005 NDRPDR iter env 5
768         - 19  # rls2005 NDRPDR iter env 5
769     vpp-performance-changes-3n-hsw-cmp:
770       csit-vpp-perf-report-iterative-2009-3n-hsw:
771         - 21  # rls2009 NDRPDR iter env 5
772         - 22  # rls2009 NDRPDR iter env 5
773         - 24  # rls2009 NDRPDR iter env 5
774         - 25  # rls2009 NDRPDR iter env 5
775         - 26  # rls2009 NDRPDR iter env 5
776         - 27  # rls2009 NDRPDR iter env 5
777         - 28  # rls2009 NDRPDR iter env 5
778         - 29  # rls2009 NDRPDR iter env 5
779         - 30  # rls2009 NDRPDR iter env 5
780         - 31  # rls2009 NDRPDR iter env 5
781
782     vpp-performance-changes-3n-skx-h1:
783       csit-vpp-perf-report-iterative-2005-3n-skx:
784         - 50  # NDRPDR sel 2001.0-4
785         - 51  # NDRPDR sel 2001.0-4
786         - 52  # NDRPDR sel 2001.0-4
787         - 53  # NDRPDR sel 2001.0-4
788         - 54  # NDRPDR sel 2001.0-4
789     vpp-performance-changes-3n-skx-ref-env4:
790       csit-vpp-perf-report-iterative-2005-3n-skx:
791         - 42  # NDRPDR sel env 4
792         - 43  # NDRPDR sel env 4
793         - 44  # NDRPDR sel env 4
794         - 45  # NDRPDR sel env 4
795         - 47  # NDRPDR sel env 4
796         - 55  # NDRPDR sel env 4
797         - 56  # NDRPDR sel env 4
798         - 57  # NDRPDR sel env 4
799         - 61  # NDRPDR sel env 4
800         - 62  # NDRPDR sel env 4
801     vpp-performance-changes-3n-skx-ref-env5:
802       csit-vpp-perf-report-iterative-2009-3n-skx:
803         - 13  # rls2005 NDRPDR iter env 5
804         - 18  # rls2005 NDRPDR iter env 5
805         - 19  # rls2005 NDRPDR iter env 5
806         - 41  # rls2005 NDRPDR iter env 5
807         - 43  # rls2005 NDRPDR iter env 5
808         - 44  # rls2005 NDRPDR iter env 5
809         - 45  # rls2005 NDRPDR iter env 5
810         - 46  # rls2005 NDRPDR iter env 5
811         - 48  # rls2005 NDRPDR iter env 5
812         - 49  # rls2005 NDRPDR iter env 5
813     vpp-performance-changes-3n-skx-cmp:
814       csit-vpp-perf-report-iterative-2009-3n-skx:
815         - 26  # rls2009 NDRPDR iter env 5
816         - 27  # rls2009 NDRPDR iter env 5
817         - 28  # rls2009 NDRPDR iter env 5
818         - 29  # rls2009 NDRPDR iter env 5
819         - 35  # rls2009 NDRPDR iter env 5
820         - 36  # rls2009 NDRPDR iter env 5
821         - 37  # rls2009 NDRPDR iter env 5
822         - 38  # rls2009 NDRPDR iter env 5
823         - 39  # rls2009 NDRPDR iter env 5
824         - 40  # rls2009 NDRPDR iter env 5
825
826     vpp-performance-changes-2n-skx-h1:
827       csit-vpp-perf-report-iterative-2005-2n-skx:
828         - 100 # NDRPDR sel 2001.0-4
829         - 101 # NDRPDR sel 2001.0-4
830         - 102 # NDRPDR sel 2001.0-4
831         - 103 # NDRPDR sel 2001.0-4
832         - 104 # NDRPDR sel 2001.0-4
833         - 105 # NDRPDR sel 2001.0-4
834     vpp-performance-changes-2n-skx-ref-env4:
835       csit-vpp-perf-report-iterative-2005-2n-skx:
836         - 88  # NDRPDR sel env 4
837         - 89  # NDRPDR sel env 4
838         - 90  # NDRPDR sel env 4
839         - 91  # NDRPDR sel env 4
840         - 92  # NDRPDR sel env 4
841         - 93  # NDRPDR sel env 4
842         - 94  # NDRPDR sel env 4
843         - 125 # NDRPDR sel env 4
844         - 126 # NDRPDR sel env 4
845         - 127 # NDRPDR sel env 4
846     vpp-performance-changes-2n-skx-ref-env5:
847       csit-vpp-perf-report-iterative-2009-2n-skx:
848         - 13  # rls2005 NDRPDR iter env 5
849         - 16  # rls2005 NDRPDR iter env 5
850         - 17  # rls2005 NDRPDR iter env 5
851         - 18  # rls2005 NDRPDR iter env 5
852         - 19  # rls2005 NDRPDR iter env 5
853         - 21  # rls2005 NDRPDR iter env 5
854         - 22  # rls2005 NDRPDR iter env 5
855         - 23  # rls2005 NDRPDR iter env 5
856         - 24  # rls2005 NDRPDR iter env 5
857         - 25  # rls2005 NDRPDR iter env 5
858     vpp-performance-changes-2n-skx-cmp:
859       csit-vpp-perf-report-iterative-2009-2n-skx:
860         - 35  # rls2009 NDRPDR iter env 5
861         - 36  # rls2009 NDRPDR iter env 5
862         - 37  # rls2009 NDRPDR iter env 5
863         - 39  # rls2009 NDRPDR iter env 5
864         - 40  # rls2009 NDRPDR iter env 5
865         - 42  # rls2009 NDRPDR iter env 5
866         - 43  # rls2009 NDRPDR iter env 5
867         - 44  # rls2009 NDRPDR iter env 5
868         - 46  # rls2009 NDRPDR iter env 5
869         - 48  # rls2009 NDRPDR iter env 5
870         - 74  # rls2009 NDRPDR iter NAT44 env 5
871         - 75  # rls2009 NDRPDR iter NAT44 env 5
872         - 76  # rls2009 NDRPDR iter NAT44 env 5
873         - 77  # rls2009 NDRPDR iter NAT44 env 5
874         - 79  # rls2009 NDRPDR iter NAT44 env 5
875         - 82  # rls2009 NDRPDR iter NAT44 env 5
876         - 83  # rls2009 NDRPDR iter NAT44 env 5
877
878     vpp-performance-changes-2n-clx-h1:
879       csit-vpp-perf-report-iterative-2005-2n-clx:
880         - 73  # NDRPDR sel 2001.0-4
881         - 74  # NDRPDR sel 2001.0-4
882         - 75  # NDRPDR sel 2001.0-4
883         - 76  # NDRPDR sel 2001.0-4
884         - 77  # NDRPDR sel 2001.0-4
885         - 78  # NDRPDR sel 2001.0-4
886         - 79  # NDRPDR sel 2001.0-4
887         - 80  # NDRPDR sel 2001.0-4
888     vpp-performance-changes-2n-clx-ref-env4:
889       csit-vpp-perf-report-iterative-2005-2n-clx:
890         - 62  # NDRPDR sel env 4
891         - 63  # NDRPDR sel env 4
892         - 64  # NDRPDR sel env 4
893         - 65  # NDRPDR sel env 4
894         - 66  # NDRPDR sel env 4
895         - 68  # NDRPDR sel env 4
896         - 69  # NDRPDR sel env 4
897         - 70  # NDRPDR sel env 4
898         - 103 # NDRPDR sel env 4
899         - 104 # NDRPDR sel env 4
900     vpp-performance-changes-2n-clx-ref-env5:
901       csit-vpp-perf-report-iterative-2009-2n-clx:
902         - 13  # rls2005 NDRPDR iter env 5
903         - 15  # rls2005 NDRPDR iter env 5
904         - 17  # rls2005 NDRPDR iter env 5
905         - 18  # rls2005 NDRPDR iter env 5
906         - 19  # rls2005 NDRPDR iter env 5
907         - 20  # rls2005 NDRPDR iter env 5
908         - 21  # rls2005 NDRPDR iter env 5
909         - 22  # rls2005 NDRPDR iter env 5
910         - 23  # rls2005 NDRPDR iter env 5
911         - 24  # rls2005 NDRPDR iter env 5
912     vpp-performance-changes-2n-clx-cmp:
913       csit-vpp-perf-report-iterative-2009-2n-clx:
914         - 36  # rls2009 NDRPDR iter env 5
915         - 39  # rls2009 NDRPDR iter env 5
916         - 40  # rls2009 NDRPDR iter env 5
917         - 65  # rls2009 NDRPDR iter env 5
918         - 66  # rls2009 NDRPDR iter env 5
919         - 79  # rls2009 NDRPDR iter env 5
920         - 82  # rls2009 NDRPDR iter env 5
921         - 88  # rls2009 NDRPDR iter env 5
922         - 89  # rls2009 NDRPDR iter env 5
923         - 90  # rls2009 NDRPDR iter env 5
924         - 91  # rls2009 NDRPDR iter NAT44 env 5
925         - 94  # rls2009 NDRPDR iter NAT44 env 5
926         - 95  # rls2009 NDRPDR iter NAT44 env 5
927         - 97  # rls2009 NDRPDR iter NAT44 env 5
928         - 98  # rls2009 NDRPDR iter NAT44 env 5
929         - 99  # rls2009 NDRPDR iter NAT44 env 5
930         - 101 # rls2009 NDRPDR iter NAT44 env 5
931
932     vpp-performance-changes-2n-dnv-h1:
933       csit-vpp-perf-verify-2001-2n-dnv:
934         - 4   # NDRPDR sel
935         - 5   # NDRPDR sel
936         - 6   # NDRPDR sel
937         - 7   # NDRPDR sel
938         - 8   # NDRPDR sel
939         - 9   # NDRPDR sel
940         - 10  # NDRPDR sel
941         - 11  # NDRPDR sel
942         - 13  # NDRPDR sel
943         - 16  # NDRPDR sel
944     vpp-performance-changes-2n-dnv-ref:
945       csit-vpp-perf-report-iterative-2009-2n-dnv:
946         - 16  # rls2005 NDRPDR iter env 5
947         - 17  # rls2005 NDRPDR iter env 5
948         - 18  # rls2005 NDRPDR iter env 5
949         - 19  # rls2005 NDRPDR iter env 5
950         - 21  # rls2005 NDRPDR iter env 5
951         - 24  # rls2005 NDRPDR iter env 5
952         - 27  # rls2005 NDRPDR iter env 5
953         - 28  # rls2005 NDRPDR iter env 5
954         - 29  # rls2005 NDRPDR iter env 5
955         - 30  # rls2005 NDRPDR iter env 5
956     vpp-performance-changes-2n-dnv-cmp:
957       csit-vpp-perf-report-iterative-2009-2n-dnv:
958         - 3   # rls2009 NDRPDR iter env 5
959         - 5   # rls2009 NDRPDR iter env 5
960         - 6   # rls2009 NDRPDR iter env 5
961         - 7   # rls2009 NDRPDR iter env 5
962         - 9   # rls2009 NDRPDR iter env 5
963         - 10  # rls2009 NDRPDR iter env 5
964         - 11  # rls2009 NDRPDR iter env 5
965         - 12  # rls2009 NDRPDR iter env 5
966         - 14  # rls2009 NDRPDR iter env 5
967         - 15  # rls2009 NDRPDR iter env 5
968
969     vpp-performance-changes-3n-dnv-h1:
970       csit-vpp-perf-verify-2001-3n-dnv:
971         - 5   # NDRPDR sel
972         - 6   # NDRPDR sel
973         - 7   # NDRPDR sel
974         - 8   # NDRPDR sel
975         - 9   # NDRPDR sel
976         - 10  # NDRPDR sel
977         - 12  # NDRPDR sel
978         - 16  # NDRPDR sel
979         - 17  # NDRPDR sel
980         - 18  # NDRPDR sel
981     vpp-performance-changes-3n-dnv-ref:
982       csit-vpp-perf-report-iterative-2009-3n-dnv:
983         - 16  # rls2005 NDRPDR iter env 5
984         - 23  # rls2005 NDRPDR iter env 5
985         - 25  # rls2005 NDRPDR iter env 5
986         - 26  # rls2005 NDRPDR iter env 5
987         - 27  # rls2005 NDRPDR iter env 5
988         - 28  # rls2005 NDRPDR iter env 5
989         - 29  # rls2005 NDRPDR iter env 5
990         - 30  # rls2005 NDRPDR iter env 5
991         - 31  # rls2005 NDRPDR iter env 5
992         - 32  # rls2005 NDRPDR iter env 5
993     vpp-performance-changes-3n-dnv-cmp:
994       csit-vpp-perf-report-iterative-2009-3n-dnv:
995         - 3   # rls2009 NDRPDR iter env 5
996         - 6   # rls2009 NDRPDR iter env 5
997         - 7   # rls2009 NDRPDR iter env 5
998         - 8   # rls2009 NDRPDR iter env 5
999         - 10  # rls2009 NDRPDR iter env 5
1000         - 11  # rls2009 NDRPDR iter env 5
1001         - 12  # rls2009 NDRPDR iter env 5
1002         - 14  # rls2009 NDRPDR iter env 5
1003         - 15  # rls2009 NDRPDR iter env 5
1004         - 24  # rls2009 NDRPDR iter env 5
1005
1006     vpp-performance-changes-3n-tsh-h1:
1007       csit-vpp-perf-report-iterative-2005-3n-tsh:
1008         - 28  # NDRPDR sel 2001.0-4
1009         - 29  # NDRPDR sel 2001.0-4
1010         - 31  # NDRPDR sel 2001.0-4
1011     vpp-performance-changes-3n-tsh-ref-env4:
1012       csit-vpp-perf-report-iterative-2005-3n-tsh:
1013         - 23  # NDRPDR sel env 4
1014         - 25  # NDRPDR sel env 4
1015         - 33  # NDRPDR sel env 4
1016         - 34  # NDRPDR sel env 4
1017         - 35  # NDRPDR sel env 4
1018         - 36  # NDRPDR sel env 4
1019         - 37  # NDRPDR sel env 4
1020         - 38  # NDRPDR sel env 4
1021         - 39  # NDRPDR sel env 4
1022         - 40  # NDRPDR sel env 4
1023     vpp-performance-changes-3n-tsh-ref-env5:
1024       csit-vpp-perf-report-iterative-2009-3n-tsh:
1025         - 8   # rls2005 NDRPDR iter env 5
1026         - 11  # rls2005 NDRPDR iter env 5
1027         - 12  # rls2005 NDRPDR iter env 5
1028         - 24  # rls2005 NDRPDR iter env 5
1029         - 27  # rls2005 NDRPDR iter env 5
1030         - 29  # rls2005 NDRPDR iter env 5
1031         - 31  # rls2005 NDRPDR iter env 5
1032     vpp-performance-changes-3n-tsh-cmp:
1033       # TODO: Add:
1034       csit-vpp-perf-report-iterative-2009-3n-tsh:
1035         - 14  # rls2009 NDRPDR iter env 5
1036         - 20  # rls2009 NDRPDR iter env 5
1037         - 21  # rls2009 NDRPDR iter env 5
1038         - 22  # rls2009 NDRPDR iter env 5
1039         - 23  # rls2009 NDRPDR iter env 5
1040         - 28  # rls2009 NDRPDR iter env 5
1041         - 30  # rls2009 NDRPDR iter env 5
1042         - 33  # rls2009 NDRPDR iter env 5
1043
1044     vpp-soak-vs-ndr-2n-skx-ref:
1045       csit-vpp-perf-report-iterative-2009-2n-skx:
1046         - 35  # rls2009 NDRPDR iter env 5
1047         - 36  # rls2009 NDRPDR iter env 5
1048         - 37  # rls2009 NDRPDR iter env 5
1049         - 39  # rls2009 NDRPDR iter env 5
1050         - 40  # rls2009 NDRPDR iter env 5
1051         - 42  # rls2009 NDRPDR iter env 5
1052         - 43  # rls2009 NDRPDR iter env 5
1053         - 44  # rls2009 NDRPDR iter env 5
1054         - 46  # rls2009 NDRPDR iter env 5
1055         - 48  # rls2009 NDRPDR iter env 5
1056     vpp-soak-vs-ndr-2n-skx-cmp:
1057       csit-vpp-perf-report-iterative-2009-2n-skx:
1058         - 33  # rls2009 soak env 5
1059         - 34  # rls2009 soak env 5
1060     vpp-soak-vs-ndr-2n-skx:
1061       csit-vpp-perf-report-iterative-2009-2n-skx:
1062         - 35  # rls2009 NDRPDR iter env 5
1063         - 36  # rls2009 NDRPDR iter env 5
1064         - 37  # rls2009 NDRPDR iter env 5
1065         - 39  # rls2009 NDRPDR iter env 5
1066         - 40  # rls2009 NDRPDR iter env 5
1067         - 42  # rls2009 NDRPDR iter env 5
1068         - 43  # rls2009 NDRPDR iter env 5
1069         - 44  # rls2009 NDRPDR iter env 5
1070         - 46  # rls2009 NDRPDR iter env 5
1071         - 48  # rls2009 NDRPDR iter env 5
1072         - 33  # rls2009 soak env 5
1073         - 34  # rls2009 soak env 5
1074
1075     vpp-soak-vs-ndr-2n-clx-ref:
1076       csit-vpp-perf-report-iterative-2009-2n-clx:
1077         - 36  # rls2009 NDRPDR iter env 5
1078         - 39  # rls2009 NDRPDR iter env 5
1079         - 40  # rls2009 NDRPDR iter env 5
1080         - 65  # rls2009 NDRPDR iter env 5
1081         - 66  # rls2009 NDRPDR iter env 5
1082         - 79  # rls2009 NDRPDR iter env 5
1083         - 82  # rls2009 NDRPDR iter env 5
1084         - 88  # rls2009 NDRPDR iter env 5
1085         - 89  # rls2009 NDRPDR iter env 5
1086         - 90  # rls2009 NDRPDR iter env 5
1087     vpp-soak-vs-ndr-2n-clx-cmp:
1088       csit-vpp-perf-report-iterative-2009-2n-clx:
1089         - 33  # rls2009 soak env 5
1090         - 34  # rls2009 soak env 5
1091     vpp-soak-vs-ndr-2n-clx:
1092       csit-vpp-perf-report-iterative-2009-2n-clx:
1093         - 36  # rls2009 NDRPDR iter env 5
1094         - 39  # rls2009 NDRPDR iter env 5
1095         - 40  # rls2009 NDRPDR iter env 5
1096         - 65  # rls2009 NDRPDR iter env 5
1097         - 66  # rls2009 NDRPDR iter env 5
1098         - 79  # rls2009 NDRPDR iter env 5
1099         - 82  # rls2009 NDRPDR iter env 5
1100         - 88  # rls2009 NDRPDR iter env 5
1101         - 89  # rls2009 NDRPDR iter env 5
1102         - 90  # rls2009 NDRPDR iter env 5
1103         - 33  # rls2009 soak env 5
1104         - 34  # rls2009 soak env 5
1105
1106     vpp-performance-changes-3n-hsw-mrr-h1:
1107       csit-vpp-perf-verify-2001-3n-hsw:
1108         - 17  # MRR sel
1109     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1110       csit-vpp-perf-report-iterative-2005-3n-hsw:
1111         - 30  # MRR env 4
1112     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1113       csit-vpp-perf-report-iterative-2009-3n-hsw:
1114         - 18  # rls2005 MRR iter env 5
1115     vpp-performance-changes-3n-hsw-mrr-cmp:
1116       csit-vpp-perf-report-iterative-2009-3n-hsw:
1117         - 23  # rls2009 MRR iter env 5
1118
1119     vpp-performance-changes-3n-skx-mrr-h1:
1120       csit-vpp-perf-verify-2001-3n-skx:
1121         - 50  # MRR sel
1122         - 53  # MRR sel addition
1123     vpp-performance-changes-3n-skx-mrr-ref-env4:
1124       csit-vpp-perf-report-iterative-2005-3n-skx:
1125         - 49  # MRR sel env 4
1126     vpp-performance-changes-3n-skx-mrr-ref-env5:
1127       csit-vpp-perf-report-iterative-2009-3n-skx:
1128         - 17  # rls2005 MRR iter env 5
1129     vpp-performance-changes-3n-skx-mrr-cmp:
1130       csit-vpp-perf-report-iterative-2009-3n-skx:
1131         - 24  # rls2009 MRR iter env 5
1132
1133     vpp-performance-changes-2n-skx-mrr-h1:
1134       csit-vpp-perf-verify-2001-2n-skx:
1135         - 101 # MRR sel
1136         - 128 # MRR sel addition
1137     vpp-performance-changes-2n-skx-mrr-ref-env4:
1138       csit-vpp-perf-report-iterative-2005-2n-skx:
1139         - 99  # MRR sel env 4
1140     vpp-performance-changes-2n-skx-mrr-ref-env5:
1141       csit-vpp-perf-report-iterative-2009-2n-skx:
1142         - 20  # rls2005 MRR iter env 5
1143     vpp-performance-changes-2n-skx-mrr-cmp:
1144       csit-vpp-perf-report-iterative-2009-2n-skx:
1145         - 26  # rls2009 MRR iter env 5
1146
1147     vpp-performance-changes-2n-clx-mrr-h1:
1148       csit-vpp-perf-verify-2001-2n-clx:
1149         - 39  # MRR
1150     vpp-performance-changes-2n-clx-mrr-ref-env4:
1151       csit-vpp-perf-report-iterative-2005-2n-clx:
1152         - 72   # MRR sel env 4
1153     vpp-performance-changes-2n-clx-mrr-ref-env5:
1154       csit-vpp-perf-report-iterative-2009-2n-clx:
1155         - 77  # rls2005 MRR iter env 5
1156     vpp-performance-changes-2n-clx-mrr-cmp:
1157       csit-vpp-perf-report-iterative-2009-2n-clx:
1158         - 78  # rls2009 MRR iter env 5
1159
1160     vpp-performance-changes-2n-dnv-mrr-h1:
1161       csit-vpp-perf-verify-2001-2n-dnv:
1162         - 12  # MRR sel
1163     vpp-performance-changes-2n-dnv-mrr-ref:
1164       csit-vpp-perf-report-iterative-2009-2n-dnv:
1165         - 23  # rls2005 MRR iter env 5
1166     vpp-performance-changes-2n-dnv-mrr-cmp:
1167       csit-vpp-perf-report-iterative-2009-2n-dnv:
1168         - 13  # rls2009 MRR iter env 5
1169
1170     vpp-performance-changes-3n-dnv-mrr-h1:
1171       csit-vpp-perf-verify-2001-3n-dnv:
1172         - 11  # MRR sel
1173     vpp-performance-changes-3n-dnv-mrr-ref:
1174       csit-vpp-perf-report-iterative-2009-3n-dnv:
1175         - 19  # rls2005 MRR iter env 5
1176     vpp-performance-changes-3n-dnv-mrr-cmp:
1177       csit-vpp-perf-report-iterative-2009-3n-dnv:
1178         - 22  # rls2009 MRR iter env 5
1179
1180     vpp-performance-changes-3n-tsh-mrr-h1:
1181       csit-vpp-perf-verify-2001-3n-tsh:
1182         - 9   # MRR sel
1183     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1184       csit-vpp-perf-report-iterative-2005-3n-tsh:
1185         - 27  # MRR sel env 4
1186     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1187       csit-vpp-perf-report-iterative-2009-3n-tsh:
1188         - 13  # rls2005 MRR iter env 5
1189     vpp-performance-changes-3n-tsh-mrr-cmp:
1190       csit-vpp-perf-report-iterative-2009-3n-tsh:
1191         - 15  # rls2009 MRR iter env 5
1192
1193     dpdk-performance-changes-3n-hsw-h1:
1194       csit-dpdk-perf-verify-2001-3n-hsw:
1195         - 4   # NDRPDR sel
1196         - 5   # NDRPDR sel
1197         - 6   # NDRPDR sel
1198         - 7   # NDRPDR sel
1199         - 8   # NDRPDR sel
1200         - 9   # NDRPDR sel
1201         - 10  # NDRPDR sel
1202         - 11  # NDRPDR sel
1203         - 12  # NDRPDR sel
1204         - 13  # NDRPDR sel
1205         - 15  # NDRPDR sel
1206         - 16  # NDRPDR sel
1207         - 17  # NDRPDR sel
1208         - 18  # NDRPDR sel
1209         - 19  # NDRPDR sel
1210         - 20  # NDRPDR sel
1211         - 21  # NDRPDR sel
1212         - 22  # NDRPDR sel
1213         - 23  # NDRPDR sel
1214         - 24  # NDRPDR sel
1215     dpdk-performance-changes-3n-hsw-ref:
1216       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1217         - 25  # NDRPDR iter
1218         - 26  # NDRPDR iter
1219         - 27  # NDRPDR iter
1220         - 28  # NDRPDR iter
1221         - 29  # NDRPDR iter
1222         - 30  # NDRPDR iter
1223         - 31  # NDRPDR iter
1224         - 32  # NDRPDR iter
1225         - 33  # NDRPDR iter
1226         - 34  # NDRPDR iter
1227     dpdk-performance-changes-3n-hsw-cmp:
1228       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1229         - 6   # NDRPDR iter env5
1230         - 7   # NDRPDR iter env5
1231         - 8   # NDRPDR iter env5
1232         - 9   # NDRPDR iter env5
1233         - 10  # NDRPDR iter env5
1234         - 11  # NDRPDR iter env5
1235         - 12  # NDRPDR iter env5
1236         - 13  # NDRPDR iter env5
1237         - 14  # NDRPDR iter env5
1238         - 15  # NDRPDR iter env5
1239
1240     dpdk-performance-changes-3n-skx-h1:
1241       csit-dpdk-perf-verify-2001-3n-skx:
1242         - 29  # NDRPDR sel xxv710
1243         - 33  # NDRPDR sel xxv710
1244         - 34  # NDRPDR sel xxv710
1245         - 35  # NDRPDR sel xxv710
1246         - 36  # NDRPDR sel xxv710
1247         - 37  # NDRPDR sel xxv710
1248         - 41  # NDRPDR sel xxv710
1249         - 42  # NDRPDR sel xxv710
1250         - 43  # NDRPDR sel xxv710
1251         - 45  # NDRPDR sel xxv710
1252         - 30  # NDRPDR sel x710
1253         - 31  # NDRPDR sel x710
1254         - 32  # NDRPDR sel x710
1255         - 38  # NDRPDR sel x710
1256         - 39  # NDRPDR sel x710
1257         - 40  # NDRPDR sel x710
1258         - 44  # NDRPDR sel x710
1259         - 46  # NDRPDR sel x710
1260         - 47  # NDRPDR sel x710
1261         - 48  # NDRPDR sel x710
1262     dpdk-performance-changes-3n-skx-ref:
1263       csit-dpdk-perf-report-iterative-2005-3n-skx:
1264         - 28  # NDRPDR iter
1265         - 29  # NDRPDR iter
1266         - 30  # NDRPDR iter
1267         - 31  # NDRPDR iter
1268         - 32  # NDRPDR iter
1269         - 33  # NDRPDR iter
1270         - 34  # NDRPDR iter
1271         - 35  # NDRPDR iter
1272         - 36  # NDRPDR iter
1273         - 37  # NDRPDR iter
1274     dpdk-performance-changes-3n-skx-cmp:
1275       csit-dpdk-perf-report-iterative-2009-3n-skx:
1276         - 4   # NDRPDR sel env5
1277         - 5   # NDRPDR sel env5
1278         - 6   # NDRPDR sel env5
1279         - 7   # NDRPDR sel env5
1280         - 8   # NDRPDR sel env5
1281         - 9   # NDRPDR sel env5
1282         - 14  # NDRPDR sel env5
1283         - 11  # NDRPDR sel env5
1284         - 12  # NDRPDR sel env5
1285         - 13  # NDRPDR sel env5
1286
1287     dpdk-performance-changes-2n-skx-h1:
1288       csit-dpdk-perf-verify-2001-2n-skx:
1289         - 35  # NDRPDR sel xxv710
1290         - 36  # NDRPDR sel xxv710
1291         - 37  # NDRPDR sel xxv710
1292         - 41  # NDRPDR sel xxv710
1293         - 42  # NDRPDR sel xxv710
1294         - 43  # NDRPDR sel xxv710
1295         - 46  # NDRPDR sel xxv710
1296         - 47  # NDRPDR sel xxv710
1297         - 52  # NDRPDR sel xxv710
1298         - 53  # NDRPDR sel xxv710
1299         - 38  # NDRPDR sel x710
1300         - 39  # NDRPDR sel x710
1301         - 40  # NDRPDR sel x710
1302         - 44  # NDRPDR sel x710
1303         - 45  # NDRPDR sel x710
1304         - 48  # NDRPDR sel x710
1305         - 49  # NDRPDR sel x710
1306         - 50  # NDRPDR sel x710
1307         - 51  # NDRPDR sel x710
1308         - 54  # NDRPDR sel x710
1309     dpdk-performance-changes-2n-skx-ref:
1310       csit-dpdk-perf-report-iterative-2005-2n-skx:
1311         - 20  # NDRPDR iter
1312         - 21  # NDRPDR iter
1313         - 22  # NDRPDR iter
1314         - 23  # NDRPDR iter
1315         - 24  # NDRPDR iter
1316         - 25  # NDRPDR iter
1317         - 26  # NDRPDR iter
1318         - 27  # NDRPDR iter
1319         - 28  # NDRPDR iter
1320         - 29  # NDRPDR iter
1321     dpdk-performance-changes-2n-skx-cmp:
1322       csit-dpdk-perf-report-iterative-2009-2n-skx:
1323         - 4   # NDRPDR iter env5
1324         - 5   # NDRPDR iter env5
1325         - 6   # NDRPDR iter env5
1326         - 7   # NDRPDR iter env5
1327         - 8   # NDRPDR iter env5
1328         - 9   # NDRPDR iter env5
1329         - 10  # NDRPDR iter env5
1330         - 11  # NDRPDR iter env5
1331         - 12  # NDRPDR iter env5
1332         - 13  # NDRPDR iter env5
1333
1334     dpdk-performance-changes-2n-clx-h1:
1335       csit-dpdk-perf-verify-2001-2n-clx:
1336         - 15  # NDRPDR sel
1337         - 16  # NDRPDR sel
1338         - 17  # NDRPDR sel
1339         - 18  # NDRPDR sel
1340         - 19  # NDRPDR sel
1341         - 20  # NDRPDR sel
1342         - 21  # NDRPDR sel
1343         - 22  # NDRPDR sel
1344         - 23  # NDRPDR sel
1345         - 24  # NDRPDR sel
1346         - 25  # NDRPDR sel
1347         - 26  # NDRPDR sel
1348         - 27  # NDRPDR sel
1349         - 28  # NDRPDR sel
1350         - 29  # NDRPDR sel
1351         - 30  # NDRPDR sel
1352         - 31  # NDRPDR sel
1353         - 32  # NDRPDR sel
1354         - 33  # NDRPDR sel
1355         - 34  # NDRPDR sel
1356     dpdk-performance-changes-2n-clx-ref:
1357       csit-dpdk-perf-report-iterative-2005-2n-clx:
1358         - 20  # NDRPDR iter
1359         - 21  # NDRPDR iter
1360         - 22  # NDRPDR iter
1361         - 23  # NDRPDR iter
1362         - 24  # NDRPDR iter
1363         - 25  # NDRPDR iter
1364         - 26  # NDRPDR iter
1365         - 27  # NDRPDR iter
1366         - 28  # NDRPDR iter
1367         - 29  # NDRPDR iter
1368     dpdk-performance-changes-2n-clx-cmp:
1369       csit-dpdk-perf-report-iterative-2009-2n-clx:
1370         - 4   # NDRPDR iter env5
1371         - 5   # NDRPDR iter env5
1372         - 6   # NDRPDR iter env5
1373         - 7   # NDRPDR iter env5
1374         - 8   # NDRPDR iter env5
1375         - 9   # NDRPDR iter env5
1376         - 10  # NDRPDR iter env5
1377         - 11  # NDRPDR iter env5
1378         - 12  # NDRPDR iter env5
1379         - 13  # NDRPDR iter env5
1380
1381 #    dpdk-performance-changes-2n-dnv-h1:
1382 #      csit-dpdk-perf-verify-2001-2n-dnv:
1383 #        - 9   # NDRPDR sel
1384 #        - 10  # NDRPDR sel
1385 #        - 11  # NDRPDR sel
1386 #        - 12  # NDRPDR sel
1387 #        - 13  # NDRPDR sel
1388 #        - 14  # NDRPDR sel
1389 #        - 15  # NDRPDR sel
1390 #        - 16  # NDRPDR sel
1391 #        - 17  # NDRPDR sel
1392 #        - 18  # NDRPDR sel
1393 #    dpdk-performance-changes-2n-dnv-ref:
1394 #      # No data
1395 #    dpdk-performance-changes-2n-dnv-cmp:
1396 #      # No data
1397 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1398
1399 #    dpdk-performance-changes-3n-dnv-h1:
1400 #      csit-dpdk-perf-verify-2001-3n-dnv:
1401 #        - 12  # NDRPDR sel
1402 #        - 13  # NDRPDR sel
1403 #        - 14  # NDRPDR sel
1404 #        - 15  # NDRPDR sel
1405 #        - 16  # NDRPDR sel
1406 #        - 17  # NDRPDR sel
1407 #        - 18  # NDRPDR sel
1408 #        - 19  # NDRPDR sel
1409 #        - 20  # NDRPDR sel
1410 #        - 22  # NDRPDR sel
1411 #    dpdk-performance-changes-3n-dnv-ref:
1412 #      # No data
1413 #    dpdk-performance-changes-3n-dnv-cmp:
1414 #      # No data
1415 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1416
1417     dpdk-performance-changes-3n-tsh-h1:
1418       csit-dpdk-perf-verify-2001-3n-tsh:
1419         - 3   # NDRPDR sel
1420         - 4   # NDRPDR sel
1421         - 5   # NDRPDR sel
1422         - 9   # NDRPDR sel
1423         - 10  # NDRPDR sel
1424         - 11  # NDRPDR sel
1425         - 12  # NDRPDR sel
1426         - 14  # NDRPDR sel
1427         - 15  # NDRPDR sel
1428         - 18  # NDRPDR sel
1429     dpdk-performance-changes-3n-tsh-ref:
1430       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1431         - 5   # NDRPDR sel
1432     dpdk-performance-changes-3n-tsh-cmp:
1433       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1434         - 1   # NDRPDR iter env5
1435         - 2   # NDRPDR iter env5
1436         - 3   # NDRPDR iter env5
1437         - 4   # NDRPDR iter env5
1438         - 5   # NDRPDR iter env5
1439         - 6   # NDRPDR iter env5
1440         - 7   # NDRPDR iter env5
1441         - 9   # NDRPDR iter env5
1442         - 10  # NDRPDR iter env5
1443         - 11  # NDRPDR iter env5
1444
1445     # Compare testbeds
1446
1447     vpp-compare-testbeds-ref:
1448       csit-vpp-perf-report-iterative-2009-3n-hsw:
1449         - 21  # rls2009 NDRPDR iter env 5
1450         - 22  # rls2009 NDRPDR iter env 5
1451         - 24  # rls2009 NDRPDR iter env 5
1452         - 25  # rls2009 NDRPDR iter env 5
1453         - 26  # rls2009 NDRPDR iter env 5
1454         - 27  # rls2009 NDRPDR iter env 5
1455         - 28  # rls2009 NDRPDR iter env 5
1456         - 29  # rls2009 NDRPDR iter env 5
1457         - 30  # rls2009 NDRPDR iter env 5
1458         - 31  # rls2009 NDRPDR iter env 5
1459     vpp-compare-testbeds-cmp:
1460       csit-vpp-perf-report-iterative-2009-3n-skx:
1461         - 26  # rls2009 NDRPDR iter env 5
1462         - 27  # rls2009 NDRPDR iter env 5
1463         - 28  # rls2009 NDRPDR iter env 5
1464         - 29  # rls2009 NDRPDR iter env 5
1465         - 35  # rls2009 NDRPDR iter env 5
1466         - 36  # rls2009 NDRPDR iter env 5
1467         - 37  # rls2009 NDRPDR iter env 5
1468         - 38  # rls2009 NDRPDR iter env 5
1469         - 39  # rls2009 NDRPDR iter env 5
1470         - 40  # rls2009 NDRPDR iter env 5
1471
1472     vpp-compare-testbeds-skx-clx-ref:
1473       csit-vpp-perf-report-iterative-2009-2n-skx:
1474         - 35  # rls2009 NDRPDR iter env 5
1475         - 36  # rls2009 NDRPDR iter env 5
1476         - 37  # rls2009 NDRPDR iter env 5
1477         - 39  # rls2009 NDRPDR iter env 5
1478         - 40  # rls2009 NDRPDR iter env 5
1479         - 42  # rls2009 NDRPDR iter env 5
1480         - 43  # rls2009 NDRPDR iter env 5
1481         - 44  # rls2009 NDRPDR iter env 5
1482         - 46  # rls2009 NDRPDR iter env 5
1483         - 48  # rls2009 NDRPDR iter env 5
1484         - 74  # rls2009 NDRPDR iter NAT44 env 5
1485         - 75  # rls2009 NDRPDR iter NAT44 env 5
1486         - 76  # rls2009 NDRPDR iter NAT44 env 5
1487         - 77  # rls2009 NDRPDR iter NAT44 env 5
1488         - 79  # rls2009 NDRPDR iter NAT44 env 5
1489         - 82  # rls2009 NDRPDR iter NAT44 env 5
1490         - 83  # rls2009 NDRPDR iter NAT44 env 5
1491     vpp-compare-testbeds-skx-clx-cmp:
1492       csit-vpp-perf-report-iterative-2009-2n-clx:
1493         - 36  # rls2009 NDRPDR iter env 5
1494         - 39  # rls2009 NDRPDR iter env 5
1495         - 40  # rls2009 NDRPDR iter env 5
1496         - 65  # rls2009 NDRPDR iter env 5
1497         - 66  # rls2009 NDRPDR iter env 5
1498         - 79  # rls2009 NDRPDR iter env 5
1499         - 82  # rls2009 NDRPDR iter env 5
1500         - 88  # rls2009 NDRPDR iter env 5
1501         - 89  # rls2009 NDRPDR iter env 5
1502         - 90  # rls2009 NDRPDR iter env 5
1503         - 91  # rls2009 NDRPDR iter NAT44 env 5
1504         - 94  # rls2009 NDRPDR iter NAT44 env 5
1505         - 95  # rls2009 NDRPDR iter NAT44 env 5
1506         - 97  # rls2009 NDRPDR iter NAT44 env 5
1507         - 98  # rls2009 NDRPDR iter NAT44 env 5
1508         - 99  # rls2009 NDRPDR iter NAT44 env 5
1509         - 101 # rls2009 NDRPDR iter NAT44 env 5
1510
1511     vpp-compare-testbeds-hsw-clx-ref:
1512       csit-vpp-perf-report-iterative-2009-3n-hsw:
1513         - 21  # rls2009 NDRPDR iter env 5
1514         - 22  # rls2009 NDRPDR iter env 5
1515         - 24  # rls2009 NDRPDR iter env 5
1516         - 25  # rls2009 NDRPDR iter env 5
1517         - 26  # rls2009 NDRPDR iter env 5
1518         - 27  # rls2009 NDRPDR iter env 5
1519         - 28  # rls2009 NDRPDR iter env 5
1520         - 29  # rls2009 NDRPDR iter env 5
1521         - 30  # rls2009 NDRPDR iter env 5
1522         - 31  # rls2009 NDRPDR iter env 5
1523     vpp-compare-testbeds-hsw-clx-cmp:
1524       csit-vpp-perf-report-iterative-2009-2n-clx:
1525         - 36  # rls2009 NDRPDR iter env 5
1526         - 39  # rls2009 NDRPDR iter env 5
1527         - 40  # rls2009 NDRPDR iter env 5
1528         - 65  # rls2009 NDRPDR iter env 5
1529         - 66  # rls2009 NDRPDR iter env 5
1530         - 79  # rls2009 NDRPDR iter env 5
1531         - 82  # rls2009 NDRPDR iter env 5
1532         - 88  # rls2009 NDRPDR iter env 5
1533         - 89  # rls2009 NDRPDR iter env 5
1534         - 90  # rls2009 NDRPDR iter env 5
1535
1536     vpp-compare-testbeds-mrr-ref:
1537       csit-vpp-perf-report-iterative-2009-3n-hsw:
1538         - 23  # rls2009 MRR iter env 5
1539     vpp-compare-testbeds-mrr-cmp:
1540       csit-vpp-perf-report-iterative-2009-3n-skx:
1541         - 24  # rls2009 MRR iter env 5
1542
1543     vpp-compare-testbeds-mrr-skx-clx-ref:
1544       csit-vpp-perf-report-iterative-2009-2n-skx:
1545         - 26  # rls2009 MRR iter env 5
1546     vpp-compare-testbeds-mrr-skx-clx-cmp:
1547       csit-vpp-perf-report-iterative-2009-2n-clx:
1548         - 78  # rls2009 MRR iter env 5
1549
1550     vpp-compare-testbeds-mrr-hsw-clx-ref:
1551       csit-vpp-perf-report-iterative-2009-3n-hsw:
1552         - 23  # rls2009 MRR iter env 5
1553     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1554       csit-vpp-perf-report-iterative-2009-2n-clx:
1555         - 78  # rls2009 MRR iter env 5
1556
1557     dpdk-compare-testbeds-ref:
1558       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1559         - 6   # NDRPDR iter env5
1560         - 7   # NDRPDR iter env5
1561         - 8   # NDRPDR iter env5
1562         - 9   # NDRPDR iter env5
1563         - 10  # NDRPDR iter env5
1564         - 11  # NDRPDR iter env5
1565         - 12  # NDRPDR iter env5
1566         - 13  # NDRPDR iter env5
1567         - 14  # NDRPDR iter env5
1568         - 15  # NDRPDR iter env5
1569     dpdk-compare-testbeds-cmp:
1570       csit-dpdk-perf-report-iterative-2009-3n-skx:
1571         - 4   # NDRPDR sel env5
1572         - 5   # NDRPDR sel env5
1573         - 6   # NDRPDR sel env5
1574         - 7   # NDRPDR sel env5
1575         - 8   # NDRPDR sel env5
1576         - 9   # NDRPDR sel env5
1577         - 14  # NDRPDR sel env5
1578         - 11  # NDRPDR sel env5
1579         - 12  # NDRPDR sel env5
1580         - 13  # NDRPDR sel env5
1581
1582     dpdk-compare-testbeds-skx-clx-ref:
1583       csit-dpdk-perf-report-iterative-2009-2n-skx:
1584         - 4   # NDRPDR iter env5
1585         - 5   # NDRPDR iter env5
1586         - 6   # NDRPDR iter env5
1587         - 7   # NDRPDR iter env5
1588         - 8   # NDRPDR iter env5
1589         - 9   # NDRPDR iter env5
1590         - 10  # NDRPDR iter env5
1591         - 11  # NDRPDR iter env5
1592         - 12  # NDRPDR iter env5
1593         - 13  # NDRPDR iter env5
1594     dpdk-compare-testbeds-skx-clx-cmp:
1595       csit-dpdk-perf-report-iterative-2009-2n-clx:
1596         - 4   # NDRPDR iter env5
1597         - 5   # NDRPDR iter env5
1598         - 6   # NDRPDR iter env5
1599         - 7   # NDRPDR iter env5
1600         - 8   # NDRPDR iter env5
1601         - 9   # NDRPDR iter env5
1602         - 10  # NDRPDR iter env5
1603         - 11  # NDRPDR iter env5
1604         - 12  # NDRPDR iter env5
1605         - 13  # NDRPDR iter env5
1606
1607     # Compare topologies
1608
1609     vpp-compare-topologies-ref:
1610       csit-vpp-perf-report-iterative-2009-3n-skx:
1611         - 26  # rls2009 NDRPDR iter env 5
1612         - 27  # rls2009 NDRPDR iter env 5
1613         - 28  # rls2009 NDRPDR iter env 5
1614         - 29  # rls2009 NDRPDR iter env 5
1615         - 35  # rls2009 NDRPDR iter env 5
1616         - 36  # rls2009 NDRPDR iter env 5
1617         - 37  # rls2009 NDRPDR iter env 5
1618         - 38  # rls2009 NDRPDR iter env 5
1619         - 39  # rls2009 NDRPDR iter env 5
1620         - 40  # rls2009 NDRPDR iter env 5
1621     vpp-compare-topologies-cmp:
1622       csit-vpp-perf-report-iterative-2009-2n-skx:
1623         - 35  # rls2009 NDRPDR iter env 5
1624         - 36  # rls2009 NDRPDR iter env 5
1625         - 37  # rls2009 NDRPDR iter env 5
1626         - 39  # rls2009 NDRPDR iter env 5
1627         - 40  # rls2009 NDRPDR iter env 5
1628         - 42  # rls2009 NDRPDR iter env 5
1629         - 43  # rls2009 NDRPDR iter env 5
1630         - 44  # rls2009 NDRPDR iter env 5
1631         - 46  # rls2009 NDRPDR iter env 5
1632         - 48  # rls2009 NDRPDR iter env 5
1633
1634     vpp-compare-topologies-mrr-ref:
1635       csit-vpp-perf-report-iterative-2009-3n-skx:
1636         - 24  # rls2009 MRR iter env 5
1637     vpp-compare-topologies-mrr-cmp:
1638       csit-vpp-perf-report-iterative-2009-2n-skx:
1639         - 26  # rls2009 MRR iter env 5
1640
1641     dpdk-compare-topologies-ref:
1642       csit-dpdk-perf-report-iterative-2009-3n-skx:
1643         - 4   # NDRPDR sel env5
1644         - 5   # NDRPDR sel env5
1645         - 6   # NDRPDR sel env5
1646         - 7   # NDRPDR sel env5
1647         - 8   # NDRPDR sel env5
1648         - 9   # NDRPDR sel env5
1649         - 14  # NDRPDR sel env5
1650         - 11  # NDRPDR sel env5
1651         - 12  # NDRPDR sel env5
1652         - 13  # NDRPDR sel env5
1653     dpdk-compare-topologies-cmp:
1654       csit-dpdk-perf-report-iterative-2009-2n-skx:
1655         - 4   # NDRPDR iter env5
1656         - 5   # NDRPDR iter env5
1657         - 6   # NDRPDR iter env5
1658         - 7   # NDRPDR iter env5
1659         - 8   # NDRPDR iter env5
1660         - 9   # NDRPDR iter env5
1661         - 10  # NDRPDR iter env5
1662         - 11  # NDRPDR iter env5
1663         - 12  # NDRPDR iter env5
1664         - 13  # NDRPDR iter env5
1665
1666   plot-layouts:
1667
1668     plot-soak-throughput:
1669       titlefont:
1670         size: 16
1671       xaxis:
1672         title: "<b>Test Cases [Index]</b>"
1673         titlefont:
1674           size: 14
1675         autorange: True
1676         fixedrange: False
1677         gridcolor: "rgb(230, 230, 230)"
1678         linecolor: "rgb(220, 220, 220)"
1679         linewidth: 1
1680         showgrid: True
1681         showline: True
1682         showticklabels: True
1683         tickcolor: "rgb(220, 220, 220)"
1684         tickmode: "linear"
1685         tickfont:
1686           size: 14
1687         zeroline: False
1688       yaxis:
1689         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1690         titlefont:
1691           size: 14
1692         gridcolor: "rgb(230, 230, 230)"
1693         hoverformat: ".4r"
1694         tickformat: ".3r"
1695         linecolor: "rgb(220, 220, 220)"
1696         linewidth: 1
1697         showgrid: True
1698         showline: True
1699         showticklabels: True
1700         tickcolor: "rgb(220, 220, 220)"
1701         tickfont:
1702           size: 14
1703         zeroline: False
1704         range: [0,50]
1705       autosize: False
1706       margin:
1707         t: 50
1708         b: 0
1709         l: 80
1710         r: 20
1711       showlegend: True
1712       legend:
1713         orientation: "h"
1714         font:
1715           size: 14
1716       width: 700
1717       height: 900
1718       paper_bgcolor: "#fff"
1719       plot_bgcolor: "#fff"
1720       hoverlabel:
1721         namelength: -1
1722
1723     plot-service-density:
1724       titlefont:
1725         size: 16
1726       xaxis:
1727         side: "top"
1728         autorange: True
1729         fixedrange: False
1730         showgrid: False
1731         showline: False
1732         showticklabels: False
1733         ticks: ""
1734         ticklen: 0
1735         tickwidth: 0
1736         zeroline: False
1737       yaxis:
1738         autorange: "reversed"
1739         showgrid: False
1740         showline: False
1741         showticklabels: False
1742         ticks: ""
1743         ticklen: 0
1744         tickwidth: 0
1745         zeroline: False
1746       showlegend: False
1747       paper_bgcolor: "#fff"
1748       plot_bgcolor: "#fff"
1749       width: 700
1750       height: 700
1751       hoverlabel:
1752         namelength: -1
1753
1754     plot-hoststack:
1755       titlefont:
1756         size: 16
1757       xaxis:
1758         title: "<b>Test Cases [Index]</b>"
1759         titlefont:
1760           size: 14
1761         autorange: True
1762         fixedrange: False
1763         gridcolor: "rgb(230, 230, 230)"
1764         linecolor: "rgb(220, 220, 220)"
1765         linewidth: 1
1766         showgrid: True
1767         showline: True
1768         showticklabels: True
1769         tickcolor: "rgb(220, 220, 220)"
1770         tickmode: "linear"
1771         tickfont:
1772           size: 14
1773         zeroline: False
1774       yaxis:
1775         title: "<b>Bandwidth [Gbps]</b>"
1776         titlefont:
1777           size: 14
1778         gridcolor: "rgb(230, 230, 230)"
1779         hoverformat: ".4s"
1780         linecolor: "rgb(220, 220, 220)"
1781         linewidth: 1
1782         rangemode: "tozero"
1783         showgrid: True
1784         showline: True
1785         showticklabels: True
1786         tickcolor: "rgb(230, 230, 230)"
1787         tickformat: ".3s"
1788         tickfont:
1789           size: 14
1790         zeroline: False
1791       autosize: False
1792       margin:
1793         t: 50
1794         b: 20
1795         l: 80
1796         r: 20
1797       showlegend: True
1798       legend:
1799         orientation: "h"
1800         font:
1801           size: 14
1802       width: 700
1803       height: 800
1804       paper_bgcolor: "#fff"
1805       plot_bgcolor: "#fff"
1806       hoverlabel:
1807         namelength: -1
1808
1809     plot-throughput:
1810       titlefont:
1811         size: 16
1812       xaxis:
1813         title: "<b>Test Cases [Index]</b>"
1814         titlefont:
1815           size: 14
1816         autorange: True
1817         fixedrange: False
1818         gridcolor: "rgb(230, 230, 230)"
1819         linecolor: "rgb(220, 220, 220)"
1820         linewidth: 1
1821         showgrid: True
1822         showline: True
1823         showticklabels: True
1824         tickcolor: "rgb(220, 220, 220)"
1825         tickmode: "linear"
1826         tickfont:
1827           size: 14
1828         zeroline: False
1829       yaxis:
1830         title: "<b>Packet Throughput [Mpps]</b>"
1831         titlefont:
1832           size: 14
1833         gridcolor: "rgb(230, 230, 230)"
1834         hoverformat: ".4r"
1835         tickformat: ".3r"
1836         linecolor: "rgb(220, 220, 220)"
1837         linewidth: 1
1838         showgrid: True
1839         showline: True
1840         showticklabels: True
1841         tickcolor: "rgb(220, 220, 220)"
1842         tickfont:
1843           size: 14
1844         zeroline: False
1845         range: [0,50]
1846       autosize: False
1847       margin:
1848         t: 50
1849         b: 0
1850         l: 80
1851         r: 20
1852       showlegend: True
1853       legend:
1854         orientation: "h"
1855         font:
1856           size: 14
1857       width: 700
1858       height: 900
1859       paper_bgcolor: "#fff"
1860       plot_bgcolor: "#fff"
1861       hoverlabel:
1862         namelength: -1
1863
1864     plot-throughput-gbps:
1865       titlefont:
1866         size: 16
1867       xaxis:
1868         title: "<b>Test Cases [Index]</b>"
1869         titlefont:
1870           size: 14
1871         autorange: True
1872         fixedrange: False
1873         gridcolor: "rgb(230, 230, 230)"
1874         linecolor: "rgb(220, 220, 220)"
1875         linewidth: 1
1876         showgrid: True
1877         showline: True
1878         showticklabels: True
1879         tickcolor: "rgb(220, 220, 220)"
1880         tickmode: "linear"
1881         tickfont:
1882           size: 14
1883         zeroline: False
1884       yaxis:
1885         title: "<b>Packet Throughput [Gbps]</b>"
1886         titlefont:
1887           size: 14
1888         gridcolor: "rgb(230, 230, 230)"
1889         hoverformat: ".4r"
1890         tickformat: ".3r"
1891         linecolor: "rgb(220, 220, 220)"
1892         linewidth: 1
1893         showgrid: True
1894         showline: True
1895         showticklabels: True
1896         tickcolor: "rgb(220, 220, 220)"
1897         tickfont:
1898           size: 14
1899         zeroline: False
1900         range: [0,10]
1901       autosize: False
1902       margin:
1903         t: 50
1904         b: 0
1905         l: 80
1906         r: 20
1907       showlegend: True
1908       legend:
1909         orientation: "h"
1910         font:
1911           size: 14
1912       width: 700
1913       height: 900
1914       paper_bgcolor: "#fff"
1915       plot_bgcolor: "#fff"
1916       hoverlabel:
1917         namelength: -1
1918
1919     plot-cps:
1920       titlefont:
1921         size: 16
1922       xaxis:
1923         title: "<b>Test Cases [Index]</b>"
1924         titlefont:
1925           size: 14
1926         autorange: True
1927         fixedrange: False
1928         gridcolor: "rgb(230, 230, 230)"
1929         linecolor: "rgb(220, 220, 220)"
1930         linewidth: 1
1931         showgrid: True
1932         showline: True
1933         showticklabels: True
1934         tickcolor: "rgb(220, 220, 220)"
1935         tickmode: "linear"
1936         tickfont:
1937           size: 14
1938         zeroline: False
1939       yaxis:
1940         title: "<b>Connections Per Second [cps]</b>"
1941         titlefont:
1942           size: 14
1943         gridcolor: "rgb(230, 230, 230)"
1944         hoverformat: ".4r"
1945         tickformat: ".3s"
1946         linecolor: "rgb(220, 220, 220)"
1947         linewidth: 1
1948         showgrid: True
1949         showline: True
1950         showticklabels: True
1951         tickcolor: "rgb(220, 220, 220)"
1952         tickfont:
1953           size: 14
1954         zeroline: False
1955         range: [0,10]
1956       autosize: False
1957       margin:
1958         t: 50
1959         b: 0
1960         l: 80
1961         r: 20
1962       showlegend: True
1963       legend:
1964         orientation: "h"
1965         font:
1966           size: 14
1967       width: 700
1968       height: 900
1969       paper_bgcolor: "#fff"
1970       plot_bgcolor: "#fff"
1971       hoverlabel:
1972         namelength: -1
1973
1974     plot-throughput-speedup-analysis:
1975       titlefont:
1976         size: 16
1977       xaxis:
1978         title: "<b>Number of Cores [Qty]</b>"
1979         titlefont:
1980           size: 14
1981         autorange: True
1982         fixedrange: False
1983         gridcolor: "rgb(230, 230, 230)"
1984         linecolor: "rgb(220, 220, 220)"
1985         linewidth: 1
1986         showgrid: True
1987         showline: True
1988         showticklabels: True
1989         tickcolor: "rgb(238, 238, 238)"
1990         tickmode: "linear"
1991         tickfont:
1992           size: 14
1993         zeroline: False
1994       yaxis:
1995         title: "<b>Packet Throughput [Mpps]</b>"
1996         titlefont:
1997           size: 14
1998         type: "linear"
1999         gridcolor: "rgb(230, 230, 230)"
2000         hoverformat: ".4s"
2001         linecolor: "rgb(220, 220, 220)"
2002         linewidth: 1
2003         showgrid: True
2004         showline: True
2005         showticklabels: True
2006         tickcolor: "rgb(220, 220, 220)"
2007         tickformat: ".4s"
2008         tickfont:
2009           size: 14
2010         zeroline: True
2011         rangemode: "tozero"
2012         range: [0,100]
2013       legend:
2014         orientation: "h"
2015         font:
2016           size: 14
2017         xanchor: "left"
2018         yanchor: "top"
2019         x: 0
2020         y: -0.2
2021         bgcolor: "rgba(255, 255, 255, 0)"
2022         bordercolor: "rgba(255, 255, 255, 0)"
2023         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2024       autosize: False
2025       margin:
2026           't': 50
2027           'b': 150
2028           'l': 85
2029           'r': 10
2030       showlegend: True
2031       width: 700
2032       height: 700
2033       paper_bgcolor: "#fff"
2034       plot_bgcolor: "#fff"
2035       hoverlabel:
2036         namelength: -1
2037       annotations: [
2038         {
2039           text: "_ _          __          ...",
2040           align: "left",
2041           showarrow: False,
2042           xref: "paper",
2043           yref: "paper",
2044           xanchor: "left",
2045           yanchor: "top",
2046           x: 0,
2047           y: -0.14,
2048           font: {
2049             family: "Consolas, Courier New",
2050             size: 13
2051           },
2052         },
2053         {
2054           text: "    Perfect     Measured     Limit",
2055           align: "left",
2056           showarrow: False,
2057           xref: "paper",
2058           yref: "paper",
2059           xanchor: "left",
2060           yanchor: "top",
2061           x: 0,
2062           y: -0.15,
2063           font: {
2064             family: "Consolas, Courier New",
2065             size: 13
2066           },
2067         },
2068       ]
2069
2070     plot-throughput-speedup-analysis-gbps:
2071       titlefont:
2072         size: 16
2073       xaxis:
2074         title: "<b>Number of Cores [Qty]</b>"
2075         titlefont:
2076           size: 14
2077         autorange: True
2078         fixedrange: False
2079         gridcolor: "rgb(230, 230, 230)"
2080         linecolor: "rgb(220, 220, 220)"
2081         linewidth: 1
2082         showgrid: True
2083         showline: True
2084         showticklabels: True
2085         tickcolor: "rgb(238, 238, 238)"
2086         tickmode: "linear"
2087         tickfont:
2088           size: 14
2089         zeroline: False
2090       yaxis:
2091         title: "<b>Packet Throughput [Gbps]</b>"
2092         titlefont:
2093           size: 14
2094         type: "linear"
2095         gridcolor: "rgb(230, 230, 230)"
2096         hoverformat: ".4s"
2097         linecolor: "rgb(220, 220, 220)"
2098         linewidth: 1
2099         showgrid: True
2100         showline: True
2101         showticklabels: True
2102         tickcolor: "rgb(220, 220, 220)"
2103         tickformat: ".4s"
2104         tickfont:
2105           size: 14
2106         zeroline: True
2107         rangemode: "tozero"
2108         range: [0,100]
2109       legend:
2110         orientation: "h"
2111         font:
2112           size: 14
2113         xanchor: "left"
2114         yanchor: "top"
2115         x: 0
2116         y: -0.2
2117         bgcolor: "rgba(255, 255, 255, 0)"
2118         bordercolor: "rgba(255, 255, 255, 0)"
2119         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2120       autosize: False
2121       margin:
2122           't': 50
2123           'b': 150
2124           'l': 85
2125           'r': 10
2126       showlegend: True
2127       width: 700
2128       height: 700
2129       paper_bgcolor: "#fff"
2130       plot_bgcolor: "#fff"
2131       hoverlabel:
2132         namelength: -1
2133       annotations: [
2134         {
2135           text: "_ _          __",
2136           align: "left",
2137           showarrow: False,
2138           xref: "paper",
2139           yref: "paper",
2140           xanchor: "left",
2141           yanchor: "top",
2142           x: 0,
2143           y: -0.13,
2144           font: {
2145             family: "Consolas, Courier New",
2146             size: 13
2147           },
2148         },
2149         {
2150           text: "    Perfect     Measured",
2151           align: "left",
2152           showarrow: False,
2153           xref: "paper",
2154           yref: "paper",
2155           xanchor: "left",
2156           yanchor: "top",
2157           x: 0,
2158           y: -0.15,
2159           font: {
2160             family: "Consolas, Courier New",
2161             size: 13
2162           },
2163         },
2164       ]
2165
2166     plot-throughput-speedup-analysis-cps:
2167       titlefont:
2168         size: 16
2169       xaxis:
2170         title: "<b>Number of Cores [Qty]</b>"
2171         titlefont:
2172           size: 14
2173         autorange: True
2174         fixedrange: False
2175         gridcolor: "rgb(230, 230, 230)"
2176         linecolor: "rgb(220, 220, 220)"
2177         linewidth: 1
2178         showgrid: True
2179         showline: True
2180         showticklabels: True
2181         tickcolor: "rgb(238, 238, 238)"
2182         tickmode: "linear"
2183         tickfont:
2184           size: 14
2185         zeroline: False
2186       yaxis:
2187         title: "<b>Connections Per Second [cps]</b>"
2188         titlefont:
2189           size: 14
2190         type: "linear"
2191         gridcolor: "rgb(230, 230, 230)"
2192         hoverformat: ".4s"
2193         linecolor: "rgb(220, 220, 220)"
2194         linewidth: 1
2195         showgrid: True
2196         showline: True
2197         showticklabels: True
2198         tickcolor: "rgb(220, 220, 220)"
2199         tickformat: ".4s"
2200         tickfont:
2201           size: 14
2202         zeroline: True
2203         rangemode: "tozero"
2204         range: [0,100]
2205       legend:
2206         orientation: "h"
2207         font:
2208           size: 14
2209         xanchor: "left"
2210         yanchor: "top"
2211         x: 0
2212         y: -0.2
2213         bgcolor: "rgba(255, 255, 255, 0)"
2214         bordercolor: "rgba(255, 255, 255, 0)"
2215         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2216       autosize: False
2217       margin:
2218           't': 50
2219           'b': 150
2220           'l': 85
2221           'r': 10
2222       showlegend: True
2223       width: 700
2224       height: 700
2225       paper_bgcolor: "#fff"
2226       plot_bgcolor: "#fff"
2227       hoverlabel:
2228         namelength: -1
2229       annotations: [
2230         {
2231           text: "_ _          __",
2232           align: "left",
2233           showarrow: False,
2234           xref: "paper",
2235           yref: "paper",
2236           xanchor: "left",
2237           yanchor: "top",
2238           x: 0,
2239           y: -0.13,
2240           font: {
2241             family: "Consolas, Courier New",
2242             size: 13
2243           },
2244         },
2245         {
2246           text: "    Perfect     Measured",
2247           align: "left",
2248           showarrow: False,
2249           xref: "paper",
2250           yref: "paper",
2251           xanchor: "left",
2252           yanchor: "top",
2253           x: 0,
2254           y: -0.15,
2255           font: {
2256             family: "Consolas, Courier New",
2257             size: 13
2258           },
2259         },
2260       ]
2261
2262     plot-latency:
2263       titlefont:
2264         size: 16
2265       xaxis:
2266         title: "<b>Direction</b>"
2267         titlefont:
2268           size: 14
2269         autorange: True
2270         fixedrange: False
2271         gridcolor: "rgb(230, 230, 230)"
2272         linecolor: "rgb(220, 220, 220)"
2273         linewidth: 1
2274         showgrid: True
2275         showline: True
2276         showticklabels: False
2277         tickcolor: "rgb(220, 220, 220)"
2278         tickmode: "linear"
2279         tickfont:
2280           size: 14
2281         zeroline: False
2282       yaxis:
2283         title: "<b>Packet Latency [uSec]</b>"
2284         titlefont:
2285           size: 14
2286         type: "linear"
2287         gridcolor: "rgb(230, 230, 230)"
2288         hoverformat: ".4s"
2289         linecolor: "rgb(220, 220, 220)"
2290         linewidth: 1
2291         showgrid: True
2292         showline: True
2293         showticklabels: True
2294         tickcolor: "rgb(220, 220, 220)"
2295         tickformat: ".4s"
2296         tickfont:
2297           size: 14
2298         zeroline: True
2299         rangemode: "tozero"
2300       legend:
2301         orientation: "h"
2302         font:
2303           size: 14
2304         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2305       autosize: False
2306       margin:
2307           't': 50
2308           'b': 150
2309           'l': 80
2310           'r': 10
2311       showlegend: True
2312       width: 700
2313       height: 700
2314       paper_bgcolor: "#fff"
2315       plot_bgcolor: "#fff"
2316       hoverlabel:
2317         namelength: -1
2318
2319     plot-hdrh-latency:
2320       title:
2321         text: ""
2322         xanchor: "center"
2323         x: 0.5
2324         font:
2325           size: 16
2326       width: 700
2327       plot_bgcolor: "white"
2328       annotations:
2329         - font:
2330             size: 14
2331           showarrow: False
2332           text: "<b>Packet Latency [uSec]</b>"
2333           x: 1
2334           xanchor: "right"
2335           xref: "paper"
2336           y: -0.045
2337           yanchor: "top"
2338           yref: "paper"
2339         - font:
2340             size: 14
2341           showarrow: False
2342           text: "<b>Probability [%]</b>"
2343           textangle: 270
2344           x: -0.06
2345           xanchor: "center"
2346           xref: "paper"
2347           y: 0.5
2348           yanchor: "middle"
2349           yref: "paper"
2350         - font:
2351             size: 14
2352           showarrow: False
2353           text: "<b>Direction: E-W</b>"
2354           x: 0.24
2355           xanchor: "center"
2356           xref: "paper"
2357           y: 1.05
2358           yanchor: "bottom"
2359           yref: "paper"
2360         - font:
2361             size: 14
2362           showarrow: False
2363           text: "<b>Direction: W-E</b>"
2364           x: 0.74
2365           xanchor: "center"
2366           xref: "paper"
2367           y: 1.05
2368           yanchor: "bottom"
2369           yref: "paper"
2370
2371     plot-hdrh-latency-percentile:
2372       title:
2373         text: ""
2374         xanchor: "center"
2375         x: 0.5
2376         font:
2377           size: 16
2378       xaxis:
2379         type: "log"
2380         title: "<b>Percentile [%]</b>"
2381         titlefont:
2382           size: 14
2383         autorange: True
2384         fixedrange: False
2385         gridcolor: "rgb(230, 230, 230)"
2386         linecolor: "rgb(220, 220, 220)"
2387         linewidth: 1
2388         showgrid: True
2389         showline: True
2390         showticklabels: True
2391         tickcolor: "rgb(220, 220, 220)"
2392         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2393         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2394         tickfont:
2395           size: 14
2396       yaxis:
2397         title: "<b>Packet Latency [uSec]</b>"
2398         titlefont:
2399           size: 14
2400         gridcolor: "rgb(230, 230, 230)"
2401         linecolor: "rgb(220, 220, 220)"
2402         linewidth: 1
2403         showgrid: True
2404         showline: True
2405         showticklabels: True
2406         tickcolor: "rgb(220, 220, 220)"
2407         tickfont:
2408           size: 14
2409       autosize: False
2410       showlegend: True
2411       legend:
2412         traceorder: "normal"
2413         orientation: "h"
2414         font:
2415           size: 14
2416         xanchor: "left"
2417         yanchor: "top"
2418         x: 0
2419         y: -0.15
2420         bgcolor: "rgba(255, 255, 255, 0)"
2421         bordercolor: "rgba(255, 255, 255, 0)"
2422       width: 700
2423       height: 700
2424       paper_bgcolor: "white"
2425       plot_bgcolor: "white"
2426
2427     plot-hdrh-latency-by-percentile:
2428       title:
2429         text: "<b>Latency by Percentile Distribution</b>"
2430         xanchor: "center"
2431         x: 0.5
2432         font:
2433           size: 18
2434       showlegend: True
2435       legend:
2436         traceorder: "normal"
2437         orientation: "h"
2438         font:
2439           size: 16
2440         xanchor: "left"
2441         yanchor: "top"
2442         x: 0
2443         y: -0.2
2444         bgcolor: "rgba(255, 255, 255, 0)"
2445         bordercolor: "rgba(255, 255, 255, 0)"
2446       xaxis:
2447         type: "linear"
2448         title: "<b>Percentile [%]</b>"
2449         titlefont:
2450           size: 14
2451         autorange: False
2452         fixedrange: False
2453         range: [0, 100]
2454         gridcolor: "rgb(230, 230, 230)"
2455         linecolor: "rgb(220, 220, 220)"
2456         linewidth: 1
2457         showgrid: True
2458         showline: True
2459         showticklabels: True
2460         tickcolor: "rgb(220, 220, 220)"
2461         tickvals: [0, 25, 50, 75, 100]
2462         ticktext: [0, 25, 50, 75, 100]
2463         tickfont:
2464           size: 14
2465       yaxis:
2466         title: "<b>One-Way Latency per Direction [uSec]</b>"
2467         titlefont:
2468           size: 14
2469         gridcolor: "rgb(230, 230, 230)"
2470         linecolor: "rgb(220, 220, 220)"
2471         linewidth: 1
2472         showgrid: True
2473         showline: True
2474         showticklabels: True
2475         tickcolor: "rgb(220, 220, 220)"
2476         tickfont:
2477           size: 14
2478       width: 700
2479       height: 700
2480       paper_bgcolor: "white"
2481       plot_bgcolor: "white"
2482
2483 - type: "static"
2484   src-path: "{DIR[RST]}"
2485   dst-path: "{DIR[WORKING,SRC]}"
2486
2487 - type: "input"
2488   general:
2489     file-name: "output_info.xml.gz"
2490     file-format: ".gz"
2491     arch-file-format:
2492       - ".gz"
2493       - ".zip"
2494     download-path: "{job}/{build}/archives/{filename}"
2495     extract: "output.xml"
2496
2497     zip-file-name: "robot-plugin.zip"
2498     zip-file-format: ".zip"
2499     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2500     zip-extract: "robot-plugin/output.xml"
2501
2502   builds:
2503
2504     csit-vpp-perf-verify-2001-3n-hsw:
2505       - 17  # MRR sel
2506     csit-vpp-perf-report-iterative-2005-3n-hsw:
2507       - 20  # NDRPDR sel env 4
2508       - 21  # NDRPDR sel env 4
2509       - 22  # NDRPDR sel env 4
2510       - 23  # NDRPDR sel env 4
2511       - 24  # NDRPDR sel env 4
2512       - 25  # NDRPDR sel env 4
2513       - 26  # NDRPDR sel env 4
2514       - 27  # NDRPDR sel env 4
2515       - 28  # NDRPDR sel env 4
2516       - 29  # NDRPDR sel env 4
2517       - 30  # MRR env 4
2518       - 31  # NDRPDR sel 2001.0-4
2519       - 32  # NDRPDR sel 2001.0-4
2520       - 33  # NDRPDR sel 2001.0-4
2521       - 34  # NDRPDR sel 2001.0-4
2522       - 35  # NDRPDR sel 2001.0-4
2523       - 36  # NDRPDR sel 2001.0-4
2524       - 38  # NDRPDR sel 2001.0-4
2525     csit-vpp-perf-report-iterative-2009-3n-hsw:
2526       - 18  # rls2005 MRR iter env 5
2527       - 9   # rls2005 NDRPDR iter env 5
2528       - 10  # rls2005 NDRPDR iter env 5
2529       - 11  # rls2005 NDRPDR iter env 5
2530       - 12  # rls2005 NDRPDR iter env 5
2531       - 13  # rls2005 NDRPDR iter env 5
2532       - 14  # rls2005 NDRPDR iter env 5
2533       - 15  # rls2005 NDRPDR iter env 5
2534       - 16  # rls2005 NDRPDR iter env 5
2535       - 17  # rls2005 NDRPDR iter env 5
2536       - 19  # rls2005 NDRPDR iter env 5
2537       - 23  # rls2009 MRR iter env 5
2538       - 21  # rls2009 NDRPDR iter env 5
2539       - 22  # rls2009 NDRPDR iter env 5
2540       - 24  # rls2009 NDRPDR iter env 5
2541       - 25  # rls2009 NDRPDR iter env 5
2542       - 26  # rls2009 NDRPDR iter env 5
2543       - 27  # rls2009 NDRPDR iter env 5
2544       - 28  # rls2009 NDRPDR iter env 5
2545       - 29  # rls2009 NDRPDR iter env 5
2546       - 30  # rls2009 NDRPDR iter env 5
2547       - 31  # rls2009 NDRPDR iter env 5
2548       - 32  # rls2009 Hoststack iter env 5
2549       - 33  # rls2009 Hoststack iter env 5
2550       - 34  # rls2009 Hoststack iter env 5
2551       - 35  # rls2009 Hoststack iter env 5
2552       - 36  # rls2009 Hoststack iter env 5
2553       - 37  # rls2009 Hoststack iter env 5
2554       - 38  # rls2009 Hoststack iter env 5
2555       - 39  # rls2009 Hoststack iter env 5
2556       - 40  # rls2009 Hoststack iter env 5
2557       - 41  # rls2009 Hoststack iter env 5
2558     csit-vpp-perf-report-coverage-2009-3n-hsw:
2559       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2560       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2561       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2562       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2563       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2564       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2565       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2566       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2567       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2568       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2569       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2570       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2571       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2572       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2573       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2574       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2575       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2576       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2577       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2578       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2579       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2580       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2581       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2582       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2583       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2584       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2585       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2586       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2587       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2588       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2589       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2590       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2591       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2592       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2593       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2594
2595     csit-vpp-perf-verify-2001-3n-skx:
2596       - 50  # MRR sel
2597       - 53  # MRR sel addition
2598     csit-vpp-perf-report-iterative-2005-3n-skx:
2599       - 4   # NDRPDR sel
2600       - 5   # NDRPDR sel ??? all x710 failed
2601       - 33  # NDRPDR sel
2602       - 28  # NDRPDR sel
2603       - 34  # NDRPDR sel
2604       - 42  # NDRPDR sel env 4
2605       - 43  # NDRPDR sel env 4
2606       - 44  # NDRPDR sel env 4
2607       - 45  # NDRPDR sel env 4
2608       - 47  # NDRPDR sel env 4
2609       - 55  # NDRPDR sel env 4
2610       - 56  # NDRPDR sel env 4
2611       - 57  # NDRPDR sel env 4
2612       - 61  # NDRPDR sel env 4
2613       - 62  # NDRPDR sel env 4
2614       - 50  # NDRPDR sel 2001.0-4
2615       - 51  # NDRPDR sel 2001.0-4
2616       - 52  # NDRPDR sel 2001.0-4
2617       - 53  # NDRPDR sel 2001.0-4
2618       - 54  # NDRPDR sel 2001.0-4
2619       - 49  # MRR sel env 4
2620     # TODO: Add:
2621     csit-vpp-perf-report-iterative-2009-3n-skx:
2622       - 17  # rls2005 MRR iter env 5
2623       - 13  # rls2005 NDRPDR iter env 5
2624       - 18  # rls2005 NDRPDR iter env 5
2625       - 19  # rls2005 NDRPDR iter env 5
2626       - 41  # rls2005 NDRPDR iter env 5
2627       - 43  # rls2005 NDRPDR iter env 5
2628       - 44  # rls2005 NDRPDR iter env 5
2629       - 45  # rls2005 NDRPDR iter env 5
2630       - 46  # rls2005 NDRPDR iter env 5
2631       - 48  # rls2005 NDRPDR iter env 5
2632       - 49  # rls2005 NDRPDR iter env 5
2633       - 24  # rls2009 MRR iter env 5
2634       - 26  # rls2009 NDRPDR iter env 5
2635       - 27  # rls2009 NDRPDR iter env 5
2636       - 28  # rls2009 NDRPDR iter env 5
2637       - 29  # rls2009 NDRPDR iter env 5
2638       - 35  # rls2009 NDRPDR iter env 5
2639       - 36  # rls2009 NDRPDR iter env 5
2640       - 37  # rls2009 NDRPDR iter env 5
2641       - 38  # rls2009 NDRPDR iter env 5
2642       - 39  # rls2009 NDRPDR iter env 5
2643       - 40  # rls2009 NDRPDR iter env 5
2644     csit-vpp-perf-report-coverage-2009-3n-skx:
2645       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2646       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2647       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2648       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2649       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2650       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2651       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2652       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2653       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2654       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2655       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2656       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2657       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2658       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2659       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2660       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2661       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2662       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2663       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2664       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2665       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2666       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2667       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2668       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2669       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2670       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2671       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2672       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2673       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2674       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2675       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2676       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2677       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2678       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2679       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2680       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2681
2682     csit-vpp-perf-verify-2001-2n-skx:
2683       - 101  # MRR sel - old
2684       - 128  # MRR sel addition - old
2685     csit-vpp-perf-report-iterative-2005-2n-skx:
2686       - 88  # NDRPDR sel env 4
2687       - 89  # NDRPDR sel env 4
2688       - 90  # NDRPDR sel env 4
2689       - 91  # NDRPDR sel env 4
2690       - 92  # NDRPDR sel env 4
2691       - 93  # NDRPDR sel env 4
2692       - 94  # NDRPDR sel env 4
2693       - 125 # NDRPDR sel env 4
2694       - 126 # NDRPDR sel env 4
2695       - 127 # NDRPDR sel env 4
2696       - 100 # NDRPDR sel 2001.0-4
2697       - 101 # NDRPDR sel 2001.0-4
2698       - 102 # NDRPDR sel 2001.0-4
2699       - 103 # NDRPDR sel 2001.0-4
2700       - 104 # NDRPDR sel 2001.0-4
2701       - 105 # NDRPDR sel 2001.0-4
2702       - 99  # MRR sel env 4
2703     csit-vpp-perf-report-iterative-2009-2n-skx:
2704       - 20  # rls2005 MRR iter env 5
2705       - 13  # rls2005 NDRPDR iter env 5
2706       - 16  # rls2005 NDRPDR iter env 5
2707       - 17  # rls2005 NDRPDR iter env 5
2708       - 18  # rls2005 NDRPDR iter env 5
2709       - 19  # rls2005 NDRPDR iter env 5
2710       - 21  # rls2005 NDRPDR iter env 5
2711       - 22  # rls2005 NDRPDR iter env 5
2712       - 23  # rls2005 NDRPDR iter env 5
2713       - 24  # rls2005 NDRPDR iter env 5
2714       - 25  # rls2005 NDRPDR iter env 5
2715       - 26  # rls2009 MRR iter env 5
2716       - 35  # rls2009 NDRPDR iter env 5
2717       - 36  # rls2009 NDRPDR iter env 5
2718       - 37  # rls2009 NDRPDR iter env 5
2719       - 39  # rls2009 NDRPDR iter env 5
2720       - 40  # rls2009 NDRPDR iter env 5
2721       - 42  # rls2009 NDRPDR iter env 5
2722       - 43  # rls2009 NDRPDR iter env 5
2723       - 44  # rls2009 NDRPDR iter env 5
2724       - 46  # rls2009 NDRPDR iter env 5
2725       - 48  # rls2009 NDRPDR iter env 5
2726       - 74  # rls2009 NDRPDR iter NAT44 env 5
2727       - 75  # rls2009 NDRPDR iter NAT44 env 5
2728       - 76  # rls2009 NDRPDR iter NAT44 env 5
2729       - 77  # rls2009 NDRPDR iter NAT44 env 5
2730       - 79  # rls2009 NDRPDR iter NAT44 env 5
2731       - 82  # rls2009 NDRPDR iter NAT44 env 5
2732       - 83  # rls2009 NDRPDR iter NAT44 env 5
2733 #      - 51  # rls2009 NDRPDR iter NAT44 env 5
2734 #      - 52  # rls2009 NDRPDR iter NAT44 env 5
2735 #      - 53  # rls2009 NDRPDR iter NAT44 env 5
2736 #      - 54  # rls2009 NDRPDR iter NAT44 env 5
2737 #      - 55  # rls2009 NDRPDR iter NAT44 env 5
2738 #      - 56  # rls2009 NDRPDR iter NAT44 env 5
2739 #      - 57  # rls2009 NDRPDR iter NAT44 env 5
2740 #      - 58  # rls2009 NDRPDR iter NAT44 env 5
2741 #      - 59  # rls2009 NDRPDR iter NAT44 env 5
2742 #      - 60  # rls2009 NDRPDR iter NAT44 env 5
2743       - 38  # rls2009 nf-density iter env 5
2744       - 41  # rls2009 nf-density iter env 5
2745       - 45  # rls2009 nf-density iter env 5
2746       - 47  # rls2009 nf-density iter env 5
2747       - 49  # rls2009 nf-density iter env 5
2748       - 63  # rls2009 nf-density iter env 5
2749       - 65  # rls2009 nf-density iter env 5
2750       - 66  # rls2009 nf-density iter env 5
2751       - 71  # rls2009 nf-density iter env 5
2752       - 72  # rls2009 nf-density iter env 5
2753       - 50  # rls2009 MRR nf-density iter env 5
2754       - 27  # rls2009 reconf env 5
2755       - 28  # rls2009 reconf env 5
2756       - 29  # rls2009 reconf env 5
2757       - 30  # rls2009 reconf env 5
2758       - 31  # rls2009 reconf env 5
2759       - 32  # rls2009 reconf env 5
2760       - 61  # rls2009 reconf env 5
2761       - 62  # rls2009 reconf env 5
2762       - 68  # rls2009 reconf env 5
2763       - 70  # rls2009 reconf env 5
2764       - 33  # rls2009 soak env 5
2765       - 34  # rls2009 soak env 5
2766     csit-vpp-perf-report-coverage-2009-2n-skx:
2767       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2768       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2769       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2770       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2771       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2772       - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
2773       - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
2774       - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
2775       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2776       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2777       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2778       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2779       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2780       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2781       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2782       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2783       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2784
2785     csit-vpp-perf-verify-2001-2n-clx:
2786       - 39  # MRR
2787     csit-vpp-perf-report-iterative-2005-2n-clx:
2788       - 62  # NDRPDR sel env 4
2789       - 63  # NDRPDR sel env 4
2790       - 64  # NDRPDR sel env 4
2791       - 65  # NDRPDR sel env 4
2792       - 66  # NDRPDR sel env 4
2793       - 68  # NDRPDR sel env 4
2794       - 69  # NDRPDR sel env 4
2795       - 70  # NDRPDR sel env 4
2796       - 103 # NDRPDR sel env 4
2797       - 104 # NDRPDR sel env 4
2798       - 73  # NDRPDR sel 2001.0-4
2799       - 74  # NDRPDR sel 2001.0-4
2800       - 75  # NDRPDR sel 2001.0-4
2801       - 76  # NDRPDR sel 2001.0-4
2802       - 77  # NDRPDR sel 2001.0-4
2803       - 78  # NDRPDR sel 2001.0-4
2804       - 79  # NDRPDR sel 2001.0-4
2805       - 80  # NDRPDR sel 2001.0-4
2806       - 72  # MRR env 4
2807     csit-vpp-perf-report-iterative-2009-2n-clx:
2808       - 77  # rls2005 MRR iter env 5
2809       - 13  # rls2005 NDRPDR iter env 5
2810       - 15  # rls2005 NDRPDR iter env 5
2811       - 17  # rls2005 NDRPDR iter env 5
2812       - 18  # rls2005 NDRPDR iter env 5
2813       - 19  # rls2005 NDRPDR iter env 5
2814       - 20  # rls2005 NDRPDR iter env 5
2815       - 21  # rls2005 NDRPDR iter env 5
2816       - 22  # rls2005 NDRPDR iter env 5
2817       - 23  # rls2005 NDRPDR iter env 5
2818       - 24  # rls2005 NDRPDR iter env 5
2819       - 78  # rls2009 MRR iter env 5
2820       - 36  # rls2009 NDRPDR iter env 5
2821       - 39  # rls2009 NDRPDR iter env 5
2822       - 40  # rls2009 NDRPDR iter env 5
2823       - 65  # rls2009 NDRPDR iter env 5
2824       - 66  # rls2009 NDRPDR iter env 5
2825       - 79  # rls2009 NDRPDR iter env 5
2826       - 82  # rls2009 NDRPDR iter env 5
2827       - 88  # rls2009 NDRPDR iter env 5
2828       - 89  # rls2009 NDRPDR iter env 5
2829       - 90  # rls2009 NDRPDR iter env 5
2830       - 91  # rls2009 NDRPDR iter NAT44 env 5
2831       - 94  # rls2009 NDRPDR iter NAT44 env 5
2832       - 95  # rls2009 NDRPDR iter NAT44 env 5
2833       - 97  # rls2009 NDRPDR iter NAT44 env 5
2834       - 98  # rls2009 NDRPDR iter NAT44 env 5
2835       - 99  # rls2009 NDRPDR iter NAT44 env 5
2836       - 101 # rls2009 NDRPDR iter NAT44 env 5
2837       - 37  # rls2009 nf-density iter env 5
2838       - 43  # rls2009 nf-density iter env 5
2839       - 69  # rls2009 nf-density iter env 5
2840       - 70  # rls2009 nf-density iter env 5
2841       - 71  # rls2009 nf-density iter env 5
2842       - 72  # rls2009 nf-density iter env 5
2843       - 73  # rls2009 nf-density iter env 5
2844       - 74  # rls2009 nf-density iter env 5
2845       - 75  # rls2009 nf-density iter env 5
2846       - 76  # rls2009 nf-density iter env 5
2847       - 45  # rls2009 MRR nf-density iter env 5
2848       - 25  # rls2009 reconf env 5
2849       - 27  # rls2009 reconf env 5
2850       - 28  # rls2009 reconf env 5
2851       - 29  # rls2009 reconf env 5
2852       - 30  # rls2009 reconf env 5
2853       - 30  # rls2009 reconf env 5
2854       - 32  # rls2009 reconf env 5
2855       - 48  # rls2009 reconf env 5
2856       - 53  # rls2009 reconf env 5
2857       - 68  # rls2009 reconf env 5
2858       - 33  # rls2009 soak env 5
2859       - 34  # rls2009 soak env 5
2860     csit-vpp-perf-report-coverage-2009-2n-clx:
2861       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2862       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2863       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2864       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2865       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2866       - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
2867       - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
2868       - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
2869       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2870       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2871       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2872       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2873       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2874       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2875       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2876       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2877       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2878
2879     csit-vpp-perf-verify-2001-3n-tsh:
2880       - 9   # MRR sel
2881     csit-vpp-perf-report-iterative-2005-3n-tsh:
2882       - 23  # NDRPDR sel env 4
2883       - 25  # NDRPDR sel env 4
2884       - 33  # NDRPDR sel env 4
2885       - 34  # NDRPDR sel env 4
2886       - 35  # NDRPDR sel env 4
2887       - 36  # NDRPDR sel env 4
2888       - 37  # NDRPDR sel env 4
2889       - 38  # NDRPDR sel env 4
2890       - 39  # NDRPDR sel env 4
2891       - 40  # NDRPDR sel env 4
2892       - 28  # NDRPDR sel 2001.0-4
2893       - 29  # NDRPDR sel 2001.0-4
2894       - 31  # NDRPDR sel 2001.0-4
2895       - 27  # MRR sel env 4
2896     # TODO: Add:
2897     csit-vpp-perf-report-iterative-2009-3n-tsh:
2898       - 8   # rls2005 NDRPDR iter env 5
2899       - 11  # rls2005 NDRPDR iter env 5
2900       - 12  # rls2005 NDRPDR iter env 5
2901       - 24  # rls2005 NDRPDR iter env 5
2902       - 27  # rls2005 NDRPDR iter env 5
2903       - 29  # rls2005 NDRPDR iter env 5
2904       - 31  # rls2005 NDRPDR iter env 5
2905       - 13  # rls2005 MRR iter env 5
2906       - 14  # rls2009 NDRPDR iter env 5
2907       - 20  # rls2009 NDRPDR iter env 5
2908       - 21  # rls2009 NDRPDR iter env 5
2909       - 22  # rls2009 NDRPDR iter env 5
2910       - 23  # rls2009 NDRPDR iter env 5
2911       - 28  # rls2009 NDRPDR iter env 5
2912       - 30  # rls2009 NDRPDR iter env 5
2913       - 33  # rls2009 NDRPDR iter env 5
2914       - 15  # rls2009 MRR iter env 5
2915
2916     csit-vpp-perf-verify-2001-3n-dnv:
2917       - 5   # NDRPDR sel
2918       - 6   # NDRPDR sel
2919       - 7   # NDRPDR sel
2920       - 8   # NDRPDR sel
2921       - 9   # NDRPDR sel
2922       - 10  # NDRPDR sel
2923       - 12  # NDRPDR sel
2924       - 16  # NDRPDR sel
2925       - 17  # NDRPDR sel
2926       - 18  # NDRPDR sel
2927       - 11  # MRR sel
2928     csit-vpp-perf-report-iterative-2009-3n-dnv:
2929       - 16  # rls2005 NDRPDR iter env 5
2930       - 23  # rls2005 NDRPDR iter env 5
2931       - 25  # rls2005 NDRPDR iter env 5
2932       - 26  # rls2005 NDRPDR iter env 5
2933       - 27  # rls2005 NDRPDR iter env 5
2934       - 28  # rls2005 NDRPDR iter env 5
2935       - 29  # rls2005 NDRPDR iter env 5
2936       - 30  # rls2005 NDRPDR iter env 5
2937       - 31  # rls2005 NDRPDR iter env 5
2938       - 32  # rls2005 NDRPDR iter env 5
2939       - 19  # rls2005 MRR iter env 5
2940       - 3   # rls2009 NDRPDR iter env 5
2941       - 6   # rls2009 NDRPDR iter env 5
2942       - 7   # rls2009 NDRPDR iter env 5
2943       - 8   # rls2009 NDRPDR iter env 5
2944       - 10  # rls2009 NDRPDR iter env 5
2945       - 11  # rls2009 NDRPDR iter env 5
2946       - 12  # rls2009 NDRPDR iter env 5
2947       - 14  # rls2009 NDRPDR iter env 5
2948       - 15  # rls2009 NDRPDR iter env 5
2949       - 24  # rls2009 NDRPDR iter env 5
2950       - 22  # rls2009 MRR iter env 5
2951     csit-vpp-perf-report-coverage-2009-3n-dnv:
2952       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2953       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2954       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2955       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2956       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2957       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2958       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2959       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2960       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2961
2962     csit-vpp-perf-verify-2001-2n-dnv:
2963       - 4   # NDRPDR sel
2964       - 5   # NDRPDR sel
2965       - 6   # NDRPDR sel
2966       - 7   # NDRPDR sel
2967       - 8   # NDRPDR sel
2968       - 9   # NDRPDR sel
2969       - 10  # NDRPDR sel
2970       - 11  # NDRPDR sel
2971       - 13  # NDRPDR sel
2972       - 16  # NDRPDR sel
2973       - 12  # MRR sel
2974     csit-vpp-perf-report-iterative-2009-2n-dnv:
2975       - 16  # rls2005 NDRPDR iter env 5
2976       - 17  # rls2005 NDRPDR iter env 5
2977       - 18  # rls2005 NDRPDR iter env 5
2978       - 19  # rls2005 NDRPDR iter env 5
2979       - 21  # rls2005 NDRPDR iter env 5
2980       - 24  # rls2005 NDRPDR iter env 5
2981       - 27  # rls2005 NDRPDR iter env 5
2982       - 28  # rls2005 NDRPDR iter env 5
2983       - 29  # rls2005 NDRPDR iter env 5
2984       - 30  # rls2005 NDRPDR iter env 5
2985       - 23  # rls2005 MRR iter env 5
2986       - 3   # rls2009 NDRPDR iter env 5
2987       - 5   # rls2009 NDRPDR iter env 5
2988       - 6   # rls2009 NDRPDR iter env 5
2989       - 7   # rls2009 NDRPDR iter env 5
2990       - 9   # rls2009 NDRPDR iter env 5
2991       - 10  # rls2009 NDRPDR iter env 5
2992       - 11  # rls2009 NDRPDR iter env 5
2993       - 12  # rls2009 NDRPDR iter env 5
2994       - 14  # rls2009 NDRPDR iter env 5
2995       - 15  # rls2009 NDRPDR iter env 5
2996       - 13  # rls2009 MRR iter env 5
2997     csit-vpp-perf-report-coverage-2009-2n-dnv:
2998       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2999       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
3000       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
3001       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
3002       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
3003       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
3004
3005     csit-dpdk-perf-verify-2001-3n-hsw:
3006       - 4   # NDRPDR sel
3007       - 5   # NDRPDR sel
3008       - 6   # NDRPDR sel
3009       - 7   # NDRPDR sel
3010       - 8   # NDRPDR sel
3011       - 9   # NDRPDR sel
3012       - 10  # NDRPDR sel
3013       - 11  # NDRPDR sel
3014       - 12  # NDRPDR sel
3015       - 13  # NDRPDR sel
3016       - 15  # NDRPDR sel
3017       - 16  # NDRPDR sel
3018       - 17  # NDRPDR sel
3019       - 18  # NDRPDR sel
3020       - 19  # NDRPDR sel
3021       - 20  # NDRPDR sel
3022       - 21  # NDRPDR sel
3023       - 22  # NDRPDR sel
3024       - 23  # NDRPDR sel
3025       - 24  # NDRPDR sel
3026     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3027       - 25  # NDRPDR iter
3028       - 26  # NDRPDR iter
3029       - 27  # NDRPDR iter
3030       - 28  # NDRPDR iter
3031       - 29  # NDRPDR iter
3032       - 30  # NDRPDR iter
3033       - 31  # NDRPDR iter
3034       - 32  # NDRPDR iter
3035       - 33  # NDRPDR iter
3036       - 34  # NDRPDR iter
3037     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3038       - 6   # NDRPDR iter env5
3039       - 7   # NDRPDR iter env5
3040       - 8   # NDRPDR iter env5
3041       - 9   # NDRPDR iter env5
3042       - 10  # NDRPDR iter env5
3043       - 11  # NDRPDR iter env5
3044       - 12  # NDRPDR iter env5
3045       - 13  # NDRPDR iter env5
3046       - 14  # NDRPDR iter env5
3047       - 15  # NDRPDR iter env5
3048
3049     csit-dpdk-perf-verify-2001-3n-skx:
3050       - 29  # NDRPDR sel xxv710
3051       - 33  # NDRPDR sel xxv710
3052       - 34  # NDRPDR sel xxv710
3053       - 35  # NDRPDR sel xxv710
3054       - 36  # NDRPDR sel xxv710
3055       - 37  # NDRPDR sel xxv710
3056       - 41  # NDRPDR sel xxv710
3057       - 42  # NDRPDR sel xxv710
3058       - 43  # NDRPDR sel xxv710
3059       - 45  # NDRPDR sel xxv710
3060       - 30  # NDRPDR sel x710
3061       - 31  # NDRPDR sel x710
3062       - 32  # NDRPDR sel x710
3063       - 38  # NDRPDR sel x710
3064       - 39  # NDRPDR sel x710
3065       - 40  # NDRPDR sel x710
3066       - 44  # NDRPDR sel x710
3067       - 46  # NDRPDR sel x710
3068       - 47  # NDRPDR sel x710
3069       - 48  # NDRPDR sel x710
3070     csit-dpdk-perf-report-iterative-2005-3n-skx:
3071       - 28  # NDRPDR iter
3072       - 29  # NDRPDR iter
3073       - 30  # NDRPDR iter
3074       - 31  # NDRPDR iter
3075       - 32  # NDRPDR iter
3076       - 33  # NDRPDR iter
3077       - 34  # NDRPDR iter
3078       - 35  # NDRPDR iter
3079       - 36  # NDRPDR iter
3080       - 37  # NDRPDR iter
3081     csit-dpdk-perf-report-iterative-2009-3n-skx:
3082       - 4   # NDRPDR sel env5
3083       - 5   # NDRPDR sel env5
3084       - 6   # NDRPDR sel env5
3085       - 7   # NDRPDR sel env5
3086       - 8   # NDRPDR sel env5
3087       - 9   # NDRPDR sel env5
3088       - 14  # NDRPDR sel env5
3089       - 11  # NDRPDR sel env5
3090       - 12  # NDRPDR sel env5
3091       - 13  # NDRPDR sel env5
3092
3093     csit-dpdk-perf-verify-2001-2n-skx:
3094       - 35  # NDRPDR sel xxv710
3095       - 36  # NDRPDR sel xxv710
3096       - 37  # NDRPDR sel xxv710
3097       - 41  # NDRPDR sel xxv710
3098       - 42  # NDRPDR sel xxv710
3099       - 43  # NDRPDR sel xxv710
3100       - 46  # NDRPDR sel xxv710
3101       - 47  # NDRPDR sel xxv710
3102       - 52  # NDRPDR sel xxv710
3103       - 53  # NDRPDR sel xxv710
3104       - 38  # NDRPDR sel x710
3105       - 39  # NDRPDR sel x710
3106       - 40  # NDRPDR sel x710
3107       - 44  # NDRPDR sel x710
3108       - 45  # NDRPDR sel x710
3109       - 48  # NDRPDR sel x710
3110       - 49  # NDRPDR sel x710
3111       - 50  # NDRPDR sel x710
3112       - 51  # NDRPDR sel x710
3113       - 54  # NDRPDR sel x710
3114     csit-dpdk-perf-report-iterative-2005-2n-skx:
3115       - 20  # NDRPDR iter
3116       - 21  # NDRPDR iter
3117       - 22  # NDRPDR iter
3118       - 23  # NDRPDR iter
3119       - 24  # NDRPDR iter
3120       - 25  # NDRPDR iter
3121       - 26  # NDRPDR iter
3122       - 27  # NDRPDR iter
3123       - 28  # NDRPDR iter
3124       - 29  # NDRPDR iter
3125     csit-dpdk-perf-report-iterative-2009-2n-skx:
3126       - 4   # NDRPDR iter env5
3127       - 5   # NDRPDR iter env5
3128       - 6   # NDRPDR iter env5
3129       - 7   # NDRPDR iter env5
3130       - 8   # NDRPDR iter env5
3131       - 9   # NDRPDR iter env5
3132       - 10  # NDRPDR iter env5
3133       - 11  # NDRPDR iter env5
3134       - 12  # NDRPDR iter env5
3135       - 13  # NDRPDR iter env5
3136
3137     csit-dpdk-perf-verify-2001-2n-clx:
3138       - 15  # NDRPDR sel
3139       - 16  # NDRPDR sel
3140       - 17  # NDRPDR sel
3141       - 18  # NDRPDR sel
3142       - 19  # NDRPDR sel
3143       - 20  # NDRPDR sel
3144       - 21  # NDRPDR sel
3145       - 22  # NDRPDR sel
3146       - 23  # NDRPDR sel
3147       - 24  # NDRPDR sel
3148       - 25  # NDRPDR sel
3149       - 26  # NDRPDR sel
3150       - 27  # NDRPDR sel
3151       - 28  # NDRPDR sel
3152       - 29  # NDRPDR sel
3153       - 30  # NDRPDR sel
3154       - 31  # NDRPDR sel
3155       - 32  # NDRPDR sel
3156       - 33  # NDRPDR sel
3157       - 34  # NDRPDR sel
3158     csit-dpdk-perf-report-iterative-2005-2n-clx:
3159       - 20  # NDRPDR iter
3160       - 21  # NDRPDR iter
3161       - 22  # NDRPDR iter
3162       - 23  # NDRPDR iter
3163       - 24  # NDRPDR iter
3164       - 25  # NDRPDR iter
3165       - 26  # NDRPDR iter
3166       - 27  # NDRPDR iter
3167       - 28  # NDRPDR iter
3168       - 29  # NDRPDR iter
3169     csit-dpdk-perf-report-iterative-2009-2n-clx:
3170       - 4   # NDRPDR iter env5
3171       - 5   # NDRPDR iter env5
3172       - 6   # NDRPDR iter env5
3173       - 7   # NDRPDR iter env5
3174       - 8   # NDRPDR iter env5
3175       - 9   # NDRPDR iter env5
3176       - 10  # NDRPDR iter env5
3177       - 11  # NDRPDR iter env5
3178       - 12  # NDRPDR iter env5
3179       - 13  # NDRPDR iter env5
3180
3181 #    csit-dpdk-perf-verify-2001-2n-dnv:
3182 #      - 9   # NDRPDR sel
3183 #      - 10  # NDRPDR sel
3184 #      - 11  # NDRPDR sel
3185 #      - 12  # NDRPDR sel
3186 #      - 13  # NDRPDR sel
3187 #      - 14  # NDRPDR sel
3188 #      - 15  # NDRPDR sel
3189 #      - 16  # NDRPDR sel
3190 #      - 17  # NDRPDR sel
3191 #      - 18  # NDRPDR sel
3192 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3193 #      # No data
3194 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3195 #      # No data
3196
3197 #    csit-dpdk-perf-verify-2001-3n-dnv:
3198 #      - 12  # NDRPDR sel
3199 #      - 13  # NDRPDR sel
3200 #      - 14  # NDRPDR sel
3201 #      - 15  # NDRPDR sel
3202 #      - 16  # NDRPDR sel
3203 #      - 17  # NDRPDR sel
3204 #      - 18  # NDRPDR sel
3205 #      - 19  # NDRPDR sel
3206 #      - 20  # NDRPDR sel
3207 #      - 22  # NDRPDR sel
3208 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3209 #      # No data
3210 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3211 #      # No data
3212
3213     csit-dpdk-perf-verify-2001-3n-tsh:
3214       - 3   # NDRPDR sel
3215       - 4   # NDRPDR sel
3216       - 5   # NDRPDR sel
3217       - 9   # NDRPDR sel
3218       - 10  # NDRPDR sel
3219       - 11  # NDRPDR sel
3220       - 12  # NDRPDR sel
3221       - 14  # NDRPDR sel
3222       - 15  # NDRPDR sel
3223       - 18  # NDRPDR sel
3224     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3225       - 5   # NDRPDR sel
3226     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3227       - 1   # NDRPDR iter env5
3228       - 2   # NDRPDR iter env5
3229       - 3   # NDRPDR iter env5
3230       - 4   # NDRPDR iter env5
3231       - 5   # NDRPDR iter env5
3232       - 6   # NDRPDR iter env5
3233       - 7   # NDRPDR iter env5
3234       - 9   # NDRPDR iter env5
3235       - 10  # NDRPDR iter env5
3236       - 11  # NDRPDR iter env5
3237
3238     csit-vpp-device-2009-ubuntu1804-1n-skx:
3239       - 131 # rls2009 env 5
3240
3241 - type: "output"
3242   output: "report"
3243   format:
3244     html:
3245     - full
3246     pdf:
3247     - minimal
3248
3249 ################################################################################
3250 ###                               T A B L E S                                ###
3251 ################################################################################
3252
3253 # VPP Soak vs NDR - 2n-skx
3254 - type: "table"
3255   title: "VPP Soak vs NDR 2n-skx"
3256   algorithm: "table_soak_vs_ndr"
3257   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3258   reference:
3259     title: "NDR"
3260     data: "vpp-soak-vs-ndr-2n-skx-ref"
3261   compare:
3262     title: "Soak"
3263     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3264   data: "vpp-soak-vs-ndr-2n-skx"
3265   include-tests: "NDR"
3266   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3267   parameters:
3268     - "throughput"
3269     - "name"
3270     - "parent"
3271
3272 # VPP Soak vs NDR - 2n-clx
3273 - type: "table"
3274   title: "VPP Soak vs NDR 2n-clx"
3275   algorithm: "table_soak_vs_ndr"
3276   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3277   reference:
3278     title: "NDR"
3279     data: "vpp-soak-vs-ndr-2n-clx-ref"
3280   compare:
3281     title: "Soak"
3282     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3283   data: "vpp-soak-vs-ndr-2n-clx"
3284   include-tests: "NDR"
3285   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3286   parameters:
3287     - "throughput"
3288     - "name"
3289     - "parent"
3290
3291 ################################################################################
3292
3293 # VPP Compare NICs 3n-skx 2t1c ndr
3294 - type: "table"
3295   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3296   algorithm: "table_comparison"
3297   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3298   include-tests: "NDR" # "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 ndr
3317 - type: "table"
3318   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3319   algorithm: "table_comparison"
3320   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3321   include-tests: "NDR" # "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 pdr
3340 - type: "table"
3341   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3342   algorithm: "table_comparison"
3343   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3344   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3345   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3346   columns:
3347     - title: "x710"
3348       data-set: "vpp-nic-comparison-3n-skx"
3349       tag: "NIC_Intel-X710"
3350     - title: "xxv710"
3351       data-set: "vpp-nic-comparison-3n-skx"
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 pdr
3363 - type: "table"
3364   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3365   algorithm: "table_comparison"
3366   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3367   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3368   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3369   columns:
3370     - title: "x710"
3371       data-set: "vpp-nic-comparison-3n-skx"
3372       tag: "NIC_Intel-X710"
3373     - title: "xxv710"
3374       data-set: "vpp-nic-comparison-3n-skx"
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 2t1c mrr
3386 - type: "table"
3387   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3388   algorithm: "table_comparison"
3389   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3390   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3391   filter: "'2T1C' 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 3n-skx 4t2c mrr
3409 - type: "table"
3410   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3411   algorithm: "table_comparison"
3412   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3413   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3414   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3415   columns:
3416     - title: "x710"
3417       data-set: "vpp-nic-comparison-3n-skx-mrr"
3418       tag: "NIC_Intel-X710"
3419     - title: "xxv710"
3420       data-set: "vpp-nic-comparison-3n-skx-mrr"
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 3n-skx 8t4c mrr
3432 - type: "table"
3433   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3434   algorithm: "table_comparison"
3435   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3436   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3437   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3438   columns:
3439     - title: "x710"
3440       data-set: "vpp-nic-comparison-3n-skx-mrr"
3441       tag: "NIC_Intel-X710"
3442     - title: "xxv710"
3443       data-set: "vpp-nic-comparison-3n-skx-mrr"
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 ndr
3455 - type: "table"
3456   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3457   algorithm: "table_comparison"
3458   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3459   include-tests: "NDR" # "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 ndr
3478 - type: "table"
3479   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3480   algorithm: "table_comparison"
3481   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3482   include-tests: "NDR" # "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 pdr
3501 - type: "table"
3502   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3503   algorithm: "table_comparison"
3504   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3506   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3507   columns:
3508     - title: "x710"
3509       data-set: "vpp-nic-comparison-2n-skx"
3510       tag: "NIC_Intel-X710"
3511     - title: "xxv710"
3512       data-set: "vpp-nic-comparison-2n-skx"
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 pdr
3524 - type: "table"
3525   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3526   algorithm: "table_comparison"
3527   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3528   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3529   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3530   columns:
3531     - title: "x710"
3532       data-set: "vpp-nic-comparison-2n-skx"
3533       tag: "NIC_Intel-X710"
3534     - title: "xxv710"
3535       data-set: "vpp-nic-comparison-2n-skx"
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 2t1c mrr
3547 - type: "table"
3548   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3549   algorithm: "table_comparison"
3550   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3552   filter: "'2T1C' 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 # VPP Compare NICs 2n-skx 4t2c mrr
3570 - type: "table"
3571   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3572   algorithm: "table_comparison"
3573   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3574   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3575   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3576   columns:
3577     - title: "x710"
3578       data-set: "vpp-nic-comparison-2n-skx-mrr"
3579       tag: "NIC_Intel-X710"
3580     - title: "xxv710"
3581       data-set: "vpp-nic-comparison-2n-skx-mrr"
3582       tag: "NIC_Intel-XXV710"
3583   comparisons:
3584     - title: "Diff"
3585       reference: 1
3586       compare: 2
3587   legend:
3588     - ""
3589     - "x710, xxv710 - NICs tested."
3590     - "Diff - difference between x710 and xxv710 NIC."
3591
3592 # VPP Compare NICs 2n-skx 8t4c mrr
3593 - type: "table"
3594   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3595   algorithm: "table_comparison"
3596   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3597   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3598   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3599   columns:
3600     - title: "x710"
3601       data-set: "vpp-nic-comparison-2n-skx-mrr"
3602       tag: "NIC_Intel-X710"
3603     - title: "xxv710"
3604       data-set: "vpp-nic-comparison-2n-skx-mrr"
3605       tag: "NIC_Intel-XXV710"
3606   comparisons:
3607     - title: "Diff"
3608       reference: 1
3609       compare: 2
3610   legend:
3611     - ""
3612     - "x710, xxv710 - NICs tested."
3613     - "Diff - difference between x710 and xxv710 NIC."
3614
3615 ################################################################################
3616 # VPP
3617
3618 # VPP Performance Changes 3n-hsw 1t1c pdr
3619 - type: "table"
3620   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3621   algorithm: "table_comparison"
3622   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3623   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3624   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3625   columns:
3626     - title: "2001.0-4"
3627       data-set: "vpp-performance-changes-3n-hsw-h1"
3628     - title: "2005.0-4"
3629       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3630     - title: "2005.0-5"
3631       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3632     - title: "2009.0-5"
3633       data-set: "vpp-performance-changes-3n-hsw-cmp"
3634   comparisons:
3635     - title: "2005.0-5 vs 2005.0-4"
3636       reference: 2
3637       compare: 3
3638 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3639     - title: "2009.0-5 vs 2005.0-5"
3640       reference: 3
3641       compare: 4
3642 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3643   legend:
3644     - ''
3645     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3646     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3647     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3648     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3649     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3650
3651 # VPP Performance Changes 3n-hsw 2t2c pdr
3652 - type: "table"
3653   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3654   algorithm: "table_comparison"
3655   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3657   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3658   columns:
3659     - title: "2001.0-4"
3660       data-set: "vpp-performance-changes-3n-hsw-h1"
3661     - title: "2005.0-4"
3662       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3663     - title: "2005.0-5"
3664       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3665     - title: "2009.0-5"
3666       data-set: "vpp-performance-changes-3n-hsw-cmp"
3667   comparisons:
3668     - title: "2005.0-5 vs 2005.0-4"
3669       reference: 2
3670       compare: 3
3671 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3672     - title: "2009.0-5 vs 2005.0-5"
3673       reference: 3
3674       compare: 4
3675 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3676   legend:
3677     - ''
3678     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3679     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3680     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3681     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3682     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3683
3684 # VPP Performance Changes 3n-hsw 1t1c ndr
3685 - type: "table"
3686   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3687   algorithm: "table_comparison"
3688   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3689   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3690   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3691   columns:
3692     - title: "2001.0-4"
3693       data-set: "vpp-performance-changes-3n-hsw-h1"
3694     - title: "2005.0-4"
3695       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3696     - title: "2005.0-5"
3697       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3698     - title: "2009.0-5"
3699       data-set: "vpp-performance-changes-3n-hsw-cmp"
3700   comparisons:
3701     - title: "2005.0-5 vs 2005.0-4"
3702       reference: 2
3703       compare: 3
3704 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3705     - title: "2009.0-5 vs 2005.0-5"
3706       reference: 3
3707       compare: 4
3708 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3709   legend:
3710     - ''
3711     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3712     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3713     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3714     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3715     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3716
3717 # VPP Performance Changes 3n-hsw 2t2c ndr
3718 - type: "table"
3719   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3720   algorithm: "table_comparison"
3721   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3722   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3723   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3724   columns:
3725     - title: "2001.0-4"
3726       data-set: "vpp-performance-changes-3n-hsw-h1"
3727     - title: "2005.0-4"
3728       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3729     - title: "2005.0-5"
3730       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3731     - title: "2009.0-5"
3732       data-set: "vpp-performance-changes-3n-hsw-cmp"
3733   comparisons:
3734     - title: "2005.0-5 vs 2005.0-4"
3735       reference: 2
3736       compare: 3
3737 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3738     - title: "2009.0-5 vs 2005.0-5"
3739       reference: 3
3740       compare: 4
3741 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3742   legend:
3743     - ''
3744     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3745     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3746     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3747     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3748     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3749
3750 # VPP Performance Changes 3n-skx 2t1c pdr
3751 - type: "table"
3752   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3753   algorithm: "table_comparison"
3754   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3755   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3756   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3757   columns:
3758     - title: "2001.0-4"
3759       data-set: "vpp-performance-changes-3n-skx-h1"
3760     - title: "2005.0-4"
3761       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3762     - title: "2005.0-5"
3763       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3764     - title: "2009.0-5"
3765       data-set: "vpp-performance-changes-3n-skx-cmp"
3766   comparisons:
3767     - title: "2005.0-5 vs 2005.0-4"
3768       reference: 2
3769       compare: 3
3770 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3771     - title: "2009.0-5 vs 2005.0-5"
3772       reference: 3
3773       compare: 4
3774 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3775   legend:
3776     - ''
3777     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3778     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3779     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3780     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3781     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3782
3783 # VPP Performance Changes 3n-skx 4t2c pdr
3784 - type: "table"
3785   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3786   algorithm: "table_comparison"
3787   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3788   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3789   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3790   columns:
3791     - title: "2001.0-4"
3792       data-set: "vpp-performance-changes-3n-skx-h1"
3793     - title: "2005.0-4"
3794       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3795     - title: "2005.0-5"
3796       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3797     - title: "2009.0-5"
3798       data-set: "vpp-performance-changes-3n-skx-cmp"
3799   comparisons:
3800     - title: "2005.0-5 vs 2005.0-4"
3801       reference: 2
3802       compare: 3
3803 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3804     - title: "2009.0-5 vs 2005.0-5"
3805       reference: 3
3806       compare: 4
3807 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3808   legend:
3809     - ''
3810     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3811     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3812     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3813     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3814     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3815
3816 # VPP Performance Changes 3n-skx 2t1c ndr
3817 - type: "table"
3818   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3819   algorithm: "table_comparison"
3820   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3821   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3822   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3823   columns:
3824     - title: "2001.0-4"
3825       data-set: "vpp-performance-changes-3n-skx-h1"
3826     - title: "2005.0-4"
3827       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3828     - title: "2005.0-5"
3829       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3830     - title: "2009.0-5"
3831       data-set: "vpp-performance-changes-3n-skx-cmp"
3832   comparisons:
3833     - title: "2005.0-5 vs 2005.0-4"
3834       reference: 2
3835       compare: 3
3836 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3837     - title: "2009.0-5 vs 2005.0-5"
3838       reference: 3
3839       compare: 4
3840 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3841   legend:
3842     - ''
3843     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3844     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3845     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3846     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3847     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3848
3849 # VPP Performance Changes 3n-skx 4t2c ndr
3850 - type: "table"
3851   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3852   algorithm: "table_comparison"
3853   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3854   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3855   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3856   columns:
3857     - title: "2001.0-4"
3858       data-set: "vpp-performance-changes-3n-skx-h1"
3859     - title: "2005.0-4"
3860       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3861     - title: "2005.0-5"
3862       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3863     - title: "2009.0-5"
3864       data-set: "vpp-performance-changes-3n-skx-cmp"
3865   comparisons:
3866     - title: "2005.0-5 vs 2005.0-4"
3867       reference: 2
3868       compare: 3
3869 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3870     - title: "2009.0-5 vs 2005.0-5"
3871       reference: 3
3872       compare: 4
3873 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3874   legend:
3875     - ''
3876     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3877     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3878     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3879     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3880     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3881
3882 # VPP Performance Changes 2n-skx 2t1c pdr
3883 - type: "table"
3884   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3885   algorithm: "table_comparison"
3886   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3887   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3888   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3889   columns:
3890     - title: "2001.0-4"
3891       data-set: "vpp-performance-changes-2n-skx-h1"
3892     - title: "2005.0-4"
3893       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3894     - title: "2005.0-5"
3895       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3896     - title: "2009.0-5"
3897       data-set: "vpp-performance-changes-2n-skx-cmp"
3898   comparisons:
3899     - title: "2005.0-5 vs 2005.0-4"
3900       reference: 2
3901       compare: 3
3902 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3903     - title: "2009.0-5 vs 2005.0-5"
3904       reference: 3
3905       compare: 4
3906 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3907   legend:
3908     - ''
3909     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3910     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3911     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3912     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3913     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3914
3915 # VPP Performance Changes 2n-skx 4t2c pdr
3916 - type: "table"
3917   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3918   algorithm: "table_comparison"
3919   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3920   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3921   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3922   columns:
3923     - title: "2001.0-4"
3924       data-set: "vpp-performance-changes-2n-skx-h1"
3925     - title: "2005.0-4"
3926       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3927     - title: "2005.0-5"
3928       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3929     - title: "2009.0-5"
3930       data-set: "vpp-performance-changes-2n-skx-cmp"
3931   comparisons:
3932     - title: "2005.0-5 vs 2005.0-4"
3933       reference: 2
3934       compare: 3
3935 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3936     - title: "2009.0-5 vs 2005.0-5"
3937       reference: 3
3938       compare: 4
3939 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3940   legend:
3941     - ''
3942     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3943     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3944     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3945     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3946     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3947
3948 # VPP Performance Changes 2n-skx 2t1c ndr
3949 - type: "table"
3950   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3951   algorithm: "table_comparison"
3952   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3954   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3955   columns:
3956     - title: "2001.0-4"
3957       data-set: "vpp-performance-changes-2n-skx-h1"
3958     - title: "2005.0-4"
3959       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3960     - title: "2005.0-5"
3961       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3962     - title: "2009.0-5"
3963       data-set: "vpp-performance-changes-2n-skx-cmp"
3964   comparisons:
3965     - title: "2005.0-5 vs 2005.0-4"
3966       reference: 2
3967       compare: 3
3968 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3969     - title: "2009.0-5 vs 2005.0-5"
3970       reference: 3
3971       compare: 4
3972 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3973   legend:
3974     - ''
3975     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3976     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3977     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3978     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3979     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3980
3981 # VPP Performance Changes 2n-skx 4t2c ndr
3982 - type: "table"
3983   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3984   algorithm: "table_comparison"
3985   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3987   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3988   columns:
3989     - title: "2001.0-4"
3990       data-set: "vpp-performance-changes-2n-skx-h1"
3991     - title: "2005.0-4"
3992       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3993     - title: "2005.0-5"
3994       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3995     - title: "2009.0-5"
3996       data-set: "vpp-performance-changes-2n-skx-cmp"
3997   comparisons:
3998     - title: "2005.0-5 vs 2005.0-4"
3999       reference: 2
4000       compare: 3
4001 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4002     - title: "2009.0-5 vs 2005.0-5"
4003       reference: 3
4004       compare: 4
4005 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4006   legend:
4007     - ''
4008     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4009     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4010     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4011     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4012     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4013
4014 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4015 - type: "table"
4016   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4017   algorithm: "table_comparison"
4018   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4020   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4021   columns:
4022     - title: "2001.0-4"
4023       data-set: "vpp-performance-changes-2n-clx-h1"
4024     - title: "2005.0-4"
4025       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4026     - title: "2005.0-5"
4027       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4028     - title: "2009.0-5"
4029       data-set: "vpp-performance-changes-2n-clx-cmp"
4030   comparisons:
4031     - title: "2005.0-5 vs 2005.0-4"
4032       reference: 2
4033       compare: 3
4034 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4035     - title: "2009.0-5 vs 2005.0-5"
4036       reference: 3
4037       compare: 4
4038 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4039   legend:
4040     - ''
4041     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4042     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4043     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4044     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4045     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4046
4047 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4048 - type: "table"
4049   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4050   algorithm: "table_comparison"
4051   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4052   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4053   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4054   columns:
4055     - title: "2001.0-4"
4056       data-set: "vpp-performance-changes-2n-clx-h1"
4057     - title: "2005.0-4"
4058       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4059     - title: "2005.0-5"
4060       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4061     - title: "2009.0-5"
4062       data-set: "vpp-performance-changes-2n-clx-cmp"
4063   comparisons:
4064     - title: "2005.0-5 vs 2005.0-4"
4065       reference: 2
4066       compare: 3
4067 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4068     - title: "2009.0-5 vs 2005.0-5"
4069       reference: 3
4070       compare: 4
4071 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4072   legend:
4073     - ''
4074     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4075     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4076     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4077     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4078     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4079
4080 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4081 - type: "table"
4082   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4083   algorithm: "table_comparison"
4084   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4086   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4087   columns:
4088     - title: "2001.0-4"
4089       data-set: "vpp-performance-changes-2n-clx-h1"
4090     - title: "2005.0-4"
4091       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4092     - title: "2005.0-5"
4093       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4094     - title: "2009.0-5"
4095       data-set: "vpp-performance-changes-2n-clx-cmp"
4096   comparisons:
4097     - title: "2005.0-5 vs 2005.0-4"
4098       reference: 2
4099       compare: 3
4100 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4101     - title: "2009.0-5 vs 2005.0-5"
4102       reference: 3
4103       compare: 4
4104 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4105   legend:
4106     - ''
4107     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4108     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4109     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4110     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4111     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4112
4113 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4114 - type: "table"
4115   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4116   algorithm: "table_comparison"
4117   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4118   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4119   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4120   columns:
4121     - title: "2001.0-4"
4122       data-set: "vpp-performance-changes-2n-clx-h1"
4123     - title: "2005.0-4"
4124       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4125     - title: "2005.0-5"
4126       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4127     - title: "2009.0-5"
4128       data-set: "vpp-performance-changes-2n-clx-cmp"
4129   comparisons:
4130     - title: "2005.0-5 vs 2005.0-4"
4131       reference: 2
4132       compare: 3
4133 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4134     - title: "2009.0-5 vs 2005.0-5"
4135       reference: 3
4136       compare: 4
4137 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4138   legend:
4139     - ''
4140     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4141     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4142     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4143     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4144     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4145
4146 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4147 #- type: "table"
4148 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4149 #  algorithm: "table_comparison"
4150 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4151 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4152 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4153 #  columns:
4154 #    - title: "2001.0-2"
4155 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4156 #    - title: "2005.0-3"
4157 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4158 #  comparisons:
4159 #    - title: "Diff"
4160 #      reference: 1
4161 #      compare: 2
4162 #  legend:
4163 #    - ''
4164 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4165 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4166 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4167 #    - '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.'
4168 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4169 #
4170 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4171 #- type: "table"
4172 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4173 #  algorithm: "table_comparison"
4174 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4175 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4176 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4177 #  columns:
4178 #    - title: "2001.0-2"
4179 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4180 #    - title: "2005.0-3"
4181 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4182 #  comparisons:
4183 #    - title: "Diff"
4184 #      reference: 1
4185 #      compare: 2
4186 #  legend:
4187 #    - ''
4188 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4189 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4190 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4191 #    - '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.'
4192 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4193 #
4194 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4195 #- type: "table"
4196 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4197 #  algorithm: "table_comparison"
4198 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4199 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4200 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4201 #  columns:
4202 #    - title: "2001.0-2"
4203 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4204 #    - title: "2005.0-3"
4205 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4206 #  comparisons:
4207 #    - title: "Diff"
4208 #      reference: 1
4209 #      compare: 2
4210 #  legend:
4211 #    - ''
4212 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4213 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4214 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4215 #    - '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.'
4216 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4217 #
4218 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4219 #- type: "table"
4220 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4221 #  algorithm: "table_comparison"
4222 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4223 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4224 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4225 #  columns:
4226 #    - title: "2001.0-2"
4227 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4228 #    - title: "2005.0-3"
4229 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4230 #  comparisons:
4231 #    - title: "Diff"
4232 #      reference: 1
4233 #      compare: 2
4234 #  legend:
4235 #    - ''
4236 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4237 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4238 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4239 #    - '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.'
4240 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4241
4242 # VPP Performance Changes 2n-dnv 1t1c pdr
4243 - type: "table"
4244   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4245   algorithm: "table_comparison"
4246   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4247   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4248   filter: "'1T1C'"
4249   columns:
4250     - title: "2001.0-2"
4251       data-set: "vpp-performance-changes-2n-dnv-h1"
4252     - title: "2005.0-5"
4253       data-set: "vpp-performance-changes-2n-dnv-ref"
4254     - title: "2009.0-5"
4255       data-set: "vpp-performance-changes-2n-dnv-cmp"
4256   comparisons:
4257     - title: "2009.0-5 vs 2005.0-5"
4258       reference: 2
4259       compare: 3
4260   legend:
4261     - ''
4262     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4263     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4264     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4265     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4266
4267 # VPP Performance Changes 2n-dnv 2t2c pdr
4268 - type: "table"
4269   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4270   algorithm: "table_comparison"
4271   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4272   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4273   filter: "'2T2C'"
4274   columns:
4275     - title: "2001.0-2"
4276       data-set: "vpp-performance-changes-2n-dnv-h1"
4277     - title: "2005.0-5"
4278       data-set: "vpp-performance-changes-2n-dnv-ref"
4279     - title: "2009.0-5"
4280       data-set: "vpp-performance-changes-2n-dnv-cmp"
4281   comparisons:
4282     - title: "2009.0-5 vs 2005.0-5"
4283       reference: 2
4284       compare: 3
4285   legend:
4286     - ''
4287     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4288     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4289     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4290     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4291
4292 # VPP Performance Changes 2n-dnv 1t1c ndr
4293 - type: "table"
4294   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4295   algorithm: "table_comparison"
4296   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4297   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4298   filter: "'1T1C'"
4299   columns:
4300     - title: "2001.0-2"
4301       data-set: "vpp-performance-changes-2n-dnv-h1"
4302     - title: "2005.0-5"
4303       data-set: "vpp-performance-changes-2n-dnv-ref"
4304     - title: "2009.0-5"
4305       data-set: "vpp-performance-changes-2n-dnv-cmp"
4306   comparisons:
4307     - title: "2009.0-5 vs 2005.0-5"
4308       reference: 2
4309       compare: 3
4310   legend:
4311     - ''
4312     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4313     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4314     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4315     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4316
4317 # VPP Performance Changes 2n-dnv 2t2c ndr
4318 - type: "table"
4319   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4320   algorithm: "table_comparison"
4321   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4322   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4323   filter: "'2T2C'"
4324   columns:
4325     - title: "2001.0-2"
4326       data-set: "vpp-performance-changes-2n-dnv-h1"
4327     - title: "2005.0-5"
4328       data-set: "vpp-performance-changes-2n-dnv-ref"
4329     - title: "2009.0-5"
4330       data-set: "vpp-performance-changes-2n-dnv-cmp"
4331   comparisons:
4332     - title: "2009.0-5 vs 2005.0-5"
4333       reference: 2
4334       compare: 3
4335   legend:
4336     - ''
4337     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4338     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4339     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4340     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4341
4342 # VPP Performance Changes 3n-dnv 1t1c pdr
4343 - type: "table"
4344   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4345   algorithm: "table_comparison"
4346   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4347   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4348   filter: "'1T1C'"
4349   columns:
4350     - title: "2001.0-2"
4351       data-set: "vpp-performance-changes-3n-dnv-h1"
4352     - title: "2005.0-5"
4353       data-set: "vpp-performance-changes-3n-dnv-ref"
4354     - title: "2009.0-5"
4355       data-set: "vpp-performance-changes-3n-dnv-cmp"
4356   comparisons:
4357     - title: "2009.0-5 vs 2005.0-5"
4358       reference: 2
4359       compare: 3
4360   legend:
4361     - ''
4362     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4363     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4364     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4365     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4366
4367 # VPP Performance Changes 3n-dnv 2t2c pdr
4368 - type: "table"
4369   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4370   algorithm: "table_comparison"
4371   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4372   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4373   filter: "'2T2C'"
4374   columns:
4375     - title: "2001.0-2"
4376       data-set: "vpp-performance-changes-3n-dnv-h1"
4377     - title: "2005.0-5"
4378       data-set: "vpp-performance-changes-3n-dnv-ref"
4379     - title: "2009.0-5"
4380       data-set: "vpp-performance-changes-3n-dnv-cmp"
4381   comparisons:
4382     - title: "2009.0-5 vs 2005.0-5"
4383       reference: 2
4384       compare: 3
4385   legend:
4386     - ''
4387     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4388     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4389     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4390     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4391
4392 # VPP Performance Changes 3n-dnv 1t1c ndr
4393 - type: "table"
4394   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4395   algorithm: "table_comparison"
4396   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4397   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4398   filter: "'1T1C'"
4399   columns:
4400     - title: "2001.0-2"
4401       data-set: "vpp-performance-changes-3n-dnv-h1"
4402     - title: "2005.0-5"
4403       data-set: "vpp-performance-changes-3n-dnv-ref"
4404     - title: "2009.0-5"
4405       data-set: "vpp-performance-changes-3n-dnv-cmp"
4406   comparisons:
4407     - title: "2009.0-5 vs 2005.0-5"
4408       reference: 2
4409       compare: 3
4410   legend:
4411     - ''
4412     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4413     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4414     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4415     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4416
4417 # VPP Performance Changes 3n-dnv 2t2c ndr
4418 - type: "table"
4419   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4420   algorithm: "table_comparison"
4421   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4422   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4423   filter: "'2T2C'"
4424   columns:
4425     - title: "2001.0-2"
4426       data-set: "vpp-performance-changes-3n-dnv-h1"
4427     - title: "2005.0-5"
4428       data-set: "vpp-performance-changes-3n-dnv-ref"
4429     - title: "2009.0-5"
4430       data-set: "vpp-performance-changes-3n-dnv-cmp"
4431   comparisons:
4432     - title: "2009.0-5 vs 2005.0-5"
4433       reference: 2
4434       compare: 3
4435   legend:
4436     - ''
4437     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4438     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4439     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4440     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4441
4442 # VPP Performance Changes 3n-tsh 1t1c pdr
4443 - type: "table"
4444   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4445   algorithm: "table_comparison"
4446   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4447   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4448   filter: "'1T1C'"
4449   columns:
4450     - title: "2001.0-4"
4451       data-set: "vpp-performance-changes-3n-tsh-h1"
4452     - title: "2005.0-4"
4453       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4454     - title: "2005.0-5"
4455       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4456     - title: "2009.0-5"
4457       data-set: "vpp-performance-changes-3n-tsh-cmp"
4458   comparisons:
4459     - title: "2005.0-5 vs 2005.0-4"
4460       reference: 2
4461       compare: 3
4462 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4463     - title: "2009.0-5 vs 2005.0-5"
4464       reference: 3
4465       compare: 4
4466 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4467   legend:
4468     - ''
4469     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4470     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4471     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4472     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4473     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4474
4475 # VPP Performance Changes 3n-tsh 2t2c pdr
4476 - type: "table"
4477   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4478   algorithm: "table_comparison"
4479   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4480   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4481   filter: "'2T2C'"
4482   columns:
4483     - title: "2001.0-4"
4484       data-set: "vpp-performance-changes-3n-tsh-h1"
4485     - title: "2005.0-4"
4486       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4487     - title: "2005.0-5"
4488       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4489     - title: "2009.0-5"
4490       data-set: "vpp-performance-changes-3n-tsh-cmp"
4491   comparisons:
4492     - title: "2005.0-5 vs 2005.0-4"
4493       reference: 2
4494       compare: 3
4495 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4496     - title: "2009.0-5 vs 2005.0-5"
4497       reference: 3
4498       compare: 4
4499 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4500   legend:
4501     - ''
4502     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4503     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4504     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4505     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4506     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4507
4508 # VPP Performance Changes 3n-tsh 1t1c ndr
4509 - type: "table"
4510   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4511   algorithm: "table_comparison"
4512   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4513   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4514   filter: "'1T1C'"
4515   columns:
4516     - title: "2001.0-4"
4517       data-set: "vpp-performance-changes-3n-tsh-h1"
4518     - title: "2005.0-4"
4519       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4520     - title: "2005.0-5"
4521       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4522     - title: "2009.0-5"
4523       data-set: "vpp-performance-changes-3n-tsh-cmp"
4524   comparisons:
4525     - title: "2005.0-5 vs 2005.0-4"
4526       reference: 2
4527       compare: 3
4528 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4529     - title: "2009.0-5 vs 2005.0-5"
4530       reference: 3
4531       compare: 4
4532 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4533   legend:
4534     - ''
4535     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4536     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4537     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4538     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4539     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4540
4541 # VPP Performance Changes 3n-tsh 2t2c ndr
4542 - type: "table"
4543   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4544   algorithm: "table_comparison"
4545   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4546   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4547   filter: "'2T2C'"
4548   columns:
4549     - title: "2001.0-4"
4550       data-set: "vpp-performance-changes-3n-tsh-h1"
4551     - title: "2005.0-4"
4552       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4553     - title: "2005.0-5"
4554       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4555     - title: "2009.0-5"
4556       data-set: "vpp-performance-changes-3n-tsh-cmp"
4557   comparisons:
4558     - title: "2005.0-5 vs 2005.0-4"
4559       reference: 2
4560       compare: 3
4561 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4562     - title: "2009.0-5 vs 2005.0-5"
4563       reference: 3
4564       compare: 4
4565 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4566   legend:
4567     - ''
4568     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4569     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4570     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4571     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4572     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4573
4574 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4575 - type: "table"
4576   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4577   algorithm: "table_comparison"
4578   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4579   include-tests: "NDR" # "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 ndr
4598 - type: "table"
4599   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4600   algorithm: "table_comparison"
4601   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4602   include-tests: "NDR" # "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 3n-hsw to 3n-skx 1c pdr
4621 - type: "table"
4622   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4623   algorithm: "table_comparison"
4624   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4625   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4626   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4627   columns:
4628     - title: "3n-hsw xl710"
4629       data-set: "vpp-compare-testbeds-ref"
4630       tag: "NIC_Intel-XL710"
4631     - title: "3n-skx xxv710"
4632       data-set: "vpp-compare-testbeds-cmp"
4633       tag: "NIC_Intel-XXV710"
4634   comparisons:
4635     - title: "Diff"
4636       reference: 1
4637       compare: 2
4638   legend:
4639     - ""
4640     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4641     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4642
4643 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4644 - type: "table"
4645   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4646   algorithm: "table_comparison"
4647   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4648   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4649   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4650   columns:
4651     - title: "3n-hsw xl710"
4652       data-set: "vpp-compare-testbeds-ref"
4653       tag: "NIC_Intel-XL710"
4654     - title: "3n-skx xxv710"
4655       data-set: "vpp-compare-testbeds-cmp"
4656       tag: "NIC_Intel-XXV710"
4657   comparisons:
4658     - title: "Diff"
4659       reference: 1
4660       compare: 2
4661   legend:
4662     - ""
4663     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4664     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4665
4666 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4667 - type: "table"
4668   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4669   algorithm: "table_comparison"
4670   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4671   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4672   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4673   columns:
4674     - title: "2n-skx"
4675       data-set: "vpp-compare-testbeds-skx-clx-ref"
4676     - title: "2n-clx"
4677       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4678   comparisons:
4679     - title: "Diff"
4680       reference: 1
4681       compare: 2
4682   legend:
4683     - ""
4684     - "2n-skx, 2n-clx - testbeds and NICs tested."
4685     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4686
4687 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4688 - type: "table"
4689   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4690   algorithm: "table_comparison"
4691   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4692   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4693   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4694   columns:
4695     - title: "2n-skx"
4696       data-set: "vpp-compare-testbeds-skx-clx-ref"
4697     - title: "2n-clx"
4698       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4699   comparisons:
4700     - title: "Diff"
4701       reference: 1
4702       compare: 2
4703   legend:
4704     - ""
4705     - "2n-skx, 2n-clx - testbeds and NICs tested."
4706     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4707
4708 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4709 - type: "table"
4710   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4711   algorithm: "table_comparison"
4712   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4714   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4715   columns:
4716     - title: "2n-skx"
4717       data-set: "vpp-compare-testbeds-skx-clx-ref"
4718     - title: "2n-clx"
4719       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4720   comparisons:
4721     - title: "Diff"
4722       reference: 1
4723       compare: 2
4724   legend:
4725     - ""
4726     - "2n-skx, 2n-clx - testbeds and NICs tested."
4727     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4728
4729 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4730 - type: "table"
4731   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4732   algorithm: "table_comparison"
4733   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4734   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4735   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4736   columns:
4737     - title: "2n-skx"
4738       data-set: "vpp-compare-testbeds-skx-clx-ref"
4739     - title: "2n-clx"
4740       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4741   comparisons:
4742     - title: "Diff"
4743       reference: 1
4744       compare: 2
4745   legend:
4746     - ""
4747     - "2n-skx, 2n-clx - testbeds and NICs tested."
4748     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4749
4750 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4751 - type: "table"
4752   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4753   algorithm: "table_comparison"
4754   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4755   include-tests: "NDR" # "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 ndr
4774 - type: "table"
4775   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4776   algorithm: "table_comparison"
4777   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4778   include-tests: "NDR" # "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 Testbeds 3n-hsw to 2n-clx 1c pdr
4797 - type: "table"
4798   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4799   algorithm: "table_comparison"
4800   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4801   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4802   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4803   columns:
4804     - title: "3n-hsw xl710"
4805       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4806       tag: "NIC_Intel-XL710"
4807     - title: "2n-clx xxv710"
4808       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4809       tag: "NIC_Intel-XXV710"
4810   comparisons:
4811     - title: "Diff"
4812       reference: 1
4813       compare: 2
4814   legend:
4815     - ""
4816     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4817     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4818
4819 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4820 - type: "table"
4821   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4822   algorithm: "table_comparison"
4823   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4825   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4826   columns:
4827     - title: "3n-hsw xl710"
4828       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4829       tag: "NIC_Intel-XL710"
4830     - title: "2n-clx xxv710"
4831       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4832       tag: "NIC_Intel-XXV710"
4833   comparisons:
4834     - title: "Diff"
4835       reference: 1
4836       compare: 2
4837   legend:
4838     - ""
4839     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4840     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4841
4842 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4843 - type: "table"
4844   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4845   algorithm: "table_comparison"
4846   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4847   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4848   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4849   columns:
4850     - title: "3n-skx"
4851       data-set: "vpp-compare-topologies-ref"
4852     - title: "2n-skx"
4853       data-set: "vpp-compare-topologies-cmp"
4854   comparisons:
4855     - title: "Diff"
4856       reference: 1
4857       compare: 2
4858   legend:
4859     - ""
4860     - "3n-skx, 2n-skx - topologies tested."
4861     - "Diff - difference between 3n-skx and 2n-skx topologies."
4862
4863 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4864 - type: "table"
4865   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4866   algorithm: "table_comparison"
4867   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4868   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4869   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4870   columns:
4871     - title: "3n-skx"
4872       data-set: "vpp-compare-topologies-ref"
4873     - title: "2n-skx"
4874       data-set: "vpp-compare-topologies-cmp"
4875   comparisons:
4876     - title: "Diff"
4877       reference: 1
4878       compare: 2
4879   legend:
4880     - ""
4881     - "3n-skx, 2n-skx - topologies tested."
4882     - "Diff - difference between 3n-skx and 2n-skx topologies."
4883
4884 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4885 - type: "table"
4886   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4887   algorithm: "table_comparison"
4888   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4889   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4890   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4891   columns:
4892     - title: "3n-skx"
4893       data-set: "vpp-compare-topologies-ref"
4894     - title: "2n-skx"
4895       data-set: "vpp-compare-topologies-cmp"
4896   comparisons:
4897     - title: "Diff"
4898       reference: 1
4899       compare: 2
4900   legend:
4901     - ""
4902     - "3n-skx, 2n-skx - topologies tested."
4903     - "Diff - difference between 3n-skx and 2n-skx topologies."
4904
4905 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4906 - type: "table"
4907   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4908   algorithm: "table_comparison"
4909   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4910   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4911   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4912   columns:
4913     - title: "3n-skx"
4914       data-set: "vpp-compare-topologies-ref"
4915     - title: "2n-skx"
4916       data-set: "vpp-compare-topologies-cmp"
4917   comparisons:
4918     - title: "Diff"
4919       reference: 1
4920       compare: 2
4921   legend:
4922     - ""
4923     - "3n-skx, 2n-skx - topologies tested."
4924     - "Diff - difference between 3n-skx and 2n-skx topologies."
4925
4926 # VPP Performance Changes 3n-hsw 1t1c mrr
4927 - type: "table"
4928   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4929   algorithm: "table_comparison"
4930   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4931   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4932   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4933   columns:
4934     - title: "2001.0-2"
4935       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4936     - title: "2005.0-4"
4937       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4938     - title: "2005.0-5"
4939       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4940     - title: "2009.0-5"
4941       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4942   comparisons:
4943     - title: "2005.0-5 vs 2005.0-4"
4944       reference: 2
4945       compare: 3
4946 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4947     - title: "2009.0-5 vs 2005.0-5"
4948       reference: 3
4949       compare: 4
4950 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4951   legend:
4952     - ''
4953     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4954     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4955     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4956     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4957     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4958
4959 # VPP Performance Changes 3n-hsw 2t2c mrr
4960 - type: "table"
4961   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4962   algorithm: "table_comparison"
4963   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4964   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4965   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4966   columns:
4967     - title: "2001.0-2"
4968       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4969     - title: "2005.0-4"
4970       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4971     - title: "2005.0-5"
4972       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4973     - title: "2009.0-5"
4974       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4975   comparisons:
4976     - title: "2005.0-5 vs 2005.0-4"
4977       reference: 2
4978       compare: 3
4979 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4980     - title: "2009.0-5 vs 2005.0-5"
4981       reference: 3
4982       compare: 4
4983 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4984   legend:
4985     - ''
4986     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4987     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4988     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4989     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4990     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4991
4992 # VPP Performance Changes 3n-hsw 4t4c mrr
4993 - type: "table"
4994   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4995   algorithm: "table_comparison"
4996   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4998   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4999   columns:
5000     - title: "2001.0-2"
5001       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5002     - title: "2005.0-4"
5003       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5004     - title: "2005.0-5"
5005       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5006     - title: "2009.0-5"
5007       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5008   comparisons:
5009     - title: "2005.0-5 vs 2005.0-4"
5010       reference: 2
5011       compare: 3
5012 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5013     - title: "2009.0-5 vs 2005.0-5"
5014       reference: 3
5015       compare: 4
5016 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5017   legend:
5018     - ''
5019     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5020     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5021     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5022     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5023     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5024
5025 # VPP Performance Changes 3n-skx 2t1c mrr
5026 - type: "table"
5027   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5028   algorithm: "table_comparison"
5029   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5030   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5031   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5032   columns:
5033     - title: "2001.0-2"
5034       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5035     - title: "2005.0-4"
5036       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5037     - title: "2005.0-5"
5038       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5039     - title: "2009.0-5"
5040       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5041   comparisons:
5042     - title: "2005.0-5 vs 2005.0-4"
5043       reference: 2
5044       compare: 3
5045 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
5046     - title: "2009.0-5 vs 2005.0-5"
5047       reference: 2
5048       compare: 3
5049 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
5050   legend:
5051     - ''
5052     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5053     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5054     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5055     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5056     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5057
5058 # VPP Performance Changes 3n-skx 4t2c mrr
5059 - type: "table"
5060   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5061   algorithm: "table_comparison"
5062   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5063   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5064   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5065   columns:
5066     - title: "2001.0-2"
5067       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5068     - title: "2005.0-4"
5069       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5070     - title: "2005.0-5"
5071       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5072     - title: "2009.0-5"
5073       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5074   comparisons:
5075     - title: "2005.0-5 vs 2005.0-4"
5076       reference: 2
5077       compare: 3
5078 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5079     - title: "2009.0-5 vs 2005.0-5"
5080       reference: 2
5081       compare: 3
5082 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5083   legend:
5084     - ''
5085     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5086     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5087     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5088     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5089     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5090
5091 # VPP Performance Changes 3n-skx 8t4c mrr
5092 - type: "table"
5093   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5094   algorithm: "table_comparison"
5095   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5096   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5097   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5098   columns:
5099     - title: "2001.0-2"
5100       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5101     - title: "2005.0-4"
5102       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5103     - title: "2005.0-5"
5104       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5105     - title: "2009.0-5"
5106       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5107   comparisons:
5108     - title: "2005.0-5 vs 2005.0-4"
5109       reference: 2
5110       compare: 3
5111 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5112     - title: "2009.0-5 vs 2005.0-5"
5113       reference: 2
5114       compare: 3
5115 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5116   legend:
5117     - ''
5118     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5119     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5120     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5121     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5122     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5123
5124 # VPP Performance Changes 2n-skx 2t1c mrr
5125 - type: "table"
5126   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5127   algorithm: "table_comparison"
5128   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5129   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5130   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5131   columns:
5132     - title: "2001.0-2"
5133       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5134     - title: "2005.0-4"
5135       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5136     - title: "2005.0-5"
5137       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5138     - title: "2009.0-5"
5139       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5140   comparisons:
5141     - title: "2005.0-5 vs 2005.0-4"
5142       reference: 2
5143       compare: 3
5144 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5145     - title: "2009.0-5 vs 2005.0-4"
5146       reference: 3
5147       compare: 4
5148 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5149   legend:
5150     - ''
5151     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5152     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5153     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5154     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5155     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5156
5157 # VPP Performance Changes 2n-skx 4t2c mrr
5158 - type: "table"
5159   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5160   algorithm: "table_comparison"
5161   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5162   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5163   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5164   columns:
5165     - title: "2001.0-2"
5166       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5167     - title: "2005.0-4"
5168       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5169     - title: "2005.0-5"
5170       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5171     - title: "2009.0-5"
5172       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5173   comparisons:
5174     - title: "2005.0-5 vs 2005.0-4"
5175       reference: 2
5176       compare: 3
5177 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5178     - title: "2009.0-5 vs 2005.0-4"
5179       reference: 3
5180       compare: 4
5181 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5182   legend:
5183     - ''
5184     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5185     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5186     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5187     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5188     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5189
5190 # VPP Performance Changes 2n-skx 8t4c mrr
5191 - type: "table"
5192   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5193   algorithm: "table_comparison"
5194   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5195   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5196   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5197   columns:
5198     - title: "2001.0-2"
5199       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5200     - title: "2005.0-4"
5201       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5202     - title: "2005.0-5"
5203       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5204     - title: "2009.0-5"
5205       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5206   comparisons:
5207     - title: "2005.0-5 vs 2005.0-4"
5208       reference: 2
5209       compare: 3
5210 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5211     - title: "2009.0-5 vs 2005.0-4"
5212       reference: 3
5213       compare: 4
5214 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5215   legend:
5216     - ''
5217     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5218     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5219     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5220     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5221     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5222
5223 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5224 - type: "table"
5225   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5226   algorithm: "table_comparison"
5227   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5228   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5229   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5230   columns:
5231     - title: "2001.0-2"
5232       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5233     - title: "2005.0-4"
5234       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5235     - title: "2005.0-5"
5236       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5237     - title: "2009.0-5"
5238       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5239   comparisons:
5240     - title: "2005.0-5 vs 2005.0-4"
5241       reference: 2
5242       compare: 3
5243 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5244     - title: "2009.0-5 vs 2005.0-5"
5245       reference: 3
5246       compare: 4
5247 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5248   legend:
5249     - ''
5250     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5251     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5252     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5253     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5254     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5255
5256 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5257 - type: "table"
5258   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5259   algorithm: "table_comparison"
5260   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5261   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5262   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5263   columns:
5264     - title: "2001.0-2"
5265       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5266     - title: "2005.0-4"
5267       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5268     - title: "2005.0-5"
5269       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5270     - title: "2009.0-5"
5271       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5272   comparisons:
5273     - title: "2005.0-5 vs 2005.0-4"
5274       reference: 2
5275       compare: 3
5276 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5277     - title: "2009.0-5 vs 2005.0-5"
5278       reference: 3
5279       compare: 4
5280 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5281   legend:
5282     - ''
5283     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5284     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5285     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5286     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5287     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5288
5289 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5290 - type: "table"
5291   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5292   algorithm: "table_comparison"
5293   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5294   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5295   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5296   columns:
5297     - title: "2001.0-2"
5298       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5299     - title: "2005.0-4"
5300       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5301     - title: "2005.0-5"
5302       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5303     - title: "2009.0-5"
5304       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5305   comparisons:
5306     - title: "2005.0-5 vs 2005.0-4"
5307       reference: 2
5308       compare: 3
5309 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5310     - title: "2009.0-5 vs 2005.0-5"
5311       reference: 3
5312       compare: 4
5313 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5314   legend:
5315     - ''
5316     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5317     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5318     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5319     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5320     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5321
5322 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5323 #- type: "table"
5324 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5325 #  algorithm: "table_comparison"
5326 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5327 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5328 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5329 #  columns:
5330 #    - title: "2001"
5331 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5332 #    - title: "2005"
5333 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5334 #  comparisons:
5335 #    - title: "Diff"
5336 #      reference: 1
5337 #      compare: 2
5338 #  legend:
5339 #    - ""
5340 #    - "2001, 2005 - VPP versions tested."
5341 #    - "Diff - difference between 2001 and 2005 VPP version."
5342 #
5343 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5344 #- type: "table"
5345 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5346 #  algorithm: "table_comparison"
5347 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5348 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5349 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5350 #  columns:
5351 #    - title: "2001"
5352 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5353 #    - title: "2005"
5354 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5355 #  comparisons:
5356 #    - title: "Diff"
5357 #      reference: 1
5358 #      compare: 2
5359 #  legend:
5360 #    - ""
5361 #    - "2001, 2005 - VPP versions tested."
5362 #    - "Diff - difference between 2001 and 2005 VPP version."
5363 #
5364 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5365 #- type: "table"
5366 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5367 #  algorithm: "table_comparison"
5368 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5369 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5370 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5371 #  columns:
5372 #    - title: "2001"
5373 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5374 #    - title: "2005"
5375 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5376 #  comparisons:
5377 #    - title: "Diff"
5378 #      reference: 1
5379 #      compare: 2
5380 #  legend:
5381 #    - ""
5382 #    - "2001, 2005 - VPP versions tested."
5383 #    - "Diff - difference between 2001 and 2005 VPP version."
5384
5385 # VPP Performance Changes 2n-dnv 1t1c mrr
5386 - type: "table"
5387   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5388   algorithm: "table_comparison"
5389   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5390   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5391   filter: "'1T1C'"
5392   columns:
5393     - title: "2001.0-2"
5394       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5395     - title: "2005.0-5"
5396       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5397     - title: "2009.0-5"
5398       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5399   comparisons:
5400     - title: "2009.0-5 vs 2005.0-5"
5401       reference: 2
5402       compare: 3
5403   legend:
5404     - ''
5405     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5406     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5407     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5408     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5409
5410 # VPP Performance Changes 2n-dnv 2t2c mrr
5411 - type: "table"
5412   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5413   algorithm: "table_comparison"
5414   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5415   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5416   filter: "'2T2C'"
5417   columns:
5418     - title: "2001.0-2"
5419       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5420     - title: "2005.0-5"
5421       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5422     - title: "2009.0-5"
5423       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5424   comparisons:
5425     - title: "2009.0-5 vs 2005.0-5"
5426       reference: 2
5427       compare: 3
5428   legend:
5429     - ''
5430     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5431     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5432     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5433     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5434
5435 # VPP Performance Changes 2n-dnv 4t4c mrr
5436 - type: "table"
5437   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5438   algorithm: "table_comparison"
5439   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5440   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5441   filter: "'4T4C'"
5442   columns:
5443     - title: "2001.0-2"
5444       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5445     - title: "2005.0-5"
5446       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5447     - title: "2009.0-5"
5448       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5449   comparisons:
5450     - title: "2009.0-5 vs 2005.0-5"
5451       reference: 2
5452       compare: 3
5453   legend:
5454     - ''
5455     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5456     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5457     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5458     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5459
5460 # VPP Performance Changes 3n-dnv 1t1c mrr
5461 - type: "table"
5462   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5463   algorithm: "table_comparison"
5464   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5465   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5466   filter: "'1T1C'"
5467   columns:
5468     - title: "2001.0-2"
5469       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5470     - title: "2005.0-5"
5471       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5472     - title: "2009.0-5"
5473       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5474   comparisons:
5475     - title: "2009.0-5 vs 2005.0-5"
5476       reference: 2
5477       compare: 3
5478   legend:
5479     - ''
5480     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5481     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5482     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5483     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5484
5485 # VPP Performance Changes 3n-dnv 2t2c mrr
5486 - type: "table"
5487   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5488   algorithm: "table_comparison"
5489   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5490   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5491   filter: "'2T2C'"
5492   columns:
5493     - title: "2001.0-2"
5494       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5495     - title: "2005.0-5"
5496       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5497     - title: "2009.0-5"
5498       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5499   comparisons:
5500     - title: "2009.0-5 vs 2005.0-5"
5501       reference: 2
5502       compare: 3
5503   legend:
5504     - ''
5505     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5506     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5507     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5508     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5509
5510 # VPP Performance Changes 3n-dnv 4t4c mrr
5511 - type: "table"
5512   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5513   algorithm: "table_comparison"
5514   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5515   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5516   filter: "'4T4C'"
5517   columns:
5518     - title: "2001.0-2"
5519       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5520     - title: "2005.0-5"
5521       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5522     - title: "2009.0-5"
5523       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5524   comparisons:
5525     - title: "2009.0-5 vs 2005.0-5"
5526       reference: 2
5527       compare: 3
5528   legend:
5529     - ''
5530     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5531     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5532     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5533     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5534
5535 # VPP Performance Changes 3n-tsh 1t1c mrr
5536 - type: "table"
5537   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5538   algorithm: "table_comparison"
5539   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5540   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5541   filter: "'1T1C'"
5542   columns:
5543     - title: "2001.0-2"
5544       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5545     - title: "2005.0-4"
5546       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5547     - title: "2005.0-5"
5548       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5549     - title: "2009.0-5"
5550       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5551   comparisons:
5552     - title: "2005.0-5 vs 2005.0-4"
5553       reference: 2
5554       compare: 3
5555 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5556     - title: "2009.0-5 vs 2005.0-5"
5557       reference: 3
5558       compare: 4
5559 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5560   legend:
5561     - ''
5562     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5563     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5564     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5565     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5566     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5567
5568 # VPP Performance Changes 3n-tsh 2t2c mrr
5569 - type: "table"
5570   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5571   algorithm: "table_comparison"
5572   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5573   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5574   filter: "'2T2C'"
5575   columns:
5576     - title: "2001.0-2"
5577       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5578     - title: "2005.0-4"
5579       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5580     - title: "2005.0-5"
5581       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5582     - title: "2009.0-5"
5583       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5584   comparisons:
5585     - title: "2005.0-5 vs 2005.0-4"
5586       reference: 2
5587       compare: 3
5588 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5589     - title: "2009.0-5 vs 2005.0-5"
5590       reference: 3
5591       compare: 4
5592 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5593   legend:
5594     - ''
5595     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5596     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5597     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5598     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5599     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5600
5601 # VPP Performance Changes 3n-tsh 4t4c mrr
5602 - type: "table"
5603   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5604   algorithm: "table_comparison"
5605   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5607   filter: "'4T4C'"
5608   columns:
5609     - title: "2001.0-2"
5610       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5611     - title: "2005.0-4"
5612       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5613     - title: "2005.0-5"
5614       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5615     - title: "2009.0-5"
5616       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5617   comparisons:
5618     - title: "2005.0-5 vs 2005.0-4"
5619       reference: 2
5620       compare: 3
5621 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5622     - title: "2009.0-5 vs 2005.0-5"
5623       reference: 3
5624       compare: 4
5625 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5626   legend:
5627     - ''
5628     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5629     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5630     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5631     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5632     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5633
5634 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5635 - type: "table"
5636   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5637   algorithm: "table_comparison"
5638   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5639   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5640   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
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 3n-hsw to 3n-skx 2c mrr
5658 - type: "table"
5659   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5660   algorithm: "table_comparison"
5661   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5663   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5664   columns:
5665     - title: "3n-hsw xl710"
5666       data-set: "vpp-compare-testbeds-mrr-ref"
5667       tag: "NIC_Intel-XL710"
5668     - title: "3n-skx xxv710"
5669       data-set: "vpp-compare-testbeds-mrr-cmp"
5670       tag: "NIC_Intel-XXV710"
5671   comparisons:
5672     - title: "Diff"
5673       reference: 1
5674       compare: 2
5675   legend:
5676     - ""
5677     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5678     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5679
5680 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5681 - type: "table"
5682   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5683   algorithm: "table_comparison"
5684   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5685   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5686   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5687   columns:
5688     - title: "3n-hsw xl710"
5689       data-set: "vpp-compare-testbeds-mrr-ref"
5690       tag: "NIC_Intel-XL710"
5691     - title: "3n-skx xxv710"
5692       data-set: "vpp-compare-testbeds-mrr-cmp"
5693       tag: "NIC_Intel-XXV710"
5694   comparisons:
5695     - title: "Diff"
5696       reference: 1
5697       compare: 2
5698   legend:
5699     - ""
5700     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5701     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5702
5703 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5704 - type: "table"
5705   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5706   algorithm: "table_comparison"
5707   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5708   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5709   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5710   columns:
5711     - title: "2n-skx"
5712       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5713     - title: "2n-clx"
5714       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5715   comparisons:
5716     - title: "Diff"
5717       reference: 1
5718       compare: 2
5719   legend:
5720     - ""
5721     - "2n-skx, 2n-clx - testbeds and NICs tested."
5722     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5723
5724 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5725 - type: "table"
5726   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5727   algorithm: "table_comparison"
5728   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5729   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5730   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5731   columns:
5732     - title: "2n-skx"
5733       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5734     - title: "2n-clx"
5735       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5736   comparisons:
5737     - title: "Diff"
5738       reference: 1
5739       compare: 2
5740   legend:
5741     - ""
5742     - "2n-skx, 2n-clx - testbeds and NICs tested."
5743     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5744
5745 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5746 - type: "table"
5747   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5748   algorithm: "table_comparison"
5749   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5751   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5752   columns:
5753     - title: "2n-skx"
5754       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5755     - title: "2n-clx"
5756       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5757   comparisons:
5758     - title: "Diff"
5759       reference: 1
5760       compare: 2
5761   legend:
5762     - ""
5763     - "2n-skx, 2n-clx - testbeds and NICs tested."
5764     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5765
5766 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5767 - type: "table"
5768   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5769   algorithm: "table_comparison"
5770   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5771   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5772   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5773   columns:
5774     - title: "3n-skx"
5775       data-set: "vpp-compare-topologies-mrr-ref"
5776     - title: "2n-skx"
5777       data-set: "vpp-compare-topologies-mrr-cmp"
5778   comparisons:
5779     - title: "Diff"
5780       reference: 1
5781       compare: 2
5782   legend:
5783     - ""
5784     - "3n-skx, 2n-skx - topologies tested."
5785     - "Diff - difference between 3n-skx and 2n-skx topologies."
5786
5787 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5788 - type: "table"
5789   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5790   algorithm: "table_comparison"
5791   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5792   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5793   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5794   columns:
5795     - title: "3n-skx"
5796       data-set: "vpp-compare-topologies-mrr-ref"
5797     - title: "2n-skx"
5798       data-set: "vpp-compare-topologies-mrr-cmp"
5799   comparisons:
5800     - title: "Diff"
5801       reference: 1
5802       compare: 2
5803   legend:
5804     - ""
5805     - "3n-skx, 2n-skx - topologies tested."
5806     - "Diff - difference between 3n-skx and 2n-skx topologies."
5807
5808 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5809 - type: "table"
5810   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5811   algorithm: "table_comparison"
5812   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5814   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5815   columns:
5816     - title: "3n-skx"
5817       data-set: "vpp-compare-topologies-mrr-ref"
5818     - title: "2n-skx"
5819       data-set: "vpp-compare-topologies-mrr-cmp"
5820   comparisons:
5821     - title: "Diff"
5822       reference: 1
5823       compare: 2
5824   legend:
5825     - ""
5826     - "3n-skx, 2n-skx - topologies tested."
5827     - "Diff - difference between 3n-skx and 2n-skx topologies."
5828
5829 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5830 - type: "table"
5831   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5832   algorithm: "table_comparison"
5833   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5834   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5835   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
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 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5853 - type: "table"
5854   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5855   algorithm: "table_comparison"
5856   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5858   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5859   columns:
5860     - title: "3n-hsw xl710"
5861       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5862       tag: "NIC_Intel-XL710"
5863     - title: "2n-clx xxv710"
5864       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5865       tag: "NIC_Intel-XXV710"
5866   comparisons:
5867     - title: "Diff"
5868       reference: 1
5869       compare: 2
5870   legend:
5871     - ""
5872     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5873     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5874
5875 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5876 - type: "table"
5877   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5878   algorithm: "table_comparison"
5879   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5880   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5881   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5882   columns:
5883     - title: "3n-hsw xl710"
5884       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5885       tag: "NIC_Intel-XL710"
5886     - title: "2n-clx xxv710"
5887       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5888       tag: "NIC_Intel-XXV710"
5889   comparisons:
5890     - title: "Diff"
5891       reference: 1
5892       compare: 2
5893   legend:
5894     - ""
5895     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5896     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5897
5898 # Detailed Test Results - VPP Performance Results 3n-hsw
5899 - type: "table"
5900   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5901   algorithm: "table_merged_details"
5902   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5903   columns:
5904     - title: " |prein| Test Name |preout| "
5905       data: "data name"
5906     - 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| "
5907       data: "data msg"
5908   data: "vpp-perf-results-3n-hsw"
5909   filter: "all"
5910   parameters:
5911   - "name"
5912   - "parent"
5913   - "msg"
5914
5915 # Detailed Test Results - VPP Performance Results 3n-skx
5916 - type: "table"
5917   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5918   algorithm: "table_merged_details"
5919   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5920   columns:
5921     - title: " |prein| Test Name |preout| "
5922       data: "data name"
5923     - 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| "
5924       data: "data msg"
5925   data: "vpp-perf-results-3n-skx"
5926   filter: "all"
5927   remove-ndr: False
5928   parameters:
5929   - "name"
5930   - "parent"
5931   - "msg"
5932
5933 # Detailed Test Results - VPP Performance Results 2n-skx
5934 - type: "table"
5935   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5936   algorithm: "table_merged_details"
5937   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5938   columns:
5939     - title: " |prein| Test Name |preout| "
5940       data: "data name"
5941     - 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| "
5942       data: "data msg"
5943   data: "vpp-perf-results-2n-skx"
5944   filter: "all"
5945   remove-ndr: False
5946   parameters:
5947   - "name"
5948   - "parent"
5949   - "msg"
5950
5951 # Detailed Test Results - VPP Performance Results 2n-clx
5952 - type: "table"
5953   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5954   algorithm: "table_merged_details"
5955   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5956   columns:
5957     - title: " |prein| Test Name |preout| "
5958       data: "data name"
5959     - 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| "
5960       data: "data msg"
5961   data: "vpp-perf-results-2n-clx"
5962   filter: "all"
5963   parameters:
5964   - "name"
5965   - "parent"
5966   - "msg"
5967
5968 # Detailed Test Results - VPP Performance Results 3n-tsh
5969 - type: "table"
5970   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5971   algorithm: "table_merged_details"
5972   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5973   columns:
5974     - title: " |prein| Test Name |preout| "
5975       data: "data name"
5976     - 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| "
5977       data: "data msg"
5978   data: "vpp-perf-results-3n-tsh"
5979   filter: "all"
5980   parameters:
5981   - "name"
5982   - "parent"
5983   - "msg"
5984
5985 # Detailed Test Results - VPP Performance Results 3n-dnv
5986 - type: "table"
5987   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5988   algorithm: "table_merged_details"
5989   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5990   columns:
5991     - title: " |prein| Test Name |preout| "
5992       data: "data name"
5993     - 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| "
5994       data: "data msg"
5995   data: "vpp-perf-results-3n-dnv"
5996   filter: "all"
5997   parameters:
5998   - "name"
5999   - "parent"
6000   - "msg"
6001
6002 # Detailed Test Results - VPP Performance Results 2n-dnv
6003 - type: "table"
6004   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6005   algorithm: "table_merged_details"
6006   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6007   columns:
6008     - title: " |prein| Test Name |preout| "
6009       data: "data name"
6010     - 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| "
6011       data: "data msg"
6012   data: "vpp-perf-results-2n-dnv"
6013   filter: "all"
6014   parameters:
6015   - "name"
6016   - "parent"
6017   - "msg"
6018
6019 # Test configuration - VPP Performance Test Configs 3n-hsw
6020 - type: "table"
6021   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6022   algorithm: "table_merged_details"
6023   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6024   columns:
6025     - title: " |prein| Test Name |preout| "
6026       data: "data name"
6027     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6028       data: "data conf-history"
6029   data: "vpp-perf-results-3n-hsw"
6030   filter: "all"
6031   parameters:
6032   - "parent"
6033   - "name"
6034   - "conf-history"
6035
6036 # Test configuration - VPP Performance Test Configs 3n-skx
6037 - type: "table"
6038   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6039   algorithm: "table_merged_details"
6040   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6041   columns:
6042     - title: " |prein| Test Name |preout| "
6043       data: "data name"
6044     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6045       data: "data conf-history"
6046   data: "vpp-perf-results-3n-skx"
6047   filter: "all"
6048   parameters:
6049   - "parent"
6050   - "name"
6051   - "conf-history"
6052
6053 # Test configuration - VPP Performance Test Configs 2n-skx
6054 - type: "table"
6055   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6056   algorithm: "table_merged_details"
6057   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6058   columns:
6059     - title: " |prein| Test Name |preout| "
6060       data: "data name"
6061     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6062       data: "data conf-history"
6063   data: "vpp-perf-results-2n-skx"
6064   filter: "all"
6065   parameters:
6066   - "parent"
6067   - "name"
6068   - "conf-history"
6069
6070 # Test configuration - VPP Performance Test Configs 2n-clx
6071 - type: "table"
6072   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6073   algorithm: "table_merged_details"
6074   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6075   columns:
6076     - title: " |prein| Test Name |preout| "
6077       data: "data name"
6078     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6079       data: "data conf-history"
6080   data: "vpp-perf-results-2n-clx"
6081   filter: "all"
6082   parameters:
6083   - "parent"
6084   - "name"
6085   - "conf-history"
6086
6087 # Test configuration - VPP Performance Test Configs 3n-tsh
6088 - type: "table"
6089   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6090   algorithm: "table_merged_details"
6091   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6092   columns:
6093     - title: " |prein| Test Name |preout| "
6094       data: "data name"
6095     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6096       data: "data conf-history"
6097   data: "vpp-perf-results-3n-tsh"
6098   filter: "all"
6099   parameters:
6100   - "parent"
6101   - "name"
6102   - "conf-history"
6103
6104 # Test configuration - VPP Performance Test Configs 3n-dnv
6105 - type: "table"
6106   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6107   algorithm: "table_merged_details"
6108   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6109   columns:
6110     - title: " |prein| Test Name |preout| "
6111       data: "data name"
6112     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6113       data: "data conf-history"
6114   data: "vpp-perf-results-3n-dnv"
6115   filter: "all"
6116   parameters:
6117   - "parent"
6118   - "name"
6119   - "conf-history"
6120
6121 # Test configuration - VPP Performance Test Configs 2n-dnv
6122 - type: "table"
6123   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6124   algorithm: "table_merged_details"
6125   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6126   columns:
6127     - title: " |prein| Test Name |preout| "
6128       data: "data name"
6129     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6130       data: "data conf-history"
6131   data: "vpp-perf-results-2n-dnv"
6132   filter: "all"
6133   parameters:
6134   - "parent"
6135   - "name"
6136   - "conf-history"
6137
6138 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6139 - type: "table"
6140   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6141   algorithm: "table_oper_data_html"
6142   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6143   data: "vpp-perf-results-3n-hsw"
6144   filter: "all"
6145
6146 # Test Operational Data - VPP Performance Operational Data 3n-skx
6147 - type: "table"
6148   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6149   algorithm: "table_oper_data_html"
6150   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6151   data: "vpp-perf-results-3n-skx"
6152   filter: "all"
6153
6154 # Test Operational Data - VPP Performance Operational Data 2n-skx
6155 - type: "table"
6156   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6157   algorithm: "table_oper_data_html"
6158   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6159   data: "vpp-perf-results-2n-skx"
6160   filter: "all"
6161
6162 # Test Operational Data - VPP Performance Operational Data 2n-clx
6163 - type: "table"
6164   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6165   algorithm: "table_oper_data_html"
6166   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6167   data: "vpp-perf-results-2n-clx"
6168   filter: "all"
6169
6170 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6171 - type: "table"
6172   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6173   algorithm: "table_oper_data_html"
6174   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6175   data: "vpp-perf-results-3n-tsh"
6176   filter: "all"
6177
6178 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6179 - type: "table"
6180   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6181   algorithm: "table_oper_data_html"
6182   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6183   data: "vpp-perf-results-3n-dnv"
6184   filter: "all"
6185
6186 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6187 - type: "table"
6188   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6189   algorithm: "table_oper_data_html"
6190   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6191   data: "vpp-perf-results-2n-dnv"
6192   filter: "all"
6193
6194 # Detailed Test Results - VPP MRR Results 3n-hsw
6195 - type: "table"
6196   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6197   algorithm: "table_merged_details"
6198   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6199   columns:
6200     - title: " |prein| Test Name |preout| "
6201       data: "data name"
6202     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6203       data: "data msg"
6204   data: "vpp-mrr-results-3n-hsw"
6205   filter: "all"
6206   parameters:
6207   - "name"
6208   - "parent"
6209   - "msg"
6210
6211 # Detailed Test Results - VPP MRR Results 3n-skx
6212 - type: "table"
6213   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6214   algorithm: "table_merged_details"
6215   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6216   columns:
6217     - title: " |prein| Test Name |preout| "
6218       data: "data name"
6219     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6220       data: "data msg"
6221   data: "vpp-mrr-results-3n-skx"
6222   filter: "all"
6223   parameters:
6224   - "name"
6225   - "parent"
6226   - "msg"
6227
6228 # Detailed Test Results - VPP MRR Results 2n-skx
6229 - type: "table"
6230   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6231   algorithm: "table_merged_details"
6232   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6233   columns:
6234     - title: " |prein| Test Name |preout| "
6235       data: "data name"
6236     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6237       data: "data msg"
6238   data: "vpp-mrr-results-2n-skx"
6239   filter: "all"
6240   parameters:
6241   - "name"
6242   - "parent"
6243   - "msg"
6244
6245 # Detailed Test Results - VPP MRR Results 2n-clx
6246 - type: "table"
6247   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6248   algorithm: "table_merged_details"
6249   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6250   columns:
6251     - title: " |prein| Test Name |preout| "
6252       data: "data name"
6253     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6254       data: "data msg"
6255   data: "vpp-mrr-results-2n-clx"
6256   filter: "all"
6257   parameters:
6258   - "name"
6259   - "parent"
6260   - "msg"
6261
6262 # Detailed Test Results - VPP MRR Results 3n-tsh
6263 - type: "table"
6264   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6265   algorithm: "table_merged_details"
6266   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6267   columns:
6268     - title: " |prein| Test Name |preout| "
6269       data: "data name"
6270     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6271       data: "data msg"
6272   data: "vpp-mrr-results-3n-tsh"
6273   filter: "all"
6274   parameters:
6275   - "name"
6276   - "parent"
6277   - "msg"
6278
6279 # Detailed Test Results - VPP MRR Results 3n-dnv
6280 - type: "table"
6281   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6282   algorithm: "table_merged_details"
6283   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6284   columns:
6285     - title: " |prein| Test Name |preout| "
6286       data: "data name"
6287     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6288       data: "data msg"
6289   data: "vpp-mrr-results-3n-dnv"
6290   filter: "all"
6291   parameters:
6292   - "name"
6293   - "parent"
6294   - "msg"
6295
6296 # Detailed Test Results - VPP MRR Results 2n-dnv
6297 - type: "table"
6298   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6299   algorithm: "table_merged_details"
6300   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6301   columns:
6302     - title: " |prein| Test Name |preout| "
6303       data: "data name"
6304     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6305       data: "data msg"
6306   data: "vpp-mrr-results-2n-dnv"
6307   filter: "all"
6308   parameters:
6309   - "name"
6310   - "parent"
6311   - "msg"
6312
6313 # Test configuration - VPP MRR Test Configs 3n-hsw
6314 - type: "table"
6315   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6316   algorithm: "table_merged_details"
6317   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6318   columns:
6319     - title: " |prein| Test Name |preout| "
6320       data: "data name"
6321     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6322       data: "data conf-history"
6323   data: "vpp-mrr-results-3n-hsw"
6324   filter: "all"
6325   parameters:
6326   - "parent"
6327   - "name"
6328   - "conf-history"
6329
6330 # Test configuration - VPP MRR Test Configs 3n-skx
6331 - type: "table"
6332   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6333   algorithm: "table_merged_details"
6334   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6335   columns:
6336     - title: " |prein| Test Name |preout| "
6337       data: "data name"
6338     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6339       data: "data conf-history"
6340   data: "vpp-mrr-results-3n-skx"
6341   filter: "all"
6342   parameters:
6343   - "parent"
6344   - "name"
6345   - "conf-history"
6346
6347 # Test configuration - VPP MRR Test Configs 2n-skx
6348 - type: "table"
6349   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6350   algorithm: "table_merged_details"
6351   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6352   columns:
6353     - title: " |prein| Test Name |preout| "
6354       data: "data name"
6355     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6356       data: "data conf-history"
6357   data: "vpp-mrr-results-2n-skx"
6358   filter: "all"
6359   parameters:
6360   - "parent"
6361   - "name"
6362   - "conf-history"
6363
6364 # Test configuration - VPP MRR Test Configs 2n-clx
6365 - type: "table"
6366   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6367   algorithm: "table_merged_details"
6368   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6369   columns:
6370     - title: " |prein| Test Name |preout| "
6371       data: "data name"
6372     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6373       data: "data conf-history"
6374   data: "vpp-mrr-results-2n-clx"
6375   filter: "all"
6376   parameters:
6377   - "parent"
6378   - "name"
6379   - "conf-history"
6380
6381 # Test configuration - VPP MRR Test Configs 3n-tsh
6382 - type: "table"
6383   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6384   algorithm: "table_merged_details"
6385   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6386   columns:
6387     - title: " |prein| Test Name |preout| "
6388       data: "data name"
6389     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6390       data: "data conf-history"
6391   data: "vpp-mrr-results-3n-tsh"
6392   filter: "all"
6393   parameters:
6394   - "parent"
6395   - "name"
6396   - "conf-history"
6397
6398 # Test configuration - VPP MRR Test Configs 3n-dnv
6399 - type: "table"
6400   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6401   algorithm: "table_merged_details"
6402   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6403   columns:
6404     - title: " |prein| Test Name |preout| "
6405       data: "data name"
6406     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6407       data: "data conf-history"
6408   data: "vpp-mrr-results-3n-dnv"
6409   filter: "all"
6410   parameters:
6411   - "parent"
6412   - "name"
6413   - "conf-history"
6414
6415 # Test configuration - VPP MRR Test Configs 2n-dnv
6416 - type: "table"
6417   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6418   algorithm: "table_merged_details"
6419   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6420   columns:
6421     - title: " |prein| Test Name |preout| "
6422       data: "data name"
6423     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6424       data: "data conf-history"
6425   data: "vpp-mrr-results-2n-dnv"
6426   filter: "all"
6427   parameters:
6428   - "parent"
6429   - "name"
6430   - "conf-history"
6431
6432 # Detailed Test Results - VPP Device Results - Ubuntu
6433 - type: "table"
6434   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6435   algorithm: "table_merged_details"
6436   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6437   columns:
6438     - title: " |prein| Test Name |preout| "
6439       data: "data name"
6440     - title: " |prein| Status |preout| "
6441       data: "data status"
6442   data: "vpp-device-results-ubuntu"
6443   filter: "all"
6444   parameters:
6445   - "name"
6446   - "parent"
6447   - "doc"
6448   - "status"
6449
6450 # Test configuration - VPP Device Test Configs - Ubuntu
6451 - type: "table"
6452   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6453   algorithm: "table_merged_details"
6454   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6455   columns:
6456     - title: " |prein| Test Name |preout| "
6457       data: "data name"
6458     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6459       data: "data conf-history"
6460   data: "vpp-device-results-ubuntu"
6461   filter: "all"
6462   parameters:
6463   - "parent"
6464   - "name"
6465   - "conf-history"
6466
6467 ################################################################################
6468
6469 # DPDK Performance Changes 3n-hsw 1t1c pdr
6470 - type: "table"
6471   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6472   algorithm: "table_comparison"
6473   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6474   include-tests: "PDR" # "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 pdr
6493 - type: "table"
6494   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6495   algorithm: "table_comparison"
6496   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6497   include-tests: "PDR" # "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-hsw 1t1c pdr
6516 - type: "table"
6517   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6518   algorithm: "table_comparison"
6519   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6520   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6521   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6522   columns:
6523     - title: "2001"
6524       data-set: "dpdk-performance-changes-3n-hsw-h1"
6525     - title: "2005"
6526       data-set: "dpdk-performance-changes-3n-hsw-ref"
6527     - title: "2009"
6528       data-set: "dpdk-performance-changes-3n-hsw-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-hsw 2t2c ndr
6539 - type: "table"
6540   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6541   algorithm: "table_comparison"
6542   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6543   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6544   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6545   columns:
6546     - title: "2001"
6547       data-set: "dpdk-performance-changes-3n-hsw-h1"
6548     - title: "2005"
6549       data-set: "dpdk-performance-changes-3n-hsw-ref"
6550     - title: "2009"
6551       data-set: "dpdk-performance-changes-3n-hsw-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 pdr
6562 - type: "table"
6563   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6564   algorithm: "table_comparison"
6565   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6566   include-tests: "PDR" # "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 pdr
6585 - type: "table"
6586   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6587   algorithm: "table_comparison"
6588   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6589   include-tests: "PDR" # "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 3n-skx 2t1c ndr
6608 - type: "table"
6609   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6610   algorithm: "table_comparison"
6611   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6612   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6613   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6614   columns:
6615     - title: "2001"
6616       data-set: "dpdk-performance-changes-3n-skx-h1"
6617     - title: "2005"
6618       data-set: "dpdk-performance-changes-3n-skx-ref"
6619     - title: "2009"
6620       data-set: "dpdk-performance-changes-3n-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 3n-skx 4t2c ndr
6631 - type: "table"
6632   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6633   algorithm: "table_comparison"
6634   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6635   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6636   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6637   columns:
6638     - title: "2001"
6639       data-set: "dpdk-performance-changes-3n-skx-h1"
6640     - title: "2005"
6641       data-set: "dpdk-performance-changes-3n-skx-ref"
6642     - title: "2009"
6643       data-set: "dpdk-performance-changes-3n-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 pdr
6654 - type: "table"
6655   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6656   algorithm: "table_comparison"
6657   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6658   include-tests: "PDR" # "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 pdr
6677 - type: "table"
6678   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6679   algorithm: "table_comparison"
6680   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6681   include-tests: "PDR" # "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-skx 2t1c ndr
6700 - type: "table"
6701   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6702   algorithm: "table_comparison"
6703   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6704   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6705   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6706   columns:
6707     - title: "2001"
6708       data-set: "dpdk-performance-changes-2n-skx-h1"
6709     - title: "2005"
6710       data-set: "dpdk-performance-changes-2n-skx-ref"
6711     - title: "2009"
6712       data-set: "dpdk-performance-changes-2n-skx-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-skx 4t2c ndr
6723 - type: "table"
6724   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6725   algorithm: "table_comparison"
6726   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6728   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6729   columns:
6730     - title: "2001"
6731       data-set: "dpdk-performance-changes-2n-skx-h1"
6732     - title: "2005"
6733       data-set: "dpdk-performance-changes-2n-skx-ref"
6734     - title: "2009"
6735       data-set: "dpdk-performance-changes-2n-skx-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 pdr
6746 - type: "table"
6747   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6748   algorithm: "table_comparison"
6749   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6750   include-tests: "PDR" # "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 pdr
6769 - type: "table"
6770   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6771   algorithm: "table_comparison"
6772   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6773   include-tests: "PDR" # "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-clx 2t1c ndr
6792 - type: "table"
6793   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6794   algorithm: "table_comparison"
6795   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6796   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6797   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6798   columns:
6799     - title: "2001"
6800       data-set: "dpdk-performance-changes-2n-clx-h1"
6801     - title: "2005"
6802       data-set: "dpdk-performance-changes-2n-clx-ref"
6803     - title: "2009"
6804       data-set: "dpdk-performance-changes-2n-clx-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-clx 4t2c ndr
6815 - type: "table"
6816   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6817   algorithm: "table_comparison"
6818   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6819   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6820   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6821   columns:
6822     - title: "2001"
6823       data-set: "dpdk-performance-changes-2n-clx-h1"
6824     - title: "2005"
6825       data-set: "dpdk-performance-changes-2n-clx-ref"
6826     - title: "2009"
6827       data-set: "dpdk-performance-changes-2n-clx-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 pdr
6838 #- type: "table"
6839 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6840 #  algorithm: "table_comparison"
6841 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6842 #  include-tests: "PDR" # "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 pdr
6861 #- type: "table"
6862 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6863 #  algorithm: "table_comparison"
6864 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6865 #  include-tests: "PDR" # "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 2n-dnv 1t1c ndr
6884 #- type: "table"
6885 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6886 #  algorithm: "table_comparison"
6887 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6888 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6889 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6890 #  columns:
6891 #    - title: "2001"
6892 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6893 #    - title: "2005"
6894 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6895 #    - title: "2009"
6896 #      data-set: "dpdk-performance-changes-2n-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 2n-dnv 2t2c ndr
6907 #- type: "table"
6908 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6909 #  algorithm: "table_comparison"
6910 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6911 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6912 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6913 #  columns:
6914 #    - title: "2001"
6915 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6916 #    - title: "2005"
6917 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6918 #    - title: "2009"
6919 #      data-set: "dpdk-performance-changes-2n-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 pdr
6930 #- type: "table"
6931 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6932 #  algorithm: "table_comparison"
6933 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6934 #  include-tests: "PDR" # "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 pdr
6953 #- type: "table"
6954 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6955 #  algorithm: "table_comparison"
6956 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6957 #  include-tests: "PDR" # "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-dnv 1t1c ndr
6976 #- type: "table"
6977 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6978 #  algorithm: "table_comparison"
6979 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6980 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6981 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6982 #  columns:
6983 #    - title: "2001"
6984 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6985 #    - title: "2005"
6986 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6987 #    - title: "2009"
6988 #      data-set: "dpdk-performance-changes-3n-dnv-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-dnv 2t2c ndr
6999 #- type: "table"
7000 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7001 #  algorithm: "table_comparison"
7002 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7003 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7004 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7005 #  columns:
7006 #    - title: "2001"
7007 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7008 #    - title: "2005"
7009 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7010 #    - title: "2009"
7011 #      data-set: "dpdk-performance-changes-3n-dnv-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 pdr
7022 - type: "table"
7023   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7024   algorithm: "table_comparison"
7025   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7026   include-tests: "PDR" # "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 pdr
7045 - type: "table"
7046   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7047   algorithm: "table_comparison"
7048   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7049   include-tests: "PDR" # "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 Performance Changes 3n-tsh 1t1c ndr
7068 - type: "table"
7069   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7070   algorithm: "table_comparison"
7071   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7073   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7074   columns:
7075     - title: "2001"
7076       data-set: "dpdk-performance-changes-3n-tsh-h1"
7077     - title: "2005"
7078       data-set: "dpdk-performance-changes-3n-tsh-ref"
7079     - title: "2009"
7080       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7081   comparisons:
7082     - title: "Diff"
7083       reference: 2
7084       compare: 3
7085   legend:
7086     - ""
7087     - "2001, 2005, 2009 - DPDK versions tested."
7088     - "Diff - difference between 2005 and 2009 DPDK version."
7089
7090 # DPDK Performance Changes 3n-tsh 2t2c ndr
7091 - type: "table"
7092   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7093   algorithm: "table_comparison"
7094   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7095   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7096   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7097   columns:
7098     - title: "2001"
7099       data-set: "dpdk-performance-changes-3n-tsh-h1"
7100     - title: "2005"
7101       data-set: "dpdk-performance-changes-3n-tsh-ref"
7102     - title: "2009"
7103       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7104   comparisons:
7105     - title: "Diff"
7106       reference: 2
7107       compare: 3
7108   legend:
7109     - ""
7110     - "2001, 2005, 2009 - DPDK versions tested."
7111     - "Diff - difference between 2005 and 2009 DPDK version."
7112
7113 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7114 - type: "table"
7115   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7116   algorithm: "table_comparison"
7117   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7118   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7119   filter: "'NIC_Intel-X710'"
7120   columns:
7121     - title: "3n-hsw x710"
7122       data-set: "dpdk-compare-testbeds-ref"
7123     - title: "3n-skx x710"
7124       data-set: "dpdk-compare-testbeds-cmp"
7125   comparisons:
7126     - title: "Diff"
7127       reference: 1
7128       compare: 2
7129   legend:
7130     - ""
7131     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7132     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7133
7134 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7135 - type: "table"
7136   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7137   algorithm: "table_comparison"
7138   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7139   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7140   filter: "'NIC_Intel-X710'"
7141   columns:
7142     - title: "3n-hsw x710"
7143       data-set: "dpdk-compare-testbeds-ref"
7144     - title: "3n-skx x710"
7145       data-set: "dpdk-compare-testbeds-cmp"
7146   comparisons:
7147     - title: "Diff"
7148       reference: 1
7149       compare: 2
7150   legend:
7151     - ""
7152     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7153     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7154
7155 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7156 - type: "table"
7157   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7158   algorithm: "table_comparison"
7159   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7160   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7161   filter: "'NIC_Intel-XXV710'"
7162   columns:
7163     - title: "2n-skx"
7164       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7165     - title: "2n-clx"
7166       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7167   comparisons:
7168     - title: "Diff"
7169       reference: 1
7170       compare: 2
7171   legend:
7172     - ""
7173     - "2n-skx, 2n-clx - testbeds and NICs tested."
7174     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7175
7176 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7177 - type: "table"
7178   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7179   algorithm: "table_comparison"
7180   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7181   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7182   filter: "'NIC_Intel-XXV710'"
7183   columns:
7184     - title: "2n-skx"
7185       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7186     - title: "2n-clx"
7187       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7188   comparisons:
7189     - title: "Diff"
7190       reference: 1
7191       compare: 2
7192   legend:
7193     - ""
7194     - "2n-skx, 2n-clx - testbeds and NICs tested."
7195     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7196
7197 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7198 - type: "table"
7199   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7200   algorithm: "table_comparison"
7201   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7202   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7203   filter: "'NIC_Intel-XXV710'"
7204   columns:
7205     - title: "3n-skx"
7206       data-set: "dpdk-compare-topologies-ref"
7207     - title: "2n-skx"
7208       data-set: "dpdk-compare-topologies-cmp"
7209   comparisons:
7210     - title: "Diff"
7211       reference: 1
7212       compare: 2
7213   legend:
7214     - ""
7215     - "3n-skx, 2n-skx - topologies tested."
7216     - "Diff - difference between 3n-skx and 2n-skx topologies."
7217
7218 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7219 - type: "table"
7220   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7221   algorithm: "table_comparison"
7222   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7224   filter: "'NIC_Intel-XXV710'"
7225   columns:
7226     - title: "3n-skx"
7227       data-set: "dpdk-compare-topologies-ref"
7228     - title: "2n-skx"
7229       data-set: "dpdk-compare-topologies-cmp"
7230   comparisons:
7231     - title: "Diff"
7232       reference: 1
7233       compare: 2
7234   legend:
7235     - ""
7236     - "3n-skx, 2n-skx - topologies tested."
7237     - "Diff - difference between 3n-skx and 2n-skx topologies."
7238
7239 # Detailed Test Results - DPDK Performance Results 3n-hsw
7240 - type: "table"
7241   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7242   algorithm: "table_merged_details"
7243   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7244   columns:
7245     - title: " |prein| Test Name |preout| "
7246       data: "data name"
7247     - 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| "
7248       data: "data msg"
7249   data: "dpdk-perf-results-3n-hsw"
7250   filter: "all"
7251   parameters:
7252   - "name"
7253   - "parent"
7254   - "msg"
7255
7256 # Detailed Test Results - DPDK Performance Results 3n-skx
7257 - type: "table"
7258   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7259   algorithm: "table_merged_details"
7260   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7261   columns:
7262     - title: " |prein| Test Name |preout| "
7263       data: "data name"
7264     - 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| "
7265       data: "data msg"
7266   data: "dpdk-perf-results-3n-skx"
7267   filter: "all"
7268   remove-ndr: False
7269   parameters:
7270   - "name"
7271   - "parent"
7272   - "msg"
7273
7274 # Detailed Test Results - DPDK Performance Results 2n-skx
7275 - type: "table"
7276   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7277   algorithm: "table_merged_details"
7278   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7279   columns:
7280     - title: " |prein| Test Name |preout| "
7281       data: "data name"
7282     - 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| "
7283       data: "data msg"
7284   data: "dpdk-perf-results-2n-skx"
7285   filter: "all"
7286   remove-ndr: False
7287   parameters:
7288   - "name"
7289   - "parent"
7290   - "msg"
7291
7292 # Detailed Test Results - DPDK Performance Results 2n-clx
7293 - type: "table"
7294   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7295   algorithm: "table_merged_details"
7296   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7297   columns:
7298     - title: " |prein| Test Name |preout| "
7299       data: "data name"
7300     - 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| "
7301       data: "data msg"
7302   data: "dpdk-perf-results-2n-clx"
7303   filter: "all"
7304   parameters:
7305   - "name"
7306   - "parent"
7307   - "msg"
7308
7309 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7310 #- type: "table"
7311 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7312 #  algorithm: "table_merged_details"
7313 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7314 #  columns:
7315 #    - title: " |prein| Test Name |preout| "
7316 #      data: "data name"
7317 #    - 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| "
7318 #      data: "data msg"
7319 #  data: "dpdk-perf-results-2n-dnv"
7320 #  filter: "all"
7321 #  parameters:
7322 #  - "name"
7323 #  - "parent"
7324 #  - "msg"
7325 #
7326 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7327 #- type: "table"
7328 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7329 #  algorithm: "table_merged_details"
7330 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7331 #  columns:
7332 #    - title: " |prein| Test Name |preout| "
7333 #      data: "data name"
7334 #    - 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| "
7335 #      data: "data msg"
7336 #  data: "dpdk-perf-results-3n-dnv"
7337 #  filter: "all"
7338 #  parameters:
7339 #  - "name"
7340 #  - "parent"
7341 #  - "msg"
7342
7343 # Detailed Test Results - DPDK Performance Results 3n-tsh
7344 - type: "table"
7345   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7346   algorithm: "table_merged_details"
7347   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7348   columns:
7349     - title: " |prein| Test Name |preout| "
7350       data: "data name"
7351     - 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| "
7352       data: "data msg"
7353   data: "dpdk-perf-results-3n-tsh"
7354   filter: "all"
7355   parameters:
7356   - "name"
7357   - "parent"
7358   - "msg"
7359
7360 ################################################################################
7361 ###                                F I L E S                                 ###
7362 ################################################################################
7363
7364 # VPP Performance Results
7365 - type: "file"
7366   title: "VPP Performance Results"
7367   algorithm: "file_details_split"
7368   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7369   dir-tables:
7370     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7371     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7372     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7373     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7374     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7375     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7376     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7377   data:
7378     - "vpp-perf-results-2n-skx"
7379     - "vpp-perf-results-3n-skx"
7380     - "vpp-perf-results-2n-clx"
7381     - "vpp-perf-results-3n-hsw"
7382     - "vpp-perf-results-3n-tsh"
7383     - "vpp-perf-results-2n-dnv"
7384     - "vpp-perf-results-3n-dnv"
7385   filter: "all"
7386   data-start-level: 4
7387   order-chapters:
7388     level-1:
7389       - "l2"
7390       - "ip4"
7391       - "ip6"
7392       - "srv6"
7393       - "ip4_tunnels"
7394       - "ip6_tunnels"
7395       - "vm_vhost"
7396       - "container_memif"
7397       - "crypto"
7398       - "vts"
7399       - "lb"
7400       - "nfv_density"
7401       - "hoststack"
7402     level-2:
7403       - "2n-skx"
7404       - "3n-skx"
7405       - "2n-clx"
7406       - "3n-hsw"
7407       - "3n-tsh"
7408       - "2n-dnv"
7409       - "3n-dnv"
7410     level-3:
7411       - "xl710"
7412       - "x520"
7413       - "xxv710"
7414       - "x710"
7415       - "x553"
7416       - "cx556a"
7417       - "vic1227"
7418       - "vic1385"
7419
7420 # VPP Performance Configuration
7421 - type: "file"
7422   title: "VPP Performance Configuration"
7423   algorithm: "file_details_split"
7424   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7425   dir-tables:
7426     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7427     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7428     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7429     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7430     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7431     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7432     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7433   data:
7434     - "vpp-perf-results-2n-skx"
7435     - "vpp-perf-results-3n-skx"
7436     - "vpp-perf-results-2n-clx"
7437     - "vpp-perf-results-3n-hsw"
7438     - "vpp-perf-results-3n-tsh"
7439     - "vpp-perf-results-2n-dnv"
7440     - "vpp-perf-results-3n-dnv"
7441   filter: "all"
7442   data-start-level: 4
7443   order-chapters:
7444     level-1:
7445       - "l2"
7446       - "ip4"
7447       - "ip6"
7448       - "srv6"
7449       - "ip4_tunnels"
7450       - "ip6_tunnels"
7451       - "vm_vhost"
7452       - "container_memif"
7453       - "crypto"
7454       - "vts"
7455       - "lb"
7456       - "nfv_density"
7457       - "hoststack"
7458     level-2:
7459       - "2n-skx"
7460       - "3n-skx"
7461       - "2n-clx"
7462       - "3n-hsw"
7463       - "3n-tsh"
7464       - "2n-dnv"
7465       - "3n-dnv"
7466     level-3:
7467       - "xl710"
7468       - "x520"
7469       - "xxv710"
7470       - "x710"
7471       - "x553"
7472       - "cx556a"
7473       - "vic1227"
7474       - "vic1385"
7475
7476 # VPP Performance Operational
7477 - type: "file"
7478   title: "VPP Performance Operational"
7479   algorithm: "file_details_split_html"
7480   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7481   dir-tables:
7482     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7483     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7484     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7485     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7486     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7487     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7488     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7489   data:
7490     - "vpp-perf-results-2n-skx"
7491     - "vpp-perf-results-3n-skx"
7492     - "vpp-perf-results-2n-clx"
7493     - "vpp-perf-results-3n-hsw"
7494     - "vpp-perf-results-3n-tsh"
7495     - "vpp-perf-results-2n-dnv"
7496     - "vpp-perf-results-3n-dnv"
7497   filter: "all"
7498   data-start-level: 4
7499   order-chapters:
7500     level-1:
7501       - "l2"
7502       - "ip4"
7503       - "ip6"
7504       - "srv6"
7505       - "ip4_tunnels"
7506       - "ip6_tunnels"
7507       - "vm_vhost"
7508       - "container_memif"
7509       - "crypto"
7510       - "vts"
7511       - "lb"
7512       - "nfv_density"
7513       - "hoststack"
7514     level-2:
7515       - "2n-skx"
7516       - "3n-skx"
7517       - "2n-clx"
7518       - "3n-hsw"
7519       - "3n-tsh"
7520       - "2n-dnv"
7521       - "3n-dnv"
7522     level-3:
7523       - "xl710"
7524       - "x520"
7525       - "xxv710"
7526       - "x710"
7527       - "x553"
7528       - "cx556a"
7529       - "vic1227"
7530       - "vic1385"
7531
7532 # VPP MRR Results
7533 - type: "file"
7534   title: "VPP MRR Results"
7535   algorithm: "file_details_split"
7536   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7537   dir-tables:
7538     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7539     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7540     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7541     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7542     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7543     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7544     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7545   data:
7546     - "vpp-mrr-results-2n-skx"
7547     - "vpp-mrr-results-3n-skx"
7548     - "vpp-mrr-results-2n-clx"
7549     - "vpp-mrr-results-3n-hsw"
7550     - "vpp-mrr-results-3n-tsh"
7551     - "vpp-mrr-results-2n-dnv"
7552     - "vpp-mrr-results-3n-dnv"
7553   filter: "all"
7554   data-start-level: 4
7555   order-chapters:
7556     level-1:
7557       - "l2"
7558       - "ip4"
7559       - "ip6"
7560       - "srv6"
7561       - "ip4_tunnels"
7562       - "ip6_tunnels"
7563       - "vm_vhost"
7564       - "container_memif"
7565       - "crypto"
7566       - "vts"
7567       - "lb"
7568       - "nfv_density"
7569       - "hoststack"
7570     level-2:
7571       - "2n-skx"
7572       - "3n-skx"
7573       - "2n-clx"
7574       - "3n-hsw"
7575       - "3n-tsh"
7576       - "2n-dnv"
7577       - "3n-dnv"
7578     level-3:
7579       - "xl710"
7580       - "x520"
7581       - "xxv710"
7582       - "x710"
7583       - "x553"
7584       - "cx556a"
7585       - "vic1227"
7586       - "vic1385"
7587
7588 # VPP MRR Configuration
7589 - type: "file"
7590   title: "VPP MRR Configuration"
7591   algorithm: "file_details_split"
7592   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7593   dir-tables:
7594     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7595     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7596     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7597     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7598     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7599     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7600     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7601   data:
7602     - "vpp-mrr-results-2n-skx"
7603     - "vpp-mrr-results-3n-skx"
7604     - "vpp-mrr-results-2n-clx"
7605     - "vpp-mrr-results-3n-hsw"
7606     - "vpp-mrr-results-3n-tsh"
7607     - "vpp-mrr-results-2n-dnv"
7608     - "vpp-mrr-results-3n-dnv"
7609   filter: "all"
7610   data-start-level: 4
7611   order-chapters:
7612     level-1:
7613       - "l2"
7614       - "ip4"
7615       - "ip6"
7616       - "srv6"
7617       - "ip4_tunnels"
7618       - "ip6_tunnels"
7619       - "vm_vhost"
7620       - "container_memif"
7621       - "crypto"
7622       - "vts"
7623       - "lb"
7624       - "nfv_density"
7625       - "hoststack"
7626     level-2:
7627       - "2n-skx"
7628       - "3n-skx"
7629       - "2n-clx"
7630       - "3n-hsw"
7631       - "3n-tsh"
7632       - "2n-dnv"
7633       - "3n-dnv"
7634     level-3:
7635       - "xl710"
7636       - "x520"
7637       - "xxv710"
7638       - "x710"
7639       - "x553"
7640       - "cx556a"
7641       - "vic1227"
7642       - "vic1385"
7643
7644 # VPP Device Results - Ubuntu
7645 - type: "file"
7646   title: "VPP Device Results - Ubuntu"
7647   algorithm: "file_test_results"
7648   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7649   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7650   data: "vpp-device-results-ubuntu"
7651   filter: "all"
7652   data-start-level: 4
7653
7654 # VPP Device Configuration - Ubuntu
7655 - type: "file"
7656   title: "VPP Device Configuration - Ubuntu"
7657   algorithm: "file_test_results"
7658   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7659   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7660   data: "vpp-device-results-ubuntu"
7661   filter: "all"
7662   data-start-level: 4
7663
7664 # DPDK Performance Results 3n-hsw
7665 - type: "file"
7666   title: "DPDK Performance Results 3n-hsw"
7667   algorithm: "file_test_results"
7668   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7669   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7670   data: "dpdk-perf-results-3n-hsw"
7671   filter: "all"
7672   data-start-level: 4
7673
7674 # DPDK Performance Results 3n-skx
7675 - type: "file"
7676   title: "DPDK Performance Results 3n-skx"
7677   algorithm: "file_test_results"
7678   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7679   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7680   data: "dpdk-perf-results-3n-skx"
7681   filter: "all"
7682   data-start-level: 4
7683
7684 # DPDK Performance Results 2n-skx
7685 - type: "file"
7686   title: "DPDK Performance Results 2n-skx"
7687   algorithm: "file_test_results"
7688   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7689   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7690   data: "dpdk-perf-results-2n-skx"
7691   filter: "all"
7692   data-start-level: 4
7693
7694 # DPDK Performance Results 2n-clx
7695 - type: "file"
7696   title: "DPDK Performance Results 2n-clx"
7697   algorithm: "file_test_results"
7698   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7699   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7700   data: "dpdk-perf-results-2n-clx"
7701   filter: "all"
7702   data-start-level: 4
7703
7704 ## DPDK Performance Results 2n-dnv
7705 #- type: "file"
7706 #  title: "DPDK Performance Results 2n-dnv"
7707 #  algorithm: "file_test_results"
7708 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7709 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7710 #  data: "dpdk-perf-results-2n-dnv"
7711 #  filter: "all"
7712 #  data-start-level: 4
7713 #
7714 ## DPDK Performance Results 3n-dnv
7715 #- type: "file"
7716 #  title: "DPDK Performance Results 3n-dnv"
7717 #  algorithm: "file_test_results"
7718 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7719 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7720 #  data: "dpdk-perf-results-3n-dnv"
7721 #  filter: "all"
7722 #  data-start-level: 4
7723
7724 # DPDK Performance Results 3n-tsh
7725 - type: "file"
7726   title: "DPDK Performance Results 3n-tsh"
7727   algorithm: "file_test_results"
7728   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7729   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7730   data: "dpdk-perf-results-3n-tsh"
7731   filter: "all"
7732   data-start-level: 4
7733
7734 ################################################################################
7735 ###                                P L O T S                                 ###
7736 ################################################################################
7737
7738 # Hoststack tests 3n-hsw
7739
7740 - type: "plot"
7741   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7742   algorithm: "plot_perf_box_name"
7743   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7744   data: "plot-vpp-hoststack-3n-hsw"
7745   include:
7746     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7747     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7748   layout:
7749     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7750     layout: "plot-hoststack"
7751
7752 - type: "plot"
7753   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7754   algorithm: "plot_perf_box_name"
7755   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7756   data: "plot-vpp-hoststack-3n-hsw"
7757   include:
7758     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7759     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7760   layout:
7761     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7762     layout: "plot-hoststack"
7763
7764 - type: "plot"
7765   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7766   algorithm: "plot_perf_box_name"
7767   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7768   data: "plot-vpp-hoststack-3n-hsw"
7769   include:
7770     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7771     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7772     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7773     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7774   layout:
7775     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7776     layout: "plot-hoststack"
7777
7778 ################################################################################
7779
7780 # Soak Test (PLRsearch), boxes - 2n-clx
7781 - type: "plot"
7782   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7783   algorithm: "plot_perf_box_name"
7784   output-file-type: ".html"
7785   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7786   data: "plot-vpp-soak-2n-clx"
7787   include:
7788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7794   layout:
7795     title: "30 Minutes Soak Test (PLRsearch)"
7796     layout: "plot-soak-throughput"
7797
7798 # Soak Test (PLRsearch), boxes - 2n-clx
7799 - type: "plot"
7800   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7801   algorithm: "plot_perf_box_name"
7802   output-file-type: ".html"
7803   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7804   data: "plot-vpp-soak-2n-clx"
7805   include:
7806     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7807     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7808     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7811     - "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"
7812   layout:
7813     title: "30 Minutes Soak Test (PLRsearch)"
7814     layout: "plot-soak-throughput"
7815
7816 # Soak Test (PLRsearch), boxes - 2n-skx
7817 - type: "plot"
7818   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7819   algorithm: "plot_perf_box_name"
7820   output-file-type: ".html"
7821   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7822   data: "plot-vpp-soak-2n-skx"
7823   include:
7824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7827     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7830   layout:
7831     title: "30 Minutes Soak Test (PLRsearch)"
7832     layout: "plot-soak-throughput"
7833
7834 # Soak Test (PLRsearch), boxes - 2n-skx
7835 - type: "plot"
7836   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7837   algorithm: "plot_perf_box_name"
7838   output-file-type: ".html"
7839   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7840   data: "plot-vpp-soak-2n-skx"
7841   include:
7842     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7843     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7844     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7845     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7847     - "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"
7848   layout:
7849     title: "30 Minutes Soak Test (PLRsearch)"
7850     layout: "plot-soak-throughput"
7851
7852 ###############################################################################
7853
7854 # Reconf tests 2n-skx
7855
7856 - type: "plot"
7857   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7858   algorithm: "plot_nf_reconf_box_name"
7859   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7860   data: "plot-vpp-nfv-reconf-2n-skx"
7861   include:
7862     - "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"
7863     - "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"
7864     - "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"
7865     - "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"
7866     - "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"
7867     - "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"
7868   layout:
7869     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7870     layout: "plot-throughput"
7871
7872 - type: "plot"
7873   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7874   algorithm: "plot_nf_reconf_box_name"
7875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7876   data: "plot-vpp-nfv-reconf-2n-skx"
7877   include:
7878     - "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"
7879     - "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"
7880     - "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"
7881     - "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"
7882     - "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"
7883     - "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"
7884   layout:
7885     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7886     layout: "plot-throughput"
7887
7888 - type: "plot"
7889   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7890   algorithm: "plot_nf_reconf_box_name"
7891   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7892   data: "plot-vpp-nfv-reconf-2n-skx"
7893   include:
7894     - "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"
7895     - "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"
7896     - "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"
7897     - "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"
7898     - "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"
7899     - "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"
7900   layout:
7901     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7902     layout: "plot-throughput"
7903
7904 ###############################################################################
7905
7906 # Reconf tests 2n-clx
7907
7908 - type: "plot"
7909   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7910   algorithm: "plot_nf_reconf_box_name"
7911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7912   data: "plot-vpp-nfv-reconf-2n-clx"
7913   include:
7914     - "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"
7915     - "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"
7916     - "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"
7917     - "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"
7918   layout:
7919     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7920     layout: "plot-throughput"
7921
7922 - type: "plot"
7923   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7924   algorithm: "plot_nf_reconf_box_name"
7925   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7926   data: "plot-vpp-nfv-reconf-2n-clx"
7927   include:
7928     - "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"
7929     - "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"
7930     - "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"
7931     - "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"
7932   layout:
7933     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7934     layout: "plot-throughput"
7935
7936 - type: "plot"
7937   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7938   algorithm: "plot_nf_reconf_box_name"
7939   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7940   data: "plot-vpp-nfv-reconf-2n-clx"
7941   include:
7942     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
7943     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
7944     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
7945     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
7946   layout:
7947     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7948     layout: "plot-throughput"
7949
7950 ###############################################################################
7951
7952 # Plots - NF Density - VSC - MRR IMIX
7953 - type: "plot"
7954   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7955   algorithm: "plot_nf_heatmap"
7956   output-file-type: ".html"
7957   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7958   data: "plot-vpp-nfv-2n-skx-mrr"
7959   filter: "'NIC_Intel-XXV710' and
7960            'NF_DENSITY' and
7961            'VHOST' and
7962            not 'VXLAN' and
7963            'CHAIN' and
7964            'NF_VPPIP4' and
7965            'IMIX' and
7966            '2T1C' and
7967            'MRR'"
7968   parameters:
7969   - "result"
7970   - "name"
7971   - "tags"
7972   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7973   x-axis: "X = VNFs per Service Chain"
7974   y-axis: "Y = Number of Service Chains"
7975   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7976   layout:
7977     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7978     layout: "plot-service-density"
7979
7980 - type: "plot"
7981   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7982   algorithm: "plot_nf_heatmap"
7983   output-file-type: ".html"
7984   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7985   data: "plot-vpp-nfv-2n-skx-mrr"
7986   filter: "'NIC_Intel-XXV710' and
7987            'NF_DENSITY' and
7988            'VHOST' and
7989            not 'VXLAN' and
7990            'CHAIN' and
7991            'NF_VPPIP4' and
7992            'IMIX' and
7993            '4T2C' and
7994            'MRR'"
7995   parameters:
7996   - "result"
7997   - "name"
7998   - "tags"
7999   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8000   x-axis: "X = VNFs per Service Chain"
8001   y-axis: "Y = Number of Service Chains"
8002   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8003   layout:
8004     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8005     layout: "plot-service-density"
8006
8007 - type: "plot"
8008   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8009   algorithm: "plot_nf_heatmap"
8010   output-file-type: ".html"
8011   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8012   data: "plot-vpp-nfv-2n-skx-mrr"
8013   filter: "'NIC_Intel-XXV710' and
8014            'NF_DENSITY' and
8015            'VHOST' and
8016            not 'VXLAN' and
8017            'CHAIN' and
8018            'NF_VPPIP4' and
8019            'IMIX' and
8020            '8T4C' and
8021            'MRR'"
8022   parameters:
8023   - "result"
8024   - "name"
8025   - "tags"
8026   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8027   x-axis: "X = VNFs per Service Chain"
8028   y-axis: "Y = Number of Service Chains"
8029   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8030   layout:
8031     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8032     layout: "plot-service-density"
8033
8034 # Plots - NF Density - VSC - NDR IMIX
8035 - type: "plot"
8036   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8037   algorithm: "plot_nf_heatmap"
8038   output-file-type: ".html"
8039   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8040   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8041   filter: "'NIC_Intel-XXV710' and
8042            'NF_DENSITY' and
8043            'VHOST' and
8044            not 'VXLAN' and
8045            'CHAIN' and
8046            'NF_VPPIP4' and
8047            'IMIX' and
8048            '2T1C' and
8049            'NDRPDR'"
8050   parameters:
8051   - "throughput"
8052   - "name"
8053   - "tags"
8054   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8055   x-axis: "X = VNFs per Service Chain"
8056   y-axis: "Y = Number of Service Chains"
8057   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8058   layout:
8059     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8060     layout: "plot-service-density"
8061
8062 - type: "plot"
8063   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8064   algorithm: "plot_nf_heatmap"
8065   output-file-type: ".html"
8066   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8067   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8068   filter: "'NIC_Intel-XXV710' and
8069            'NF_DENSITY' and
8070            'VHOST' and
8071            not 'VXLAN' and
8072            'CHAIN' and
8073            'NF_VPPIP4' and
8074            'IMIX' and
8075            '4T2C' and
8076            'NDRPDR'"
8077   parameters:
8078   - "throughput"
8079   - "name"
8080   - "tags"
8081   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8082   x-axis: "X = VNFs per Service Chain"
8083   y-axis: "Y = Number of Service Chains"
8084   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8085   layout:
8086     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8087     layout: "plot-service-density"
8088
8089 - type: "plot"
8090   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8091   algorithm: "plot_nf_heatmap"
8092   output-file-type: ".html"
8093   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8094   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8095   filter: "'NIC_Intel-XXV710' and
8096            'NF_DENSITY' and
8097            'VHOST' and
8098            not 'VXLAN' and
8099            'CHAIN' and
8100            'NF_VPPIP4' and
8101            'IMIX' and
8102            '8T4C' and
8103            'NDRPDR'"
8104   parameters:
8105   - "throughput"
8106   - "name"
8107   - "tags"
8108   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8109   x-axis: "X = VNFs per Service Chain"
8110   y-axis: "Y = Number of Service Chains"
8111   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8112   layout:
8113     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8114     layout: "plot-service-density"
8115
8116 # Plots - NF Density - VSC - PDR IMIX
8117 - type: "plot"
8118   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8119   algorithm: "plot_nf_heatmap"
8120   output-file-type: ".html"
8121   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8122   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8123   filter: "'NIC_Intel-XXV710' and
8124            'NF_DENSITY' and
8125            'VHOST' and
8126            not 'VXLAN' and
8127            'CHAIN' and
8128            'NF_VPPIP4' and
8129            'IMIX' and
8130            '2T1C' and
8131            'NDRPDR'"
8132   parameters:
8133   - "throughput"
8134   - "name"
8135   - "tags"
8136   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8137   x-axis: "X = VNFs per Service Chain"
8138   y-axis: "Y = Number of Service Chains"
8139   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8140   layout:
8141     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8142     layout: "plot-service-density"
8143
8144 - type: "plot"
8145   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8146   algorithm: "plot_nf_heatmap"
8147   output-file-type: ".html"
8148   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8149   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8150   filter: "'NIC_Intel-XXV710' and
8151            'NF_DENSITY' and
8152            'VHOST' and
8153            not 'VXLAN' and
8154            'CHAIN' and
8155            'NF_VPPIP4' and
8156            'IMIX' and
8157            '4T2C' and
8158            'NDRPDR'"
8159   parameters:
8160   - "throughput"
8161   - "name"
8162   - "tags"
8163   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8164   x-axis: "X = VNFs per Service Chain"
8165   y-axis: "Y = Number of Service Chains"
8166   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8167   layout:
8168     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8169     layout: "plot-service-density"
8170
8171 - type: "plot"
8172   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8173   algorithm: "plot_nf_heatmap"
8174   output-file-type: ".html"
8175   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8176   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8177   filter: "'NIC_Intel-XXV710' and
8178            'NF_DENSITY' and
8179            'VHOST' and
8180            not 'VXLAN' and
8181            'CHAIN' and
8182            'NF_VPPIP4' and
8183            'IMIX' and
8184            '8T4C' and
8185            'NDRPDR'"
8186   parameters:
8187   - "throughput"
8188   - "name"
8189   - "tags"
8190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8191   x-axis: "X = VNFs per Service Chain"
8192   y-axis: "Y = Number of Service Chains"
8193   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8194   layout:
8195     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8196     layout: "plot-service-density"
8197
8198 ###############################################################################
8199
8200 # Plots - NF Density - VSC - MRR IMIX
8201 - type: "plot"
8202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8203   algorithm: "plot_nf_heatmap"
8204   output-file-type: ".html"
8205   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8206   data: "plot-vpp-nfv-2n-skx-mrr"
8207   filter: "'NIC_Intel-XXV710' and
8208            'NF_DENSITY' and
8209            'VHOST' and
8210            'VXLAN' and
8211            'CHAIN' and
8212            'IMIX' and
8213            '2T1C' and
8214            'MRR'"
8215   parameters:
8216   - "result"
8217   - "name"
8218   - "tags"
8219   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8220   x-axis: "X = VNFs per Service Chain"
8221   y-axis: "Y = Number of Service Chains"
8222   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8223   layout:
8224     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8225     layout: "plot-service-density"
8226
8227 - type: "plot"
8228   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8229   algorithm: "plot_nf_heatmap"
8230   output-file-type: ".html"
8231   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8232   data: "plot-vpp-nfv-2n-skx-mrr"
8233   filter: "'NIC_Intel-XXV710' and
8234            'NF_DENSITY' and
8235            'VHOST' and
8236            'VXLAN' and
8237            'CHAIN' and
8238            'IMIX' and
8239            '4T2C' and
8240            'MRR'"
8241   parameters:
8242   - "result"
8243   - "name"
8244   - "tags"
8245   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8246   x-axis: "X = VNFs per Service Chain"
8247   y-axis: "Y = Number of Service Chains"
8248   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8249   layout:
8250     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8251     layout: "plot-service-density"
8252
8253 - type: "plot"
8254   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8255   algorithm: "plot_nf_heatmap"
8256   output-file-type: ".html"
8257   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8258   data: "plot-vpp-nfv-2n-skx-mrr"
8259   filter: "'NIC_Intel-XXV710' and
8260            'NF_DENSITY' and
8261            'VHOST' and
8262            'VXLAN' and
8263            'CHAIN' and
8264            'IMIX' and
8265            '8T4C' and
8266            'MRR'"
8267   parameters:
8268   - "result"
8269   - "name"
8270   - "tags"
8271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8272   x-axis: "X = VNFs per Service Chain"
8273   y-axis: "Y = Number of Service Chains"
8274   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8275   layout:
8276     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8277     layout: "plot-service-density"
8278
8279 # Plots - NF Density - VSC - NDR IMIX
8280 - type: "plot"
8281   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8282   algorithm: "plot_nf_heatmap"
8283   output-file-type: ".html"
8284   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8285   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8286   filter: "'NIC_Intel-XXV710' and
8287            'NF_DENSITY' and
8288            'VHOST' and
8289            'VXLAN' and
8290            'CHAIN' and
8291            'IMIX' and
8292            '2T1C' and
8293            'NDRPDR'"
8294   parameters:
8295   - "throughput"
8296   - "name"
8297   - "tags"
8298   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8299   x-axis: "X = VNFs per Service Chain"
8300   y-axis: "Y = Number of Service Chains"
8301   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8302   layout:
8303     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8304     layout: "plot-service-density"
8305
8306 - type: "plot"
8307   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8308   algorithm: "plot_nf_heatmap"
8309   output-file-type: ".html"
8310   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8311   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8312   filter: "'NIC_Intel-XXV710' and
8313            'NF_DENSITY' and
8314            'VHOST' and
8315            'VXLAN' and
8316            'CHAIN' and
8317            'IMIX' and
8318            '4T2C' and
8319            'NDRPDR'"
8320   parameters:
8321   - "throughput"
8322   - "name"
8323   - "tags"
8324   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8325   x-axis: "X = VNFs per Service Chain"
8326   y-axis: "Y = Number of Service Chains"
8327   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8328   layout:
8329     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8330     layout: "plot-service-density"
8331
8332 - type: "plot"
8333   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8334   algorithm: "plot_nf_heatmap"
8335   output-file-type: ".html"
8336   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8337   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8338   filter: "'NIC_Intel-XXV710' and
8339            'NF_DENSITY' and
8340            'VHOST' and
8341            'VXLAN' and
8342            'CHAIN' and
8343            'IMIX' and
8344            '8T4C' and
8345            'NDRPDR'"
8346   parameters:
8347   - "throughput"
8348   - "name"
8349   - "tags"
8350   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8351   x-axis: "X = VNFs per Service Chain"
8352   y-axis: "Y = Number of Service Chains"
8353   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8354   layout:
8355     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8356     layout: "plot-service-density"
8357
8358 # Plots - NF Density - VSC - PDR IMIX
8359 - type: "plot"
8360   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8361   algorithm: "plot_nf_heatmap"
8362   output-file-type: ".html"
8363   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8364   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8365   filter: "'NIC_Intel-XXV710' and
8366            'NF_DENSITY' and
8367            'VHOST' and
8368            'VXLAN' and
8369            'CHAIN' and
8370            'IMIX' and
8371            '2T1C' and
8372            'NDRPDR'"
8373   parameters:
8374   - "throughput"
8375   - "name"
8376   - "tags"
8377   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8378   x-axis: "X = VNFs per Service Chain"
8379   y-axis: "Y = Number of Service Chains"
8380   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8381   layout:
8382     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8383     layout: "plot-service-density"
8384
8385 - type: "plot"
8386   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8387   algorithm: "plot_nf_heatmap"
8388   output-file-type: ".html"
8389   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8390   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8391   filter: "'NIC_Intel-XXV710' and
8392            'NF_DENSITY' and
8393            'VHOST' and
8394            'VXLAN' and
8395            'CHAIN' and
8396            'IMIX' and
8397            '4T2C' and
8398            'NDRPDR'"
8399   parameters:
8400   - "throughput"
8401   - "name"
8402   - "tags"
8403   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8404   x-axis: "X = VNFs per Service Chain"
8405   y-axis: "Y = Number of Service Chains"
8406   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8407   layout:
8408     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8409     layout: "plot-service-density"
8410
8411 - type: "plot"
8412   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8413   algorithm: "plot_nf_heatmap"
8414   output-file-type: ".html"
8415   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8416   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8417   filter: "'NIC_Intel-XXV710' and
8418            'NF_DENSITY' and
8419            'VHOST' and
8420            'VXLAN' and
8421            'CHAIN' and
8422            'IMIX' and
8423            '8T4C' and
8424            'NDRPDR'"
8425   parameters:
8426   - "throughput"
8427   - "name"
8428   - "tags"
8429   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8430   x-axis: "X = VNFs per Service Chain"
8431   y-axis: "Y = Number of Service Chains"
8432   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8433   layout:
8434     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8435     layout: "plot-service-density"
8436
8437 ###############################################################################
8438
8439 # Plots - NF Density - CSC - MRR IMIX
8440 - type: "plot"
8441   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8442   algorithm: "plot_nf_heatmap"
8443   output-file-type: ".html"
8444   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8445   data: "plot-vpp-nfv-2n-skx-mrr"
8446   filter: "'NIC_Intel-XXV710' and
8447            'NF_DENSITY' and
8448            'DOCKER' and
8449            'CHAIN' and
8450            'NF_VPPIP4' and
8451            'IMIX' and
8452            '2T1C' and
8453            'MRR'"
8454   parameters:
8455   - "result"
8456   - "name"
8457   - "tags"
8458   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8459   x-axis: "X = CNFs per Service Chain"
8460   y-axis: "Y = Number of Service Chains"
8461   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8462   layout:
8463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8464     layout: "plot-service-density"
8465
8466 - type: "plot"
8467   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8468   algorithm: "plot_nf_heatmap"
8469   output-file-type: ".html"
8470   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8471   data: "plot-vpp-nfv-2n-skx-mrr"
8472   filter: "'NIC_Intel-XXV710' and
8473            'NF_DENSITY' and
8474            'DOCKER' and
8475            'CHAIN' and
8476            'NF_VPPIP4' and
8477            'IMIX' and
8478            '4T2C' and
8479            'MRR'"
8480   parameters:
8481   - "result"
8482   - "name"
8483   - "tags"
8484   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8485   x-axis: "X = CNFs per Service Chain"
8486   y-axis: "Y = Number of Service Chains"
8487   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8488   layout:
8489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8490     layout: "plot-service-density"
8491
8492 - type: "plot"
8493   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8494   algorithm: "plot_nf_heatmap"
8495   output-file-type: ".html"
8496   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8497   data: "plot-vpp-nfv-2n-skx-mrr"
8498   filter: "'NIC_Intel-XXV710' and
8499            'NF_DENSITY' and
8500            'DOCKER' and
8501            'CHAIN' and
8502            'NF_VPPIP4' and
8503            'IMIX' and
8504            '8T4C' and
8505            'MRR'"
8506   parameters:
8507   - "result"
8508   - "name"
8509   - "tags"
8510   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8511   x-axis: "X = CNFs per Service Chain"
8512   y-axis: "Y = Number of Service Chains"
8513   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8514   layout:
8515     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8516     layout: "plot-service-density"
8517
8518 # Plots - NF Density - CSC - NDR IMIX
8519 - type: "plot"
8520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8521   algorithm: "plot_nf_heatmap"
8522   output-file-type: ".html"
8523   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8524   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8525   filter: "'NIC_Intel-XXV710' and
8526            'NF_DENSITY' and
8527            'DOCKER' and
8528            'CHAIN' and
8529            'NF_VPPIP4' and
8530            'IMIX' and
8531            '2T1C' and
8532            'NDRPDR'"
8533   parameters:
8534   - "throughput"
8535   - "name"
8536   - "tags"
8537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8538   x-axis: "X = CNFs per Service Chain"
8539   y-axis: "Y = Number of Service Chains"
8540   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8541   layout:
8542     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8543     layout: "plot-service-density"
8544
8545 - type: "plot"
8546   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8547   algorithm: "plot_nf_heatmap"
8548   output-file-type: ".html"
8549   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8550   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8551   filter: "'NIC_Intel-XXV710' and
8552            'NF_DENSITY' and
8553            'DOCKER' and
8554            'CHAIN' and
8555            'NF_VPPIP4' and
8556            'IMIX' and
8557            '4T2C' and
8558            'NDRPDR'"
8559   parameters:
8560   - "throughput"
8561   - "name"
8562   - "tags"
8563   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8564   x-axis: "X = CNFs per Service Chain"
8565   y-axis: "Y = Number of Service Chains"
8566   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8567   layout:
8568     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8569     layout: "plot-service-density"
8570
8571 - type: "plot"
8572   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8573   algorithm: "plot_nf_heatmap"
8574   output-file-type: ".html"
8575   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8576   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8577   filter: "'NIC_Intel-XXV710' and
8578            'NF_DENSITY' and
8579            'DOCKER' and
8580            'CHAIN' and
8581            'NF_VPPIP4' and
8582            'IMIX' and
8583            '8T4C' and
8584            'NDRPDR'"
8585   parameters:
8586   - "throughput"
8587   - "name"
8588   - "tags"
8589   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8590   x-axis: "X = CNFs per Service Chain"
8591   y-axis: "Y = Number of Service Chains"
8592   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8593   layout:
8594     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8595     layout: "plot-service-density"
8596
8597 # Plots - NF Density - CSC - PDR IMIX
8598 - type: "plot"
8599   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8600   algorithm: "plot_nf_heatmap"
8601   output-file-type: ".html"
8602   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8603   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8604   filter: "'NIC_Intel-XXV710' and
8605            'NF_DENSITY' and
8606            'DOCKER' and
8607            'CHAIN' and
8608            'NF_VPPIP4' and
8609            'IMIX' and
8610            '2T1C' and
8611            'NDRPDR'"
8612   parameters:
8613   - "throughput"
8614   - "name"
8615   - "tags"
8616   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8617   x-axis: "X = CNFs per Service Chain"
8618   y-axis: "Y = Number of Service Chains"
8619   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8620   layout:
8621     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8622     layout: "plot-service-density"
8623
8624 - type: "plot"
8625   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8626   algorithm: "plot_nf_heatmap"
8627   output-file-type: ".html"
8628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8629   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8630   filter: "'NIC_Intel-XXV710' and
8631            'NF_DENSITY' and
8632            'DOCKER' and
8633            'CHAIN' and
8634            'NF_VPPIP4' and
8635            'IMIX' and
8636            '4T2C' and
8637            'NDRPDR'"
8638   parameters:
8639   - "throughput"
8640   - "name"
8641   - "tags"
8642   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8643   x-axis: "X = CNFs per Service Chain"
8644   y-axis: "Y = Number of Service Chains"
8645   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8646   layout:
8647     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8648     layout: "plot-service-density"
8649
8650 - type: "plot"
8651   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8652   algorithm: "plot_nf_heatmap"
8653   output-file-type: ".html"
8654   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8655   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8656   filter: "'NIC_Intel-XXV710' and
8657            'NF_DENSITY' and
8658            'DOCKER' and
8659            'CHAIN' and
8660            'NF_VPPIP4' and
8661            'IMIX' and
8662            '8T4C' and
8663            'NDRPDR'"
8664   parameters:
8665   - "throughput"
8666   - "name"
8667   - "tags"
8668   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8669   x-axis: "X = CNFs per Service Chain"
8670   y-axis: "Y = Number of Service Chains"
8671   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8672   layout:
8673     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8674     layout: "plot-service-density"
8675
8676 ################################################################################
8677 #
8678 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8679 #- type: "plot"
8680 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8681 #  algorithm: "plot_nf_heatmap"
8682 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8683 #  data: "plot-vpp-nfv-3n-skx-mrr"
8684 #  filter: "'NIC_Intel-XXV710' and
8685 #           'NF_DENSITY' and
8686 #           'DOCKER' and
8687 #           'CHAIN' and
8688 #           'NF_VPPIP4' and
8689 #           'IPSEC' and
8690 #           'TNL_4' and
8691 #           'IMIX' and
8692 #           '2T1C' and
8693 #           'MRR'"
8694 #  parameters:
8695 #  - "result"
8696 #  - "name"
8697 #  - "tags"
8698 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8699 #  x-axis: "X = CNFs per Service Chain"
8700 #  y-axis: "Y = Number of Service Chains"
8701 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8702 #  layout:
8703 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8704 #    layout: "plot-service-density"
8705 #
8706 #- type: "plot"
8707 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8708 #  algorithm: "plot_nf_heatmap"
8709 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8710 #  data: "plot-vpp-nfv-3n-skx-mrr"
8711 #  filter: "'NIC_Intel-XXV710' and
8712 #           'NF_DENSITY' and
8713 #           'DOCKER' and
8714 #           'CHAIN' and
8715 #           'NF_VPPIP4' and
8716 #           'IPSEC' and
8717 #           'TNL_4' and
8718 #           'IMIX' and
8719 #           '4T2C' and
8720 #           'MRR'"
8721 #  parameters:
8722 #  - "result"
8723 #  - "name"
8724 #  - "tags"
8725 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8726 #  x-axis: "X = CNFs per Service Chain"
8727 #  y-axis: "Y = Number of Service Chains"
8728 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8729 #  layout:
8730 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8731 #    layout: "plot-service-density"
8732 #
8733 #- type: "plot"
8734 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8735 #  algorithm: "plot_nf_heatmap"
8736 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8737 #  data: "plot-vpp-nfv-3n-skx-mrr"
8738 #  filter: "'NIC_Intel-XXV710' and
8739 #           'NF_DENSITY' and
8740 #           'DOCKER' and
8741 #           'CHAIN' and
8742 #           'NF_VPPIP4' and
8743 #           'IPSEC' and
8744 #           'TNL_4' and
8745 #           'IMIX' and
8746 #           '8T4C' and
8747 #           'MRR'"
8748 #  parameters:
8749 #  - "result"
8750 #  - "name"
8751 #  - "tags"
8752 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8753 #  x-axis: "X = CNFs per Service Chain"
8754 #  y-axis: "Y = Number of Service Chains"
8755 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8756 #  layout:
8757 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8758 #    layout: "plot-service-density"
8759
8760 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8761 #- type: "plot"
8762 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8763 #  algorithm: "plot_nf_heatmap"
8764 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8765 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8766 #  filter: "'NIC_Intel-XXV710' and
8767 #           'NF_DENSITY' and
8768 #           'DOCKER' and
8769 #           'CHAIN' and
8770 #           'NF_VPPIP4' and
8771 #           'IPSEC' and
8772 #           'TNL_4' and
8773 #           'IMIX' and
8774 #           '2T1C' and
8775 #           'NDRPDR'"
8776 #  parameters:
8777 #  - "throughput"
8778 #  - "name"
8779 #  - "tags"
8780 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8781 #  x-axis: "X = CNFs per Service Chain"
8782 #  y-axis: "Y = Number of Service Chains"
8783 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8784 #  layout:
8785 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8786 #    layout: "plot-service-density"
8787 #
8788 #- type: "plot"
8789 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8790 #  algorithm: "plot_nf_heatmap"
8791 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8792 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8793 #  filter: "'NIC_Intel-XXV710' and
8794 #           'NF_DENSITY' and
8795 #           'DOCKER' and
8796 #           'CHAIN' and
8797 #           'NF_VPPIP4' and
8798 #           'IPSEC' and
8799 #           'TNL_4' and
8800 #           'IMIX' and
8801 #           '4T2C' and
8802 #           'NDRPDR'"
8803 #  parameters:
8804 #  - "throughput"
8805 #  - "name"
8806 #  - "tags"
8807 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8808 #  x-axis: "X = CNFs per Service Chain"
8809 #  y-axis: "Y = Number of Service Chains"
8810 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8811 #  layout:
8812 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8813 #    layout: "plot-service-density"
8814 #
8815 #- type: "plot"
8816 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8817 #  algorithm: "plot_nf_heatmap"
8818 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8819 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8820 #  filter: "'NIC_Intel-XXV710' and
8821 #           'NF_DENSITY' and
8822 #           'DOCKER' and
8823 #           'CHAIN' and
8824 #           'NF_VPPIP4' and
8825 #           'IPSEC' and
8826 #           'TNL_4' and
8827 #           'IMIX' and
8828 #           '8T4C' and
8829 #           'NDRPDR'"
8830 #  parameters:
8831 #  - "throughput"
8832 #  - "name"
8833 #  - "tags"
8834 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8835 #  x-axis: "X = CNFs per Service Chain"
8836 #  y-axis: "Y = Number of Service Chains"
8837 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8838 #  layout:
8839 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8840 #    layout: "plot-service-density"
8841 #
8842 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8843 #- type: "plot"
8844 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8845 #  algorithm: "plot_nf_heatmap"
8846 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8847 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8848 #  filter: "'NIC_Intel-XXV710' and
8849 #           'NF_DENSITY' and
8850 #           'DOCKER' and
8851 #           'CHAIN' and
8852 #           'NF_VPPIP4' and
8853 #           'IPSEC' and
8854 #           'TNL_4' and
8855 #           'IMIX' and
8856 #           '2T1C' and
8857 #           'NDRPDR'"
8858 #  parameters:
8859 #  - "throughput"
8860 #  - "name"
8861 #  - "tags"
8862 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8863 #  x-axis: "X = CNFs per Service Chain"
8864 #  y-axis: "Y = Number of Service Chains"
8865 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8866 #  layout:
8867 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8868 #    layout: "plot-service-density"
8869 #
8870 #- type: "plot"
8871 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8872 #  algorithm: "plot_nf_heatmap"
8873 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8874 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8875 #  filter: "'NIC_Intel-XXV710' and
8876 #           'NF_DENSITY' and
8877 #           'DOCKER' and
8878 #           'CHAIN' and
8879 #           'NF_VPPIP4' and
8880 #           'IPSEC' and
8881 #           'TNL_4' and
8882 #           'IMIX' and
8883 #           '4T2C' and
8884 #           'NDRPDR'"
8885 #  parameters:
8886 #  - "throughput"
8887 #  - "name"
8888 #  - "tags"
8889 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8890 #  x-axis: "X = CNFs per Service Chain"
8891 #  y-axis: "Y = Number of Service Chains"
8892 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8893 #  layout:
8894 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8895 #    layout: "plot-service-density"
8896 #
8897 #- type: "plot"
8898 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8899 #  algorithm: "plot_nf_heatmap"
8900 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8901 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8902 #  filter: "'NIC_Intel-XXV710' and
8903 #           'NF_DENSITY' and
8904 #           'DOCKER' and
8905 #           'CHAIN' and
8906 #           'NF_VPPIP4' and
8907 #           'IPSEC' and
8908 #           'TNL_4' and
8909 #           'IMIX' and
8910 #           '8T4C' and
8911 #           'NDRPDR'"
8912 #  parameters:
8913 #  - "throughput"
8914 #  - "name"
8915 #  - "tags"
8916 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8917 #  x-axis: "X = CNFs per Service Chain"
8918 #  y-axis: "Y = Number of Service Chains"
8919 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8920 #  layout:
8921 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8922 #    layout: "plot-service-density"
8923
8924 ###############################################################################
8925
8926 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8927 #- type: "plot"
8928 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8929 #  algorithm: "plot_nf_heatmap"
8930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8931 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8932 #  filter: "'NIC_Intel-XL710' and
8933 #           'NF_DENSITY' and
8934 #           'DOCKER' and
8935 #           'CHAIN' and
8936 #           'NF_VPPIP4' and
8937 #           'IMIX' and
8938 #           'TNL_4' and
8939 #           '1T1C' and
8940 #           'MRR'"
8941 #  parameters:
8942 #  - "result"
8943 #  - "name"
8944 #  - "tags"
8945 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8946 #  x-axis: "X = CNFs per Service Chain"
8947 #  y-axis: "Y = Number of Service Chains"
8948 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8949 #  layout:
8950 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8951 #    layout: "plot-service-density"
8952 #
8953 #- type: "plot"
8954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8955 #  algorithm: "plot_nf_heatmap"
8956 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8957 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8958 #  filter: "'NIC_Intel-XL710' and
8959 #           'NF_DENSITY' and
8960 #           'DOCKER' and
8961 #           'CHAIN' and
8962 #           'NF_VPPIP4' and
8963 #           'IPSEC' and
8964 #           'TNL_4' and
8965 #           'IMIX' and
8966 #           '2T2C' and
8967 #           'MRR'"
8968 #  parameters:
8969 #  - "result"
8970 #  - "name"
8971 #  - "tags"
8972 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8973 #  x-axis: "X = CNFs per Service Chain"
8974 #  y-axis: "Y = Number of Service Chains"
8975 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8976 #  layout:
8977 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8978 #    layout: "plot-service-density"
8979 #
8980 #- type: "plot"
8981 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8982 #  algorithm: "plot_nf_heatmap"
8983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8984 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8985 #  filter: "'NIC_Intel-XL710' and
8986 #           'NF_DENSITY' and
8987 #           'DOCKER' and
8988 #           'CHAIN' and
8989 #           'NF_VPPIP4' and
8990 #           'IPSEC' and
8991 #           'TNL_4' and
8992 #           'IMIX' and
8993 #           '4T4C' and
8994 #           'MRR'"
8995 #  parameters:
8996 #  - "result"
8997 #  - "name"
8998 #  - "tags"
8999 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9000 #  x-axis: "X = CNFs per Service Chain"
9001 #  y-axis: "Y = Number of Service Chains"
9002 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9003 #  layout:
9004 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9005 #    layout: "plot-service-density"
9006
9007 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9008 #- type: "plot"
9009 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9010 #  algorithm: "plot_nf_heatmap"
9011 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9012 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9013 #  filter: "'NIC_Intel-XL710' and
9014 #           'NF_DENSITY' and
9015 #           'DOCKER' and
9016 #           'CHAIN' and
9017 #           'NF_VPPIP4' and
9018 #           'IPSEC' and
9019 #           'TNL_4' and
9020 #           'IMIX' and
9021 #           '1T1C' and
9022 #           'NDRPDR'"
9023 #  parameters:
9024 #  - "throughput"
9025 #  - "name"
9026 #  - "tags"
9027 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9028 #  x-axis: "X = CNFs per Service Chain"
9029 #  y-axis: "Y = Number of Service Chains"
9030 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9031 #  layout:
9032 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9033 #    layout: "plot-service-density"
9034 #
9035 #- type: "plot"
9036 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9037 #  algorithm: "plot_nf_heatmap"
9038 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9039 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9040 #  filter: "'NIC_Intel-XL710' and
9041 #           'NF_DENSITY' and
9042 #           'DOCKER' and
9043 #           'CHAIN' and
9044 #           'NF_VPPIP4' and
9045 #           'IPSEC' and
9046 #           'TNL_4' and
9047 #           'IMIX' and
9048 #           '2T2C' and
9049 #           'NDRPDR'"
9050 #  parameters:
9051 #  - "throughput"
9052 #  - "name"
9053 #  - "tags"
9054 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9055 #  x-axis: "X = CNFs per Service Chain"
9056 #  y-axis: "Y = Number of Service Chains"
9057 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9058 #  layout:
9059 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9060 #    layout: "plot-service-density"
9061 #
9062 #- type: "plot"
9063 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9064 #  algorithm: "plot_nf_heatmap"
9065 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9066 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9067 #  filter: "'NIC_Intel-XL710' and
9068 #           'NF_DENSITY' and
9069 #           'DOCKER' and
9070 #           'CHAIN' and
9071 #           'NF_VPPIP4' and
9072 #           'IPSEC' and
9073 #           'TNL_4' and
9074 #           'IMIX' and
9075 #           '4T4C' and
9076 #           'NDRPDR'"
9077 #  parameters:
9078 #  - "throughput"
9079 #  - "name"
9080 #  - "tags"
9081 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9082 #  x-axis: "X = CNFs per Service Chain"
9083 #  y-axis: "Y = Number of Service Chains"
9084 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9085 #  layout:
9086 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9087 #    layout: "plot-service-density"
9088 #
9089 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9090 #- type: "plot"
9091 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9092 #  algorithm: "plot_nf_heatmap"
9093 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9094 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9095 #  filter: "'NIC_Intel-XL710' and
9096 #           'NF_DENSITY' and
9097 #           'DOCKER' and
9098 #           'CHAIN' and
9099 #           'NF_VPPIP4' and
9100 #           'IPSEC' and
9101 #           'TNL_4' and
9102 #           'IMIX' and
9103 #           '1T1C' and
9104 #           'NDRPDR'"
9105 #  parameters:
9106 #  - "throughput"
9107 #  - "name"
9108 #  - "tags"
9109 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9110 #  x-axis: "X = CNFs per Service Chain"
9111 #  y-axis: "Y = Number of Service Chains"
9112 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9113 #  layout:
9114 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9115 #    layout: "plot-service-density"
9116 #
9117 #- type: "plot"
9118 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9119 #  algorithm: "plot_nf_heatmap"
9120 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9121 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9122 #  filter: "'NIC_Intel-XL710' and
9123 #           'NF_DENSITY' and
9124 #           'DOCKER' and
9125 #           'CHAIN' and
9126 #           'NF_VPPIP4' and
9127 #           'IPSEC' and
9128 #           'TNL_4' and
9129 #           'IMIX' and
9130 #           '2T2C' and
9131 #           'NDRPDR'"
9132 #  parameters:
9133 #  - "throughput"
9134 #  - "name"
9135 #  - "tags"
9136 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9137 #  x-axis: "X = CNFs per Service Chain"
9138 #  y-axis: "Y = Number of Service Chains"
9139 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9140 #  layout:
9141 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9142 #    layout: "plot-service-density"
9143 #
9144 #- type: "plot"
9145 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9146 #  algorithm: "plot_nf_heatmap"
9147 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9148 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9149 #  filter: "'NIC_Intel-XL710' and
9150 #           'NF_DENSITY' and
9151 #           'DOCKER' and
9152 #           'CHAIN' and
9153 #           'NF_VPPIP4' and
9154 #           'IPSEC' and
9155 #           'TNL_4' and
9156 #           'IMIX' and
9157 #           '4T4C' and
9158 #           'NDRPDR'"
9159 #  parameters:
9160 #  - "throughput"
9161 #  - "name"
9162 #  - "tags"
9163 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9164 #  x-axis: "X = CNFs per Service Chain"
9165 #  y-axis: "Y = Number of Service Chains"
9166 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9167 #  layout:
9168 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9169 #    layout: "plot-service-density"
9170
9171 ###############################################################################
9172
9173 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9174 #- type: "plot"
9175 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9176 #  algorithm: "plot_nf_heatmap"
9177 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9178 #  data: "plot-vpp-nfv-3n-skx-mrr"
9179 #  filter: "'NIC_Intel-XXV710' and
9180 #           'NF_DENSITY' and
9181 #           'DOCKER' and
9182 #           'CHAIN' and
9183 #           'NF_VPPIP4' and
9184 #           'IPSEC' and
9185 #           'TNL_1000' and
9186 #           'IMIX' and
9187 #           '2T1C' and
9188 #           'MRR'"
9189 #  parameters:
9190 #  - "result"
9191 #  - "name"
9192 #  - "tags"
9193 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9194 #  x-axis: "X = CNFs per Service Chain"
9195 #  y-axis: "Y = Number of Service Chains"
9196 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9197 #  layout:
9198 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9199 #    layout: "plot-service-density"
9200 #
9201 #- type: "plot"
9202 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9203 #  algorithm: "plot_nf_heatmap"
9204 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9205 #  data: "plot-vpp-nfv-3n-skx-mrr"
9206 #  filter: "'NIC_Intel-XXV710' and
9207 #           'NF_DENSITY' and
9208 #           'DOCKER' and
9209 #           'CHAIN' and
9210 #           'NF_VPPIP4' and
9211 #           'IPSEC' and
9212 #           'TNL_1000' and
9213 #           'IMIX' and
9214 #           '4T2C' and
9215 #           'MRR'"
9216 #  parameters:
9217 #  - "result"
9218 #  - "name"
9219 #  - "tags"
9220 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9221 #  x-axis: "X = CNFs per Service Chain"
9222 #  y-axis: "Y = Number of Service Chains"
9223 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9224 #  layout:
9225 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9226 #    layout: "plot-service-density"
9227 #
9228 #- type: "plot"
9229 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9230 #  algorithm: "plot_nf_heatmap"
9231 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9232 #  data: "plot-vpp-nfv-3n-skx-mrr"
9233 #  filter: "'NIC_Intel-XXV710' and
9234 #           'NF_DENSITY' and
9235 #           'DOCKER' and
9236 #           'CHAIN' and
9237 #           'NF_VPPIP4' and
9238 #           'IPSEC' and
9239 #           'TNL_1000' and
9240 #           'IMIX' and
9241 #           '8T4C' and
9242 #           'MRR'"
9243 #  parameters:
9244 #  - "result"
9245 #  - "name"
9246 #  - "tags"
9247 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9248 #  x-axis: "X = CNFs per Service Chain"
9249 #  y-axis: "Y = Number of Service Chains"
9250 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9251 #  layout:
9252 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9253 #    layout: "plot-service-density"
9254
9255 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9256 #- type: "plot"
9257 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9258 #  algorithm: "plot_nf_heatmap"
9259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9260 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9261 #  filter: "'NIC_Intel-XXV710' and
9262 #           'NF_DENSITY' and
9263 #           'DOCKER' and
9264 #           'CHAIN' and
9265 #           'NF_VPPIP4' and
9266 #           'IPSEC' and
9267 #           'TNL_1000' and
9268 #           'IMIX' and
9269 #           '2T1C' and
9270 #           'NDRPDR'"
9271 #  parameters:
9272 #  - "throughput"
9273 #  - "name"
9274 #  - "tags"
9275 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9276 #  x-axis: "X = CNFs per Service Chain"
9277 #  y-axis: "Y = Number of Service Chains"
9278 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9279 #  layout:
9280 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9281 #    layout: "plot-service-density"
9282 #
9283 #- type: "plot"
9284 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9285 #  algorithm: "plot_nf_heatmap"
9286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9287 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9288 #  filter: "'NIC_Intel-XXV710' and
9289 #           'NF_DENSITY' and
9290 #           'DOCKER' and
9291 #           'CHAIN' and
9292 #           'NF_VPPIP4' and
9293 #           'IPSEC' and
9294 #           'TNL_1000' and
9295 #           'IMIX' and
9296 #           '4T2C' and
9297 #           'NDRPDR'"
9298 #  parameters:
9299 #  - "throughput"
9300 #  - "name"
9301 #  - "tags"
9302 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9303 #  x-axis: "X = CNFs per Service Chain"
9304 #  y-axis: "Y = Number of Service Chains"
9305 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9306 #  layout:
9307 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9308 #    layout: "plot-service-density"
9309 #
9310 #- type: "plot"
9311 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9312 #  algorithm: "plot_nf_heatmap"
9313 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9314 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9315 #  filter: "'NIC_Intel-XXV710' and
9316 #           'NF_DENSITY' and
9317 #           'DOCKER' and
9318 #           'CHAIN' and
9319 #           'NF_VPPIP4' and
9320 #           'IPSEC' and
9321 #           'TNL_1000' and
9322 #           'IMIX' and
9323 #           '8T4C' and
9324 #           'NDRPDR'"
9325 #  parameters:
9326 #  - "throughput"
9327 #  - "name"
9328 #  - "tags"
9329 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9330 #  x-axis: "X = CNFs per Service Chain"
9331 #  y-axis: "Y = Number of Service Chains"
9332 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9333 #  layout:
9334 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9335 #    layout: "plot-service-density"
9336 #
9337 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9338 #- type: "plot"
9339 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9340 #  algorithm: "plot_nf_heatmap"
9341 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9342 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9343 #  filter: "'NIC_Intel-XXV710' and
9344 #           'NF_DENSITY' and
9345 #           'DOCKER' and
9346 #           'CHAIN' and
9347 #           'NF_VPPIP4' and
9348 #           'IPSEC' and
9349 #           'TNL_1000' and
9350 #           'IMIX' and
9351 #           '2T1C' and
9352 #           'NDRPDR'"
9353 #  parameters:
9354 #  - "throughput"
9355 #  - "name"
9356 #  - "tags"
9357 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9358 #  x-axis: "X = CNFs per Service Chain"
9359 #  y-axis: "Y = Number of Service Chains"
9360 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9361 #  layout:
9362 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9363 #    layout: "plot-service-density"
9364 #
9365 #- type: "plot"
9366 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9367 #  algorithm: "plot_nf_heatmap"
9368 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9369 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9370 #  filter: "'NIC_Intel-XXV710' and
9371 #           'NF_DENSITY' and
9372 #           'DOCKER' and
9373 #           'CHAIN' and
9374 #           'NF_VPPIP4' and
9375 #           'IPSEC' and
9376 #           'TNL_1000' and
9377 #           'IMIX' and
9378 #           '4T2C' and
9379 #           'NDRPDR'"
9380 #  parameters:
9381 #  - "throughput"
9382 #  - "name"
9383 #  - "tags"
9384 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9385 #  x-axis: "X = CNFs per Service Chain"
9386 #  y-axis: "Y = Number of Service Chains"
9387 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9388 #  layout:
9389 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9390 #    layout: "plot-service-density"
9391 #
9392 #- type: "plot"
9393 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9394 #  algorithm: "plot_nf_heatmap"
9395 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9396 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9397 #  filter: "'NIC_Intel-XXV710' and
9398 #           'NF_DENSITY' and
9399 #           'DOCKER' and
9400 #           'CHAIN' and
9401 #           'NF_VPPIP4' and
9402 #           'IPSEC' and
9403 #           'TNL_1000' and
9404 #           'IMIX' and
9405 #           '8T4C' and
9406 #           'NDRPDR'"
9407 #  parameters:
9408 #  - "throughput"
9409 #  - "name"
9410 #  - "tags"
9411 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9412 #  x-axis: "X = CNFs per Service Chain"
9413 #  y-axis: "Y = Number of Service Chains"
9414 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9415 #  layout:
9416 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9417 #    layout: "plot-service-density"
9418
9419 ###############################################################################
9420
9421 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9422 #- type: "plot"
9423 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9424 #  algorithm: "plot_nf_heatmap"
9425 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9426 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9427 #  filter: "'NIC_Intel-XL710' and
9428 #           'NF_DENSITY' and
9429 #           'DOCKER' and
9430 #           'CHAIN' and
9431 #           'NF_VPPIP4' and
9432 #           'IMIX' and
9433 #           'TNL_1000' and
9434 #           '1T1C' and
9435 #           'MRR'"
9436 #  parameters:
9437 #  - "result"
9438 #  - "name"
9439 #  - "tags"
9440 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9441 #  x-axis: "X = CNFs per Service Chain"
9442 #  y-axis: "Y = Number of Service Chains"
9443 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9444 #  layout:
9445 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9446 #    layout: "plot-service-density"
9447 #
9448 #- type: "plot"
9449 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9450 #  algorithm: "plot_nf_heatmap"
9451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9452 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9453 #  filter: "'NIC_Intel-XL710' and
9454 #           'NF_DENSITY' and
9455 #           'DOCKER' and
9456 #           'CHAIN' and
9457 #           'NF_VPPIP4' and
9458 #           'IPSEC' and
9459 #           'TNL_1000' and
9460 #           'IMIX' and
9461 #           '2T2C' and
9462 #           'MRR'"
9463 #  parameters:
9464 #  - "result"
9465 #  - "name"
9466 #  - "tags"
9467 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9468 #  x-axis: "X = CNFs per Service Chain"
9469 #  y-axis: "Y = Number of Service Chains"
9470 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9471 #  layout:
9472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9473 #    layout: "plot-service-density"
9474 #
9475 #- type: "plot"
9476 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9477 #  algorithm: "plot_nf_heatmap"
9478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9479 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9480 #  filter: "'NIC_Intel-XL710' and
9481 #           'NF_DENSITY' and
9482 #           'DOCKER' and
9483 #           'CHAIN' and
9484 #           'NF_VPPIP4' and
9485 #           'IPSEC' and
9486 #           'TNL_1000' and
9487 #           'IMIX' and
9488 #           '4T4C' and
9489 #           'MRR'"
9490 #  parameters:
9491 #  - "result"
9492 #  - "name"
9493 #  - "tags"
9494 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9495 #  x-axis: "X = CNFs per Service Chain"
9496 #  y-axis: "Y = Number of Service Chains"
9497 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9498 #  layout:
9499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9500 #    layout: "plot-service-density"
9501
9502 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9503 #- type: "plot"
9504 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9505 #  algorithm: "plot_nf_heatmap"
9506 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9507 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9508 #  filter: "'NIC_Intel-XL710' and
9509 #           'NF_DENSITY' and
9510 #           'DOCKER' and
9511 #           'CHAIN' and
9512 #           'NF_VPPIP4' and
9513 #           'IPSEC' and
9514 #           'TNL_1000' and
9515 #           'IMIX' and
9516 #           '1T1C' and
9517 #           'NDRPDR'"
9518 #  parameters:
9519 #  - "throughput"
9520 #  - "name"
9521 #  - "tags"
9522 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9523 #  x-axis: "X = CNFs per Service Chain"
9524 #  y-axis: "Y = Number of Service Chains"
9525 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9526 #  layout:
9527 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9528 #    layout: "plot-service-density"
9529 #
9530 #- type: "plot"
9531 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9532 #  algorithm: "plot_nf_heatmap"
9533 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9534 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9535 #  filter: "'NIC_Intel-XL710' and
9536 #           'NF_DENSITY' and
9537 #           'DOCKER' and
9538 #           'CHAIN' and
9539 #           'NF_VPPIP4' and
9540 #           'IPSEC' and
9541 #           'TNL_1000' and
9542 #           'IMIX' and
9543 #           '2T2C' and
9544 #           'NDRPDR'"
9545 #  parameters:
9546 #  - "throughput"
9547 #  - "name"
9548 #  - "tags"
9549 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9550 #  x-axis: "X = CNFs per Service Chain"
9551 #  y-axis: "Y = Number of Service Chains"
9552 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9553 #  layout:
9554 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9555 #    layout: "plot-service-density"
9556 #
9557 #- type: "plot"
9558 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9559 #  algorithm: "plot_nf_heatmap"
9560 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9561 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9562 #  filter: "'NIC_Intel-XL710' and
9563 #           'NF_DENSITY' and
9564 #           'DOCKER' and
9565 #           'CHAIN' and
9566 #           'NF_VPPIP4' and
9567 #           'IPSEC' and
9568 #           'TNL_1000' and
9569 #           'IMIX' and
9570 #           '4T4C' and
9571 #           'NDRPDR'"
9572 #  parameters:
9573 #  - "throughput"
9574 #  - "name"
9575 #  - "tags"
9576 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9577 #  x-axis: "X = CNFs per Service Chain"
9578 #  y-axis: "Y = Number of Service Chains"
9579 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9580 #  layout:
9581 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9582 #    layout: "plot-service-density"
9583 #
9584 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9585 #- type: "plot"
9586 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9587 #  algorithm: "plot_nf_heatmap"
9588 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9589 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9590 #  filter: "'NIC_Intel-XL710' and
9591 #           'NF_DENSITY' and
9592 #           'DOCKER' and
9593 #           'CHAIN' and
9594 #           'NF_VPPIP4' and
9595 #           'IPSEC' and
9596 #           'TNL_1000' and
9597 #           'IMIX' and
9598 #           '1T1C' and
9599 #           'NDRPDR'"
9600 #  parameters:
9601 #  - "throughput"
9602 #  - "name"
9603 #  - "tags"
9604 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9605 #  x-axis: "X = CNFs per Service Chain"
9606 #  y-axis: "Y = Number of Service Chains"
9607 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9608 #  layout:
9609 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9610 #    layout: "plot-service-density"
9611 #
9612 #- type: "plot"
9613 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9614 #  algorithm: "plot_nf_heatmap"
9615 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9616 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9617 #  filter: "'NIC_Intel-XL710' and
9618 #           'NF_DENSITY' and
9619 #           'DOCKER' and
9620 #           'CHAIN' and
9621 #           'NF_VPPIP4' and
9622 #           'IPSEC' and
9623 #           'TNL_1000' and
9624 #           'IMIX' and
9625 #           '2T2C' and
9626 #           'NDRPDR'"
9627 #  parameters:
9628 #  - "throughput"
9629 #  - "name"
9630 #  - "tags"
9631 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9632 #  x-axis: "X = CNFs per Service Chain"
9633 #  y-axis: "Y = Number of Service Chains"
9634 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9635 #  layout:
9636 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9637 #    layout: "plot-service-density"
9638 #
9639 #- type: "plot"
9640 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9641 #  algorithm: "plot_nf_heatmap"
9642 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9643 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9644 #  filter: "'NIC_Intel-XL710' and
9645 #           'NF_DENSITY' and
9646 #           'DOCKER' and
9647 #           'CHAIN' and
9648 #           'NF_VPPIP4' and
9649 #           'IPSEC' and
9650 #           'TNL_1000' and
9651 #           'IMIX' and
9652 #           '4T4C' and
9653 #           'NDRPDR'"
9654 #  parameters:
9655 #  - "throughput"
9656 #  - "name"
9657 #  - "tags"
9658 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9659 #  x-axis: "X = CNFs per Service Chain"
9660 #  y-axis: "Y = Number of Service Chains"
9661 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9662 #  layout:
9663 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9664 #    layout: "plot-service-density"
9665
9666 ###############################################################################
9667
9668 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9669 #- type: "plot"
9670 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9671 #  algorithm: "plot_nf_heatmap"
9672 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9673 #  data: "plot-vpp-nfv-3n-skx-mrr"
9674 #  filter: "'NIC_Intel-XXV710' and
9675 #           'NF_DENSITY' and
9676 #           'DOCKER' and
9677 #           'CHAIN' and
9678 #           'NF_VPPIP4' and
9679 #           'IPSEC' and
9680 #           'TNL_10000' and
9681 #           'IMIX' and
9682 #           '2T1C' and
9683 #           'MRR'"
9684 #  parameters:
9685 #  - "result"
9686 #  - "name"
9687 #  - "tags"
9688 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9689 #  x-axis: "X = CNFs per Service Chain"
9690 #  y-axis: "Y = Number of Service Chains"
9691 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9692 #  layout:
9693 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9694 #    layout: "plot-service-density"
9695 #
9696 #- type: "plot"
9697 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9698 #  algorithm: "plot_nf_heatmap"
9699 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9700 #  data: "plot-vpp-nfv-3n-skx-mrr"
9701 #  filter: "'NIC_Intel-XXV710' and
9702 #           'NF_DENSITY' and
9703 #           'DOCKER' and
9704 #           'CHAIN' and
9705 #           'NF_VPPIP4' and
9706 #           'IPSEC' and
9707 #           'TNL_10000' and
9708 #           'IMIX' and
9709 #           '4T2C' and
9710 #           'MRR'"
9711 #  parameters:
9712 #  - "result"
9713 #  - "name"
9714 #  - "tags"
9715 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9716 #  x-axis: "X = CNFs per Service Chain"
9717 #  y-axis: "Y = Number of Service Chains"
9718 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9719 #  layout:
9720 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9721 #    layout: "plot-service-density"
9722 #
9723 #- type: "plot"
9724 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9725 #  algorithm: "plot_nf_heatmap"
9726 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9727 #  data: "plot-vpp-nfv-3n-skx-mrr"
9728 #  filter: "'NIC_Intel-XXV710' and
9729 #           'NF_DENSITY' and
9730 #           'DOCKER' and
9731 #           'CHAIN' and
9732 #           'NF_VPPIP4' and
9733 #           'IPSEC' and
9734 #           'TNL_10000' and
9735 #           'IMIX' and
9736 #           '8T4C' and
9737 #           'MRR'"
9738 #  parameters:
9739 #  - "result"
9740 #  - "name"
9741 #  - "tags"
9742 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9743 #  x-axis: "X = CNFs per Service Chain"
9744 #  y-axis: "Y = Number of Service Chains"
9745 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9746 #  layout:
9747 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9748 #    layout: "plot-service-density"
9749
9750 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9751 #- type: "plot"
9752 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9753 #  algorithm: "plot_nf_heatmap"
9754 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9755 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9756 #  filter: "'NIC_Intel-XXV710' and
9757 #           'NF_DENSITY' and
9758 #           'DOCKER' and
9759 #           'CHAIN' and
9760 #           'NF_VPPIP4' and
9761 #           'IPSEC' and
9762 #           'TNL_10000' and
9763 #           'IMIX' and
9764 #           '2T1C' and
9765 #           'NDRPDR'"
9766 #  parameters:
9767 #  - "throughput"
9768 #  - "name"
9769 #  - "tags"
9770 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9771 #  x-axis: "X = CNFs per Service Chain"
9772 #  y-axis: "Y = Number of Service Chains"
9773 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9774 #  layout:
9775 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9776 #    layout: "plot-service-density"
9777 #
9778 #- type: "plot"
9779 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9780 #  algorithm: "plot_nf_heatmap"
9781 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9782 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9783 #  filter: "'NIC_Intel-XXV710' and
9784 #           'NF_DENSITY' and
9785 #           'DOCKER' and
9786 #           'CHAIN' and
9787 #           'NF_VPPIP4' and
9788 #           'IPSEC' and
9789 #           'TNL_10000' and
9790 #           'IMIX' and
9791 #           '4T2C' and
9792 #           'NDRPDR'"
9793 #  parameters:
9794 #  - "throughput"
9795 #  - "name"
9796 #  - "tags"
9797 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9798 #  x-axis: "X = CNFs per Service Chain"
9799 #  y-axis: "Y = Number of Service Chains"
9800 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9801 #  layout:
9802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9803 #    layout: "plot-service-density"
9804 #
9805 #- type: "plot"
9806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9807 #  algorithm: "plot_nf_heatmap"
9808 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9809 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9810 #  filter: "'NIC_Intel-XXV710' and
9811 #           'NF_DENSITY' and
9812 #           'DOCKER' and
9813 #           'CHAIN' and
9814 #           'NF_VPPIP4' and
9815 #           'IPSEC' and
9816 #           'TNL_10000' and
9817 #           'IMIX' and
9818 #           '8T4C' and
9819 #           'NDRPDR'"
9820 #  parameters:
9821 #  - "throughput"
9822 #  - "name"
9823 #  - "tags"
9824 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9825 #  x-axis: "X = CNFs per Service Chain"
9826 #  y-axis: "Y = Number of Service Chains"
9827 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9828 #  layout:
9829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9830 #    layout: "plot-service-density"
9831 #
9832 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9833 #- type: "plot"
9834 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9835 #  algorithm: "plot_nf_heatmap"
9836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9837 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9838 #  filter: "'NIC_Intel-XXV710' and
9839 #           'NF_DENSITY' and
9840 #           'DOCKER' and
9841 #           'CHAIN' and
9842 #           'NF_VPPIP4' and
9843 #           'IPSEC' and
9844 #           'TNL_10000' and
9845 #           'IMIX' and
9846 #           '2T1C' and
9847 #           'NDRPDR'"
9848 #  parameters:
9849 #  - "throughput"
9850 #  - "name"
9851 #  - "tags"
9852 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9853 #  x-axis: "X = CNFs per Service Chain"
9854 #  y-axis: "Y = Number of Service Chains"
9855 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9856 #  layout:
9857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9858 #    layout: "plot-service-density"
9859 #
9860 #- type: "plot"
9861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9862 #  algorithm: "plot_nf_heatmap"
9863 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9864 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9865 #  filter: "'NIC_Intel-XXV710' and
9866 #           'NF_DENSITY' and
9867 #           'DOCKER' and
9868 #           'CHAIN' and
9869 #           'NF_VPPIP4' and
9870 #           'IPSEC' and
9871 #           'TNL_10000' and
9872 #           'IMIX' and
9873 #           '4T2C' and
9874 #           'NDRPDR'"
9875 #  parameters:
9876 #  - "throughput"
9877 #  - "name"
9878 #  - "tags"
9879 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9880 #  x-axis: "X = CNFs per Service Chain"
9881 #  y-axis: "Y = Number of Service Chains"
9882 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9883 #  layout:
9884 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9885 #    layout: "plot-service-density"
9886 #
9887 #- type: "plot"
9888 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9889 #  algorithm: "plot_nf_heatmap"
9890 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9891 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9892 #  filter: "'NIC_Intel-XXV710' and
9893 #           'NF_DENSITY' and
9894 #           'DOCKER' and
9895 #           'CHAIN' and
9896 #           'NF_VPPIP4' and
9897 #           'IPSEC' and
9898 #           'TNL_10000' and
9899 #           'IMIX' and
9900 #           '8T4C' and
9901 #           'NDRPDR'"
9902 #  parameters:
9903 #  - "throughput"
9904 #  - "name"
9905 #  - "tags"
9906 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9907 #  x-axis: "X = CNFs per Service Chain"
9908 #  y-axis: "Y = Number of Service Chains"
9909 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9910 #  layout:
9911 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9912 #    layout: "plot-service-density"
9913
9914 ###############################################################################
9915
9916 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9917 #- type: "plot"
9918 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9919 #  algorithm: "plot_nf_heatmap"
9920 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9921 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9922 #  filter: "'NIC_Intel-XL710' and
9923 #           'NF_DENSITY' and
9924 #           'DOCKER' and
9925 #           'CHAIN' and
9926 #           'NF_VPPIP4' and
9927 #           'IMIX' and
9928 #           'TNL_10000' and
9929 #           '1T1C' and
9930 #           'MRR'"
9931 #  parameters:
9932 #  - "result"
9933 #  - "name"
9934 #  - "tags"
9935 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9936 #  x-axis: "X = CNFs per Service Chain"
9937 #  y-axis: "Y = Number of Service Chains"
9938 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9939 #  layout:
9940 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9941 #    layout: "plot-service-density"
9942 #
9943 #- type: "plot"
9944 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9945 #  algorithm: "plot_nf_heatmap"
9946 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9947 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9948 #  filter: "'NIC_Intel-XL710' and
9949 #           'NF_DENSITY' and
9950 #           'DOCKER' and
9951 #           'CHAIN' and
9952 #           'NF_VPPIP4' and
9953 #           'IPSEC' and
9954 #           'TNL_10000' and
9955 #           'IMIX' and
9956 #           '2T2C' and
9957 #           'MRR'"
9958 #  parameters:
9959 #  - "result"
9960 #  - "name"
9961 #  - "tags"
9962 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9963 #  x-axis: "X = CNFs per Service Chain"
9964 #  y-axis: "Y = Number of Service Chains"
9965 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9966 #  layout:
9967 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9968 #    layout: "plot-service-density"
9969 #
9970 #- type: "plot"
9971 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9972 #  algorithm: "plot_nf_heatmap"
9973 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9974 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9975 #  filter: "'NIC_Intel-XL710' and
9976 #           'NF_DENSITY' and
9977 #           'DOCKER' and
9978 #           'CHAIN' and
9979 #           'NF_VPPIP4' and
9980 #           'IPSEC' and
9981 #           'TNL_10000' and
9982 #           'IMIX' and
9983 #           '4T4C' and
9984 #           'MRR'"
9985 #  parameters:
9986 #  - "result"
9987 #  - "name"
9988 #  - "tags"
9989 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9990 #  x-axis: "X = CNFs per Service Chain"
9991 #  y-axis: "Y = Number of Service Chains"
9992 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9993 #  layout:
9994 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9995 #    layout: "plot-service-density"
9996
9997 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9998 #- type: "plot"
9999 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10000 #  algorithm: "plot_nf_heatmap"
10001 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10002 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10003 #  filter: "'NIC_Intel-XL710' and
10004 #           'NF_DENSITY' and
10005 #           'DOCKER' and
10006 #           'CHAIN' and
10007 #           'NF_VPPIP4' and
10008 #           'IPSEC' and
10009 #           'TNL_10000' and
10010 #           'IMIX' and
10011 #           '1T1C' and
10012 #           'NDRPDR'"
10013 #  parameters:
10014 #  - "throughput"
10015 #  - "name"
10016 #  - "tags"
10017 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10018 #  x-axis: "X = CNFs per Service Chain"
10019 #  y-axis: "Y = Number of Service Chains"
10020 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10021 #  layout:
10022 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10023 #    layout: "plot-service-density"
10024 #
10025 #- type: "plot"
10026 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10027 #  algorithm: "plot_nf_heatmap"
10028 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10029 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10030 #  filter: "'NIC_Intel-XL710' and
10031 #           'NF_DENSITY' and
10032 #           'DOCKER' and
10033 #           'CHAIN' and
10034 #           'NF_VPPIP4' and
10035 #           'IPSEC' and
10036 #           'TNL_10000' and
10037 #           'IMIX' and
10038 #           '2T2C' and
10039 #           'NDRPDR'"
10040 #  parameters:
10041 #  - "throughput"
10042 #  - "name"
10043 #  - "tags"
10044 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10045 #  x-axis: "X = CNFs per Service Chain"
10046 #  y-axis: "Y = Number of Service Chains"
10047 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10048 #  layout:
10049 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10050 #    layout: "plot-service-density"
10051 #
10052 #- type: "plot"
10053 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10054 #  algorithm: "plot_nf_heatmap"
10055 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10056 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10057 #  filter: "'NIC_Intel-XL710' and
10058 #           'NF_DENSITY' and
10059 #           'DOCKER' and
10060 #           'CHAIN' and
10061 #           'NF_VPPIP4' and
10062 #           'IPSEC' and
10063 #           'TNL_10000' and
10064 #           'IMIX' and
10065 #           '4T4C' and
10066 #           'NDRPDR'"
10067 #  parameters:
10068 #  - "throughput"
10069 #  - "name"
10070 #  - "tags"
10071 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10072 #  x-axis: "X = CNFs per Service Chain"
10073 #  y-axis: "Y = Number of Service Chains"
10074 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10075 #  layout:
10076 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10077 #    layout: "plot-service-density"
10078 #
10079 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10080 #- type: "plot"
10081 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10082 #  algorithm: "plot_nf_heatmap"
10083 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10084 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10085 #  filter: "'NIC_Intel-XL710' and
10086 #           'NF_DENSITY' and
10087 #           'DOCKER' and
10088 #           'CHAIN' and
10089 #           'NF_VPPIP4' and
10090 #           'IPSEC' and
10091 #           'TNL_10000' and
10092 #           'IMIX' and
10093 #           '1T1C' and
10094 #           'NDRPDR'"
10095 #  parameters:
10096 #  - "throughput"
10097 #  - "name"
10098 #  - "tags"
10099 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10100 #  x-axis: "X = CNFs per Service Chain"
10101 #  y-axis: "Y = Number of Service Chains"
10102 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10103 #  layout:
10104 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10105 #    layout: "plot-service-density"
10106 #
10107 #- type: "plot"
10108 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10109 #  algorithm: "plot_nf_heatmap"
10110 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10111 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10112 #  filter: "'NIC_Intel-XL710' and
10113 #           'NF_DENSITY' and
10114 #           'DOCKER' and
10115 #           'CHAIN' and
10116 #           'NF_VPPIP4' and
10117 #           'IPSEC' and
10118 #           'TNL_10000' and
10119 #           'IMIX' and
10120 #           '2T2C' and
10121 #           'NDRPDR'"
10122 #  parameters:
10123 #  - "throughput"
10124 #  - "name"
10125 #  - "tags"
10126 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10127 #  x-axis: "X = CNFs per Service Chain"
10128 #  y-axis: "Y = Number of Service Chains"
10129 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10130 #  layout:
10131 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10132 #    layout: "plot-service-density"
10133 #
10134 #- type: "plot"
10135 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10136 #  algorithm: "plot_nf_heatmap"
10137 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10138 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10139 #  filter: "'NIC_Intel-XL710' and
10140 #           'NF_DENSITY' and
10141 #           'DOCKER' and
10142 #           'CHAIN' and
10143 #           'NF_VPPIP4' and
10144 #           'IPSEC' and
10145 #           'TNL_10000' and
10146 #           'IMIX' and
10147 #           '4T4C' and
10148 #           'NDRPDR'"
10149 #  parameters:
10150 #  - "throughput"
10151 #  - "name"
10152 #  - "tags"
10153 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10154 #  x-axis: "X = CNFs per Service Chain"
10155 #  y-axis: "Y = Number of Service Chains"
10156 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10157 #  layout:
10158 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10159 #    layout: "plot-service-density"
10160
10161 ###############################################################################
10162
10163 # Plots - NF Density - CSP - MRR IMIX
10164 - type: "plot"
10165   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10166   algorithm: "plot_nf_heatmap"
10167   output-file-type: ".html"
10168   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10169   data: "plot-vpp-nfv-2n-skx-mrr"
10170   filter: "'NIC_Intel-XXV710' and
10171            'NF_DENSITY' and
10172            'DOCKER' and
10173            'PIPELINE' and
10174            'NF_VPPIP4' and
10175            'IMIX' and
10176            '2T1C' and
10177            'MRR'"
10178   parameters:
10179   - "result"
10180   - "name"
10181   - "tags"
10182   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10183   x-axis: "X = CNFs per Service Pipeline"
10184   y-axis: "Y = Number of Service Pipelines"
10185   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10186   layout:
10187     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10188     layout: "plot-service-density"
10189
10190 - type: "plot"
10191   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10192   algorithm: "plot_nf_heatmap"
10193   output-file-type: ".html"
10194   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10195   data: "plot-vpp-nfv-2n-skx-mrr"
10196   filter: "'NIC_Intel-XXV710' and
10197            'NF_DENSITY' and
10198            'DOCKER' and
10199            'PIPELINE' and
10200            'NF_VPPIP4' and
10201            'IMIX' and
10202            '4T2C' and
10203            'MRR'"
10204   parameters:
10205   - "result"
10206   - "name"
10207   - "tags"
10208   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10209   x-axis: "X = CNFs per Service Pipeline"
10210   y-axis: "Y = Number of Service Pipelines"
10211   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10212   layout:
10213     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10214     layout: "plot-service-density"
10215
10216 - type: "plot"
10217   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10218   algorithm: "plot_nf_heatmap"
10219   output-file-type: ".html"
10220   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10221   data: "plot-vpp-nfv-2n-skx-mrr"
10222   filter: "'NIC_Intel-XXV710' and
10223            'NF_DENSITY' and
10224            'DOCKER' and
10225            'PIPELINE' and
10226            'NF_VPPIP4' and
10227            'IMIX' and
10228            '8T4C' and
10229            'MRR'"
10230   parameters:
10231   - "result"
10232   - "name"
10233   - "tags"
10234   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10235   x-axis: "X = CNFs per Service Pipeline"
10236   y-axis: "Y = Number of Service Pipelines"
10237   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10238   layout:
10239     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10240     layout: "plot-service-density"
10241
10242 # Plots - NF Density - CSP - NDR IMIX
10243 - type: "plot"
10244   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10245   algorithm: "plot_nf_heatmap"
10246   output-file-type: ".html"
10247   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10248   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10249   filter: "'NIC_Intel-XXV710' and
10250            'NF_DENSITY' and
10251            'DOCKER' and
10252            'PIPELINE' and
10253            'NF_VPPIP4' and
10254            'IMIX' and
10255            '2T1C' and
10256            'NDRPDR'"
10257   parameters:
10258   - "throughput"
10259   - "name"
10260   - "tags"
10261   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10262   x-axis: "X = CNFs per Service Pipeline"
10263   y-axis: "Y = Number of Service Pipelines"
10264   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10265   layout:
10266     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10267     layout: "plot-service-density"
10268
10269 - type: "plot"
10270   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10271   algorithm: "plot_nf_heatmap"
10272   output-file-type: ".html"
10273   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10274   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10275   filter: "'NIC_Intel-XXV710' and
10276            'NF_DENSITY' and
10277            'DOCKER' and
10278            'PIPELINE' and
10279            'NF_VPPIP4' and
10280            'IMIX' and
10281            '4T2C' and
10282            'NDRPDR'"
10283   parameters:
10284   - "throughput"
10285   - "name"
10286   - "tags"
10287   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10288   x-axis: "X = CNFs per Service Pipeline"
10289   y-axis: "Y = Number of Service Pipelines"
10290   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10291   layout:
10292     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10293     layout: "plot-service-density"
10294
10295 - type: "plot"
10296   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10297   algorithm: "plot_nf_heatmap"
10298   output-file-type: ".html"
10299   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10300   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10301   filter: "'NIC_Intel-XXV710' and
10302            'NF_DENSITY' and
10303            'DOCKER' and
10304            'PIPELINE' and
10305            'NF_VPPIP4' and
10306            'IMIX' and
10307            '8T4C' and
10308            'NDRPDR'"
10309   parameters:
10310   - "throughput"
10311   - "name"
10312   - "tags"
10313   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10314   x-axis: "X = CNFs per Service Pipeline"
10315   y-axis: "Y = Number of Service Pipelines"
10316   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10317   layout:
10318     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10319     layout: "plot-service-density"
10320
10321 # Plots - NF Density - CSP - PDR IMIX
10322 - type: "plot"
10323   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10324   algorithm: "plot_nf_heatmap"
10325   output-file-type: ".html"
10326   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10327   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10328   filter: "'NIC_Intel-XXV710' and
10329            'NF_DENSITY' and
10330            'DOCKER' and
10331            'PIPELINE' and
10332            'NF_VPPIP4' and
10333            'IMIX' and
10334            '2T1C' and
10335            'NDRPDR'"
10336   parameters:
10337   - "throughput"
10338   - "name"
10339   - "tags"
10340   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10341   x-axis: "X = CNFs per Service Pipeline"
10342   y-axis: "Y = Number of Service Pipelines"
10343   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10344   layout:
10345     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10346     layout: "plot-service-density"
10347
10348 - type: "plot"
10349   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10350   algorithm: "plot_nf_heatmap"
10351   output-file-type: ".html"
10352   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10353   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10354   filter: "'NIC_Intel-XXV710' and
10355            'NF_DENSITY' and
10356            'DOCKER' and
10357            'PIPELINE' and
10358            'NF_VPPIP4' and
10359            'IMIX' and
10360            '4T2C' and
10361            'NDRPDR'"
10362   parameters:
10363   - "throughput"
10364   - "name"
10365   - "tags"
10366   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10367   x-axis: "X = CNFs per Service Pipeline"
10368   y-axis: "Y = Number of Service Pipelines"
10369   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10370   layout:
10371     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10372     layout: "plot-service-density"
10373
10374 - type: "plot"
10375   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10376   algorithm: "plot_nf_heatmap"
10377   output-file-type: ".html"
10378   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10379   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10380   filter: "'NIC_Intel-XXV710' and
10381            'NF_DENSITY' and
10382            'DOCKER' and
10383            'PIPELINE' and
10384            'NF_VPPIP4' and
10385            'IMIX' and
10386            '8T4C' and
10387            'NDRPDR'"
10388   parameters:
10389   - "throughput"
10390   - "name"
10391   - "tags"
10392   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10393   x-axis: "X = CNFs per Service Pipeline"
10394   y-axis: "Y = Number of Service Pipelines"
10395   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10396   layout:
10397     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10398     layout: "plot-service-density"
10399
10400 ###############################################################################
10401 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10402
10403 - type: "plot"
10404   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10405   algorithm: "plot_nf_heatmap"
10406   output-file-type: ".html"
10407   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10408   data: "plot-vpp-nfv-2n-clx-mrr"
10409   filter: "'NIC_Intel-XXV710' and
10410            'NF_DENSITY' and
10411            'VHOST' and
10412            not 'VXLAN' and
10413            'CHAIN' and
10414            'NF_VPPIP4' and
10415            'IMIX' and
10416            '2T1C' and
10417            'MRR'"
10418   parameters:
10419   - "result"
10420   - "name"
10421   - "tags"
10422   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10423   x-axis: "X = VNFs per Service Chain"
10424   y-axis: "Y = Number of Service Chains"
10425   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10426   layout:
10427     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10428     layout: "plot-service-density"
10429
10430 - type: "plot"
10431   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10432   algorithm: "plot_nf_heatmap"
10433   output-file-type: ".html"
10434   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10435   data: "plot-vpp-nfv-2n-clx-mrr"
10436   filter: "'NIC_Intel-XXV710' and
10437            'NF_DENSITY' and
10438            'VHOST' and
10439            not 'VXLAN' and
10440            'CHAIN' and
10441            'NF_VPPIP4' and
10442            'IMIX' and
10443            '4T2C' and
10444            'MRR'"
10445   parameters:
10446   - "result"
10447   - "name"
10448   - "tags"
10449   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10450   x-axis: "X = VNFs per Service Chain"
10451   y-axis: "Y = Number of Service Chains"
10452   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10453   layout:
10454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10455     layout: "plot-service-density"
10456
10457 - type: "plot"
10458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10459   algorithm: "plot_nf_heatmap"
10460   output-file-type: ".html"
10461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10462   data: "plot-vpp-nfv-2n-clx-mrr"
10463   filter: "'NIC_Intel-XXV710' and
10464            'NF_DENSITY' and
10465            'VHOST' and
10466            not 'VXLAN' and
10467            'CHAIN' and
10468            'NF_VPPIP4' and
10469            'IMIX' and
10470            '8T4C' and
10471            'MRR'"
10472   parameters:
10473   - "result"
10474   - "name"
10475   - "tags"
10476   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10477   x-axis: "X = VNFs per Service Chain"
10478   y-axis: "Y = Number of Service Chains"
10479   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10480   layout:
10481     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10482     layout: "plot-service-density"
10483
10484 # Plots - NF Density - VSC - NDR IMIX
10485 - type: "plot"
10486   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10487   algorithm: "plot_nf_heatmap"
10488   output-file-type: ".html"
10489   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10490   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10491   filter: "'NIC_Intel-XXV710' and
10492            'NF_DENSITY' and
10493            'VHOST' and
10494            not 'VXLAN' and
10495            'CHAIN' and
10496            'NF_VPPIP4' and
10497            'IMIX' and
10498            '2T1C' and
10499            'NDRPDR'"
10500   parameters:
10501   - "throughput"
10502   - "name"
10503   - "tags"
10504   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10505   x-axis: "X = VNFs per Service Chain"
10506   y-axis: "Y = Number of Service Chains"
10507   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10508   layout:
10509     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10510     layout: "plot-service-density"
10511
10512 - type: "plot"
10513   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10514   algorithm: "plot_nf_heatmap"
10515   output-file-type: ".html"
10516   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10517   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10518   filter: "'NIC_Intel-XXV710' and
10519            'NF_DENSITY' and
10520            'VHOST' and
10521            not 'VXLAN' and
10522            'CHAIN' and
10523            'NF_VPPIP4' and
10524            'IMIX' and
10525            '4T2C' and
10526            'NDRPDR'"
10527   parameters:
10528   - "throughput"
10529   - "name"
10530   - "tags"
10531   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10532   x-axis: "X = VNFs per Service Chain"
10533   y-axis: "Y = Number of Service Chains"
10534   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10535   layout:
10536     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10537     layout: "plot-service-density"
10538
10539 - type: "plot"
10540   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10541   algorithm: "plot_nf_heatmap"
10542   output-file-type: ".html"
10543   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10544   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10545   filter: "'NIC_Intel-XXV710' and
10546            'NF_DENSITY' and
10547            'VHOST' and
10548            not 'VXLAN' and
10549            'CHAIN' and
10550            'NF_VPPIP4' and
10551            'IMIX' and
10552            '8T4C' and
10553            'NDRPDR'"
10554   parameters:
10555   - "throughput"
10556   - "name"
10557   - "tags"
10558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10559   x-axis: "X = VNFs per Service Chain"
10560   y-axis: "Y = Number of Service Chains"
10561   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10562   layout:
10563     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10564     layout: "plot-service-density"
10565
10566 # Plots - NF Density - VSC - PDR IMIX
10567 - type: "plot"
10568   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10569   algorithm: "plot_nf_heatmap"
10570   output-file-type: ".html"
10571   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10572   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10573   filter: "'NIC_Intel-XXV710' and
10574            'NF_DENSITY' and
10575            'VHOST' and
10576            not 'VXLAN' and
10577            'CHAIN' and
10578            'NF_VPPIP4' and
10579            'IMIX' and
10580            '2T1C' and
10581            'NDRPDR'"
10582   parameters:
10583   - "throughput"
10584   - "name"
10585   - "tags"
10586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10587   x-axis: "X = VNFs per Service Chain"
10588   y-axis: "Y = Number of Service Chains"
10589   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10590   layout:
10591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10592     layout: "plot-service-density"
10593
10594 - type: "plot"
10595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10596   algorithm: "plot_nf_heatmap"
10597   output-file-type: ".html"
10598   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10599   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10600   filter: "'NIC_Intel-XXV710' and
10601            'NF_DENSITY' and
10602            'VHOST' and
10603            not 'VXLAN' and
10604            'CHAIN' and
10605            'NF_VPPIP4' and
10606            'IMIX' and
10607            '4T2C' and
10608            'NDRPDR'"
10609   parameters:
10610   - "throughput"
10611   - "name"
10612   - "tags"
10613   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10614   x-axis: "X = VNFs per Service Chain"
10615   y-axis: "Y = Number of Service Chains"
10616   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10617   layout:
10618     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10619     layout: "plot-service-density"
10620
10621 - type: "plot"
10622   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10623   algorithm: "plot_nf_heatmap"
10624   output-file-type: ".html"
10625   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10626   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10627   filter: "'NIC_Intel-XXV710' and
10628            'NF_DENSITY' and
10629            'VHOST' and
10630            not 'VXLAN' and
10631            'CHAIN' and
10632            'NF_VPPIP4' and
10633            'IMIX' and
10634            '8T4C' and
10635            'NDRPDR'"
10636   parameters:
10637   - "throughput"
10638   - "name"
10639   - "tags"
10640   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10641   x-axis: "X = VNFs per Service Chain"
10642   y-axis: "Y = Number of Service Chains"
10643   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10644   layout:
10645     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10646     layout: "plot-service-density"
10647
10648 # Plots - NF Density - VSC - MRR IMIX
10649 - type: "plot"
10650   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10651   algorithm: "plot_nf_heatmap"
10652   output-file-type: ".html"
10653   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10654   data: "plot-vpp-nfv-2n-clx-mrr"
10655   filter: "'NIC_Intel-XXV710' and
10656            'NF_DENSITY' and
10657            'VHOST' and
10658            'VXLAN' and
10659            'CHAIN' and
10660            'IMIX' and
10661            '2T1C' and
10662            'MRR'"
10663   parameters:
10664   - "result"
10665   - "name"
10666   - "tags"
10667   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10668   x-axis: "X = VNFs per Service Chain"
10669   y-axis: "Y = Number of Service Chains"
10670   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10671   layout:
10672     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10673     layout: "plot-service-density"
10674
10675 - type: "plot"
10676   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10677   algorithm: "plot_nf_heatmap"
10678   output-file-type: ".html"
10679   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10680   data: "plot-vpp-nfv-2n-clx-mrr"
10681   filter: "'NIC_Intel-XXV710' and
10682            'NF_DENSITY' and
10683            'VHOST' and
10684            'VXLAN' and
10685            'CHAIN' and
10686            'IMIX' and
10687            '4T2C' and
10688            'MRR'"
10689   parameters:
10690   - "result"
10691   - "name"
10692   - "tags"
10693   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10694   x-axis: "X = VNFs per Service Chain"
10695   y-axis: "Y = Number of Service Chains"
10696   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10697   layout:
10698     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10699     layout: "plot-service-density"
10700
10701 - type: "plot"
10702   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10703   algorithm: "plot_nf_heatmap"
10704   output-file-type: ".html"
10705   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10706   data: "plot-vpp-nfv-2n-clx-mrr"
10707   filter: "'NIC_Intel-XXV710' and
10708            'NF_DENSITY' and
10709            'VHOST' and
10710            'VXLAN' and
10711            'CHAIN' and
10712            'IMIX' and
10713            '8T4C' and
10714            'MRR'"
10715   parameters:
10716   - "result"
10717   - "name"
10718   - "tags"
10719   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10720   x-axis: "X = VNFs per Service Chain"
10721   y-axis: "Y = Number of Service Chains"
10722   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10723   layout:
10724     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10725     layout: "plot-service-density"
10726
10727 # Plots - NF Density - VSC - NDR IMIX
10728 - type: "plot"
10729   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10730   algorithm: "plot_nf_heatmap"
10731   output-file-type: ".html"
10732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10733   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10734   filter: "'NIC_Intel-XXV710' and
10735            'NF_DENSITY' and
10736            'VHOST' and
10737            'VXLAN' and
10738            'CHAIN' and
10739            'IMIX' and
10740            '2T1C' and
10741            'NDRPDR'"
10742   parameters:
10743   - "throughput"
10744   - "name"
10745   - "tags"
10746   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10747   x-axis: "X = VNFs per Service Chain"
10748   y-axis: "Y = Number of Service Chains"
10749   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10750   layout:
10751     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10752     layout: "plot-service-density"
10753
10754 - type: "plot"
10755   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10756   algorithm: "plot_nf_heatmap"
10757   output-file-type: ".html"
10758   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10759   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10760   filter: "'NIC_Intel-XXV710' and
10761            'NF_DENSITY' and
10762            'VHOST' and
10763            'VXLAN' and
10764            'CHAIN' and
10765            'IMIX' and
10766            '4T2C' and
10767            'NDRPDR'"
10768   parameters:
10769   - "throughput"
10770   - "name"
10771   - "tags"
10772   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10773   x-axis: "X = VNFs per Service Chain"
10774   y-axis: "Y = Number of Service Chains"
10775   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10776   layout:
10777     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10778     layout: "plot-service-density"
10779
10780 - type: "plot"
10781   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10782   algorithm: "plot_nf_heatmap"
10783   output-file-type: ".html"
10784   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10785   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10786   filter: "'NIC_Intel-XXV710' and
10787            'NF_DENSITY' and
10788            'VHOST' and
10789            'VXLAN' and
10790            'CHAIN' and
10791            'IMIX' and
10792            '8T4C' and
10793            'NDRPDR'"
10794   parameters:
10795   - "throughput"
10796   - "name"
10797   - "tags"
10798   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10799   x-axis: "X = VNFs per Service Chain"
10800   y-axis: "Y = Number of Service Chains"
10801   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10802   layout:
10803     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10804     layout: "plot-service-density"
10805
10806 # Plots - NF Density - VSC - PDR IMIX
10807 - type: "plot"
10808   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10809   algorithm: "plot_nf_heatmap"
10810   output-file-type: ".html"
10811   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10812   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10813   filter: "'NIC_Intel-XXV710' and
10814            'NF_DENSITY' and
10815            'VHOST' and
10816            'VXLAN' and
10817            'CHAIN' and
10818            'IMIX' and
10819            '2T1C' and
10820            'NDRPDR'"
10821   parameters:
10822   - "throughput"
10823   - "name"
10824   - "tags"
10825   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10826   x-axis: "X = VNFs per Service Chain"
10827   y-axis: "Y = Number of Service Chains"
10828   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10829   layout:
10830     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10831     layout: "plot-service-density"
10832
10833 - type: "plot"
10834   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10835   algorithm: "plot_nf_heatmap"
10836   output-file-type: ".html"
10837   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10838   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10839   filter: "'NIC_Intel-XXV710' and
10840            'NF_DENSITY' and
10841            'VHOST' and
10842            'VXLAN' and
10843            'CHAIN' and
10844            'IMIX' and
10845            '4T2C' and
10846            'NDRPDR'"
10847   parameters:
10848   - "throughput"
10849   - "name"
10850   - "tags"
10851   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10852   x-axis: "X = VNFs per Service Chain"
10853   y-axis: "Y = Number of Service Chains"
10854   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10855   layout:
10856     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10857     layout: "plot-service-density"
10858
10859 - type: "plot"
10860   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10861   algorithm: "plot_nf_heatmap"
10862   output-file-type: ".html"
10863   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10864   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10865   filter: "'NIC_Intel-XXV710' and
10866            'NF_DENSITY' and
10867            'VHOST' and
10868            'VXLAN' and
10869            'CHAIN' and
10870            'IMIX' and
10871            '8T4C' and
10872            'NDRPDR'"
10873   parameters:
10874   - "throughput"
10875   - "name"
10876   - "tags"
10877   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10878   x-axis: "X = VNFs per Service Chain"
10879   y-axis: "Y = Number of Service Chains"
10880   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10881   layout:
10882     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10883     layout: "plot-service-density"
10884
10885 # Plots - NF Density - CSC - MRR IMIX
10886 - type: "plot"
10887   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10888   algorithm: "plot_nf_heatmap"
10889   output-file-type: ".html"
10890   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10891   data: "plot-vpp-nfv-2n-clx-mrr"
10892   filter: "'NIC_Intel-XXV710' and
10893            'NF_DENSITY' and
10894            'DOCKER' and
10895            'CHAIN' and
10896            'NF_VPPIP4' and
10897            'IMIX' and
10898            '2T1C' and
10899            'MRR'"
10900   parameters:
10901   - "result"
10902   - "name"
10903   - "tags"
10904   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10905   x-axis: "X = CNFs per Service Chain"
10906   y-axis: "Y = Number of Service Chains"
10907   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10908   layout:
10909     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10910     layout: "plot-service-density"
10911
10912 - type: "plot"
10913   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10914   algorithm: "plot_nf_heatmap"
10915   output-file-type: ".html"
10916   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10917   data: "plot-vpp-nfv-2n-clx-mrr"
10918   filter: "'NIC_Intel-XXV710' and
10919            'NF_DENSITY' and
10920            'DOCKER' and
10921            'CHAIN' and
10922            'NF_VPPIP4' and
10923            'IMIX' and
10924            '4T2C' and
10925            'MRR'"
10926   parameters:
10927   - "result"
10928   - "name"
10929   - "tags"
10930   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10931   x-axis: "X = CNFs per Service Chain"
10932   y-axis: "Y = Number of Service Chains"
10933   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10934   layout:
10935     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10936     layout: "plot-service-density"
10937
10938 - type: "plot"
10939   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10940   algorithm: "plot_nf_heatmap"
10941   output-file-type: ".html"
10942   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10943   data: "plot-vpp-nfv-2n-clx-mrr"
10944   filter: "'NIC_Intel-XXV710' and
10945            'NF_DENSITY' and
10946            'DOCKER' and
10947            'CHAIN' and
10948            'NF_VPPIP4' and
10949            'IMIX' and
10950            '8T4C' and
10951            'MRR'"
10952   parameters:
10953   - "result"
10954   - "name"
10955   - "tags"
10956   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10957   x-axis: "X = CNFs per Service Chain"
10958   y-axis: "Y = Number of Service Chains"
10959   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10960   layout:
10961     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10962     layout: "plot-service-density"
10963
10964 # Plots - NF Density - CSC - NDR IMIX
10965 - type: "plot"
10966   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10967   algorithm: "plot_nf_heatmap"
10968   output-file-type: ".html"
10969   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10970   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10971   filter: "'NIC_Intel-XXV710' and
10972            'NF_DENSITY' and
10973            'DOCKER' and
10974            'CHAIN' and
10975            'NF_VPPIP4' and
10976            'IMIX' and
10977            '2T1C' and
10978            'NDRPDR'"
10979   parameters:
10980   - "throughput"
10981   - "name"
10982   - "tags"
10983   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10984   x-axis: "X = CNFs per Service Chain"
10985   y-axis: "Y = Number of Service Chains"
10986   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10987   layout:
10988     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10989     layout: "plot-service-density"
10990
10991 - type: "plot"
10992   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10993   algorithm: "plot_nf_heatmap"
10994   output-file-type: ".html"
10995   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10996   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10997   filter: "'NIC_Intel-XXV710' and
10998            'NF_DENSITY' and
10999            'DOCKER' and
11000            'CHAIN' and
11001            'NF_VPPIP4' and
11002            'IMIX' and
11003            '4T2C' and
11004            'NDRPDR'"
11005   parameters:
11006   - "throughput"
11007   - "name"
11008   - "tags"
11009   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11010   x-axis: "X = CNFs per Service Chain"
11011   y-axis: "Y = Number of Service Chains"
11012   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11013   layout:
11014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11015     layout: "plot-service-density"
11016
11017 - type: "plot"
11018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11019   algorithm: "plot_nf_heatmap"
11020   output-file-type: ".html"
11021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11022   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11023   filter: "'NIC_Intel-XXV710' and
11024            'NF_DENSITY' and
11025            'DOCKER' and
11026            'CHAIN' and
11027            'NF_VPPIP4' and
11028            'IMIX' and
11029            '8T4C' and
11030            'NDRPDR'"
11031   parameters:
11032   - "throughput"
11033   - "name"
11034   - "tags"
11035   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11036   x-axis: "X = CNFs per Service Chain"
11037   y-axis: "Y = Number of Service Chains"
11038   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11039   layout:
11040     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11041     layout: "plot-service-density"
11042
11043 # Plots - NF Density - CSC - PDR IMIX
11044 - type: "plot"
11045   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11046   algorithm: "plot_nf_heatmap"
11047   output-file-type: ".html"
11048   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11049   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11050   filter: "'NIC_Intel-XXV710' and
11051            'NF_DENSITY' and
11052            'DOCKER' and
11053            'CHAIN' and
11054            'NF_VPPIP4' and
11055            'IMIX' and
11056            '2T1C' and
11057            'NDRPDR'"
11058   parameters:
11059   - "throughput"
11060   - "name"
11061   - "tags"
11062   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11063   x-axis: "X = CNFs per Service Chain"
11064   y-axis: "Y = Number of Service Chains"
11065   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11066   layout:
11067     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11068     layout: "plot-service-density"
11069
11070 - type: "plot"
11071   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11072   algorithm: "plot_nf_heatmap"
11073   output-file-type: ".html"
11074   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11075   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11076   filter: "'NIC_Intel-XXV710' and
11077            'NF_DENSITY' and
11078            'DOCKER' and
11079            'CHAIN' and
11080            'NF_VPPIP4' and
11081            'IMIX' and
11082            '4T2C' and
11083            'NDRPDR'"
11084   parameters:
11085   - "throughput"
11086   - "name"
11087   - "tags"
11088   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11089   x-axis: "X = CNFs per Service Chain"
11090   y-axis: "Y = Number of Service Chains"
11091   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11092   layout:
11093     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11094     layout: "plot-service-density"
11095
11096 - type: "plot"
11097   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11098   algorithm: "plot_nf_heatmap"
11099   output-file-type: ".html"
11100   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11101   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11102   filter: "'NIC_Intel-XXV710' and
11103            'NF_DENSITY' and
11104            'DOCKER' and
11105            'CHAIN' and
11106            'NF_VPPIP4' and
11107            'IMIX' and
11108            '8T4C' and
11109            'NDRPDR'"
11110   parameters:
11111   - "throughput"
11112   - "name"
11113   - "tags"
11114   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11115   x-axis: "X = CNFs per Service Chain"
11116   y-axis: "Y = Number of Service Chains"
11117   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11118   layout:
11119     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11120     layout: "plot-service-density"
11121
11122 # Plots - NF Density - CSP - MRR IMIX
11123 - type: "plot"
11124   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11125   algorithm: "plot_nf_heatmap"
11126   output-file-type: ".html"
11127   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11128   data: "plot-vpp-nfv-2n-clx-mrr"
11129   filter: "'NIC_Intel-XXV710' and
11130            'NF_DENSITY' and
11131            'DOCKER' and
11132            'PIPELINE' and
11133            'NF_VPPIP4' and
11134            'IMIX' and
11135            '2T1C' and
11136            'MRR'"
11137   parameters:
11138   - "result"
11139   - "name"
11140   - "tags"
11141   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11142   x-axis: "X = CNFs per Service Pipeline"
11143   y-axis: "Y = Number of Service Pipelines"
11144   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11145   layout:
11146     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11147     layout: "plot-service-density"
11148
11149 - type: "plot"
11150   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11151   algorithm: "plot_nf_heatmap"
11152   output-file-type: ".html"
11153   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11154   data: "plot-vpp-nfv-2n-clx-mrr"
11155   filter: "'NIC_Intel-XXV710' and
11156            'NF_DENSITY' and
11157            'DOCKER' and
11158            'PIPELINE' and
11159            'NF_VPPIP4' and
11160            'IMIX' and
11161            '4T2C' and
11162            'MRR'"
11163   parameters:
11164   - "result"
11165   - "name"
11166   - "tags"
11167   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11168   x-axis: "X = CNFs per Service Pipeline"
11169   y-axis: "Y = Number of Service Pipelines"
11170   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11171   layout:
11172     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11173     layout: "plot-service-density"
11174
11175 - type: "plot"
11176   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11177   algorithm: "plot_nf_heatmap"
11178   output-file-type: ".html"
11179   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11180   data: "plot-vpp-nfv-2n-clx-mrr"
11181   filter: "'NIC_Intel-XXV710' and
11182            'NF_DENSITY' and
11183            'DOCKER' and
11184            'PIPELINE' and
11185            'NF_VPPIP4' and
11186            'IMIX' and
11187            '8T4C' and
11188            'MRR'"
11189   parameters:
11190   - "result"
11191   - "name"
11192   - "tags"
11193   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11194   x-axis: "X = CNFs per Service Pipeline"
11195   y-axis: "Y = Number of Service Pipelines"
11196   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11197   layout:
11198     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11199     layout: "plot-service-density"
11200
11201 # Plots - NF Density - CSP - NDR IMIX
11202 - type: "plot"
11203   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11204   algorithm: "plot_nf_heatmap"
11205   output-file-type: ".html"
11206   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11207   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11208   filter: "'NIC_Intel-XXV710' and
11209            'NF_DENSITY' and
11210            'DOCKER' and
11211            'PIPELINE' and
11212            'NF_VPPIP4' and
11213            'IMIX' and
11214            '2T1C' and
11215            'NDRPDR'"
11216   parameters:
11217   - "throughput"
11218   - "name"
11219   - "tags"
11220   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11221   x-axis: "X = CNFs per Service Pipeline"
11222   y-axis: "Y = Number of Service Pipelines"
11223   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11224   layout:
11225     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11226     layout: "plot-service-density"
11227
11228 - type: "plot"
11229   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11230   algorithm: "plot_nf_heatmap"
11231   output-file-type: ".html"
11232   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11233   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11234   filter: "'NIC_Intel-XXV710' and
11235            'NF_DENSITY' and
11236            'DOCKER' and
11237            'PIPELINE' and
11238            'NF_VPPIP4' and
11239            'IMIX' and
11240            '4T2C' and
11241            'NDRPDR'"
11242   parameters:
11243   - "throughput"
11244   - "name"
11245   - "tags"
11246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11247   x-axis: "X = CNFs per Service Pipeline"
11248   y-axis: "Y = Number of Service Pipelines"
11249   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11250   layout:
11251     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11252     layout: "plot-service-density"
11253
11254 - type: "plot"
11255   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11256   algorithm: "plot_nf_heatmap"
11257   output-file-type: ".html"
11258   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11259   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11260   filter: "'NIC_Intel-XXV710' and
11261            'NF_DENSITY' and
11262            'DOCKER' and
11263            'PIPELINE' and
11264            'NF_VPPIP4' and
11265            'IMIX' and
11266            '8T4C' and
11267            'NDRPDR'"
11268   parameters:
11269   - "throughput"
11270   - "name"
11271   - "tags"
11272   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11273   x-axis: "X = CNFs per Service Pipeline"
11274   y-axis: "Y = Number of Service Pipelines"
11275   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11276   layout:
11277     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11278     layout: "plot-service-density"
11279
11280 # Plots - NF Density - CSP - PDR IMIX
11281 - type: "plot"
11282   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11283   algorithm: "plot_nf_heatmap"
11284   output-file-type: ".html"
11285   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11286   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11287   filter: "'NIC_Intel-XXV710' and
11288            'NF_DENSITY' and
11289            'DOCKER' and
11290            'PIPELINE' and
11291            'NF_VPPIP4' and
11292            'IMIX' and
11293            '2T1C' and
11294            'NDRPDR'"
11295   parameters:
11296   - "throughput"
11297   - "name"
11298   - "tags"
11299   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11300   x-axis: "X = CNFs per Service Pipeline"
11301   y-axis: "Y = Number of Service Pipelines"
11302   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11303   layout:
11304     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11305     layout: "plot-service-density"
11306
11307 - type: "plot"
11308   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11309   algorithm: "plot_nf_heatmap"
11310   output-file-type: ".html"
11311   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11312   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11313   filter: "'NIC_Intel-XXV710' and
11314            'NF_DENSITY' and
11315            'DOCKER' and
11316            'PIPELINE' and
11317            'NF_VPPIP4' and
11318            'IMIX' and
11319            '4T2C' and
11320            'NDRPDR'"
11321   parameters:
11322   - "throughput"
11323   - "name"
11324   - "tags"
11325   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11326   x-axis: "X = CNFs per Service Pipeline"
11327   y-axis: "Y = Number of Service Pipelines"
11328   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11329   layout:
11330     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11331     layout: "plot-service-density"
11332
11333 - type: "plot"
11334   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11335   algorithm: "plot_nf_heatmap"
11336   output-file-type: ".html"
11337   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11338   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11339   filter: "'NIC_Intel-XXV710' and
11340            'NF_DENSITY' and
11341            'DOCKER' and
11342            'PIPELINE' and
11343            'NF_VPPIP4' and
11344            'IMIX' and
11345            '8T4C' and
11346            'NDRPDR'"
11347   parameters:
11348   - "throughput"
11349   - "name"
11350   - "tags"
11351   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11352   x-axis: "X = CNFs per Service Pipeline"
11353   y-axis: "Y = Number of Service Pipelines"
11354   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11355   layout:
11356     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11357     layout: "plot-service-density"
11358
11359 ################################################################################
11360
11361 # Packet Throughput
11362
11363 - type: "plot"
11364   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11365   algorithm: "plot_perf_box_name"
11366   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11367   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11368   include:
11369     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11370     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11371     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11372     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11373   layout:
11374     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11375     layout: "plot-throughput"
11376
11377 - type: "plot"
11378   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11379   algorithm: "plot_perf_box_name"
11380   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11381   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11382   include:
11383     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11384     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11385     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11386     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11387   layout:
11388     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11389     layout: "plot-throughput"
11390
11391 - type: "plot"
11392   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11393   algorithm: "plot_perf_box_name"
11394   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11395   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11396   include:
11397     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11398     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11399     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11400     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11401   layout:
11402     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11403     layout: "plot-throughput"
11404
11405 - type: "plot"
11406   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11407   algorithm: "plot_perf_box_name"
11408   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11410   include:
11411     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11412     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11413     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11414     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11415   layout:
11416     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11417     layout: "plot-throughput"
11418
11419 - type: "plot"
11420   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11421   algorithm: "plot_perf_box_name"
11422   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11424   include:
11425     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11426     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11427     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11428     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11429     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11430   layout:
11431     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11432     layout: "plot-throughput"
11433
11434 - type: "plot"
11435   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11436   algorithm: "plot_perf_box_name"
11437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11439   include:
11440     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11441     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11442     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11443     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11444     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11445   layout:
11446     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11447     layout: "plot-throughput"
11448
11449 - type: "plot"
11450   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11451   algorithm: "plot_perf_box_name"
11452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11454   include:
11455     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11456     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11457     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11458     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11459     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11460   layout:
11461     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11462     layout: "plot-throughput"
11463
11464 - type: "plot"
11465   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11466   algorithm: "plot_perf_box_name"
11467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11469   include:
11470     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11471     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11472     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11473     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11474     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11475   layout:
11476     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11477     layout: "plot-throughput"
11478
11479 - type: "plot"
11480   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11481   algorithm: "plot_perf_box_name"
11482   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11483   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11484   include:
11485     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11486     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11487     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11488     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11489     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11490   layout:
11491     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11492     layout: "plot-throughput"
11493
11494 - type: "plot"
11495   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11496   algorithm: "plot_perf_box_name"
11497   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11498   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11499   include:
11500     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11501     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11502     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11503     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11504     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11505   layout:
11506     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11507     layout: "plot-throughput"
11508
11509 - type: "plot"
11510   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11511   algorithm: "plot_perf_box_name"
11512   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11514   include:
11515     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11521   layout:
11522     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11523     layout: "plot-throughput"
11524
11525 - type: "plot"
11526   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11527   algorithm: "plot_perf_box_name"
11528   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11530   include:
11531     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11537   layout:
11538     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11539     layout: "plot-throughput"
11540
11541 - type: "plot"
11542   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11543   algorithm: "plot_perf_box_name"
11544   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11545   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11546   include:
11547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11552   layout:
11553     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11554     layout: "plot-throughput"
11555
11556 - type: "plot"
11557   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11558   algorithm: "plot_perf_box_name"
11559   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11560   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11561   include:
11562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11567   layout:
11568     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11569     layout: "plot-throughput"
11570
11571 - type: "plot"
11572   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11573   algorithm: "plot_perf_box_name"
11574   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11575   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11576   include:
11577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11580   layout:
11581     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11582     layout: "plot-throughput"
11583
11584 - type: "plot"
11585   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11586   algorithm: "plot_perf_box_name"
11587   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11588   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11589   include:
11590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11593   layout:
11594     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11595     layout: "plot-throughput"
11596
11597 - type: "plot"
11598   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11599   algorithm: "plot_perf_box_name"
11600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11602   include:
11603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11608   layout:
11609     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11610     layout: "plot-throughput"
11611
11612 - type: "plot"
11613   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11614   algorithm: "plot_perf_box_name"
11615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11617   include:
11618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11623   layout:
11624     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11625     layout: "plot-throughput"
11626
11627 - type: "plot"
11628   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11629   algorithm: "plot_perf_box_name"
11630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11632   include:
11633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11636   layout:
11637     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11638     layout: "plot-throughput"
11639
11640 - type: "plot"
11641   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11642   algorithm: "plot_perf_box_name"
11643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11645   include:
11646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11649   layout:
11650     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11651     layout: "plot-throughput"
11652
11653 - type: "plot"
11654   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11655   algorithm: "plot_perf_box_name"
11656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11658   include:
11659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11665   layout:
11666     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11667     layout: "plot-throughput"
11668
11669 - type: "plot"
11670   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11671   algorithm: "plot_perf_box_name"
11672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11674   include:
11675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11681   layout:
11682     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11683     layout: "plot-throughput"
11684
11685 - type: "plot"
11686   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11687   algorithm: "plot_perf_box_name"
11688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11690   include:
11691     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11692     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11693     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11694 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11695     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11696   layout:
11697     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11698     layout: "plot-throughput"
11699
11700 - type: "plot"
11701   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11702   algorithm: "plot_perf_box_name"
11703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11705   include:
11706     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11707 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11708     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11709 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11710     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11711   layout:
11712     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11713     layout: "plot-throughput"
11714
11715 - type: "plot"
11716   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
11717   algorithm: "plot_perf_box_name"
11718   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
11719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11720   include:
11721     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11722     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11723     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11724     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11725     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11726     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11727   layout:
11728     title: "2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
11729     layout: "plot-cps"
11730
11731 - type: "plot"
11732   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
11733   algorithm: "plot_perf_box_name"
11734   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
11735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11736   include:
11737     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11738     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11739     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11740     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11741     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11742     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11743   layout:
11744     title: "2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
11745     layout: "plot-throughput"
11746
11747 #- type: "plot"
11748 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
11749 #  algorithm: "plot_perf_box_name"
11750 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
11751 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11752 #  include:
11753 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11754 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11755 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11756 #  layout:
11757 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
11758 #    layout: "plot-cps"
11759
11760 #- type: "plot"
11761 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
11762 #  algorithm: "plot_perf_box_name"
11763 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
11764 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11765 #  include:
11766 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11767 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11768 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11769 #  layout:
11770 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
11771 #    layout: "plot-throughput"
11772
11773 - type: "plot"
11774   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
11775   algorithm: "plot_perf_box_name"
11776   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
11777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11778   include:
11779     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11780     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11781     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11782     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11783     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11784     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11785   layout:
11786     title: "2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
11787     layout: "plot-cps"
11788
11789 - type: "plot"
11790   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
11791   algorithm: "plot_perf_box_name"
11792   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
11793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11794   include:
11795     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11796     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11797     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11798     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11799     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11800     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11801   layout:
11802     title: "2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
11803     layout: "plot-throughput"
11804
11805 #- type: "plot"
11806 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
11807 #  algorithm: "plot_perf_box_name"
11808 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
11809 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11810 #  include:
11811 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11812 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11813 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11814 #  layout:
11815 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
11816 #    layout: "plot-cps"
11817
11818 #- type: "plot"
11819 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
11820 #  algorithm: "plot_perf_box_name"
11821 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
11822 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11823 #  include:
11824 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11825 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11826 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11827 #  layout:
11828 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
11829 #    layout: "plot-throughput"
11830
11831 - type: "plot"
11832   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11833   algorithm: "plot_perf_box_name"
11834   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11836   include:
11837     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11838     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11839     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11840 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11841     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11842   layout:
11843     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11844     layout: "plot-throughput"
11845
11846 - type: "plot"
11847   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11848   algorithm: "plot_perf_box_name"
11849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11851   include:
11852     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11853 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11854     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11855 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11856     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11857   layout:
11858     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11859     layout: "plot-throughput"
11860
11861 - type: "plot"
11862   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
11863   algorithm: "plot_perf_box_name"
11864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
11865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11866   include:
11867     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11868     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11869     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11870     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11871     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11872     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11873   layout:
11874     title: "2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
11875     layout: "plot-cps"
11876
11877 - type: "plot"
11878   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
11879   algorithm: "plot_perf_box_name"
11880   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
11881   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11882   include:
11883     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11884     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11885     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11886     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11887     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11888     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11889   layout:
11890     title: "2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
11891     layout: "plot-throughput"
11892
11893 #- type: "plot"
11894 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
11895 #  algorithm: "plot_perf_box_name"
11896 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
11897 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11898 #  include:
11899 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11900 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11901 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11902 #  layout:
11903 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
11904 #    layout: "plot-cps"
11905
11906 #- type: "plot"
11907 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
11908 #  algorithm: "plot_perf_box_name"
11909 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
11910 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11911 #  include:
11912 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11913 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11914 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11915 #  layout:
11916 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
11917 #    layout: "plot-throughput"
11918
11919 - type: "plot"
11920   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
11921   algorithm: "plot_perf_box_name"
11922   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
11923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11924   include:
11925     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11926     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11927     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11928     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11929     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11930     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11931   layout:
11932     title: "2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
11933     layout: "plot-cps"
11934
11935 - type: "plot"
11936   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
11937   algorithm: "plot_perf_box_name"
11938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
11939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11940   include:
11941     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11942     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11943     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11944     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11945     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11946     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11947   layout:
11948     title: "2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
11949     layout: "plot-throughput"
11950
11951 #- type: "plot"
11952 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
11953 #  algorithm: "plot_perf_box_name"
11954 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
11955 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11956 #  include:
11957 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11958 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11959 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11960 #  layout:
11961 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
11962 #    layout: "plot-cps"
11963
11964 #- type: "plot"
11965 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
11966 #  algorithm: "plot_perf_box_name"
11967 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
11968 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11969 #  include:
11970 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11971 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11972 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11973 #  layout:
11974 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
11975 #    layout: "plot-throughput"
11976
11977 - type: "plot"
11978   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11979   algorithm: "plot_perf_box_name"
11980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11982   include:
11983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11989   layout:
11990     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11991     layout: "plot-throughput"
11992
11993 - type: "plot"
11994   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11995   algorithm: "plot_perf_box_name"
11996   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11998   include:
11999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12005   layout:
12006     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12007     layout: "plot-throughput"
12008
12009 - type: "plot"
12010   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12011   algorithm: "plot_perf_box_name"
12012   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12014   include:
12015     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12017     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12018   layout:
12019     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12020     layout: "plot-throughput"
12021
12022 - type: "plot"
12023   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12024   algorithm: "plot_perf_box_name"
12025   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12027   include:
12028     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12031   layout:
12032     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12033     layout: "plot-throughput"
12034
12035 - type: "plot"
12036   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12037   algorithm: "plot_perf_box_name"
12038   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12040   include:
12041     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12043 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12044 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12045 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12046   layout:
12047     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12048     layout: "plot-throughput"
12049
12050 - type: "plot"
12051   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12052   algorithm: "plot_perf_box_name"
12053   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12055   include:
12056     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12057     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12058 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12059 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12060 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12061   layout:
12062     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12063     layout: "plot-throughput"
12064
12065 - type: "plot"
12066   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12067   algorithm: "plot_perf_box_name"
12068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12070   include:
12071     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12072     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12076   layout:
12077     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12078     layout: "plot-throughput"
12079
12080 - type: "plot"
12081   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12082   algorithm: "plot_perf_box_name"
12083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12085   include:
12086     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12087     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12091   layout:
12092     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12093     layout: "plot-throughput"
12094
12095 - type: "plot"
12096   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12097   algorithm: "plot_perf_box_name"
12098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12100   include:
12101     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12106   layout:
12107     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12108     layout: "plot-throughput"
12109
12110 - type: "plot"
12111   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12112   algorithm: "plot_perf_box_name"
12113   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12115   include:
12116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12121   layout:
12122     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12123     layout: "plot-throughput"
12124
12125 - type: "plot"
12126   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12127   algorithm: "plot_perf_box_name"
12128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12130   include:
12131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12135   layout:
12136     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12137     layout: "plot-throughput"
12138
12139 - type: "plot"
12140   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12141   algorithm: "plot_perf_box_name"
12142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12144   include:
12145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12149   layout:
12150     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12151     layout: "plot-throughput"
12152
12153 - type: "plot"
12154   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12155   algorithm: "plot_perf_box_name"
12156   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12158   include:
12159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12164   layout:
12165     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12166     layout: "plot-throughput"
12167
12168 - type: "plot"
12169   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12170   algorithm: "plot_perf_box_name"
12171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12173   include:
12174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12175     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12179   layout:
12180     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12181     layout: "plot-throughput"
12182
12183 - type: "plot"
12184   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12185   algorithm: "plot_perf_box_name"
12186   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12187   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12188   include:
12189     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12194   layout:
12195     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12196     layout: "plot-throughput"
12197
12198 - type: "plot"
12199   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12200   algorithm: "plot_perf_box_name"
12201   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12202   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12203   include:
12204     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12209   layout:
12210     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12211     layout: "plot-throughput"
12212
12213 - type: "plot"
12214   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12215   algorithm: "plot_perf_box_name"
12216   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12217   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12218   include:
12219     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12223   layout:
12224     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12225     layout: "plot-throughput"
12226
12227 - type: "plot"
12228   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12229   algorithm: "plot_perf_box_name"
12230   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12231   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12232   include:
12233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12237   layout:
12238     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12239     layout: "plot-throughput"
12240
12241 - type: "plot"
12242   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12243   algorithm: "plot_perf_box_name"
12244   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12245   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12246   include:
12247     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12252   layout:
12253     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12254     layout: "plot-throughput"
12255
12256 - type: "plot"
12257   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12258   algorithm: "plot_perf_box_name"
12259   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12260   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12261   include:
12262     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12267   layout:
12268     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12269     layout: "plot-throughput"
12270
12271 - type: "plot"
12272   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12273   algorithm: "plot_perf_box_name"
12274   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12275   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12276   include:
12277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12283   layout:
12284     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12285     layout: "plot-throughput"
12286
12287 - type: "plot"
12288   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12289   algorithm: "plot_perf_box_name"
12290   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12291   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12292   include:
12293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12299   layout:
12300     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12301     layout: "plot-throughput"
12302
12303 - type: "plot"
12304   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12305   algorithm: "plot_perf_box_name"
12306   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12307   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12308   include:
12309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12314   layout:
12315     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12316     layout: "plot-throughput"
12317
12318 - type: "plot"
12319   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12320   algorithm: "plot_perf_box_name"
12321   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12322   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12323   include:
12324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12329   layout:
12330     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12331     layout: "plot-throughput"
12332
12333 - type: "plot"
12334   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12335   algorithm: "plot_perf_box_name"
12336   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12337   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12338   include:
12339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12344   layout:
12345     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12346     layout: "plot-throughput"
12347
12348 - type: "plot"
12349   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12350   algorithm: "plot_perf_box_name"
12351   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12352   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12353   include:
12354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12359   layout:
12360     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12361     layout: "plot-throughput"
12362
12363 - type: "plot"
12364   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12365   algorithm: "plot_perf_box_name"
12366   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12367   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12368   include:
12369     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12371   layout:
12372     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12373     layout: "plot-throughput"
12374
12375 - type: "plot"
12376   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12377   algorithm: "plot_perf_box_name"
12378   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12380   include:
12381     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12382     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12383   layout:
12384     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12385     layout: "plot-throughput"
12386
12387 - type: "plot"
12388   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12389   algorithm: "plot_perf_box_name"
12390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12392   include:
12393     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12395     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12396     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12397   layout:
12398     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12399     layout: "plot-throughput"
12400
12401 - type: "plot"
12402   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12403   algorithm: "plot_perf_box_name"
12404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12406   include:
12407     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12408     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12409     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12410     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12411   layout:
12412     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12413     layout: "plot-throughput"
12414
12415 - type: "plot"
12416   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12417   algorithm: "plot_perf_box_name"
12418   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12420   include:
12421     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12422     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12424     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12425   layout:
12426     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12427     layout: "plot-throughput"
12428
12429 - type: "plot"
12430   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12431   algorithm: "plot_perf_box_name"
12432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12434   include:
12435     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12436     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12437     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12438     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12439   layout:
12440     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12441     layout: "plot-throughput"
12442
12443 - type: "plot"
12444   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12445   algorithm: "plot_perf_box_name"
12446   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12447   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12448   include:
12449     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12450     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12451     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12452     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12453   layout:
12454     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12455     layout: "plot-throughput"
12456
12457 - type: "plot"
12458   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12459   algorithm: "plot_perf_box_name"
12460   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12461   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12462   include:
12463     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12464     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12465     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12466     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12467   layout:
12468     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12469     layout: "plot-throughput"
12470
12471 - type: "plot"
12472   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12473   algorithm: "plot_perf_box_name"
12474   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12475   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12476   include:
12477     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12480     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12481   layout:
12482     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12483     layout: "plot-throughput"
12484
12485 - type: "plot"
12486   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12487   algorithm: "plot_perf_box_name"
12488   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12489   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12490   include:
12491     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12493     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12494     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12495   layout:
12496     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12497     layout: "plot-throughput"
12498
12499 - type: "plot"
12500   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12501   algorithm: "plot_perf_box_name"
12502   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12503   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12504   include:
12505     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12508     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12509     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12510     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12511   layout:
12512     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12513     layout: "plot-throughput"
12514
12515 - type: "plot"
12516   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12517   algorithm: "plot_perf_box_name"
12518   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12519   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12520   include:
12521     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12523     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12524     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12525     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12526     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12527   layout:
12528     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12529     layout: "plot-throughput"
12530
12531 - type: "plot"
12532   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12533   algorithm: "plot_perf_box_name"
12534   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12536   include:
12537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12542   layout:
12543     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12544     layout: "plot-throughput"
12545
12546 - type: "plot"
12547   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12548   algorithm: "plot_perf_box_name"
12549   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12550   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12551   include:
12552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12555     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12556     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12557   layout:
12558     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12559     layout: "plot-throughput"
12560
12561 - type: "plot"
12562   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12563   algorithm: "plot_perf_box_name"
12564   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12566   include:
12567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12572   layout:
12573     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12574     layout: "plot-throughput"
12575
12576 - type: "plot"
12577   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12578   algorithm: "plot_perf_box_name"
12579   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12580   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12581   include:
12582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12585     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12587   layout:
12588     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12589     layout: "plot-throughput"
12590
12591 - type: "plot"
12592   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12593   algorithm: "plot_perf_box_name"
12594   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12595   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12596   include:
12597     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12598     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12599     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12600   layout:
12601     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12602     layout: "plot-throughput"
12603
12604 - type: "plot"
12605   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12606   algorithm: "plot_perf_box_name"
12607   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12609   include:
12610     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12611     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12612     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12613   layout:
12614     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12615     layout: "plot-throughput"
12616
12617 - type: "plot"
12618   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12619   algorithm: "plot_perf_box_name"
12620   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12621   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12622   include:
12623     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12624     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12625     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12626   layout:
12627     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12628     layout: "plot-throughput"
12629
12630 - type: "plot"
12631   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12632   algorithm: "plot_perf_box_name"
12633   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12635   include:
12636     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12637     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12638     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12639   layout:
12640     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12641     layout: "plot-throughput"
12642
12643 - type: "plot"
12644   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12645   algorithm: "plot_perf_box_name"
12646   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12648   include:
12649     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12650     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12651     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12652     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12653     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12654   layout:
12655     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12656     layout: "plot-throughput"
12657
12658 - type: "plot"
12659   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12660   algorithm: "plot_perf_box_name"
12661   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12663   include:
12664     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12665     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12666     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12667     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12668     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12669   layout:
12670     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12671     layout: "plot-throughput"
12672
12673 - type: "plot"
12674   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12675   algorithm: "plot_perf_box_name"
12676   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12678   include:
12679     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12680     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12681     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12682     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12683     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12684   layout:
12685     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12686     layout: "plot-throughput"
12687
12688 - type: "plot"
12689   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12690   algorithm: "plot_perf_box_name"
12691   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12692   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12693   include:
12694     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12695     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12696     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12697     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12698     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12699   layout:
12700     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12701     layout: "plot-throughput"
12702
12703 - type: "plot"
12704   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12705   algorithm: "plot_perf_box_name"
12706   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12707   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12708   include:
12709     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12710     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12711     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12712     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12713     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12714   layout:
12715     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12716     layout: "plot-throughput"
12717
12718 - type: "plot"
12719   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12720   algorithm: "plot_perf_box_name"
12721   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12722   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12723   include:
12724     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12725     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12726     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12727     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12728     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12729   layout:
12730     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12731     layout: "plot-throughput"
12732
12733 - type: "plot"
12734   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12735   algorithm: "plot_perf_box_name"
12736   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12737   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12738   include:
12739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12740     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12741     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12742     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12743     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12744   layout:
12745     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12746     layout: "plot-throughput"
12747
12748 - type: "plot"
12749   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12750   algorithm: "plot_perf_box_name"
12751   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12752   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12753   include:
12754     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12755     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12756     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12757     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12758     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12759   layout:
12760     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12761     layout: "plot-throughput"
12762
12763 - type: "plot"
12764   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12765   algorithm: "plot_perf_box_name"
12766   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12767   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12768   include:
12769     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12770     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12771     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12772     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12773     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12774   layout:
12775     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12776     layout: "plot-throughput"
12777
12778 - type: "plot"
12779   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12780   algorithm: "plot_perf_box_name"
12781   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12782   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12783   include:
12784     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12785     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12786     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12787     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12788     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12789   layout:
12790     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12791     layout: "plot-throughput"
12792
12793 - type: "plot"
12794   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12795   algorithm: "plot_perf_box_name"
12796   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12798   include:
12799     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12800     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12801     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12802     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12803     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12804     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12805   layout:
12806     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12807     layout: "plot-throughput"
12808
12809 - type: "plot"
12810   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12811   algorithm: "plot_perf_box_name"
12812   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12814   include:
12815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12817     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12818     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12819     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12820     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12821   layout:
12822     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12823     layout: "plot-throughput"
12824
12825 - type: "plot"
12826   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12827   algorithm: "plot_perf_box_name"
12828   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12830   include:
12831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12833     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12834     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12835   layout:
12836     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12837     layout: "plot-throughput"
12838
12839 - type: "plot"
12840   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12841   algorithm: "plot_perf_box_name"
12842   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12844   include:
12845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12847     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12848     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12849   layout:
12850     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12851     layout: "plot-throughput"
12852
12853 - type: "plot"
12854   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12855   algorithm: "plot_perf_box_name"
12856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12858   include:
12859     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12860     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12861     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12862     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12863     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12864     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12865   layout:
12866     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12867     layout: "plot-throughput"
12868
12869 - type: "plot"
12870   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12871   algorithm: "plot_perf_box_name"
12872   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12874   include:
12875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12877     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12878     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12879     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12880     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12881   layout:
12882     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12883     layout: "plot-throughput"
12884
12885 - type: "plot"
12886   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12887   algorithm: "plot_perf_box_name"
12888   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12889   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12890   include:
12891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12894     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12897   layout:
12898     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12899     layout: "plot-throughput"
12900
12901 - type: "plot"
12902   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12903   algorithm: "plot_perf_box_name"
12904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12906   include:
12907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12909     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12910     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12911     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12912     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12913   layout:
12914     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12915     layout: "plot-throughput"
12916
12917 - type: "plot"
12918   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12919   algorithm: "plot_perf_box_name"
12920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12922   include:
12923     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12929   layout:
12930     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12931     layout: "plot-throughput"
12932
12933 - type: "plot"
12934   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12935   algorithm: "plot_perf_box_name"
12936   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12938   include:
12939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12945   layout:
12946     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12947     layout: "plot-throughput"
12948
12949 - type: "plot"
12950   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12951   algorithm: "plot_perf_box_name"
12952   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12953   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12954   include:
12955     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12961   layout:
12962     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12963     layout: "plot-throughput"
12964
12965 - type: "plot"
12966   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12967   algorithm: "plot_perf_box_name"
12968   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12969   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12970   include:
12971     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12973     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12974     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12975     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12976     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12977   layout:
12978     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12979     layout: "plot-throughput"
12980
12981 - type: "plot"
12982   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12983   algorithm: "plot_perf_box_name"
12984   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12985   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12986   include:
12987     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12988     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12989     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12990     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12991     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12992     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12993   layout:
12994     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12995     layout: "plot-throughput"
12996
12997 - type: "plot"
12998   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12999   algorithm: "plot_perf_box_name"
13000   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13001   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13002   include:
13003     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13004     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13005     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13006     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13007     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13008     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13009   layout:
13010     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13011     layout: "plot-throughput"
13012
13013 - type: "plot"
13014   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13015   algorithm: "plot_perf_box_name"
13016   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13018   include:
13019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13025   layout:
13026     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13027     layout: "plot-throughput"
13028
13029 - type: "plot"
13030   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13031   algorithm: "plot_perf_box_name"
13032   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13034   include:
13035     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13041   layout:
13042     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13043     layout: "plot-throughput"
13044
13045 - type: "plot"
13046   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13047   algorithm: "plot_perf_box_name"
13048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13050   include:
13051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13057   layout:
13058     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13059     layout: "plot-throughput"
13060
13061 - type: "plot"
13062   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13063   algorithm: "plot_perf_box_name"
13064   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13066   include:
13067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13073   layout:
13074     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13075     layout: "plot-throughput"
13076
13077 - type: "plot"
13078   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13079   algorithm: "plot_perf_box_name"
13080   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13082   include:
13083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13089   layout:
13090     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13091     layout: "plot-throughput"
13092
13093 - type: "plot"
13094   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13095   algorithm: "plot_perf_box_name"
13096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13098   include:
13099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13105   layout:
13106     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13107     layout: "plot-throughput"
13108
13109 - type: "plot"
13110   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13111   algorithm: "plot_perf_box_name"
13112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13114   include:
13115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13119   layout:
13120     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13121     layout: "plot-throughput"
13122
13123 - type: "plot"
13124   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13125   algorithm: "plot_perf_box_name"
13126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13128   include:
13129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13133   layout:
13134     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13135     layout: "plot-throughput"
13136
13137 - type: "plot"
13138   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13139   algorithm: "plot_perf_box_name"
13140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13142   include:
13143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13147   layout:
13148     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13149     layout: "plot-throughput"
13150
13151 - type: "plot"
13152   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13153   algorithm: "plot_perf_box_name"
13154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13156   include:
13157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13161   layout:
13162     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13163     layout: "plot-throughput"
13164
13165 - type: "plot"
13166   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13167   algorithm: "plot_perf_box_name"
13168   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13170   include:
13171     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13177   layout:
13178     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13179     layout: "plot-throughput"
13180
13181 - type: "plot"
13182   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13183   algorithm: "plot_perf_box_name"
13184   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13185   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13186   include:
13187     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13191     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13192     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13193   layout:
13194     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13195     layout: "plot-throughput"
13196
13197 - type: "plot"
13198   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13199   algorithm: "plot_perf_box_name"
13200   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13202   include:
13203     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13204     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13208   layout:
13209     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13210     layout: "plot-throughput"
13211
13212 - type: "plot"
13213   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13214   algorithm: "plot_perf_box_name"
13215   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13217   include:
13218     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13220     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13223   layout:
13224     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13225     layout: "plot-throughput"
13226
13227 - type: "plot"
13228   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13229   algorithm: "plot_perf_box_name"
13230   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13232   include:
13233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13238   layout:
13239     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13240     layout: "plot-throughput"
13241
13242 - type: "plot"
13243   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13244   algorithm: "plot_perf_box_name"
13245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13247   include:
13248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13253   layout:
13254     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13255     layout: "plot-throughput"
13256
13257 - type: "plot"
13258   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13259   algorithm: "plot_perf_box_name"
13260   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13262   include:
13263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13267   layout:
13268     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13269     layout: "plot-throughput"
13270
13271 - type: "plot"
13272   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13273   algorithm: "plot_perf_box_name"
13274   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13276   include:
13277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13281   layout:
13282     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13283     layout: "plot-throughput"
13284
13285 - type: "plot"
13286   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13287   algorithm: "plot_perf_box_name"
13288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13290   include:
13291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13293     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13297   layout:
13298     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13299     layout: "plot-throughput"
13300
13301 - type: "plot"
13302   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13303   algorithm: "plot_perf_box_name"
13304   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13306   include:
13307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13313   layout:
13314     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13315     layout: "plot-throughput"
13316
13317 - type: "plot"
13318   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13319   algorithm: "plot_perf_box_name"
13320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13322   include:
13323     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13329   layout:
13330     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13331     layout: "plot-throughput"
13332
13333 - type: "plot"
13334   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13335   algorithm: "plot_perf_box_name"
13336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13338   include:
13339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13345   layout:
13346     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13347     layout: "plot-throughput"
13348
13349 - type: "plot"
13350   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13351   algorithm: "plot_perf_box_name"
13352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13354   include:
13355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13361   layout:
13362     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13363     layout: "plot-throughput"
13364
13365 - type: "plot"
13366   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13367   algorithm: "plot_perf_box_name"
13368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13370   include:
13371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13377   layout:
13378     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13379     layout: "plot-throughput"
13380
13381 - type: "plot"
13382   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13383   algorithm: "plot_perf_box_name"
13384   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13386   include:
13387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13393   layout:
13394     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13395     layout: "plot-throughput"
13396
13397 - type: "plot"
13398   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13399   algorithm: "plot_perf_box_name"
13400   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13401   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13402   include:
13403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13409   layout:
13410     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13411     layout: "plot-throughput"
13412
13413 - type: "plot"
13414   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13415   algorithm: "plot_perf_box_name"
13416   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13417   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13418   include:
13419     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13422     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13423   layout:
13424     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13425     layout: "plot-throughput"
13426
13427 - type: "plot"
13428   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13429   algorithm: "plot_perf_box_name"
13430   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13431   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13432   include:
13433     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13437   layout:
13438     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13439     layout: "plot-throughput"
13440
13441 - type: "plot"
13442   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13443   algorithm: "plot_perf_box_name"
13444   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13445   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13446   include:
13447     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13451     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13453   layout:
13454     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13455     layout: "plot-throughput"
13456
13457 - type: "plot"
13458   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13459   algorithm: "plot_perf_box_name"
13460   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13461   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13462   include:
13463     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13469   layout:
13470     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13471     layout: "plot-throughput"
13472
13473 - type: "plot"
13474   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13475   algorithm: "plot_perf_box_name"
13476   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13477   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13478   include:
13479     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13482     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13485   layout:
13486     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13487     layout: "plot-throughput"
13488
13489 - type: "plot"
13490   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13491   algorithm: "plot_perf_box_name"
13492   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13493   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13494   include:
13495     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13501   layout:
13502     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13503     layout: "plot-throughput"
13504
13505 - type: "plot"
13506   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13507   algorithm: "plot_perf_box_name"
13508   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13509   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13510   include:
13511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13515   layout:
13516     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13517     layout: "plot-throughput"
13518
13519 - type: "plot"
13520   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13521   algorithm: "plot_perf_box_name"
13522   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13523   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13524   include:
13525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13529   layout:
13530     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13531     layout: "plot-throughput"
13532
13533 - type: "plot"
13534   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13535   algorithm: "plot_perf_box_name"
13536   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13537   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13538   include:
13539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13545   layout:
13546     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13547     layout: "plot-throughput"
13548
13549 - type: "plot"
13550   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13551   algorithm: "plot_perf_box_name"
13552   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13553   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13554   include:
13555     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13556     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13557     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13561   layout:
13562     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13563     layout: "plot-throughput"
13564
13565 - type: "plot"
13566   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13567   algorithm: "plot_perf_box_name"
13568   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13569   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13570   include:
13571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13573     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13574     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13575   layout:
13576     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13577     layout: "plot-throughput"
13578
13579 - type: "plot"
13580   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13581   algorithm: "plot_perf_box_name"
13582   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13583   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13584   include:
13585     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13589   layout:
13590     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13591     layout: "plot-throughput"
13592
13593 - type: "plot"
13594   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13595   algorithm: "plot_perf_box_name"
13596   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13597   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13598   include:
13599     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13604     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13605   layout:
13606     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13607     layout: "plot-throughput"
13608
13609 - type: "plot"
13610   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13611   algorithm: "plot_perf_box_name"
13612   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13613   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13614   include:
13615     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13616     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13617     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13618     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13619     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13620     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13621   layout:
13622     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13623     layout: "plot-throughput"
13624
13625 - type: "plot"
13626   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13627   algorithm: "plot_perf_box_name"
13628   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13629   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13630   include:
13631     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13632     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13633     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13634     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13635     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13636     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13637   layout:
13638     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13639     layout: "plot-throughput"
13640
13641 - type: "plot"
13642   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13643   algorithm: "plot_perf_box_name"
13644   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13645   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13646   include:
13647     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13648     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13649     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13650     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13651     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13652     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13653   layout:
13654     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13655     layout: "plot-throughput"
13656
13657 - type: "plot"
13658   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13659   algorithm: "plot_perf_box_name"
13660   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13661   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13662   include:
13663     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13664     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13665     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13666     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13667     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13668     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13669   layout:
13670     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13671     layout: "plot-throughput"
13672
13673 - type: "plot"
13674   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13675   algorithm: "plot_perf_box_name"
13676   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13677   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13678   include:
13679     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13680     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13681     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13682     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13683     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13684     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13685   layout:
13686     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13687     layout: "plot-throughput"
13688
13689 - type: "plot"
13690   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13691   algorithm: "plot_perf_box_name"
13692   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13694   include:
13695     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13696     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13697     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13698 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13699 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13700 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13701   layout:
13702     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13703     layout: "plot-throughput"
13704
13705 - type: "plot"
13706   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13707   algorithm: "plot_perf_box_name"
13708   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13709   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13710   include:
13711     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13712     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13713     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13714 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13715 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13716 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13717   layout:
13718     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13719     layout: "plot-throughput"
13720
13721 - type: "plot"
13722   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13723   algorithm: "plot_perf_box_name"
13724   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13726   include:
13727     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13728     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13729     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13730     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13731     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13732     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13733   layout:
13734     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13735     layout: "plot-throughput"
13736
13737 - type: "plot"
13738   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13739   algorithm: "plot_perf_box_name"
13740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13742   include:
13743     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13744     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13745     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13746     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13747     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13748     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13749   layout:
13750     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13751     layout: "plot-throughput"
13752
13753 - type: "plot"
13754   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13755   algorithm: "plot_perf_box_name"
13756   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13757   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13758   include:
13759     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13760     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13761     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13762     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13763     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13764     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13765   layout:
13766     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13767     layout: "plot-throughput"
13768
13769 - type: "plot"
13770   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13771   algorithm: "plot_perf_box_name"
13772   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13773   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13774   include:
13775     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13776     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13777     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13778     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13779     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13780     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13781   layout:
13782     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13783     layout: "plot-throughput"
13784
13785 #- type: "plot"
13786 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13787 #  algorithm: "plot_perf_box_name"
13788 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13789 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13790 #  include:
13791 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13792 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13793 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13794 #  layout:
13795 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13796 #    layout: "plot-throughput"
13797 #
13798 #- type: "plot"
13799 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13800 #  algorithm: "plot_perf_box_name"
13801 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13802 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13803 #  include:
13804 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13805 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13806 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13807 #  layout:
13808 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13809 #    layout: "plot-throughput"
13810
13811 - type: "plot"
13812   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13813   algorithm: "plot_perf_box_name"
13814   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13816   include:
13817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13820     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13822   layout:
13823     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13824     layout: "plot-throughput"
13825
13826 - type: "plot"
13827   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13828   algorithm: "plot_perf_box_name"
13829   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13830   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13831   include:
13832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13837   layout:
13838     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13839     layout: "plot-throughput"
13840
13841 - type: "plot"
13842   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13843   algorithm: "plot_perf_box_name"
13844   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13845   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13846   include:
13847     - "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"
13848     - "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"
13849     - "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"
13850     - "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"
13851     - "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"
13852   layout:
13853     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13854     layout: "plot-throughput"
13855
13856 - type: "plot"
13857   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13858   algorithm: "plot_perf_box_name"
13859   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13860   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13861   include:
13862     - "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"
13863     - "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"
13864     - "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"
13865     - "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"
13866     - "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"
13867   layout:
13868     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13869     layout: "plot-throughput"
13870
13871 - type: "plot"
13872   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13873   algorithm: "plot_perf_box_name"
13874   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13875   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13876   include:
13877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13882   layout:
13883     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13884     layout: "plot-throughput"
13885
13886 - type: "plot"
13887   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13888   algorithm: "plot_perf_box_name"
13889   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13890   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13891   include:
13892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13897   layout:
13898     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13899     layout: "plot-throughput"
13900
13901 - type: "plot"
13902   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13903   algorithm: "plot_perf_box_name"
13904   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13905   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13906   include:
13907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13912   layout:
13913     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13914     layout: "plot-throughput"
13915
13916 - type: "plot"
13917   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13918   algorithm: "plot_perf_box_name"
13919   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13920   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13921   include:
13922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13927   layout:
13928     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13929     layout: "plot-throughput"
13930
13931 - type: "plot"
13932   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13933   algorithm: "plot_perf_box_name"
13934   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13935   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13936   include:
13937     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13938     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13939     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13940     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13941     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13942   layout:
13943     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13944     layout: "plot-throughput"
13945
13946 - type: "plot"
13947   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13948   algorithm: "plot_perf_box_name"
13949   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13950   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13951   include:
13952     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13954     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13955     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13956     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13957   layout:
13958     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13959     layout: "plot-throughput"
13960
13961 - type: "plot"
13962   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13963   algorithm: "plot_perf_box_name"
13964   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13965   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13966   include:
13967     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13970     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13971     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13972   layout:
13973     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13974     layout: "plot-throughput"
13975
13976 - type: "plot"
13977   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13978   algorithm: "plot_perf_box_name"
13979   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13980   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13981   include:
13982     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13984     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13985     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13986     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13987   layout:
13988     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13989     layout: "plot-throughput"
13990
13991 - type: "plot"
13992   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13993   algorithm: "plot_perf_box_name"
13994   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13996   include:
13997     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13998     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13999     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14000     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14001   layout:
14002     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14003     layout: "plot-throughput"
14004
14005 - type: "plot"
14006   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14007   algorithm: "plot_perf_box_name"
14008   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14010   include:
14011     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14012     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14013     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14014     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14015   layout:
14016     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14017     layout: "plot-throughput"
14018
14019 - type: "plot"
14020   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14021   algorithm: "plot_perf_box_name"
14022   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14024   include:
14025     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14026     - "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"
14027     - "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"
14028     - "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"
14029   layout:
14030     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14031     layout: "plot-throughput"
14032
14033 - type: "plot"
14034   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14035   algorithm: "plot_perf_box_name"
14036   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14038   include:
14039     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14040     - "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"
14041     - "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"
14042     - "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"
14043   layout:
14044     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14045     layout: "plot-throughput"
14046
14047 - type: "plot"
14048   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14049   algorithm: "plot_perf_box_name"
14050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14052   include:
14053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14059   layout:
14060     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14061     layout: "plot-throughput"
14062
14063 - type: "plot"
14064   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14065   algorithm: "plot_perf_box_name"
14066   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14068   include:
14069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14075   layout:
14076     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14077     layout: "plot-throughput"
14078
14079 - type: "plot"
14080   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14081   algorithm: "plot_perf_box_name"
14082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14084   include:
14085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14091   layout:
14092     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14093     layout: "plot-throughput"
14094
14095 - type: "plot"
14096   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14097   algorithm: "plot_perf_box_name"
14098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14100   include:
14101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14105     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14106     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14107   layout:
14108     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14109     layout: "plot-throughput"
14110
14111 - type: "plot"
14112   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14113   algorithm: "plot_perf_box_name"
14114   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14115   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14116   include:
14117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14123   layout:
14124     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14125     layout: "plot-throughput"
14126
14127 - type: "plot"
14128   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14129   algorithm: "plot_perf_box_name"
14130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14132   include:
14133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14139   layout:
14140     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14141     layout: "plot-throughput"
14142
14143 - type: "plot"
14144   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14145   algorithm: "plot_perf_box_name"
14146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14148   include:
14149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14154   layout:
14155     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14156     layout: "plot-throughput"
14157
14158 - type: "plot"
14159   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14160   algorithm: "plot_perf_box_name"
14161   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14163   include:
14164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14169   layout:
14170     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14171     layout: "plot-throughput"
14172
14173 - type: "plot"
14174   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14175   algorithm: "plot_perf_box_name"
14176   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14178   include:
14179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14181   layout:
14182     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14183     layout: "plot-throughput"
14184
14185 - type: "plot"
14186   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14187   algorithm: "plot_perf_box_name"
14188   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14190   include:
14191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14193   layout:
14194     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14195     layout: "plot-throughput"
14196
14197 - type: "plot"
14198   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14199   algorithm: "plot_perf_box_name"
14200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14202   include:
14203     - "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"
14204     - "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"
14205   layout:
14206     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14207     layout: "plot-throughput"
14208
14209 - type: "plot"
14210   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14211   algorithm: "plot_perf_box_name"
14212   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14214   include:
14215     - "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"
14216     - "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"
14217   layout:
14218     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14219     layout: "plot-throughput"
14220
14221 - type: "plot"
14222   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14223   algorithm: "plot_perf_box_name"
14224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14226   include:
14227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14229   layout:
14230     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14231     layout: "plot-throughput"
14232
14233 - type: "plot"
14234   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14235   algorithm: "plot_perf_box_name"
14236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14238   include:
14239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14241   layout:
14242     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14243     layout: "plot-throughput"
14244
14245 - type: "plot"
14246   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14247   algorithm: "plot_perf_box_name"
14248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14250   include:
14251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14253   layout:
14254     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14255     layout: "plot-throughput"
14256
14257 - type: "plot"
14258   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14259   algorithm: "plot_perf_box_name"
14260   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14262   include:
14263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14265   layout:
14266     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14267     layout: "plot-throughput"
14268
14269 - type: "plot"
14270   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14271   algorithm: "plot_perf_box_name"
14272   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14273   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14274   include:
14275     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14276     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14277     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14278     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14279     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14280     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14281   layout:
14282     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14283     layout: "plot-throughput"
14284
14285 - type: "plot"
14286   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14287   algorithm: "plot_perf_box_name"
14288   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14289   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14290   include:
14291     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14292     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14293     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14294     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14295     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14296     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14297   layout:
14298     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14299     layout: "plot-throughput"
14300
14301 - type: "plot"
14302   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14303   algorithm: "plot_perf_box_name"
14304   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14305   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14306   include:
14307     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14308     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14309     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14310     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14311     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14312     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14313   layout:
14314     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14315     layout: "plot-throughput"
14316
14317 - type: "plot"
14318   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14319   algorithm: "plot_perf_box_name"
14320   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14321   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14322   include:
14323     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14324     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14325     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14326     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14327     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14328     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14329   layout:
14330     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14331     layout: "plot-throughput"
14332
14333 #- type: "plot"
14334 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14335 #  algorithm: "plot_perf_box_name"
14336 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14337 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14338 #  include:
14339 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14340 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14341 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14342 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14343 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14344 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14345 #  layout:
14346 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14347 #    layout: "plot-throughput"
14348 #
14349 #- type: "plot"
14350 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14351 #  algorithm: "plot_perf_box_name"
14352 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14353 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14354 #  include:
14355 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14356 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14357 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14358 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14359 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14360 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14361 #  layout:
14362 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14363 #    layout: "plot-throughput"
14364
14365 - type: "plot"
14366   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14367   algorithm: "plot_perf_box_name"
14368   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14370   include:
14371     - "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"
14372     - "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"
14373     - "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"
14374     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14375     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14376     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14377   layout:
14378     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14379     layout: "plot-throughput"
14380
14381 - type: "plot"
14382   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14383   algorithm: "plot_perf_box_name"
14384   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14386   include:
14387     - "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"
14388     - "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"
14389     - "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"
14390     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14391     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14392     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14393   layout:
14394     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14395     layout: "plot-throughput"
14396
14397 ################################################################################
14398
14399 # Packet Speedup
14400
14401 - type: "plot"
14402   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14403   algorithm: "plot_tsa_name"
14404   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14405   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14406   include:
14407     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14408     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14409     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14410     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14411   layout:
14412     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14413     layout: "plot-throughput-speedup-analysis"
14414
14415 - type: "plot"
14416   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14417   algorithm: "plot_tsa_name"
14418   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14419   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14420   include:
14421     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14422     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14423     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14424     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14425   layout:
14426     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14427     layout: "plot-throughput-speedup-analysis"
14428
14429 - type: "plot"
14430   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14431   algorithm: "plot_tsa_name"
14432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14434   include:
14435     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14436     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14437     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14438     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14439   layout:
14440     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14441     layout: "plot-throughput-speedup-analysis"
14442
14443 - type: "plot"
14444   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14445   algorithm: "plot_tsa_name"
14446   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14447   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14448   include:
14449     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14450     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14451     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14452     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14453   layout:
14454     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14455     layout: "plot-throughput-speedup-analysis"
14456
14457 - type: "plot"
14458   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14459   algorithm: "plot_tsa_name"
14460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14462   include:
14463     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14464     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14465     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14466     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14467     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14468   layout:
14469     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14470     layout: "plot-throughput-speedup-analysis"
14471
14472 - type: "plot"
14473   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14474   algorithm: "plot_tsa_name"
14475   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14477   include:
14478     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14479     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14480     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14481     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14482     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14483   layout:
14484     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14485     layout: "plot-throughput-speedup-analysis"
14486
14487 - type: "plot"
14488   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14489   algorithm: "plot_tsa_name"
14490   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14492   include:
14493     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14494     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14495     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14496     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14497     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14498   layout:
14499     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14500     layout: "plot-throughput-speedup-analysis"
14501
14502 - type: "plot"
14503   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14504   algorithm: "plot_tsa_name"
14505   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14506   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14507   include:
14508     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14509     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14510     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14511     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14512     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14513   layout:
14514     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14515     layout: "plot-throughput-speedup-analysis"
14516
14517 - type: "plot"
14518   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14519   algorithm: "plot_tsa_name"
14520   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14522   include:
14523     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14529   layout:
14530     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14531     layout: "plot-throughput-speedup-analysis"
14532
14533 - type: "plot"
14534   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14535   algorithm: "plot_tsa_name"
14536   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14537   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14538   include:
14539     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14543     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14544     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14545   layout:
14546     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14547     layout: "plot-throughput-speedup-analysis"
14548
14549 - type: "plot"
14550   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14551   algorithm: "plot_tsa_name"
14552   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14553   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14554   include:
14555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14560   layout:
14561     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14562     layout: "plot-throughput-speedup-analysis"
14563
14564 - type: "plot"
14565   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14566   algorithm: "plot_tsa_name"
14567   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14568   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14569   include:
14570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14575   layout:
14576     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14577     layout: "plot-throughput-speedup-analysis"
14578
14579 - type: "plot"
14580   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14581   algorithm: "plot_tsa_name"
14582   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14584   include:
14585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14588   layout:
14589     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14590     layout: "plot-throughput-speedup-analysis"
14591
14592 - type: "plot"
14593   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14594   algorithm: "plot_tsa_name"
14595   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14596   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14597   include:
14598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14601   layout:
14602     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14603     layout: "plot-throughput-speedup-analysis"
14604
14605 - type: "plot"
14606   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14607   algorithm: "plot_tsa_name"
14608   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14609   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14610   include:
14611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14616   layout:
14617     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14618     layout: "plot-throughput-speedup-analysis"
14619
14620 - type: "plot"
14621   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14622   algorithm: "plot_tsa_name"
14623   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14624   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14625   include:
14626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14631   layout:
14632     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14633     layout: "plot-throughput-speedup-analysis"
14634
14635 - type: "plot"
14636   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14637   algorithm: "plot_tsa_name"
14638   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14639   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14640   include:
14641     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14644   layout:
14645     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14646     layout: "plot-throughput-speedup-analysis"
14647
14648 - type: "plot"
14649   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14650   algorithm: "plot_tsa_name"
14651   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14652   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14653   include:
14654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14657   layout:
14658     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14659     layout: "plot-throughput-speedup-analysis"
14660
14661 - type: "plot"
14662   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14663   algorithm: "plot_tsa_name"
14664   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14665   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14666   include:
14667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14673   layout:
14674     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14675     layout: "plot-throughput-speedup-analysis"
14676
14677 - type: "plot"
14678   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14679   algorithm: "plot_tsa_name"
14680   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14682   include:
14683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14689   layout:
14690     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14691     layout: "plot-throughput-speedup-analysis"
14692
14693 - type: "plot"
14694   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14695   algorithm: "plot_tsa_name"
14696   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14698   include:
14699     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14700     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14701     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14702 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14703     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14704   layout:
14705     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14706     layout: "plot-throughput-speedup-analysis"
14707
14708 - type: "plot"
14709   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14710   algorithm: "plot_tsa_name"
14711   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14712   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14713   include:
14714     - "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"
14715     - "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"
14716     - "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"
14717   layout:
14718     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14719     layout: "plot-throughput-speedup-analysis"
14720
14721 - type: "plot"
14722   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr-tsa"
14723   algorithm: "plot_tsa_name"
14724   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr-tsa"
14725   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14726   include:
14727     - "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"
14728     - "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"
14729     - "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"
14730     - "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"
14731     - "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"
14732     - "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"
14733   layout:
14734     title: "2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr"
14735     layout: "plot-throughput-speedup-analysis-cps"
14736
14737 - type: "plot"
14738   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr-tsa"
14739   algorithm: "plot_tsa_name"
14740   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr-tsa"
14741   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14742   include:
14743     - "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"
14744     - "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"
14745     - "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"
14746     - "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"
14747     - "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"
14748     - "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"
14749   layout:
14750     title: "2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr"
14751     layout: "plot-throughput-speedup-analysis"
14752
14753 #- type: "plot"
14754 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr-tsa"
14755 #  algorithm: "plot_tsa_name"
14756 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr-tsa"
14757 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14758 #  include:
14759 #    - "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"
14760 #    - "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"
14761 #    - "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"
14762 #  layout:
14763 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr"
14764 #    layout: "plot-throughput-speedup-analysis-cps"
14765
14766 #- type: "plot"
14767 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr-tsa"
14768 #  algorithm: "plot_tsa_name"
14769 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr-tsa"
14770 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14771 #  include:
14772 #    - "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"
14773 #    - "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"
14774 #    - "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"
14775 #  layout:
14776 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr"
14777 #    layout: "plot-throughput-speedup-analysis"
14778
14779 - type: "plot"
14780   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14781   algorithm: "plot_tsa_name"
14782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14784   include:
14785     - "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"
14786     - "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"
14787     - "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"
14788     - "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"
14789     - "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"
14790     - "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"
14791   layout:
14792     title: "2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr"
14793     layout: "plot-throughput-speedup-analysis-cps"
14794
14795 - type: "plot"
14796   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14797   algorithm: "plot_tsa_name"
14798   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14799   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14800   include:
14801     - "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"
14802     - "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"
14803     - "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"
14804     - "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"
14805     - "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"
14806     - "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"
14807   layout:
14808     title: "2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr"
14809     layout: "plot-throughput-speedup-analysis"
14810
14811 #- type: "plot"
14812 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14813 #  algorithm: "plot_tsa_name"
14814 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14815 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14816 #  include:
14817 #    - "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"
14818 #    - "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"
14819 #    - "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"
14820 #  layout:
14821 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
14822 #    layout: "plot-throughput-speedup-analysis-cps"
14823
14824 #- type: "plot"
14825 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14826 #  algorithm: "plot_tsa_name"
14827 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14828 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14829 #  include:
14830 #    - "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"
14831 #    - "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"
14832 #    - "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"
14833 #  layout:
14834 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
14835 #    layout: "plot-throughput-speedup-analysis"
14836
14837 - type: "plot"
14838   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14839   algorithm: "plot_tsa_name"
14840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14842   include:
14843     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14844     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14845     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14846 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14847     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14848   layout:
14849     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14850     layout: "plot-throughput-speedup-analysis"
14851
14852 - type: "plot"
14853   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14854   algorithm: "plot_tsa_name"
14855   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14857   include:
14858     - "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"
14859     - "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"
14860     - "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"
14861   layout:
14862     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14863     layout: "plot-throughput-speedup-analysis"
14864
14865 - type: "plot"
14866   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr-tsa"
14867   algorithm: "plot_tsa_name"
14868   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr-tsa"
14869   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14870   include:
14871     - "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"
14872     - "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"
14873     - "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"
14874     - "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"
14875     - "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"
14876     - "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"
14877   layout:
14878     title: "2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr"
14879     layout: "plot-throughput-speedup-analysis-cps"
14880
14881 - type: "plot"
14882   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr-tsa"
14883   algorithm: "plot_tsa_name"
14884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr-tsa"
14885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14886   include:
14887     - "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"
14888     - "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"
14889     - "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"
14890     - "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"
14891     - "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"
14892     - "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"
14893   layout:
14894     title: "2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr"
14895     layout: "plot-throughput-speedup-analysis"
14896
14897 #- type: "plot"
14898 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr-tsa"
14899 #  algorithm: "plot_tsa_name"
14900 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr-tsa"
14901 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14902 #  include:
14903 #    - "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"
14904 #    - "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"
14905 #    - "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"
14906 #  layout:
14907 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr"
14908 #    layout: "plot-throughput-speedup-analysis-cps"
14909
14910 #- type: "plot"
14911 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr-tsa"
14912 #  algorithm: "plot_tsa_name"
14913 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr-tsa"
14914 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14915 #  include:
14916 #    - "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"
14917 #    - "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"
14918 #    - "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"
14919 #  layout:
14920 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr"
14921 #    layout: "plot-throughput-speedup-analysis"
14922
14923 - type: "plot"
14924   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14925   algorithm: "plot_tsa_name"
14926   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14928   include:
14929     - "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"
14930     - "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"
14931     - "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"
14932     - "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"
14933     - "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"
14934     - "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"
14935   layout:
14936     title: "2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr"
14937     layout: "plot-throughput-speedup-analysis-cps"
14938
14939 - type: "plot"
14940   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14941   algorithm: "plot_tsa_name"
14942   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14943   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14944   include:
14945     - "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"
14946     - "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"
14947     - "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"
14948     - "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"
14949     - "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"
14950     - "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"
14951   layout:
14952     title: "2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr"
14953     layout: "plot-throughput-speedup-analysis"
14954
14955 #- type: "plot"
14956 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14957 #  algorithm: "plot_tsa_name"
14958 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14959 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14960 #  include:
14961 #    - "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"
14962 #    - "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"
14963 #    - "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"
14964 #  layout:
14965 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
14966 #    layout: "plot-throughput-speedup-analysis-cps"
14967
14968 #- type: "plot"
14969 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14970 #  algorithm: "plot_tsa_name"
14971 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14972 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14973 #  include:
14974 #    - "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"
14975 #    - "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"
14976 #    - "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"
14977 #  layout:
14978 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
14979 #    layout: "plot-throughput-speedup-analysis"
14980
14981 - type: "plot"
14982   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14983   algorithm: "plot_tsa_name"
14984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14986   include:
14987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14993   layout:
14994     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14995     layout: "plot-throughput-speedup-analysis"
14996
14997 - type: "plot"
14998   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14999   algorithm: "plot_tsa_name"
15000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15002   include:
15003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15009   layout:
15010     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15011     layout: "plot-throughput-speedup-analysis"
15012
15013 - type: "plot"
15014   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15015   algorithm: "plot_tsa_name"
15016   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15017   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15018   include:
15019     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15021     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15022   layout:
15023     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
15024     layout: "plot-throughput-speedup-analysis"
15025
15026 - type: "plot"
15027   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15028   algorithm: "plot_tsa_name"
15029   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15030   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15031   include:
15032     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15034     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15035   layout:
15036     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
15037     layout: "plot-throughput-speedup-analysis"
15038
15039 - type: "plot"
15040   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15041   algorithm: "plot_tsa_name"
15042   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15044   include:
15045     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15048 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15049 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15050   layout:
15051     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
15052     layout: "plot-throughput-speedup-analysis"
15053
15054 - type: "plot"
15055   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15056   algorithm: "plot_tsa_name"
15057   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15058   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15059   include:
15060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15063 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15064 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15065   layout:
15066     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
15067     layout: "plot-throughput-speedup-analysis"
15068
15069 - type: "plot"
15070   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15071   algorithm: "plot_tsa_name"
15072   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15074   include:
15075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15076     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15077     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15078     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15079     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15080   layout:
15081     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15082     layout: "plot-throughput-speedup-analysis"
15083
15084 - type: "plot"
15085   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15086   algorithm: "plot_tsa_name"
15087   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15089   include:
15090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15091     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15092     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15093     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15094     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15095   layout:
15096     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15097     layout: "plot-throughput-speedup-analysis"
15098
15099 - type: "plot"
15100   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15101   algorithm: "plot_tsa_name"
15102   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15104   include:
15105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15108     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15109     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15110   layout:
15111     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15112     layout: "plot-throughput-speedup-analysis"
15113
15114 - type: "plot"
15115   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15116   algorithm: "plot_tsa_name"
15117   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15119   include:
15120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15125   layout:
15126     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15127     layout: "plot-throughput-speedup-analysis"
15128
15129 - type: "plot"
15130   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15131   algorithm: "plot_tsa_name"
15132   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15134   include:
15135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15139   layout:
15140     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15141     layout: "plot-throughput-speedup-analysis"
15142
15143 - type: "plot"
15144   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15145   algorithm: "plot_tsa_name"
15146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15148   include:
15149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15153   layout:
15154     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15155     layout: "plot-throughput-speedup-analysis"
15156
15157 - type: "plot"
15158   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15159   algorithm: "plot_tsa_name"
15160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15162   include:
15163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15168   layout:
15169     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15170     layout: "plot-throughput-speedup-analysis"
15171
15172 - type: "plot"
15173   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15174   algorithm: "plot_tsa_name"
15175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15177   include:
15178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15183   layout:
15184     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15185     layout: "plot-throughput-speedup-analysis"
15186
15187 - type: "plot"
15188   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15189   algorithm: "plot_tsa_name"
15190   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15191   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15192   include:
15193     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15195   layout:
15196     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15197     layout: "plot-throughput-speedup-analysis"
15198
15199 - type: "plot"
15200   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15201   algorithm: "plot_tsa_name"
15202   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15204   include:
15205     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15207   layout:
15208     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15209     layout: "plot-throughput-speedup-analysis"
15210
15211 - type: "plot"
15212   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15213   algorithm: "plot_tsa_name"
15214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15216   include:
15217     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15219     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15220     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15221   layout:
15222     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15223     layout: "plot-throughput-speedup-analysis"
15224
15225 - type: "plot"
15226   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15227   algorithm: "plot_tsa_name"
15228   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15229   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15230   include:
15231     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15232     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15233     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15234     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15235   layout:
15236     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15237     layout: "plot-throughput-speedup-analysis"
15238
15239 - type: "plot"
15240   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15241   algorithm: "plot_tsa_name"
15242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15244   include:
15245     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15249   layout:
15250     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15251     layout: "plot-throughput-speedup-analysis"
15252
15253 - type: "plot"
15254   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15255   algorithm: "plot_tsa_name"
15256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15258   include:
15259     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15262     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15263   layout:
15264     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15265     layout: "plot-throughput-speedup-analysis"
15266
15267 - type: "plot"
15268   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15269   algorithm: "plot_tsa_name"
15270   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15272   include:
15273     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15274     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15275     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15276     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15278     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15279   layout:
15280     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15281     layout: "plot-throughput-speedup-analysis"
15282
15283 - type: "plot"
15284   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15285   algorithm: "plot_tsa_name"
15286   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15287   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15288   include:
15289     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15293     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15294     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15295   layout:
15296     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15297     layout: "plot-throughput-speedup-analysis"
15298
15299 - type: "plot"
15300   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15301   algorithm: "plot_tsa_name"
15302   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15303   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15304   include:
15305     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15306     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15307     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15308     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15309     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15310   layout:
15311     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15312     layout: "plot-throughput-speedup-analysis"
15313
15314 - type: "plot"
15315   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15316   algorithm: "plot_tsa_name"
15317   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15318   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15319   include:
15320     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15321     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15322     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15323     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15324     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15325   layout:
15326     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15327     layout: "plot-throughput-speedup-analysis"
15328
15329 - type: "plot"
15330   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15331   algorithm: "plot_tsa_name"
15332   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15334   include:
15335     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15336     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15337     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15338     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15339     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15340   layout:
15341     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15342     layout: "plot-throughput-speedup-analysis"
15343
15344 - type: "plot"
15345   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15346   algorithm: "plot_tsa_name"
15347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15349   include:
15350     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15351     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15353     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15354     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15355   layout:
15356     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15357     layout: "plot-throughput-speedup-analysis"
15358
15359 - type: "plot"
15360   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15361   algorithm: "plot_tsa_name"
15362   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15364   include:
15365     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15366     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15367     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15368   layout:
15369     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15370     layout: "plot-throughput-speedup-analysis"
15371
15372 - type: "plot"
15373   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15374   algorithm: "plot_tsa_name"
15375   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15376   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15377   include:
15378     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15379     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15380     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15381   layout:
15382     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15383     layout: "plot-throughput-speedup-analysis"
15384
15385 - type: "plot"
15386   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15387   algorithm: "plot_tsa_name"
15388   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15390   include:
15391     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15392     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15394   layout:
15395     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15396     layout: "plot-throughput-speedup-analysis"
15397
15398 - type: "plot"
15399   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15400   algorithm: "plot_tsa_name"
15401   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15403   include:
15404     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15405     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15406     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15407   layout:
15408     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15409     layout: "plot-throughput-speedup-analysis"
15410
15411 - type: "plot"
15412   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15413   algorithm: "plot_tsa_name"
15414   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15416   include:
15417     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15418     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15419     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15420     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15421     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15422   layout:
15423     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15424     layout: "plot-throughput-speedup-analysis"
15425
15426 - type: "plot"
15427   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15428   algorithm: "plot_tsa_name"
15429   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15431   include:
15432     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15433     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15434     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15435     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15436     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15437   layout:
15438     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15439     layout: "plot-throughput-speedup-analysis"
15440
15441 - type: "plot"
15442   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15443   algorithm: "plot_tsa_name"
15444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15446   include:
15447     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15448     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15449     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15450     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15451     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15452   layout:
15453     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15454     layout: "plot-throughput-speedup-analysis"
15455
15456 - type: "plot"
15457   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15458   algorithm: "plot_tsa_name"
15459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15461   include:
15462     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15463     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15464     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15465     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15466     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15467   layout:
15468     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15469     layout: "plot-throughput-speedup-analysis"
15470
15471 - type: "plot"
15472   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15473   algorithm: "plot_tsa_name"
15474   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15475   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15476   include:
15477     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15478     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15479     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15480     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15481     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15482     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15483   layout:
15484     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15485     layout: "plot-throughput-speedup-analysis"
15486
15487 - type: "plot"
15488   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15489   algorithm: "plot_tsa_name"
15490   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15491   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15492   include:
15493     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15494     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15495     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15496     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15497     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15498     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15499   layout:
15500     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15501     layout: "plot-throughput-speedup-analysis"
15502
15503 - type: "plot"
15504   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15505   algorithm: "plot_tsa_name"
15506   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15508   include:
15509     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15510     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15511     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15512     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15513   layout:
15514     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15515     layout: "plot-throughput-speedup-analysis"
15516
15517 - type: "plot"
15518   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15519   algorithm: "plot_tsa_name"
15520   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15522   include:
15523     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15524     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15525     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15526     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15527   layout:
15528     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15529     layout: "plot-throughput-speedup-analysis"
15530
15531 - type: "plot"
15532   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15533   algorithm: "plot_tsa_name"
15534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15536   include:
15537     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15538     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15539     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15540     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15541     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15542     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15543   layout:
15544     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15545     layout: "plot-throughput-speedup-analysis"
15546
15547 - type: "plot"
15548   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15549   algorithm: "plot_tsa_name"
15550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15552   include:
15553     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15554     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15555     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15556     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15557     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15558     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15559   layout:
15560     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15561     layout: "plot-throughput-speedup-analysis"
15562
15563 - type: "plot"
15564   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15565   algorithm: "plot_tsa_name"
15566   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15568   include:
15569     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15570     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15571     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15572     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15573     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15574     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15575   layout:
15576     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15577     layout: "plot-throughput-speedup-analysis"
15578
15579 - type: "plot"
15580   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15581   algorithm: "plot_tsa_name"
15582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15584   include:
15585     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15586     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15587     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15588     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15589     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15590     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15591   layout:
15592     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15593     layout: "plot-throughput-speedup-analysis"
15594
15595 - type: "plot"
15596   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15597   algorithm: "plot_tsa_name"
15598   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15600   include:
15601     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15607   layout:
15608     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15609     layout: "plot-throughput-speedup-analysis"
15610
15611 - type: "plot"
15612   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15613   algorithm: "plot_tsa_name"
15614   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15616   include:
15617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15623   layout:
15624     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15625     layout: "plot-throughput-speedup-analysis"
15626
15627 - type: "plot"
15628   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15629   algorithm: "plot_tsa_name"
15630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15632   include:
15633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15639   layout:
15640     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15641     layout: "plot-throughput-speedup-analysis"
15642
15643 - type: "plot"
15644   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15645   algorithm: "plot_tsa_name"
15646   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15648   include:
15649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15655   layout:
15656     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15657     layout: "plot-throughput-speedup-analysis"
15658
15659 - type: "plot"
15660   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15661   algorithm: "plot_tsa_name"
15662   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15663   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15664   include:
15665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15671   layout:
15672     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15673     layout: "plot-throughput-speedup-analysis"
15674
15675 - type: "plot"
15676   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15677   algorithm: "plot_tsa_name"
15678   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15680   include:
15681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15687   layout:
15688     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15689     layout: "plot-throughput-speedup-analysis"
15690
15691 - type: "plot"
15692   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15693   algorithm: "plot_tsa_name"
15694   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15695   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15696   include:
15697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15701   layout:
15702     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15703     layout: "plot-throughput-speedup-analysis"
15704
15705 - type: "plot"
15706   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15707   algorithm: "plot_tsa_name"
15708   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15709   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15710   include:
15711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15715   layout:
15716     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15717     layout: "plot-throughput-speedup-analysis"
15718
15719 - type: "plot"
15720   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15721   algorithm: "plot_tsa_name"
15722   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15724   include:
15725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15729   layout:
15730     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15731     layout: "plot-throughput-speedup-analysis"
15732
15733 - type: "plot"
15734   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15735   algorithm: "plot_tsa_name"
15736   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15738   include:
15739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15743   layout:
15744     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15745     layout: "plot-throughput-speedup-analysis"
15746
15747 - type: "plot"
15748   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15749   algorithm: "plot_tsa_name"
15750   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15751   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15752   include:
15753     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15757     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15758     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15759   layout:
15760     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15761     layout: "plot-throughput-speedup-analysis"
15762
15763 - type: "plot"
15764   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15765   algorithm: "plot_tsa_name"
15766   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15767   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15768   include:
15769     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15771     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15772     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15773     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15774     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15775   layout:
15776     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15777     layout: "plot-throughput-speedup-analysis"
15778
15779 - type: "plot"
15780   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15781   algorithm: "plot_tsa_name"
15782   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15784   include:
15785     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15786     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15787     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15789     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15790   layout:
15791     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15792     layout: "plot-throughput-speedup-analysis"
15793
15794 - type: "plot"
15795   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15796   algorithm: "plot_tsa_name"
15797   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15799   include:
15800     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15801     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15802     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15803     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15804     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15805   layout:
15806     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15807     layout: "plot-throughput-speedup-analysis"
15808
15809 - type: "plot"
15810   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15811   algorithm: "plot_tsa_name"
15812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15814   include:
15815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15820   layout:
15821     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15822     layout: "plot-throughput-speedup-analysis"
15823
15824 - type: "plot"
15825   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15826   algorithm: "plot_tsa_name"
15827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15829   include:
15830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15835   layout:
15836     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15837     layout: "plot-throughput-speedup-analysis"
15838
15839 - type: "plot"
15840   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15841   algorithm: "plot_tsa_name"
15842   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15844   include:
15845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15849   layout:
15850     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15851     layout: "plot-throughput-speedup-analysis"
15852
15853 - type: "plot"
15854   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15855   algorithm: "plot_tsa_name"
15856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15858   include:
15859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15863   layout:
15864     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15865     layout: "plot-throughput-speedup-analysis"
15866
15867 - type: "plot"
15868   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15869   algorithm: "plot_tsa_name"
15870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15872   include:
15873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15879   layout:
15880     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15881     layout: "plot-throughput-speedup-analysis"
15882
15883 - type: "plot"
15884   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15885   algorithm: "plot_tsa_name"
15886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15888   include:
15889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15895   layout:
15896     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15897     layout: "plot-throughput-speedup-analysis"
15898
15899 - type: "plot"
15900   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15901   algorithm: "plot_tsa_name"
15902   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15903   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15904   include:
15905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15911   layout:
15912     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15913     layout: "plot-throughput-speedup-analysis"
15914
15915 - type: "plot"
15916   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15917   algorithm: "plot_tsa_name"
15918   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15920   include:
15921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15927   layout:
15928     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15929     layout: "plot-throughput-speedup-analysis"
15930
15931 - type: "plot"
15932   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15933   algorithm: "plot_tsa_name"
15934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15936   include:
15937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15943   layout:
15944     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15945     layout: "plot-throughput-speedup-analysis"
15946
15947 - type: "plot"
15948   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15949   algorithm: "plot_tsa_name"
15950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15952   include:
15953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15959   layout:
15960     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15961     layout: "plot-throughput-speedup-analysis"
15962
15963 - type: "plot"
15964   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15965   algorithm: "plot_tsa_name"
15966   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15968   include:
15969     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15970     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15971     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15972     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15973     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15974     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15975   layout:
15976     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15977     layout: "plot-throughput-speedup-analysis"
15978
15979 - type: "plot"
15980   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15981   algorithm: "plot_tsa_name"
15982   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15983   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15984   include:
15985     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15986     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15987     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15988     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15989     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15990     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15991   layout:
15992     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15993     layout: "plot-throughput-speedup-analysis"
15994
15995 - type: "plot"
15996   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15997   algorithm: "plot_tsa_name"
15998   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15999   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16000   include:
16001     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16002     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16003     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16004     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16005     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16006     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16007   layout:
16008     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
16009     layout: "plot-throughput-speedup-analysis"
16010
16011 - type: "plot"
16012   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16013   algorithm: "plot_tsa_name"
16014   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16016   include:
16017     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16018     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16019     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16020     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16021     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16022     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16023   layout:
16024     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
16025     layout: "plot-throughput-speedup-analysis"
16026
16027 - type: "plot"
16028   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
16029   algorithm: "plot_tsa_name"
16030   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16032   include:
16033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16038   layout:
16039     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
16040     layout: "plot-throughput-speedup-analysis"
16041
16042 - type: "plot"
16043   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
16044   algorithm: "plot_tsa_name"
16045   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16047   include:
16048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16053   layout:
16054     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
16055     layout: "plot-throughput-speedup-analysis"
16056
16057 - type: "plot"
16058   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16059   algorithm: "plot_tsa_name"
16060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16062   include:
16063     - "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"
16064     - "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"
16065     - "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"
16066     - "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"
16067     - "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"
16068   layout:
16069     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16070     layout: "plot-throughput-speedup-analysis"
16071
16072 - type: "plot"
16073   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16074   algorithm: "plot_tsa_name"
16075   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16076   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16077   include:
16078     - "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"
16079     - "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"
16080     - "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"
16081     - "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"
16082     - "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"
16083   layout:
16084     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16085     layout: "plot-throughput-speedup-analysis"
16086
16087 - type: "plot"
16088   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16089   algorithm: "plot_tsa_name"
16090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16092   include:
16093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16095     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16096     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16097     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16098   layout:
16099     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16100     layout: "plot-throughput-speedup-analysis"
16101
16102 - type: "plot"
16103   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16104   algorithm: "plot_tsa_name"
16105   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16107   include:
16108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16113   layout:
16114     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16115     layout: "plot-throughput-speedup-analysis"
16116
16117 - type: "plot"
16118   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16119   algorithm: "plot_tsa_name"
16120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16122   include:
16123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16128   layout:
16129     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16130     layout: "plot-throughput-speedup-analysis"
16131
16132 - type: "plot"
16133   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16134   algorithm: "plot_tsa_name"
16135   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16136   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16137   include:
16138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16143   layout:
16144     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16145     layout: "plot-throughput-speedup-analysis"
16146
16147 - type: "plot"
16148   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16149   algorithm: "plot_tsa_name"
16150   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16151   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16152   include:
16153     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16154     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16155     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16156     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16157     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16158   layout:
16159     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16160     layout: "plot-throughput-speedup-analysis"
16161
16162 - type: "plot"
16163   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16164   algorithm: "plot_tsa_name"
16165   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16166   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16167   include:
16168     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16170     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16171     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16172     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16173   layout:
16174     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16175     layout: "plot-throughput-speedup-analysis"
16176
16177 - type: "plot"
16178   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16179   algorithm: "plot_tsa_name"
16180   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16181   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16182   include:
16183     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16184     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16185     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16186     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16187     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16188   layout:
16189     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16190     layout: "plot-throughput-speedup-analysis"
16191
16192 - type: "plot"
16193   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16194   algorithm: "plot_tsa_name"
16195   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16197   include:
16198     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16199     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16200     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16201     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16202     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16203   layout:
16204     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16205     layout: "plot-throughput-speedup-analysis"
16206
16207 - type: "plot"
16208   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16209   algorithm: "plot_tsa_name"
16210   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16212   include:
16213     - "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"
16214     - "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"
16215     - "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"
16216     - "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"
16217   layout:
16218     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16219     layout: "plot-throughput-speedup-analysis"
16220
16221 - type: "plot"
16222   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16223   algorithm: "plot_tsa_name"
16224   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16226   include:
16227     - "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"
16228     - "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"
16229     - "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"
16230     - "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"
16231   layout:
16232     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16233     layout: "plot-throughput-speedup-analysis"
16234
16235 - type: "plot"
16236   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16237   algorithm: "plot_tsa_name"
16238   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16240   include:
16241     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16242     - "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"
16243     - "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"
16244     - "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"
16245   layout:
16246     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16247     layout: "plot-throughput-speedup-analysis"
16248
16249 - type: "plot"
16250   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16251   algorithm: "plot_tsa_name"
16252   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16254   include:
16255     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16256     - "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"
16257     - "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"
16258     - "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"
16259   layout:
16260     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16261     layout: "plot-throughput-speedup-analysis"
16262
16263 - type: "plot"
16264   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16265   algorithm: "plot_tsa_name"
16266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16268   include:
16269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16275   layout:
16276     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16277     layout: "plot-throughput-speedup-analysis"
16278
16279 - type: "plot"
16280   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16281   algorithm: "plot_tsa_name"
16282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16284   include:
16285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16291   layout:
16292     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16293     layout: "plot-throughput-speedup-analysis"
16294
16295 - type: "plot"
16296   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16297   algorithm: "plot_tsa_name"
16298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16300   include:
16301     - "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"
16302     - "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"
16303     - "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"
16304     - "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"
16305     - "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"
16306     - "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"
16307   layout:
16308     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16309     layout: "plot-throughput-speedup-analysis"
16310
16311 - type: "plot"
16312   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16313   algorithm: "plot_tsa_name"
16314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16316   include:
16317     - "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"
16318     - "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"
16319     - "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"
16320     - "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"
16321     - "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"
16322     - "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"
16323   layout:
16324     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16325     layout: "plot-throughput-speedup-analysis"
16326
16327 - type: "plot"
16328   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16329   algorithm: "plot_tsa_name"
16330   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16331   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16332   include:
16333     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16334     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16335     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16336     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16339   layout:
16340     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16341     layout: "plot-throughput-speedup-analysis"
16342
16343 - type: "plot"
16344   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16345   algorithm: "plot_tsa_name"
16346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16348   include:
16349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16350     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16351     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16355   layout:
16356     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16357     layout: "plot-throughput-speedup-analysis"
16358
16359 - type: "plot"
16360   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16361   algorithm: "plot_tsa_name"
16362   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16363   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16364   include:
16365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16370   layout:
16371     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16372     layout: "plot-throughput-speedup-analysis"
16373
16374 - type: "plot"
16375   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16376   algorithm: "plot_tsa_name"
16377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16379   include:
16380     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16385   layout:
16386     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16387     layout: "plot-throughput-speedup-analysis"
16388
16389 - type: "plot"
16390   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16391   algorithm: "plot_tsa_name"
16392   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16393   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16394   include:
16395     - "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"
16396     - "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"
16397   layout:
16398     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16399     layout: "plot-throughput-speedup-analysis"
16400
16401 - type: "plot"
16402   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16403   algorithm: "plot_tsa_name"
16404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16406   include:
16407     - "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"
16408     - "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"
16409   layout:
16410     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16411     layout: "plot-throughput-speedup-analysis"
16412
16413 - type: "plot"
16414   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16415   algorithm: "plot_tsa_name"
16416   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16418   include:
16419     - "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"
16420     - "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"
16421   layout:
16422     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16423     layout: "plot-throughput-speedup-analysis"
16424
16425 - type: "plot"
16426   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16427   algorithm: "plot_tsa_name"
16428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16430   include:
16431     - "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"
16432     - "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"
16433   layout:
16434     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16435     layout: "plot-throughput-speedup-analysis"
16436
16437 - type: "plot"
16438   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16439   algorithm: "plot_tsa_name"
16440   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16441   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16442   include:
16443     - "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"
16444     - "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"
16445     - "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"
16446     - "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"
16447     - "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"
16448     - "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"
16449   layout:
16450     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16451     layout: "plot-throughput-speedup-analysis"
16452
16453 - type: "plot"
16454   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16455   algorithm: "plot_tsa_name"
16456   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16457   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16458   include:
16459     - "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"
16460     - "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"
16461     - "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"
16462     - "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"
16463     - "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"
16464     - "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"
16465   layout:
16466     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16467     layout: "plot-throughput-speedup-analysis"
16468
16469 - type: "plot"
16470   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16471   algorithm: "plot_tsa_name"
16472   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16473   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16474   include:
16475     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16476     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16477     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16478     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16479     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16480   layout:
16481     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16482     layout: "plot-throughput-speedup-analysis"
16483
16484 - type: "plot"
16485   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16486   algorithm: "plot_tsa_name"
16487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16489   include:
16490     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16491     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16492     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16493     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16494     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16495   layout:
16496     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16497     layout: "plot-throughput-speedup-analysis"
16498
16499 - type: "plot"
16500   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16501   algorithm: "plot_tsa_name"
16502   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16503   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16504   include:
16505     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16506     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16507     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16508     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16509     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16510   layout:
16511     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16512     layout: "plot-throughput-speedup-analysis"
16513
16514 - type: "plot"
16515   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16516   algorithm: "plot_tsa_name"
16517   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16518   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16519   include:
16520     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16521     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16522     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16523     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16524     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16525   layout:
16526     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16527     layout: "plot-throughput-speedup-analysis"
16528
16529 - type: "plot"
16530   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16531   algorithm: "plot_tsa_name"
16532   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16533   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16534   include:
16535     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16536     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16537     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16538     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16539   layout:
16540     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16541     layout: "plot-throughput-speedup-analysis"
16542
16543 - type: "plot"
16544   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16545   algorithm: "plot_tsa_name"
16546   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16547   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16548   include:
16549     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16550     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16551     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16552     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16553   layout:
16554     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16555     layout: "plot-throughput-speedup-analysis"
16556
16557 - type: "plot"
16558   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16559   algorithm: "plot_tsa_name"
16560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16561   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16562   include:
16563     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16564     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16565     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16566     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16567   layout:
16568     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16569     layout: "plot-throughput-speedup-analysis"
16570
16571 - type: "plot"
16572   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16573   algorithm: "plot_tsa_name"
16574   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16575   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16576   include:
16577     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16578     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16579     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16580     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16581   layout:
16582     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16583     layout: "plot-throughput-speedup-analysis"
16584
16585 - type: "plot"
16586   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16587   algorithm: "plot_tsa_name"
16588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16590   include:
16591     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16592     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16593     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16594     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16595     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16596   layout:
16597     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16598     layout: "plot-throughput-speedup-analysis"
16599
16600 - type: "plot"
16601   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16602   algorithm: "plot_tsa_name"
16603   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16604   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16605   include:
16606     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16607     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16608     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16609     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16610     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16611   layout:
16612     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16613     layout: "plot-throughput-speedup-analysis"
16614
16615 - type: "plot"
16616   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16617   algorithm: "plot_tsa_name"
16618   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16619   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16620   include:
16621     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16622     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16623     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16624     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16625     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16626     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16627   layout:
16628     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16629     layout: "plot-throughput-speedup-analysis"
16630
16631 - type: "plot"
16632   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16633   algorithm: "plot_tsa_name"
16634   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16635   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16636   include:
16637     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16638     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16639     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16640     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16641     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16642     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16643   layout:
16644     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16645     layout: "plot-throughput-speedup-analysis"
16646
16647 - type: "plot"
16648   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16649   algorithm: "plot_tsa_name"
16650   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16651   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16652   include:
16653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16655     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16657   layout:
16658     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16659     layout: "plot-throughput-speedup-analysis"
16660
16661 - type: "plot"
16662   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16663   algorithm: "plot_tsa_name"
16664   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16665   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16666   include:
16667     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16668     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16669     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16671   layout:
16672     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16673     layout: "plot-throughput-speedup-analysis"
16674
16675 - type: "plot"
16676   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16677   algorithm: "plot_tsa_name"
16678   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16679   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16680   include:
16681     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16682     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16683     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16684     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16685     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16686     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16687   layout:
16688     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16689     layout: "plot-throughput-speedup-analysis"
16690
16691 - type: "plot"
16692   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16693   algorithm: "plot_tsa_name"
16694   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16695   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16696   include:
16697     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16698     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16699     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16700     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16701     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16702     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16703   layout:
16704     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16705     layout: "plot-throughput-speedup-analysis"
16706
16707 - type: "plot"
16708   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16709   algorithm: "plot_tsa_name"
16710   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16711   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16712   include:
16713     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16714     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16715     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16716     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16717     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16718     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16719   layout:
16720     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16721     layout: "plot-throughput-speedup-analysis"
16722
16723 - type: "plot"
16724   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16725   algorithm: "plot_tsa_name"
16726   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16727   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16728   include:
16729     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16730     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16731     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16732     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16733     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16734     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16735   layout:
16736     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16737     layout: "plot-throughput-speedup-analysis"
16738
16739 - type: "plot"
16740   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16741   algorithm: "plot_tsa_name"
16742   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16743   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16744   include:
16745     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16746     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16747     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16748     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16749     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16750     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16751   layout:
16752     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16753     layout: "plot-throughput-speedup-analysis"
16754
16755 - type: "plot"
16756   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16757   algorithm: "plot_tsa_name"
16758   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16759   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16760   include:
16761     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16762     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16763     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16764     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16765     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16766     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16767   layout:
16768     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16769     layout: "plot-throughput-speedup-analysis"
16770
16771 - type: "plot"
16772   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16773   algorithm: "plot_tsa_name"
16774   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16775   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16776   include:
16777     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16778     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16779     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16780     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16781     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16782     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16783   layout:
16784     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16785     layout: "plot-throughput-speedup-analysis"
16786
16787 - type: "plot"
16788   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16789   algorithm: "plot_tsa_name"
16790   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16791   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16792   include:
16793     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16794     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16795     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16796     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16797     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16798     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16799   layout:
16800     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16801     layout: "plot-throughput-speedup-analysis"
16802
16803 - type: "plot"
16804   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16805   algorithm: "plot_tsa_name"
16806   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16807   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16808   include:
16809     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16810     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16811     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16812     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16813     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16814     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16815   layout:
16816     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16817     layout: "plot-throughput-speedup-analysis"
16818
16819 - type: "plot"
16820   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16821   algorithm: "plot_tsa_name"
16822   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16823   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16824   include:
16825     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16826     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16827     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16828     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16829     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16830     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16831   layout:
16832     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16833     layout: "plot-throughput-speedup-analysis"
16834
16835 #- type: "plot"
16836 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16837 #  algorithm: "plot_tsa_name"
16838 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16839 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16840 #  include:
16841 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16842 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16843 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16844 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16845 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16846 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16847 #  layout:
16848 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16849 #    layout: "plot-throughput-speedup-analysis"
16850 #
16851 #- type: "plot"
16852 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16853 #  algorithm: "plot_tsa_name"
16854 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16855 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16856 #  include:
16857 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16858 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16859 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16860 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16861 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16862 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16863 #  layout:
16864 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16865 #    layout: "plot-throughput-speedup-analysis"
16866
16867 - type: "plot"
16868   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16869   algorithm: "plot_tsa_name"
16870   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16871   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16872   include:
16873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16878   layout:
16879     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16880     layout: "plot-throughput-speedup-analysis"
16881
16882 - type: "plot"
16883   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16884   algorithm: "plot_tsa_name"
16885   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16886   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16887   include:
16888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16893   layout:
16894     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16895     layout: "plot-throughput-speedup-analysis"
16896
16897 - type: "plot"
16898   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16899   algorithm: "plot_tsa_name"
16900   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16901   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16902   include:
16903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16909   layout:
16910     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16911     layout: "plot-throughput-speedup-analysis"
16912
16913 - type: "plot"
16914   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16915   algorithm: "plot_tsa_name"
16916   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16917   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16918   include:
16919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16923     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16925   layout:
16926     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16927     layout: "plot-throughput-speedup-analysis"
16928
16929 - type: "plot"
16930   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16931   algorithm: "plot_tsa_name"
16932   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16933   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16934   include:
16935     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16936     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16937     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16938     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16939     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16940   layout:
16941     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16942     layout: "plot-throughput-speedup-analysis"
16943
16944 - type: "plot"
16945   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16946   algorithm: "plot_tsa_name"
16947   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16948   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16949   include:
16950     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16951     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16952     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16953     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16954     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16955   layout:
16956     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16957     layout: "plot-throughput-speedup-analysis"
16958
16959 - type: "plot"
16960   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16961   algorithm: "plot_tsa_name"
16962   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16963   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16964   include:
16965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16969   layout:
16970     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16971     layout: "plot-throughput-speedup-analysis"
16972
16973 - type: "plot"
16974   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16975   algorithm: "plot_tsa_name"
16976   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16977   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16978   include:
16979     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16980     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16981     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16983   layout:
16984     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16985     layout: "plot-throughput-speedup-analysis"
16986
16987 - type: "plot"
16988   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16989   algorithm: "plot_tsa_name"
16990   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16991   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16992   include:
16993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16999   layout:
17000     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17001     layout: "plot-throughput-speedup-analysis"
17002
17003 - type: "plot"
17004   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17005   algorithm: "plot_tsa_name"
17006   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17007   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17008   include:
17009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17015   layout:
17016     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17017     layout: "plot-throughput-speedup-analysis"
17018
17019 - type: "plot"
17020   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17021   algorithm: "plot_tsa_name"
17022   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17023   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17024   include:
17025     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17026     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17030   layout:
17031     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17032     layout: "plot-throughput-speedup-analysis"
17033
17034 - type: "plot"
17035   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17036   algorithm: "plot_tsa_name"
17037   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17038   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17039   include:
17040     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17041     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17042     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17043     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17044     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17045   layout:
17046     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17047     layout: "plot-throughput-speedup-analysis"
17048
17049 - type: "plot"
17050   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17051   algorithm: "plot_tsa_name"
17052   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17053   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17054   include:
17055     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17056     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17057     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17060   layout:
17061     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17062     layout: "plot-throughput-speedup-analysis"
17063
17064 - type: "plot"
17065   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17066   algorithm: "plot_tsa_name"
17067   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17068   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17069   include:
17070     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17075   layout:
17076     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17077     layout: "plot-throughput-speedup-analysis"
17078
17079 - type: "plot"
17080   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17081   algorithm: "plot_tsa_name"
17082   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17083   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17084   include:
17085     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17086     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17087     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17088     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17089   layout:
17090     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17091     layout: "plot-throughput-speedup-analysis"
17092
17093 - type: "plot"
17094   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17095   algorithm: "plot_tsa_name"
17096   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17097   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17098   include:
17099     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17100     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17101     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17102     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17103   layout:
17104     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17105     layout: "plot-throughput-speedup-analysis"
17106
17107 - type: "plot"
17108   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17109   algorithm: "plot_tsa_name"
17110   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17111   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17112   include:
17113     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17114     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17115     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17116     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17117     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17118   layout:
17119     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17120     layout: "plot-throughput-speedup-analysis"
17121
17122 - type: "plot"
17123   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17124   algorithm: "plot_tsa_name"
17125   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17126   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17127   include:
17128     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17129     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17130     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17131     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17132     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17133   layout:
17134     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17135     layout: "plot-throughput-speedup-analysis"
17136
17137 - type: "plot"
17138   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17139   algorithm: "plot_tsa_name"
17140   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17141   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17142   include:
17143     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17144     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17145     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17146     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17147     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17148     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17149   layout:
17150     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17151     layout: "plot-throughput-speedup-analysis"
17152
17153 - type: "plot"
17154   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17155   algorithm: "plot_tsa_name"
17156   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17157   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17158   include:
17159     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17160     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17161     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17162     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17163     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17164     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17165   layout:
17166     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17167     layout: "plot-throughput-speedup-analysis"
17168
17169 - type: "plot"
17170   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17171   algorithm: "plot_tsa_name"
17172   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17173   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17174   include:
17175     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17176     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17177     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17178     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17179   layout:
17180     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17181     layout: "plot-throughput-speedup-analysis"
17182
17183 - type: "plot"
17184   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17185   algorithm: "plot_tsa_name"
17186   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17187   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17188   include:
17189     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17190     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17191     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17192     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17193   layout:
17194     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17195     layout: "plot-throughput-speedup-analysis"
17196
17197 - type: "plot"
17198   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17199   algorithm: "plot_tsa_name"
17200   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17201   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17202   include:
17203     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17204     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17205     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17206     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17207     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17208     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17209   layout:
17210     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17211     layout: "plot-throughput-speedup-analysis"
17212
17213 - type: "plot"
17214   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17215   algorithm: "plot_tsa_name"
17216   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17217   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17218   include:
17219     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17220     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17221     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17222     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17223     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17224     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17225   layout:
17226     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17227     layout: "plot-throughput-speedup-analysis"
17228
17229 - type: "plot"
17230   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17231   algorithm: "plot_tsa_name"
17232   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17233   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17234   include:
17235     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17236     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17237     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17238     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17239     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17240     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17241   layout:
17242     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17243     layout: "plot-throughput-speedup-analysis"
17244
17245 - type: "plot"
17246   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17247   algorithm: "plot_tsa_name"
17248   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17249   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17250   include:
17251     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17252     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17253     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17254     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17255     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17256     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17257   layout:
17258     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17259     layout: "plot-throughput-speedup-analysis"
17260
17261 #- type: "plot"
17262 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17263 #  algorithm: "plot_tsa_name"
17264 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17265 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17266 #  include:
17267 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17268 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17269 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17270 #  layout:
17271 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17272 #    layout: "plot-throughput-speedup-analysis"
17273 #
17274 #- type: "plot"
17275 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17276 #  algorithm: "plot_tsa_name"
17277 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17278 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17279 #  include:
17280 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17281 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17282 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17283 #  layout:
17284 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17285 #    layout: "plot-throughput-speedup-analysis"
17286
17287 ################################################################################
17288
17289 # Packet Throughput - DPDK
17290
17291 # 2n-skx-xxv710
17292
17293 - type: "plot"
17294   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17295   algorithm: "plot_perf_box_name"
17296   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17297   data: "plot-dpdk-throughput-latency-2n-skx"
17298   include:
17299     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17300     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17301   layout:
17302     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17303     layout: "plot-throughput"
17304
17305 - type: "plot"
17306   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17307   algorithm: "plot_perf_box_name"
17308   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17309   data: "plot-dpdk-throughput-latency-2n-skx"
17310   include:
17311     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17312     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17313   layout:
17314     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17315     layout: "plot-throughput"
17316
17317 - type: "plot"
17318   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17319   algorithm: "plot_perf_box_name"
17320   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17321   data: "plot-dpdk-throughput-latency-2n-skx"
17322   include:
17323     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17324     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17325   layout:
17326     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17327     layout: "plot-throughput"
17328
17329 - type: "plot"
17330   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17331   algorithm: "plot_perf_box_name"
17332   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17333   data: "plot-dpdk-throughput-latency-2n-skx"
17334   include:
17335     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17336     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17337   layout:
17338     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17339     layout: "plot-throughput"
17340
17341 # 2n-skx-x710
17342
17343 - type: "plot"
17344   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17345   algorithm: "plot_perf_box_name"
17346   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17347   data: "plot-dpdk-throughput-latency-2n-skx"
17348   include:
17349     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17350     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17351   layout:
17352     title: "2n-skx-x710-64b-2t1c-base-ndr"
17353     layout: "plot-throughput"
17354
17355 - type: "plot"
17356   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17357   algorithm: "plot_perf_box_name"
17358   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17359   data: "plot-dpdk-throughput-latency-2n-skx"
17360   include:
17361     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17362     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17363   layout:
17364     title: "2n-skx-x710-64b-4t2c-base-ndr"
17365     layout: "plot-throughput"
17366
17367 - type: "plot"
17368   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17369   algorithm: "plot_perf_box_name"
17370   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17371   data: "plot-dpdk-throughput-latency-2n-skx"
17372   include:
17373     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17374     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17375   layout:
17376     title: "2n-skx-x710-64b-2t1c-base-pdr"
17377     layout: "plot-throughput"
17378
17379 - type: "plot"
17380   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17381   algorithm: "plot_perf_box_name"
17382   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17383   data: "plot-dpdk-throughput-latency-2n-skx"
17384   include:
17385     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17386     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17387   layout:
17388     title: "2n-skx-x710-64b-4t2c-base-pdr"
17389     layout: "plot-throughput"
17390
17391 # 3n-skx-xxv710
17392
17393 - type: "plot"
17394   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17395   algorithm: "plot_perf_box_name"
17396   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17397   data: "plot-dpdk-throughput-latency-3n-skx"
17398   include:
17399     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17400     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17401   layout:
17402     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17403     layout: "plot-throughput"
17404
17405 - type: "plot"
17406   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17407   algorithm: "plot_perf_box_name"
17408   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17409   data: "plot-dpdk-throughput-latency-3n-skx"
17410   include:
17411     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17412     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17413   layout:
17414     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17415     layout: "plot-throughput"
17416
17417 - type: "plot"
17418   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17419   algorithm: "plot_perf_box_name"
17420   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17421   data: "plot-dpdk-throughput-latency-3n-skx"
17422   include:
17423     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17424     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17425   layout:
17426     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17427     layout: "plot-throughput"
17428
17429 - type: "plot"
17430   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17431   algorithm: "plot_perf_box_name"
17432   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17433   data: "plot-dpdk-throughput-latency-3n-skx"
17434   include:
17435     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17436     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17437   layout:
17438     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17439     layout: "plot-throughput"
17440
17441 # 3n-skx-x710
17442
17443 - type: "plot"
17444   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17445   algorithm: "plot_perf_box_name"
17446   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17447   data: "plot-dpdk-throughput-latency-3n-skx"
17448   include:
17449     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17450     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17451   layout:
17452     title: "3n-skx-x710-64b-2t1c-base-ndr"
17453     layout: "plot-throughput"
17454
17455 - type: "plot"
17456   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17457   algorithm: "plot_perf_box_name"
17458   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17459   data: "plot-dpdk-throughput-latency-3n-skx"
17460   include:
17461     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17462     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17463   layout:
17464     title: "3n-skx-x710-64b-4t2c-base-ndr"
17465     layout: "plot-throughput"
17466
17467 - type: "plot"
17468   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17469   algorithm: "plot_perf_box_name"
17470   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17471   data: "plot-dpdk-throughput-latency-3n-skx"
17472   include:
17473     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17474     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17475   layout:
17476     title: "3n-skx-x710-64b-2t1c-base-pdr"
17477     layout: "plot-throughput"
17478
17479 - type: "plot"
17480   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17481   algorithm: "plot_perf_box_name"
17482   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17483   data: "plot-dpdk-throughput-latency-3n-skx"
17484   include:
17485     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17486     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17487   layout:
17488     title: "3n-skx-x710-64b-4t2c-base-pdr"
17489     layout: "plot-throughput"
17490
17491 # 3n-hsw-xl710
17492
17493 - type: "plot"
17494   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17495   algorithm: "plot_perf_box_name"
17496   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17497   data: "plot-dpdk-throughput-latency-3n-hsw"
17498   include:
17499     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17500     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17501   layout:
17502     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17503     layout: "plot-throughput"
17504
17505 - type: "plot"
17506   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17507   algorithm: "plot_perf_box_name"
17508   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17509   data: "plot-dpdk-throughput-latency-3n-hsw"
17510   include:
17511     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17512     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17513   layout:
17514     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17515     layout: "plot-throughput"
17516
17517 - type: "plot"
17518   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17519   algorithm: "plot_perf_box_name"
17520   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17521   data: "plot-dpdk-throughput-latency-3n-hsw"
17522   include:
17523     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17524     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17525   layout:
17526     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17527     layout: "plot-throughput"
17528
17529 - type: "plot"
17530   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17531   algorithm: "plot_perf_box_name"
17532   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17533   data: "plot-dpdk-throughput-latency-3n-hsw"
17534   include:
17535     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17536     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17537   layout:
17538     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17539     layout: "plot-throughput"
17540
17541 # 3n-hsw-x710
17542
17543 - type: "plot"
17544   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17545   algorithm: "plot_perf_box_name"
17546   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17547   data: "plot-dpdk-throughput-latency-3n-hsw"
17548   include:
17549     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17550     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17551   layout:
17552     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17553     layout: "plot-throughput"
17554
17555 - type: "plot"
17556   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17557   algorithm: "plot_perf_box_name"
17558   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17559   data: "plot-dpdk-throughput-latency-3n-hsw"
17560   include:
17561     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17562     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17563   layout:
17564     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17565     layout: "plot-throughput"
17566
17567 - type: "plot"
17568   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17569   algorithm: "plot_perf_box_name"
17570   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17571   data: "plot-dpdk-throughput-latency-3n-hsw"
17572   include:
17573     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17574     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17575   layout:
17576     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17577     layout: "plot-throughput"
17578
17579 - type: "plot"
17580   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17581   algorithm: "plot_perf_box_name"
17582   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17583   data: "plot-dpdk-throughput-latency-3n-hsw"
17584   include:
17585     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17586     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17587   layout:
17588     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17589     layout: "plot-throughput"
17590
17591 ## 2n-dnv-x553
17592 #
17593 #- type: "plot"
17594 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17595 #  algorithm: "plot_perf_box_name"
17596 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17597 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17598 #  include:
17599 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17600 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17601 #  layout:
17602 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17603 #    layout: "plot-throughput"
17604 #
17605 #- type: "plot"
17606 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17607 #  algorithm: "plot_perf_box_name"
17608 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17609 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17610 #  include:
17611 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17612 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17613 #  layout:
17614 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17615 #    layout: "plot-throughput"
17616 #
17617 #- type: "plot"
17618 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17619 #  algorithm: "plot_perf_box_name"
17620 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17621 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17622 #  include:
17623 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17624 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17625 #  layout:
17626 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17627 #    layout: "plot-throughput"
17628 #
17629 #- type: "plot"
17630 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17631 #  algorithm: "plot_perf_box_name"
17632 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17633 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17634 #  include:
17635 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17636 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17637 #  layout:
17638 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17639 #    layout: "plot-throughput"
17640 #
17641 ## 3n-dnv-x553
17642 #
17643 #- type: "plot"
17644 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17645 #  algorithm: "plot_perf_box_name"
17646 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17647 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17648 #  include:
17649 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17650 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17651 #  layout:
17652 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17653 #    layout: "plot-throughput"
17654 #
17655 #- type: "plot"
17656 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17657 #  algorithm: "plot_perf_box_name"
17658 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17659 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17660 #  include:
17661 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17662 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17663 #  layout:
17664 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17665 #    layout: "plot-throughput"
17666 #
17667 #- type: "plot"
17668 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17669 #  algorithm: "plot_perf_box_name"
17670 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17671 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17672 #  include:
17673 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17674 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17675 #  layout:
17676 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17677 #    layout: "plot-throughput"
17678 #
17679 #- type: "plot"
17680 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17681 #  algorithm: "plot_perf_box_name"
17682 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17683 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17684 #  include:
17685 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17686 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17687 #  layout:
17688 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17689 #    layout: "plot-throughput"
17690
17691 # 3n-tsh-x520
17692
17693 - type: "plot"
17694   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17695   algorithm: "plot_perf_box_name"
17696   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17697   data: "plot-dpdk-throughput-latency-3n-tsh"
17698   include:
17699     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17700     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17701   layout:
17702     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17703     layout: "plot-throughput"
17704
17705 - type: "plot"
17706   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17707   algorithm: "plot_perf_box_name"
17708   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17709   data: "plot-dpdk-throughput-latency-3n-tsh"
17710   include:
17711     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17712     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17713   layout:
17714     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17715     layout: "plot-throughput"
17716
17717 - type: "plot"
17718   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17719   algorithm: "plot_perf_box_name"
17720   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17721   data: "plot-dpdk-throughput-latency-3n-tsh"
17722   include:
17723     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17724     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17725   layout:
17726     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17727     layout: "plot-throughput"
17728
17729 - type: "plot"
17730   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17731   algorithm: "plot_perf_box_name"
17732   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17733   data: "plot-dpdk-throughput-latency-3n-tsh"
17734   include:
17735     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17736     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17737   layout:
17738     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17739     layout: "plot-throughput"
17740
17741 ################################################################################
17742 ###   2n-clx                                                                 ###
17743 ################################################################################
17744
17745 # Packet Throughput
17746
17747 - type: "plot"
17748   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17749   algorithm: "plot_perf_box_name"
17750   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17752   include:
17753     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17754     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17755     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17756     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17757   layout:
17758     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17759     layout: "plot-throughput"
17760
17761 - type: "plot"
17762   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17763   algorithm: "plot_perf_box_name"
17764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17766   include:
17767     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17768     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17769     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17770     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17771   layout:
17772     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17773     layout: "plot-throughput"
17774
17775 - type: "plot"
17776   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17777   algorithm: "plot_perf_box_name"
17778   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17780   include:
17781     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17782     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17783     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17785   layout:
17786     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17787     layout: "plot-throughput"
17788
17789 - type: "plot"
17790   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17791   algorithm: "plot_perf_box_name"
17792   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17794   include:
17795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17799   layout:
17800     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17801     layout: "plot-throughput"
17802
17803 - type: "plot"
17804   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17805   algorithm: "plot_perf_box_name"
17806   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17808   include:
17809     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17810     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17811     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17812     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17813   layout:
17814     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17815     layout: "plot-throughput"
17816
17817 - type: "plot"
17818   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17819   algorithm: "plot_perf_box_name"
17820   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17822   include:
17823     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17824     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17825     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17826     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17827   layout:
17828     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17829     layout: "plot-throughput"
17830
17831 - type: "plot"
17832   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17833   algorithm: "plot_perf_box_name"
17834   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17835   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17836   include:
17837     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17838     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17839     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17840     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17841     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17842     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17843   layout:
17844     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17845     layout: "plot-throughput"
17846
17847 - type: "plot"
17848   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17849   algorithm: "plot_perf_box_name"
17850   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17851   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17852   include:
17853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17859   layout:
17860     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17861     layout: "plot-throughput"
17862
17863 - type: "plot"
17864   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17865   algorithm: "plot_perf_box_name"
17866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17868   include:
17869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17873   layout:
17874     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17875     layout: "plot-throughput"
17876
17877 - type: "plot"
17878   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17879   algorithm: "plot_perf_box_name"
17880   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17882   include:
17883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17887   layout:
17888     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17889     layout: "plot-throughput"
17890
17891 - type: "plot"
17892   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17893   algorithm: "plot_perf_box_name"
17894   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17896   include:
17897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17900   layout:
17901     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17902     layout: "plot-throughput"
17903
17904 - type: "plot"
17905   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17906   algorithm: "plot_perf_box_name"
17907   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17909   include:
17910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17913   layout:
17914     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17915     layout: "plot-throughput"
17916
17917 - type: "plot"
17918   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17919   algorithm: "plot_perf_box_name"
17920   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17922   include:
17923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17928   layout:
17929     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17930     layout: "plot-throughput"
17931
17932 - type: "plot"
17933   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17934   algorithm: "plot_perf_box_name"
17935   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17937   include:
17938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17943   layout:
17944     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17945     layout: "plot-throughput"
17946
17947 - type: "plot"
17948   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17949   algorithm: "plot_perf_box_name"
17950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17952   include:
17953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17956   layout:
17957     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17958     layout: "plot-throughput"
17959
17960 - type: "plot"
17961   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17962   algorithm: "plot_perf_box_name"
17963   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17964   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17965   include:
17966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17969   layout:
17970     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17971     layout: "plot-throughput"
17972
17973 - type: "plot"
17974   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17975   algorithm: "plot_perf_box_name"
17976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17978   include:
17979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17985   layout:
17986     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17987     layout: "plot-throughput"
17988
17989 - type: "plot"
17990   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17991   algorithm: "plot_perf_box_name"
17992   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17994   include:
17995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18001   layout:
18002     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18003     layout: "plot-throughput"
18004
18005 - type: "plot"
18006   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18007   algorithm: "plot_perf_box_name"
18008   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18010   include:
18011     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18012     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18013     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18014 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18015     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18016   layout:
18017     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18018     layout: "plot-throughput"
18019
18020 - type: "plot"
18021   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18022   algorithm: "plot_perf_box_name"
18023   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18024   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18025   include:
18026     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18027 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18028     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18029 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18030     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18031   layout:
18032     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18033     layout: "plot-throughput"
18034
18035 - type: "plot"
18036   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
18037   algorithm: "plot_perf_box_name"
18038   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
18039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18040   include:
18041     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18042     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18043     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18044     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18045     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18046     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18047   layout:
18048     title: "2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
18049     layout: "plot-cps"
18050
18051 - type: "plot"
18052   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
18053   algorithm: "plot_perf_box_name"
18054   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
18055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18056   include:
18057     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18058     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18059     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18060     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18061     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18062     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18063   layout:
18064     title: "2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
18065     layout: "plot-throughput"
18066
18067 #- type: "plot"
18068 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
18069 #  algorithm: "plot_perf_box_name"
18070 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
18071 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18072 #  include:
18073 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18074 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18075 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18076 #  layout:
18077 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
18078 #    layout: "plot-cps"
18079
18080 #- type: "plot"
18081 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
18082 #  algorithm: "plot_perf_box_name"
18083 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
18084 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18085 #  include:
18086 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18087 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18088 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18089 #  layout:
18090 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
18091 #    layout: "plot-throughput"
18092
18093 - type: "plot"
18094   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
18095   algorithm: "plot_perf_box_name"
18096   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
18097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18098   include:
18099     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18100     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18101     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18102     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18103     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18104     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18105   layout:
18106     title: "2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
18107     layout: "plot-cps"
18108
18109 - type: "plot"
18110   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
18111   algorithm: "plot_perf_box_name"
18112   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
18113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18114   include:
18115     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18116     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18117     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18118     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18119     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18120     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18121   layout:
18122     title: "2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
18123     layout: "plot-throughput"
18124
18125 #- type: "plot"
18126 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
18127 #  algorithm: "plot_perf_box_name"
18128 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
18129 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18130 #  include:
18131 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18132 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18133 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18134 #  layout:
18135 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
18136 #    layout: "plot-cps"
18137
18138 #- type: "plot"
18139 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
18140 #  algorithm: "plot_perf_box_name"
18141 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
18142 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18143 #  include:
18144 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18145 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18146 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18147 #  layout:
18148 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
18149 #    layout: "plot-throughput"
18150
18151 - type: "plot"
18152   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18153   algorithm: "plot_perf_box_name"
18154   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18156   include:
18157     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18158     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18159     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18160 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18161     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18162   layout:
18163     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18164     layout: "plot-throughput"
18165
18166 - type: "plot"
18167   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18168   algorithm: "plot_perf_box_name"
18169   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18171   include:
18172     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18173 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18174     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18175 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18176     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18177   layout:
18178     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18179     layout: "plot-throughput"
18180
18181 - type: "plot"
18182   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
18183   algorithm: "plot_perf_box_name"
18184   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
18185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18186   include:
18187     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18188     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18189     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18190     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18191     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18192     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18193   layout:
18194     title: "2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
18195     layout: "plot-cps"
18196
18197 - type: "plot"
18198   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
18199   algorithm: "plot_perf_box_name"
18200   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
18201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18202   include:
18203     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18204     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18205     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18206     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18207     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18208     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18209   layout:
18210     title: "2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
18211     layout: "plot-throughput"
18212
18213 #- type: "plot"
18214 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
18215 #  algorithm: "plot_perf_box_name"
18216 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
18217 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18218 #  include:
18219 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18220 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18221 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18222 #  layout:
18223 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
18224 #    layout: "plot-cps"
18225
18226 #- type: "plot"
18227 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
18228 #  algorithm: "plot_perf_box_name"
18229 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
18230 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18231 #  include:
18232 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18233 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18234 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18235 #  layout:
18236 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
18237 #    layout: "plot-throughput"
18238
18239 - type: "plot"
18240   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
18241   algorithm: "plot_perf_box_name"
18242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
18243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18244   include:
18245     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18246     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18247     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18248     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18249     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18250     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18251   layout:
18252     title: "2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
18253     layout: "plot-cps"
18254
18255 - type: "plot"
18256   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
18257   algorithm: "plot_perf_box_name"
18258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
18259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18260   include:
18261     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18262     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18263     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18264     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18265     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18266     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18267   layout:
18268     title: "2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
18269     layout: "plot-throughput"
18270
18271 #- type: "plot"
18272 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
18273 #  algorithm: "plot_perf_box_name"
18274 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
18275 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18276 #  include:
18277 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18278 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18279 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18280 #  layout:
18281 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
18282 #    layout: "plot-cps"
18283
18284 #- type: "plot"
18285 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
18286 #  algorithm: "plot_perf_box_name"
18287 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
18288 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18289 #  include:
18290 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18291 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18292 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18293 #  layout:
18294 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
18295 #    layout: "plot-throughput"
18296
18297 - type: "plot"
18298   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18299   algorithm: "plot_perf_box_name"
18300   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18302   include:
18303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18309   layout:
18310     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18311     layout: "plot-throughput"
18312
18313 - type: "plot"
18314   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18315   algorithm: "plot_perf_box_name"
18316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18318   include:
18319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18325   layout:
18326     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18327     layout: "plot-throughput"
18328
18329 - type: "plot"
18330   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18331   algorithm: "plot_perf_box_name"
18332   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18333   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18334   include:
18335     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18337   layout:
18338     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18339     layout: "plot-throughput"
18340
18341 - type: "plot"
18342   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18343   algorithm: "plot_perf_box_name"
18344   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18346   include:
18347     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18349   layout:
18350     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18351     layout: "plot-throughput"
18352
18353 - type: "plot"
18354   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18355   algorithm: "plot_perf_box_name"
18356   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18358   include:
18359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18365   layout:
18366     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18367     layout: "plot-throughput"
18368
18369 - type: "plot"
18370   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18371   algorithm: "plot_perf_box_name"
18372   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18374   include:
18375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18381   layout:
18382     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18383     layout: "plot-throughput"
18384
18385 - type: "plot"
18386   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18387   algorithm: "plot_perf_box_name"
18388   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18390   include:
18391     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18397   layout:
18398     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18399     layout: "plot-throughput"
18400
18401 - type: "plot"
18402   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18403   algorithm: "plot_perf_box_name"
18404   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18406   include:
18407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18413   layout:
18414     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18415     layout: "plot-throughput"
18416
18417 - type: "plot"
18418   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18419   algorithm: "plot_perf_box_name"
18420   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18422   include:
18423     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18424     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18427     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18428     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18429   layout:
18430     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18431     layout: "plot-throughput"
18432
18433 - type: "plot"
18434   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18435   algorithm: "plot_perf_box_name"
18436   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18438   include:
18439     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18440     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18441     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18442     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18443     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18444     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18445   layout:
18446     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18447     layout: "plot-throughput"
18448
18449 - type: "plot"
18450   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18451   algorithm: "plot_perf_box_name"
18452   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18454   include:
18455     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18456     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18457     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18458     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18459     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18460   layout:
18461     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18462     layout: "plot-throughput"
18463
18464 - type: "plot"
18465   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18466   algorithm: "plot_perf_box_name"
18467   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18469   include:
18470     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18471     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18472     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18473     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18474     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18475   layout:
18476     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18477     layout: "plot-throughput"
18478
18479 - type: "plot"
18480   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18481   algorithm: "plot_perf_box_name"
18482   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18484   include:
18485     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18486     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18487     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18488     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18489     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18490   layout:
18491     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18492     layout: "plot-throughput"
18493
18494 - type: "plot"
18495   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18496   algorithm: "plot_perf_box_name"
18497   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18499   include:
18500     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18505   layout:
18506     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18507     layout: "plot-throughput"
18508
18509 - type: "plot"
18510   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18511   algorithm: "plot_perf_box_name"
18512   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18514   include:
18515     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18516     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18517     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18518     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18519     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18520   layout:
18521     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18522     layout: "plot-throughput"
18523
18524 - type: "plot"
18525   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18526   algorithm: "plot_perf_box_name"
18527   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18529   include:
18530     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18531     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18532     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18533     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18534     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18535   layout:
18536     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18537     layout: "plot-throughput"
18538
18539 - type: "plot"
18540   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18541   algorithm: "plot_perf_box_name"
18542   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18544   include:
18545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18549     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18550   layout:
18551     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18552     layout: "plot-throughput"
18553
18554 - type: "plot"
18555   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18556   algorithm: "plot_perf_box_name"
18557   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18558   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18559   include:
18560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18565   layout:
18566     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18567     layout: "plot-throughput"
18568
18569 - type: "plot"
18570   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18571   algorithm: "plot_perf_box_name"
18572   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18574   include:
18575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18578     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18579     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18580   layout:
18581     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18582     layout: "plot-throughput"
18583
18584 - type: "plot"
18585   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18586   algorithm: "plot_perf_box_name"
18587   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18588   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18589   include:
18590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18595   layout:
18596     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18597     layout: "plot-throughput"
18598
18599 - type: "plot"
18600   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18601   algorithm: "plot_perf_box_name"
18602   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18604   include:
18605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18611   layout:
18612     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18613     layout: "plot-throughput"
18614
18615 - type: "plot"
18616   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18617   algorithm: "plot_perf_box_name"
18618   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18620   include:
18621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18627   layout:
18628     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18629     layout: "plot-throughput"
18630
18631 - type: "plot"
18632   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18633   algorithm: "plot_perf_box_name"
18634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18636   include:
18637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18641   layout:
18642     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18643     layout: "plot-throughput"
18644
18645 - type: "plot"
18646   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18647   algorithm: "plot_perf_box_name"
18648   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18650   include:
18651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18655   layout:
18656     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18657     layout: "plot-throughput"
18658
18659 - type: "plot"
18660   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18661   algorithm: "plot_perf_box_name"
18662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18664   include:
18665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18671   layout:
18672     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18673     layout: "plot-throughput"
18674
18675 - type: "plot"
18676   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18677   algorithm: "plot_perf_box_name"
18678   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18680   include:
18681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18687   layout:
18688     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18689     layout: "plot-throughput"
18690
18691 - type: "plot"
18692   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18693   algorithm: "plot_perf_box_name"
18694   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18696   include:
18697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18701   layout:
18702     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18703     layout: "plot-throughput"
18704
18705 - type: "plot"
18706   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18707   algorithm: "plot_perf_box_name"
18708   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18710   include:
18711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18715   layout:
18716     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18717     layout: "plot-throughput"
18718
18719 - type: "plot"
18720   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18721   algorithm: "plot_perf_box_name"
18722   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18724   include:
18725     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18726     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18727     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18728     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18729     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18730     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18731   layout:
18732     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18733     layout: "plot-throughput"
18734
18735 - type: "plot"
18736   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18737   algorithm: "plot_perf_box_name"
18738   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18740   include:
18741     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18742     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18743     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18744     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18745     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18746     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18747   layout:
18748     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18749     layout: "plot-throughput"
18750
18751 - type: "plot"
18752   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18753   algorithm: "plot_perf_box_name"
18754   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18756   include:
18757     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18758     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18759     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18760     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18761   layout:
18762     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18763     layout: "plot-throughput"
18764
18765 - type: "plot"
18766   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18767   algorithm: "plot_perf_box_name"
18768   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18770   include:
18771     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18772     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18773     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18774     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18775   layout:
18776     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18777     layout: "plot-throughput"
18778
18779 - type: "plot"
18780   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18781   algorithm: "plot_perf_box_name"
18782   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18784   include:
18785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18789     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18790   layout:
18791     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18792     layout: "plot-throughput"
18793
18794 - type: "plot"
18795   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18796   algorithm: "plot_perf_box_name"
18797   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18799   include:
18800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18805   layout:
18806     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18807     layout: "plot-throughput"
18808
18809 - type: "plot"
18810   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18811   algorithm: "plot_perf_box_name"
18812   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18814   include:
18815     - "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"
18816     - "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"
18817     - "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"
18818     - "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"
18819     - "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"
18820   layout:
18821     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18822     layout: "plot-throughput"
18823
18824 - type: "plot"
18825   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18826   algorithm: "plot_perf_box_name"
18827   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18829   include:
18830     - "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"
18831     - "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"
18832     - "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"
18833     - "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"
18834     - "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"
18835   layout:
18836     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18837     layout: "plot-throughput"
18838
18839 - type: "plot"
18840   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18841   algorithm: "plot_perf_box_name"
18842   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18844   include:
18845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18850   layout:
18851     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18852     layout: "plot-throughput"
18853
18854 - type: "plot"
18855   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18856   algorithm: "plot_perf_box_name"
18857   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18859   include:
18860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18865   layout:
18866     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18867     layout: "plot-throughput"
18868
18869 - type: "plot"
18870   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18871   algorithm: "plot_perf_box_name"
18872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18874   include:
18875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18880   layout:
18881     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18882     layout: "plot-throughput"
18883
18884 - type: "plot"
18885   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18886   algorithm: "plot_perf_box_name"
18887   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18888   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18889   include:
18890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18895   layout:
18896     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18897     layout: "plot-throughput"
18898
18899 - type: "plot"
18900   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18901   algorithm: "plot_perf_box_name"
18902   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18904   include:
18905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18909   layout:
18910     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18911     layout: "plot-throughput"
18912
18913 - type: "plot"
18914   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18915   algorithm: "plot_perf_box_name"
18916   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18918   include:
18919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18923   layout:
18924     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18925     layout: "plot-throughput"
18926
18927 - type: "plot"
18928   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18929   algorithm: "plot_perf_box_name"
18930   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18932   include:
18933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18934     - "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"
18935     - "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"
18936     - "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"
18937   layout:
18938     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18939     layout: "plot-throughput"
18940
18941 - type: "plot"
18942   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18943   algorithm: "plot_perf_box_name"
18944   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18946   include:
18947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18948     - "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"
18949     - "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"
18950     - "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"
18951   layout:
18952     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18953     layout: "plot-throughput"
18954
18955 - type: "plot"
18956   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18957   algorithm: "plot_perf_box_name"
18958   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18960   include:
18961     - "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"
18962     - "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"
18963     - "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"
18964     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18965     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18966     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18967   layout:
18968     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18969     layout: "plot-throughput"
18970
18971 - type: "plot"
18972   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18973   algorithm: "plot_perf_box_name"
18974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18976   include:
18977     - "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"
18978     - "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"
18979     - "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"
18980     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18981     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18982     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18983   layout:
18984     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18985     layout: "plot-throughput"
18986
18987 ################################################################################
18988
18989 # Packet Speedup
18990
18991 - type: "plot"
18992   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18993   algorithm: "plot_tsa_name"
18994   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18996   include:
18997     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18998     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18999     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19000     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19001   layout:
19002     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
19003     layout: "plot-throughput-speedup-analysis"
19004
19005 - type: "plot"
19006   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
19007   algorithm: "plot_tsa_name"
19008   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
19009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19010   include:
19011     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19012     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19013     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19014     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19015   layout:
19016     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
19017     layout: "plot-throughput-speedup-analysis"
19018
19019 - type: "plot"
19020   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
19021   algorithm: "plot_tsa_name"
19022   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
19023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19024   include:
19025     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19026     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19027     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19028     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19029   layout:
19030     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
19031     layout: "plot-throughput-speedup-analysis"
19032
19033 - type: "plot"
19034   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
19035   algorithm: "plot_tsa_name"
19036   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
19037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19038   include:
19039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19040     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19041     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19042     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19043   layout:
19044     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
19045     layout: "plot-throughput-speedup-analysis"
19046
19047 - type: "plot"
19048   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19049   algorithm: "plot_tsa_name"
19050   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19052   include:
19053     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19054     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19055     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19056     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19057   layout:
19058     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
19059     layout: "plot-throughput-speedup-analysis"
19060
19061 - type: "plot"
19062   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19063   algorithm: "plot_tsa_name"
19064   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19066   include:
19067     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19068     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19069     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19070     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19071   layout:
19072     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
19073     layout: "plot-throughput-speedup-analysis"
19074
19075 - type: "plot"
19076   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19077   algorithm: "plot_tsa_name"
19078   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19080   include:
19081     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19082     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19083     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19084     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19085     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19086     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19087   layout:
19088     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
19089     layout: "plot-throughput-speedup-analysis"
19090
19091 - type: "plot"
19092   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19093   algorithm: "plot_tsa_name"
19094   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19096   include:
19097     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19098     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19099     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19100     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19101     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19102     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19103   layout:
19104     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
19105     layout: "plot-throughput-speedup-analysis"
19106
19107 - type: "plot"
19108   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19109   algorithm: "plot_tsa_name"
19110   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19112   include:
19113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19117   layout:
19118     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
19119     layout: "plot-throughput-speedup-analysis"
19120
19121 - type: "plot"
19122   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19123   algorithm: "plot_tsa_name"
19124   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19126   include:
19127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19131   layout:
19132     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
19133     layout: "plot-throughput-speedup-analysis"
19134
19135 - type: "plot"
19136   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19137   algorithm: "plot_tsa_name"
19138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19140   include:
19141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19144   layout:
19145     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
19146     layout: "plot-throughput-speedup-analysis"
19147
19148 - type: "plot"
19149   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19150   algorithm: "plot_tsa_name"
19151   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19153   include:
19154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19157   layout:
19158     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19159     layout: "plot-throughput-speedup-analysis"
19160
19161 - type: "plot"
19162   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19163   algorithm: "plot_tsa_name"
19164   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19165   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19166   include:
19167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19172   layout:
19173     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19174     layout: "plot-throughput-speedup-analysis"
19175
19176 - type: "plot"
19177   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19178   algorithm: "plot_tsa_name"
19179   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19180   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19181   include:
19182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19187   layout:
19188     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19189     layout: "plot-throughput-speedup-analysis"
19190
19191 - type: "plot"
19192   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19193   algorithm: "plot_tsa_name"
19194   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19195   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19196   include:
19197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19200   layout:
19201     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19202     layout: "plot-throughput-speedup-analysis"
19203
19204 - type: "plot"
19205   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19206   algorithm: "plot_tsa_name"
19207   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19209   include:
19210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19213   layout:
19214     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19215     layout: "plot-throughput-speedup-analysis"
19216
19217 - type: "plot"
19218   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19219   algorithm: "plot_tsa_name"
19220   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19222   include:
19223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19229   layout:
19230     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19231     layout: "plot-throughput-speedup-analysis"
19232
19233 - type: "plot"
19234   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19235   algorithm: "plot_tsa_name"
19236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19238   include:
19239     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19240     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19241     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19242 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19243     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19244   layout:
19245     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
19246     layout: "plot-throughput-speedup-analysis"
19247
19248 - type: "plot"
19249   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19250   algorithm: "plot_tsa_name"
19251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19253   include:
19254     - "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"
19255     - "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"
19256     - "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"
19257     - "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"
19258     - "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"
19259   layout:
19260     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
19261     layout: "plot-throughput-speedup-analysis"
19262
19263 - type: "plot"
19264   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr-tsa"
19265   algorithm: "plot_tsa_name"
19266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr-tsa"
19267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19268   include:
19269     - "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"
19270     - "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"
19271     - "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"
19272     - "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"
19273     - "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"
19274     - "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"
19275   layout:
19276     title: "2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr"
19277     layout: "plot-throughput-speedup-analysis-cps"
19278
19279 - type: "plot"
19280   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr-tsa"
19281   algorithm: "plot_tsa_name"
19282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr-tsa"
19283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19284   include:
19285     - "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"
19286     - "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"
19287     - "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"
19288     - "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"
19289     - "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"
19290     - "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"
19291   layout:
19292     title: "2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr"
19293     layout: "plot-throughput-speedup-analysis"
19294
19295 #- type: "plot"
19296 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr-tsa"
19297 #  algorithm: "plot_tsa_name"
19298 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr-tsa"
19299 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19300 #  include:
19301 #    - "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"
19302 #    - "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"
19303 #    - "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"
19304 #  layout:
19305 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr"
19306 #    layout: "plot-throughput-speedup-analysis-cps"
19307
19308 #- type: "plot"
19309 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr-tsa"
19310 #  algorithm: "plot_tsa_name"
19311 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr-tsa"
19312 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19313 #  include:
19314 #    - "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"
19315 #    - "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"
19316 #    - "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"
19317 #  layout:
19318 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr"
19319 #    layout: "plot-throughput-speedup-analysis"
19320
19321 - type: "plot"
19322   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19323   algorithm: "plot_tsa_name"
19324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19326   include:
19327     - "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"
19328     - "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"
19329     - "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"
19330     - "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"
19331     - "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"
19332     - "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"
19333   layout:
19334     title: "2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr"
19335     layout: "plot-throughput-speedup-analysis-cps"
19336
19337 - type: "plot"
19338   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19339   algorithm: "plot_tsa_name"
19340   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19342   include:
19343     - "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"
19344     - "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"
19345     - "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"
19346     - "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"
19347     - "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"
19348     - "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"
19349   layout:
19350     title: "2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr"
19351     layout: "plot-throughput-speedup-analysis"
19352
19353 #- type: "plot"
19354 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19355 #  algorithm: "plot_tsa_name"
19356 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19357 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19358 #  include:
19359 #    - "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"
19360 #    - "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"
19361 #    - "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"
19362 #  layout:
19363 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
19364 #    layout: "plot-throughput-speedup-analysis-cps"
19365
19366 #- type: "plot"
19367 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19368 #  algorithm: "plot_tsa_name"
19369 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19370 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19371 #  include:
19372 #    - "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"
19373 #    - "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"
19374 #    - "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"
19375 #  layout:
19376 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
19377 #    layout: "plot-throughput-speedup-analysis"
19378
19379 - type: "plot"
19380   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19381   algorithm: "plot_tsa_name"
19382   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19384   include:
19385     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19386     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19387     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19388 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19389     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19390   layout:
19391     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19392     layout: "plot-throughput-speedup-analysis"
19393
19394 - type: "plot"
19395   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19396   algorithm: "plot_tsa_name"
19397   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19398   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19399   include:
19400     - "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"
19401     - "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"
19402     - "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"
19403     - "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"
19404     - "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"
19405   layout:
19406     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19407     layout: "plot-throughput-speedup-analysis"
19408
19409 - type: "plot"
19410   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr-tsa"
19411   algorithm: "plot_tsa_name"
19412   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr-tsa"
19413   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19414   include:
19415     - "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"
19416     - "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"
19417     - "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"
19418     - "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"
19419     - "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"
19420     - "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"
19421   layout:
19422     title: "2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr"
19423     layout: "plot-throughput-speedup-analysis-cps"
19424
19425 - type: "plot"
19426   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr-tsa"
19427   algorithm: "plot_tsa_name"
19428   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr-tsa"
19429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19430   include:
19431     - "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"
19432     - "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"
19433     - "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"
19434     - "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"
19435     - "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"
19436     - "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"
19437   layout:
19438     title: "2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr"
19439     layout: "plot-throughput-speedup-analysis"
19440
19441 #- type: "plot"
19442 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr-tsa"
19443 #  algorithm: "plot_tsa_name"
19444 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr-tsa"
19445 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19446 #  include:
19447 #    - "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"
19448 #    - "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"
19449 #    - "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"
19450 #  layout:
19451 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr"
19452 #    layout: "plot-throughput-speedup-analysis-cps"
19453
19454 #- type: "plot"
19455 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr-tsa"
19456 #  algorithm: "plot_tsa_name"
19457 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr-tsa"
19458 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19459 #  include:
19460 #    - "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"
19461 #    - "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"
19462 #    - "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"
19463 #  layout:
19464 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr"
19465 #    layout: "plot-throughput-speedup-analysis"
19466
19467 - type: "plot"
19468   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19469   algorithm: "plot_tsa_name"
19470   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19472   include:
19473     - "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"
19474     - "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"
19475     - "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"
19476     - "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"
19477     - "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"
19478     - "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"
19479   layout:
19480     title: "2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr"
19481     layout: "plot-throughput-speedup-analysis-cps"
19482
19483 - type: "plot"
19484   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19485   algorithm: "plot_tsa_name"
19486   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19488   include:
19489     - "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"
19490     - "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"
19491     - "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"
19492     - "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"
19493     - "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"
19494     - "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"
19495   layout:
19496     title: "2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr"
19497     layout: "plot-throughput-speedup-analysis"
19498
19499 #- type: "plot"
19500 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19501 #  algorithm: "plot_tsa_name"
19502 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19503 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19504 #  include:
19505 #    - "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"
19506 #    - "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"
19507 #    - "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"
19508 #  layout:
19509 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
19510 #    layout: "plot-throughput-speedup-analysis-cps"
19511
19512 #- type: "plot"
19513 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19514 #  algorithm: "plot_tsa_name"
19515 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19516 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19517 #  include:
19518 #    - "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"
19519 #    - "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"
19520 #    - "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"
19521 #  layout:
19522 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
19523 #    layout: "plot-throughput-speedup-analysis"
19524
19525 - type: "plot"
19526   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19527   algorithm: "plot_tsa_name"
19528   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19530   include:
19531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19537   layout:
19538     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19539     layout: "plot-throughput-speedup-analysis"
19540
19541 - type: "plot"
19542   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19543   algorithm: "plot_tsa_name"
19544   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19546   include:
19547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19553   layout:
19554     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19555     layout: "plot-throughput-speedup-analysis"
19556
19557 - type: "plot"
19558   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19559   algorithm: "plot_tsa_name"
19560   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19562   include:
19563     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19564     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19565   layout:
19566     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19567     layout: "plot-throughput-speedup-analysis"
19568
19569 - type: "plot"
19570   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19571   algorithm: "plot_tsa_name"
19572   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19574   include:
19575     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19576     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19577   layout:
19578     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19579     layout: "plot-throughput-speedup-analysis"
19580
19581 - type: "plot"
19582   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19583   algorithm: "plot_tsa_name"
19584   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19586   include:
19587     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19588     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19589     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19590     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19591     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19592     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19593   layout:
19594     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19595     layout: "plot-throughput-speedup-analysis"
19596
19597 - type: "plot"
19598   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19599   algorithm: "plot_tsa_name"
19600   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19602   include:
19603     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19604     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19605     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19606     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19607     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19608     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19609   layout:
19610     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19611     layout: "plot-throughput-speedup-analysis"
19612
19613 - type: "plot"
19614   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19615   algorithm: "plot_tsa_name"
19616   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19618   include:
19619     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19620     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19621     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19622     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19623     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19624     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19625   layout:
19626     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19627     layout: "plot-throughput-speedup-analysis"
19628
19629 - type: "plot"
19630   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19631   algorithm: "plot_tsa_name"
19632   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19634   include:
19635     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19637     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19638     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19639     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19640     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19641   layout:
19642     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19643     layout: "plot-throughput-speedup-analysis"
19644
19645 - type: "plot"
19646   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19647   algorithm: "plot_tsa_name"
19648   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19650   include:
19651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19655     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19657   layout:
19658     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19659     layout: "plot-throughput-speedup-analysis"
19660
19661 - type: "plot"
19662   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19663   algorithm: "plot_tsa_name"
19664   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19666   include:
19667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19671     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19672     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19673   layout:
19674     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19675     layout: "plot-throughput-speedup-analysis"
19676
19677 - type: "plot"
19678   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19679   algorithm: "plot_tsa_name"
19680   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19681   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19682   include:
19683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19688   layout:
19689     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19690     layout: "plot-throughput-speedup-analysis"
19691
19692 - type: "plot"
19693   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19694   algorithm: "plot_tsa_name"
19695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19697   include:
19698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19703   layout:
19704     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19705     layout: "plot-throughput-speedup-analysis"
19706
19707 - type: "plot"
19708   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19709   algorithm: "plot_tsa_name"
19710   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19712   include:
19713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19717     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19718   layout:
19719     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19720     layout: "plot-throughput-speedup-analysis"
19721
19722 - type: "plot"
19723   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19724   algorithm: "plot_tsa_name"
19725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19727   include:
19728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19729     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19733   layout:
19734     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19735     layout: "plot-throughput-speedup-analysis"
19736
19737 - type: "plot"
19738   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19739   algorithm: "plot_tsa_name"
19740   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19742   include:
19743     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19744     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19745     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19746     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19747     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19748   layout:
19749     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19750     layout: "plot-throughput-speedup-analysis"
19751
19752 - type: "plot"
19753   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19754   algorithm: "plot_tsa_name"
19755   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19757   include:
19758     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19759     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19760     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19761     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19762     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19763   layout:
19764     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19765     layout: "plot-throughput-speedup-analysis"
19766
19767 - type: "plot"
19768   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19769   algorithm: "plot_tsa_name"
19770   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19772   include:
19773     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19774     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19775     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19776     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19777     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19778   layout:
19779     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19780     layout: "plot-throughput-speedup-analysis"
19781
19782 - type: "plot"
19783   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19784   algorithm: "plot_tsa_name"
19785   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19787   include:
19788     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19789     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19792     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19793   layout:
19794     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19795     layout: "plot-throughput-speedup-analysis"
19796
19797 - type: "plot"
19798   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19799   algorithm: "plot_tsa_name"
19800   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19802   include:
19803     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19804     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19805     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19806     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19807     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19808   layout:
19809     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19810     layout: "plot-throughput-speedup-analysis"
19811
19812 - type: "plot"
19813   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19814   algorithm: "plot_tsa_name"
19815   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19816   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19817   include:
19818     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19819     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19820     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19821     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19822     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19823   layout:
19824     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19825     layout: "plot-throughput-speedup-analysis"
19826
19827 - type: "plot"
19828   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19829   algorithm: "plot_tsa_name"
19830   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19832   include:
19833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19839   layout:
19840     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19841     layout: "plot-throughput-speedup-analysis"
19842
19843 - type: "plot"
19844   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19845   algorithm: "plot_tsa_name"
19846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19848   include:
19849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19851     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19852     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19853     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19855   layout:
19856     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19857     layout: "plot-throughput-speedup-analysis"
19858
19859 - type: "plot"
19860   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19861   algorithm: "plot_tsa_name"
19862   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19864   include:
19865     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19867     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19868     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19869   layout:
19870     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19871     layout: "plot-throughput-speedup-analysis"
19872
19873 - type: "plot"
19874   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19875   algorithm: "plot_tsa_name"
19876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19878   include:
19879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19883   layout:
19884     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19885     layout: "plot-throughput-speedup-analysis"
19886
19887 - type: "plot"
19888   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19889   algorithm: "plot_tsa_name"
19890   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19892   include:
19893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19899   layout:
19900     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19901     layout: "plot-throughput-speedup-analysis"
19902
19903 - type: "plot"
19904   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19905   algorithm: "plot_tsa_name"
19906   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19908   include:
19909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19915   layout:
19916     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19917     layout: "plot-throughput-speedup-analysis"
19918
19919 - type: "plot"
19920   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19921   algorithm: "plot_tsa_name"
19922   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19924   include:
19925     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19929   layout:
19930     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19931     layout: "plot-throughput-speedup-analysis"
19932
19933 - type: "plot"
19934   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19935   algorithm: "plot_tsa_name"
19936   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19938   include:
19939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19943   layout:
19944     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19945     layout: "plot-throughput-speedup-analysis"
19946
19947 - type: "plot"
19948   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19949   algorithm: "plot_tsa_name"
19950   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19952   include:
19953     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19954     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19955     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19956     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19957     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19958     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19959   layout:
19960     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19961     layout: "plot-throughput-speedup-analysis"
19962
19963 - type: "plot"
19964   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19965   algorithm: "plot_tsa_name"
19966   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19968   include:
19969     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19970     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19971     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19972     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19973     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19974     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19975   layout:
19976     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19977     layout: "plot-throughput-speedup-analysis"
19978
19979 - type: "plot"
19980   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19981   algorithm: "plot_tsa_name"
19982   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19984   include:
19985     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19986     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19987     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19988     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19989   layout:
19990     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19991     layout: "plot-throughput-speedup-analysis"
19992
19993 - type: "plot"
19994   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19995   algorithm: "plot_tsa_name"
19996   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19998   include:
19999     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20000     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20001     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20002     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20003   layout:
20004     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
20005     layout: "plot-throughput-speedup-analysis"
20006
20007 - type: "plot"
20008   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
20009   algorithm: "plot_tsa_name"
20010   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
20011   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20012   include:
20013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20018   layout:
20019     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
20020     layout: "plot-throughput-speedup-analysis"
20021
20022 - type: "plot"
20023   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
20024   algorithm: "plot_tsa_name"
20025   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
20026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20027   include:
20028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20033   layout:
20034     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
20035     layout: "plot-throughput-speedup-analysis"
20036
20037 - type: "plot"
20038   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
20039   algorithm: "plot_tsa_name"
20040   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
20041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20042   include:
20043     - "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"
20044     - "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"
20045     - "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"
20046     - "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"
20047     - "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"
20048   layout:
20049     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
20050     layout: "plot-throughput-speedup-analysis"
20051
20052 - type: "plot"
20053   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
20054   algorithm: "plot_tsa_name"
20055   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
20056   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20057   include:
20058     - "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"
20059     - "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"
20060     - "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"
20061     - "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"
20062     - "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"
20063   layout:
20064     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
20065     layout: "plot-throughput-speedup-analysis"
20066
20067 - type: "plot"
20068   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
20069   algorithm: "plot_tsa_name"
20070   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
20071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20072   include:
20073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20078   layout:
20079     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
20080     layout: "plot-throughput-speedup-analysis"
20081
20082 - type: "plot"
20083   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
20084   algorithm: "plot_tsa_name"
20085   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
20086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20087   include:
20088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20093   layout:
20094     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
20095     layout: "plot-throughput-speedup-analysis"
20096
20097 - type: "plot"
20098   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20099   algorithm: "plot_tsa_name"
20100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
20101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20102   include:
20103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20108   layout:
20109     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20110     layout: "plot-throughput-speedup-analysis"
20111
20112 - type: "plot"
20113   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20114   algorithm: "plot_tsa_name"
20115   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
20116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20117   include:
20118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20119     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20123   layout:
20124     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20125     layout: "plot-throughput-speedup-analysis"
20126
20127 - type: "plot"
20128   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20129   algorithm: "plot_tsa_name"
20130   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20132   include:
20133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20134     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20137   layout:
20138     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
20139     layout: "plot-throughput-speedup-analysis"
20140
20141 - type: "plot"
20142   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20143   algorithm: "plot_tsa_name"
20144   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20146   include:
20147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20151   layout:
20152     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
20153     layout: "plot-throughput-speedup-analysis"
20154
20155 - type: "plot"
20156   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20157   algorithm: "plot_tsa_name"
20158   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20160   include:
20161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20162     - "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"
20163     - "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"
20164     - "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"
20165   layout:
20166     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
20167     layout: "plot-throughput-speedup-analysis"
20168
20169 - type: "plot"
20170   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20171   algorithm: "plot_tsa_name"
20172   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20174   include:
20175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20176     - "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"
20177     - "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"
20178     - "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"
20179   layout:
20180     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
20181     layout: "plot-throughput-speedup-analysis"
20182
20183 - type: "plot"
20184   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20185   algorithm: "plot_tsa_name"
20186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20188   include:
20189     - "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"
20190     - "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"
20191     - "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"
20192     - "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"
20193     - "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"
20194     - "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"
20195   layout:
20196     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
20197     layout: "plot-throughput-speedup-analysis"
20198
20199 - type: "plot"
20200   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20201   algorithm: "plot_tsa_name"
20202   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20204   include:
20205     - "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"
20206     - "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"
20207     - "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"
20208     - "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"
20209     - "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"
20210     - "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"
20211   layout:
20212     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
20213     layout: "plot-throughput-speedup-analysis"
20214
20215 ################################################################################
20216
20217 # Packet Throughput - DPDK
20218
20219 # 2n-clx-xxv710
20220
20221 - type: "plot"
20222   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
20223   algorithm: "plot_perf_box_name"
20224   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
20225   data: "plot-dpdk-throughput-latency-2n-clx"
20226   include:
20227     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20228     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20229   layout:
20230     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20231     layout: "plot-throughput"
20232
20233 - type: "plot"
20234   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
20235   algorithm: "plot_perf_box_name"
20236   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
20237   data: "plot-dpdk-throughput-latency-2n-clx"
20238   include:
20239     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20240     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20241   layout:
20242     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20243     layout: "plot-throughput"
20244
20245 - type: "plot"
20246   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
20247   algorithm: "plot_perf_box_name"
20248   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
20249   data: "plot-dpdk-throughput-latency-2n-clx"
20250   include:
20251     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20252     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20253   layout:
20254     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
20255     layout: "plot-throughput"
20256
20257 - type: "plot"
20258   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
20259   algorithm: "plot_perf_box_name"
20260   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
20261   data: "plot-dpdk-throughput-latency-2n-clx"
20262   include:
20263     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20264     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20265   layout:
20266     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
20267     layout: "plot-throughput"
20268
20269 # 2n-clx-x710
20270
20271 - type: "plot"
20272   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
20273   algorithm: "plot_perf_box_name"
20274   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
20275   data: "plot-dpdk-throughput-latency-2n-clx"
20276   include:
20277     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20278     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20279   layout:
20280     title: "2n-clx-x710-64b-2t1c-base-ndr"
20281     layout: "plot-throughput"
20282
20283 - type: "plot"
20284   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
20285   algorithm: "plot_perf_box_name"
20286   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
20287   data: "plot-dpdk-throughput-latency-2n-clx"
20288   include:
20289     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20290     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20291   layout:
20292     title: "2n-clx-x710-64b-4t2c-base-ndr"
20293     layout: "plot-throughput"
20294
20295 - type: "plot"
20296   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20297   algorithm: "plot_perf_box_name"
20298   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20299   data: "plot-dpdk-throughput-latency-2n-clx"
20300   include:
20301     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20302     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20303   layout:
20304     title: "2n-clx-x710-64b-2t1c-base-pdr"
20305     layout: "plot-throughput"
20306
20307 - type: "plot"
20308   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20309   algorithm: "plot_perf_box_name"
20310   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20311   data: "plot-dpdk-throughput-latency-2n-clx"
20312   include:
20313     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20314     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20315   layout:
20316     title: "2n-clx-x710-64b-4t2c-base-pdr"
20317     layout: "plot-throughput"
20318
20319 ################################################################################
20320
20321 - type: "plot"
20322   title: "Latency by percentile: 2n-skx"
20323   algorithm: "plot_hdrh_lat_by_percentile"
20324   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
20325   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
20326   target-links: "../../_static/vpp"
20327   data: "plot-vpp-hdrh-lat-2n-skx"
20328   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20329   layout:
20330     layout: "plot-hdrh-latency-by-percentile"
20331
20332 - type: "plot"
20333   title: "Latency by percentile: 2n-skx-nat44"
20334   algorithm: "plot_hdrh_lat_by_percentile"
20335   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
20336   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
20337   target-links: "../../_static/vpp"
20338   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
20339   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20340   layout:
20341     layout: "plot-hdrh-latency-by-percentile"
20342
20343 - type: "plot"
20344   title: "Latency by percentile: 3n-skx"
20345   algorithm: "plot_hdrh_lat_by_percentile"
20346   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
20347   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
20348   target-links: "../../_static/vpp"
20349   data: "plot-vpp-hdrh-lat-3n-skx"
20350   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20351   layout:
20352     layout: "plot-hdrh-latency-by-percentile"
20353
20354 - type: "plot"
20355   title: "Latency by percentile: 2n-clx"
20356   algorithm: "plot_hdrh_lat_by_percentile"
20357   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20358   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20359   target-links: "../../_static/vpp"
20360   data: "plot-vpp-hdrh-lat-2n-clx"
20361   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20362   layout:
20363     layout: "plot-hdrh-latency-by-percentile"
20364
20365 - type: "plot"
20366   title: "Latency by percentile: 2n-clx-nat44"
20367   algorithm: "plot_hdrh_lat_by_percentile"
20368   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20369   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20370   target-links: "../../_static/vpp"
20371   data: "plot-vpp-hdrh-lat-2n-clx-nat44"
20372   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20373   layout:
20374     layout: "plot-hdrh-latency-by-percentile"
20375
20376 - type: "plot"
20377   title: "Latency by percentile: 3n-hsw"
20378   algorithm: "plot_hdrh_lat_by_percentile"
20379   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
20380   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
20381   target-links: "../../_static/vpp"
20382   data: "plot-vpp-hdrh-lat-3n-hsw"
20383   filter: "'1T1C' and 'NIC_Intel-XL710'"
20384   layout:
20385     layout: "plot-hdrh-latency-by-percentile"
20386
20387 - type: "plot"
20388   title: "Latency by percentile: 3n-tsh"
20389   algorithm: "plot_hdrh_lat_by_percentile"
20390   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
20391   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
20392   target-links: "../../_static/vpp"
20393   data: "plot-vpp-hdrh-lat-3n-tsh"
20394   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20395   layout:
20396     layout: "plot-hdrh-latency-by-percentile"
20397
20398 - type: "plot"
20399   title: "Latency by percentile: DPDK 2n-skx"
20400   algorithm: "plot_hdrh_lat_by_percentile"
20401   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
20402   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
20403   target-links: "../../_static/dpdk"
20404   data: "plot-dpdk-hdrh-lat-2n-skx"
20405   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20406   layout:
20407     layout: "plot-hdrh-latency-by-percentile"
20408
20409 - type: "plot"
20410   title: "Latency by percentile: DPDK 3n-skx"
20411   algorithm: "plot_hdrh_lat_by_percentile"
20412   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
20413   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
20414   target-links: "../../_static/dpdk"
20415   data: "plot-dpdk-hdrh-lat-3n-skx"
20416   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20417   layout:
20418     layout: "plot-hdrh-latency-by-percentile"
20419
20420 - type: "plot"
20421   title: "Latency by percentile: DPDK 2n-clx"
20422   algorithm: "plot_hdrh_lat_by_percentile"
20423   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
20424   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
20425   target-links: "../../_static/dpdk"
20426   data: "plot-dpdk-hdrh-lat-2n-clx"
20427   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20428   layout:
20429     layout: "plot-hdrh-latency-by-percentile"
20430
20431 - type: "plot"
20432   title: "Latency by percentile: DPDK 3n-hsw"
20433   algorithm: "plot_hdrh_lat_by_percentile"
20434   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
20435   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
20436   target-links: "../../_static/dpdk"
20437   data: "plot-dpdk-hdrh-lat-3n-hsw"
20438   filter: "'1T1C' and 'NIC_Intel-XL710'"
20439   layout:
20440     layout: "plot-hdrh-latency-by-percentile"
20441
20442 - type: "plot"
20443   title: "Latency by percentile: DPDK 3n-tsh"
20444   algorithm: "plot_hdrh_lat_by_percentile"
20445   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
20446   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
20447   target-links: "../../_static/dpdk"
20448   data: "plot-dpdk-hdrh-lat-3n-tsh"
20449   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20450   layout:
20451     layout: "plot-hdrh-latency-by-percentile"