Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 148809523.81
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2009-3n-hsw:
155         - 21  # rls2009 NDRPDR iter env 5
156         - 22  # rls2009 NDRPDR iter env 5
157         - 24  # rls2009 NDRPDR iter env 5
158         - 25  # rls2009 NDRPDR iter env 5
159         - 26  # rls2009 NDRPDR iter env 5
160         - 27  # rls2009 NDRPDR iter env 5
161         - 28  # rls2009 NDRPDR iter env 5
162         - 29  # rls2009 NDRPDR iter env 5
163         - 30  # rls2009 NDRPDR iter env 5
164         - 31  # rls2009 NDRPDR iter env 5
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2009-3n-hsw:
168         - 22  # rls2009 NDRPDR iter env 5
169
170     plot-vpp-hoststack-3n-hsw:
171       csit-vpp-perf-report-iterative-2009-3n-hsw:
172         - 32  # rls2009 Hoststack iter env 5
173         - 33  # rls2009 Hoststack iter env 5
174         - 34  # rls2009 Hoststack iter env 5
175         - 35  # rls2009 Hoststack iter env 5
176         - 36  # rls2009 Hoststack iter env 5
177         - 37  # rls2009 Hoststack iter env 5
178         - 38  # rls2009 Hoststack iter env 5
179         - 39  # rls2009 Hoststack iter env 5
180         - 40  # rls2009 Hoststack iter env 5
181         - 41  # rls2009 Hoststack iter env 5
182
183     plot-dpdk-throughput-latency-3n-hsw:
184       csit-dpdk-perf-report-iterative-2009-3n-hsw:
185         - 6   # NDRPDR iter env5
186         - 7   # NDRPDR iter env5
187         - 8   # NDRPDR iter env5
188         - 9   # NDRPDR iter env5
189         - 10  # NDRPDR iter env5
190         - 11  # NDRPDR iter env5
191         - 12  # NDRPDR iter env5
192         - 13  # NDRPDR iter env5
193         - 14  # NDRPDR iter env5
194         - 15  # NDRPDR iter env5
195
196     plot-dpdk-hdrh-lat-3n-hsw:
197       csit-dpdk-perf-report-iterative-2009-3n-hsw:
198         - 6   # NDRPDR iter env5
199
200     # 3n-skx
201
202     plot-vpp-throughput-lat-tsa-3n-skx:
203       csit-vpp-perf-report-iterative-2009-3n-skx:
204         - 26  # rls2009 NDRPDR iter env 5
205         - 27  # rls2009 NDRPDR iter env 5
206         - 28  # rls2009 NDRPDR iter env 5
207         - 29  # rls2009 NDRPDR iter env 5
208         - 35  # rls2009 NDRPDR iter env 5
209         - 36  # rls2009 NDRPDR iter env 5
210         - 37  # rls2009 NDRPDR iter env 5
211         - 38  # rls2009 NDRPDR iter env 5
212         - 39  # rls2009 NDRPDR iter env 5
213         - 40  # rls2009 NDRPDR iter env 5
214
215     plot-vpp-hdrh-lat-3n-skx:
216       csit-vpp-perf-report-iterative-2009-3n-skx:
217         - 27  # rls2009 NDRPDR iter env 5
218
219 #    plot-vpp-nfv-3n-skx-ndrpdr:
220 #      # No data
221 #      csit-vpp-perf-report-iterative-2009-3n-skx:
222
223 #    plot-vpp-nfv-3n-skx-mrr:
224 #      # No data
225 #      csit-vpp-perf-report-iterative-2009-3n-skx:
226
227     plot-dpdk-throughput-latency-3n-skx:
228       csit-dpdk-perf-report-iterative-2009-3n-skx:
229         - 4   # NDRPDR sel env5
230         - 5   # NDRPDR sel env5
231         - 6   # NDRPDR sel env5
232         - 7   # NDRPDR sel env5
233         - 8   # NDRPDR sel env5
234         - 9   # NDRPDR sel env5
235         - 14  # NDRPDR sel env5
236         - 11  # NDRPDR sel env5
237         - 12  # NDRPDR sel env5
238         - 13  # NDRPDR sel env5
239
240     plot-dpdk-hdrh-lat-3n-skx:
241       csit-dpdk-perf-report-iterative-2009-3n-skx:
242         - 4   # NDRPDR sel env5
243
244     # 2n-skx
245
246     plot-vpp-throughput-lat-tsa-2n-skx:
247       csit-vpp-perf-report-iterative-2009-2n-skx:
248         - 35  # rls2009 NDRPDR iter env 5
249         - 36  # rls2009 NDRPDR iter env 5
250         - 37  # rls2009 NDRPDR iter env 5
251         - 39  # rls2009 NDRPDR iter env 5
252         - 40  # rls2009 NDRPDR iter env 5
253         - 42  # rls2009 NDRPDR iter env 5
254         - 43  # rls2009 NDRPDR iter env 5
255         - 44  # rls2009 NDRPDR iter env 5
256         - 46  # rls2009 NDRPDR iter env 5
257         - 48  # rls2009 NDRPDR iter env 5
258         - 74  # rls2009 NDRPDR iter NAT44 env 5
259         - 75  # rls2009 NDRPDR iter NAT44 env 5
260         - 76  # rls2009 NDRPDR iter NAT44 env 5
261         - 77  # rls2009 NDRPDR iter NAT44 env 5
262         - 78  # rls2009 NDRPDR iter NAT44 env 5
263         - 79  # rls2009 NDRPDR iter NAT44 env 5
264         - 80  # rls2009 NDRPDR iter NAT44 env 5
265         - 81  # rls2009 NDRPDR iter NAT44 env 5
266         - 82  # rls2009 NDRPDR iter NAT44 env 5
267         - 83  # rls2009 NDRPDR iter NAT44 env 5
268         - 86  # rls2009 NDRPDR iter NAT44 part 2 env 5
269         - 87  # rls2009 NDRPDR iter NAT44 part 2 env 5
270         - 88  # rls2009 NDRPDR iter NAT44 part 2 env 5
271         - 90  # rls2009 NDRPDR iter NAT44 part 2 env 5
272         - 92  # rls2009 NDRPDR iter NAT44 part 2 env 5
273         - 93  # rls2009 NDRPDR iter NAT44 part 2 env 5
274         - 94  # rls2009 NDRPDR iter NAT44 part 2 env 5
275         - 95  # rls2009 NDRPDR iter NAT44 part 2 env 5
276         - 97  # rls2009 NDRPDR iter NAT44 part 2 env 5
277         - 98  # rls2009 NDRPDR iter NAT44 part 2 env 5
278
279     plot-vpp-hdrh-lat-2n-skx:
280       csit-vpp-perf-report-iterative-2009-2n-skx:
281         - 35  # rls2009 NDRPDR iter env 5
282
283     plot-vpp-hdrh-lat-2n-skx-nat44:
284       csit-vpp-perf-report-iterative-2009-2n-skx:
285         - 74  # rls2009 NDRPDR iter NAT44 env 5
286
287     plot-vpp-hdrh-lat-2n-skx-nat44-2:
288       csit-vpp-perf-report-iterative-2009-2n-skx:
289         - 86  # rls2009 NDRPDR iter NAT44 part 2 env 5
290
291     plot-vpp-soak-2n-skx:
292       csit-vpp-perf-report-iterative-2009-2n-skx:
293         - 33  # rls2009 soak env 5
294         - 34  # rls2009 soak env 5
295
296     plot-vpp-nfv-2n-skx-ndrpdr:
297       csit-vpp-perf-report-iterative-2009-2n-skx:
298         - 38  # rls2009 nf-density iter env 5
299         - 41  # rls2009 nf-density iter env 5
300         - 45  # rls2009 nf-density iter env 5
301         - 47  # rls2009 nf-density iter env 5
302         - 49  # rls2009 nf-density iter env 5
303         - 63  # rls2009 nf-density iter env 5
304         - 65  # rls2009 nf-density iter env 5
305         - 66  # rls2009 nf-density iter env 5
306         - 71  # rls2009 nf-density iter env 5
307         - 72  # rls2009 nf-density iter env 5
308
309     plot-vpp-nfv-2n-skx-mrr:
310       csit-vpp-perf-report-iterative-2009-2n-skx:
311         - 50  # rls2009 MRR nf-density iter env 5
312
313     plot-vpp-nfv-reconf-2n-skx:
314       csit-vpp-perf-report-iterative-2009-2n-skx:
315         - 27  # rls2009 reconf env 5
316         - 28  # rls2009 reconf env 5
317         - 29  # rls2009 reconf env 5
318         - 30  # rls2009 reconf env 5
319         - 31  # rls2009 reconf env 5
320         - 32  # rls2009 reconf env 5
321         - 61  # rls2009 reconf env 5
322         - 62  # rls2009 reconf env 5
323         - 68  # rls2009 reconf env 5
324         - 70  # rls2009 reconf env 5
325
326     plot-dpdk-throughput-latency-2n-skx:
327       csit-dpdk-perf-report-iterative-2009-2n-skx:
328         - 4   # NDRPDR iter env5
329         - 5   # NDRPDR iter env5
330         - 6   # NDRPDR iter env5
331         - 7   # NDRPDR iter env5
332         - 8   # NDRPDR iter env5
333         - 9   # NDRPDR iter env5
334         - 10  # NDRPDR iter env5
335         - 11  # NDRPDR iter env5
336         - 12  # NDRPDR iter env5
337         - 13  # NDRPDR iter env5
338
339     plot-dpdk-hdrh-lat-2n-skx:
340       csit-dpdk-perf-report-iterative-2009-2n-skx:
341         - 4   # NDRPDR iter env5
342
343     # 2n-clx
344
345     plot-vpp-throughput-lat-tsa-2n-clx:
346       csit-vpp-perf-report-iterative-2009-2n-clx:
347         - 36  # rls2009 NDRPDR iter env 5
348         - 39  # rls2009 NDRPDR iter env 5
349         - 40  # rls2009 NDRPDR iter env 5
350         - 65  # rls2009 NDRPDR iter env 5
351         - 66  # rls2009 NDRPDR iter env 5
352         - 79  # rls2009 NDRPDR iter env 5
353         - 82  # rls2009 NDRPDR iter env 5
354         - 88  # rls2009 NDRPDR iter env 5
355         - 89  # rls2009 NDRPDR iter env 5
356         - 90  # rls2009 NDRPDR iter env 5
357         - 91  # rls2009 NDRPDR iter NAT44 env 5
358         - 92  # rls2009 NDRPDR iter NAT44 env 5
359         - 94  # rls2009 NDRPDR iter NAT44 env 5
360         - 95  # rls2009 NDRPDR iter NAT44 env 5
361         - 96  # rls2009 NDRPDR iter NAT44 env 5
362         - 97  # rls2009 NDRPDR iter NAT44 env 5
363         - 98  # rls2009 NDRPDR iter NAT44 env 5
364         - 99  # rls2009 NDRPDR iter NAT44 env 5
365         - 100 # rls2009 NDRPDR iter NAT44 env 5
366         - 101 # rls2009 NDRPDR iter NAT44 env 5
367         - 103 # rls2009 NDRPDR iter NAT44 part 2 env 5
368         - 104 # rls2009 NDRPDR iter NAT44 part 2 env 5
369         - 105 # rls2009 NDRPDR iter NAT44 part 2 env 5
370         - 106 # rls2009 NDRPDR iter NAT44 part 2 env 5
371         - 107 # rls2009 NDRPDR iter NAT44 part 2 env 5
372         - 108 # rls2009 NDRPDR iter NAT44 part 2 env 5
373         - 109 # rls2009 NDRPDR iter NAT44 part 2 env 5
374         - 110 # rls2009 NDRPDR iter NAT44 part 2 env 5
375         - 111 # rls2009 NDRPDR iter NAT44 part 2 env 5
376         - 112 # rls2009 NDRPDR iter NAT44 part 2 env 5
377
378     plot-vpp-hdrh-lat-2n-clx:
379       csit-vpp-perf-report-iterative-2009-2n-clx:
380         - 36  # rls2009 NDRPDR iter env 5
381
382     plot-vpp-hdrh-lat-2n-clx-nat44:
383       csit-vpp-perf-report-iterative-2009-2n-clx:
384         - 91  # rls2009 NDRPDR iter NAT44 env 5
385
386     plot-vpp-hdrh-lat-2n-clx-nat44-2:
387       csit-vpp-perf-report-iterative-2009-2n-clx:
388         - 103 # rls2009 NDRPDR iter NAT44 part 2 env 5
389
390     plot-vpp-nfv-2n-clx-ndrpdr:
391       csit-vpp-perf-report-iterative-2009-2n-clx:
392         - 37  # rls2009 nf-density iter env 5
393         - 43  # rls2009 nf-density iter env 5
394         - 69  # rls2009 nf-density iter env 5
395         - 70  # rls2009 nf-density iter env 5
396         - 71  # rls2009 nf-density iter env 5
397         - 72  # rls2009 nf-density iter env 5
398         - 73  # rls2009 nf-density iter env 5
399         - 74  # rls2009 nf-density iter env 5
400         - 75  # rls2009 nf-density iter env 5
401         - 76  # rls2009 nf-density iter env 5
402
403     plot-vpp-nfv-2n-clx-mrr:
404       csit-vpp-perf-report-iterative-2009-2n-clx:
405         - 45  # rls2009 MRR nf-density iter env 5
406
407     plot-vpp-nfv-reconf-2n-clx:
408       csit-vpp-perf-report-iterative-2009-2n-clx:
409         - 25  # rls2009 reconf env 5
410         - 27  # rls2009 reconf env 5
411         - 28  # rls2009 reconf env 5
412         - 29  # rls2009 reconf env 5
413         - 30  # rls2009 reconf env 5
414         - 30  # rls2009 reconf env 5
415         - 32  # rls2009 reconf env 5
416         - 48  # rls2009 reconf env 5
417         - 53  # rls2009 reconf env 5
418         - 68  # rls2009 reconf env 5
419
420     plot-vpp-soak-2n-clx:
421       csit-vpp-perf-report-iterative-2009-2n-clx:
422         - 33  # rls2009 soak env 5
423         - 34  # rls2009 soak env 5
424
425     plot-dpdk-throughput-latency-2n-clx:
426       csit-dpdk-perf-report-iterative-2009-2n-clx:
427         - 4   # NDRPDR iter env5
428         - 5   # NDRPDR iter env5
429         - 6   # NDRPDR iter env5
430         - 7   # NDRPDR iter env5
431         - 8   # NDRPDR iter env5
432         - 9   # NDRPDR iter env5
433         - 10  # NDRPDR iter env5
434         - 11  # NDRPDR iter env5
435         - 12  # NDRPDR iter env5
436         - 13  # NDRPDR iter env5
437
438     plot-dpdk-hdrh-lat-2n-clx:
439       csit-dpdk-perf-report-iterative-2009-2n-clx:
440         - 4   # NDRPDR iter env5
441
442     # 3n-tsh
443
444     plot-vpp-throughput-lat-tsa-3n-tsh:
445       # TODO: Add:
446       csit-vpp-perf-report-iterative-2009-3n-tsh:
447         - 14  # rls2009 NDRPDR iter env 5
448         - 20  # rls2009 NDRPDR iter env 5
449         - 21  # rls2009 NDRPDR iter env 5
450         - 22  # rls2009 NDRPDR iter env 5
451         - 23  # rls2009 NDRPDR iter env 5
452         - 28  # rls2009 NDRPDR iter env 5
453         - 30  # rls2009 NDRPDR iter env 5
454         - 33  # rls2009 NDRPDR iter env 5
455
456     plot-vpp-hdrh-lat-3n-tsh:
457       csit-vpp-perf-report-iterative-2009-3n-tsh:
458         - 14  # rls2009 NDRPDR iter env 5
459
460     plot-dpdk-throughput-latency-3n-tsh:
461       csit-dpdk-perf-report-iterative-2009-3n-tsh:
462         - 1   # NDRPDR iter env5
463         - 2   # NDRPDR iter env5
464         - 3   # NDRPDR iter env5
465         - 4   # NDRPDR iter env5
466         - 5   # NDRPDR iter env5
467         - 6   # NDRPDR iter env5
468         - 7   # NDRPDR iter env5
469         - 9   # NDRPDR iter env5
470         - 10  # NDRPDR iter env5
471         - 11  # NDRPDR iter env5
472
473     plot-dpdk-hdrh-lat-3n-tsh:
474       csit-dpdk-perf-report-iterative-2009-3n-tsh:
475         - 1   # NDRPDR iter env5
476
477     # 3n-dnv
478
479     plot-vpp-throughput-lat-tsa-3n-dnv:
480       csit-vpp-perf-report-iterative-2009-3n-dnv:
481         - 3   # rls2009 NDRPDR iter env 5
482         - 6   # rls2009 NDRPDR iter env 5
483         - 7   # rls2009 NDRPDR iter env 5
484         - 8   # rls2009 NDRPDR iter env 5
485         - 10  # rls2009 NDRPDR iter env 5
486         - 11  # rls2009 NDRPDR iter env 5
487         - 12  # rls2009 NDRPDR iter env 5
488         - 14  # rls2009 NDRPDR iter env 5
489         - 15  # rls2009 NDRPDR iter env 5
490         - 24  # rls2009 NDRPDR iter env 5
491
492 #    plot-dpdk-throughput-latency-3n-dnv:
493 #      # No data
494 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
495
496     # 2n-dnv
497
498     plot-vpp-throughput-lat-tsa-2n-dnv:
499       csit-vpp-perf-report-iterative-2009-2n-dnv:
500         - 3   # rls2009 NDRPDR iter env 5
501         - 5   # rls2009 NDRPDR iter env 5
502         - 6   # rls2009 NDRPDR iter env 5
503         - 7   # rls2009 NDRPDR iter env 5
504         - 9   # rls2009 NDRPDR iter env 5
505         - 10  # rls2009 NDRPDR iter env 5
506         - 11  # rls2009 NDRPDR iter env 5
507         - 12  # rls2009 NDRPDR iter env 5
508         - 14  # rls2009 NDRPDR iter env 5
509         - 15  # rls2009 NDRPDR iter env 5
510
511 #    plot-dpdk-throughput-latency-2n-dnv:
512 #      # No data
513 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
514
515     ###########################################################################
516     # Simple tables (only one data set):
517
518     # NIC Comparisons
519
520     vpp-nic-comparison-3n-skx:
521       csit-vpp-perf-report-iterative-2009-3n-skx:
522         - 26  # rls2009 NDRPDR iter env 5
523         - 27  # rls2009 NDRPDR iter env 5
524         - 28  # rls2009 NDRPDR iter env 5
525         - 29  # rls2009 NDRPDR iter env 5
526         - 35  # rls2009 NDRPDR iter env 5
527         - 36  # rls2009 NDRPDR iter env 5
528         - 37  # rls2009 NDRPDR iter env 5
529         - 38  # rls2009 NDRPDR iter env 5
530         - 39  # rls2009 NDRPDR iter env 5
531         - 40  # rls2009 NDRPDR iter env 5
532
533     vpp-nic-comparison-2n-skx:
534       csit-vpp-perf-report-iterative-2009-2n-skx:
535         - 35  # rls2009 NDRPDR iter env 5
536         - 36  # rls2009 NDRPDR iter env 5
537         - 37  # rls2009 NDRPDR iter env 5
538         - 39  # rls2009 NDRPDR iter env 5
539         - 40  # rls2009 NDRPDR iter env 5
540         - 42  # rls2009 NDRPDR iter env 5
541         - 43  # rls2009 NDRPDR iter env 5
542         - 44  # rls2009 NDRPDR iter env 5
543         - 46  # rls2009 NDRPDR iter env 5
544         - 48  # rls2009 NDRPDR iter env 5
545         - 74  # rls2009 NDRPDR iter NAT44 env 5
546         - 75  # rls2009 NDRPDR iter NAT44 env 5
547         - 76  # rls2009 NDRPDR iter NAT44 env 5
548         - 77  # rls2009 NDRPDR iter NAT44 env 5
549         - 78  # rls2009 NDRPDR iter NAT44 env 5
550         - 79  # rls2009 NDRPDR iter NAT44 env 5
551         - 80  # rls2009 NDRPDR iter NAT44 env 5
552         - 81  # rls2009 NDRPDR iter NAT44 env 5
553         - 82  # rls2009 NDRPDR iter NAT44 env 5
554         - 83  # rls2009 NDRPDR iter NAT44 env 5
555         - 86  # rls2009 NDRPDR iter NAT44 part 2 env 5
556         - 87  # rls2009 NDRPDR iter NAT44 part 2 env 5
557         - 88  # rls2009 NDRPDR iter NAT44 part 2 env 5
558         - 90  # rls2009 NDRPDR iter NAT44 part 2 env 5
559         - 92  # rls2009 NDRPDR iter NAT44 part 2 env 5
560         - 93  # rls2009 NDRPDR iter NAT44 part 2 env 5
561         - 94  # rls2009 NDRPDR iter NAT44 part 2 env 5
562         - 95  # rls2009 NDRPDR iter NAT44 part 2 env 5
563         - 97  # rls2009 NDRPDR iter NAT44 part 2 env 5
564         - 98  # rls2009 NDRPDR iter NAT44 part 2 env 5
565
566     vpp-nic-comparison-3n-skx-mrr:
567       csit-vpp-perf-report-iterative-2009-3n-skx:
568         - 24  # rls2009 MRR iter env 5
569
570     vpp-nic-comparison-2n-skx-mrr:
571       csit-vpp-perf-report-iterative-2009-2n-skx:
572         - 85  # rls2009 MRR iter env 5
573         - 96  # rls2009 MRR iter NAT44 env 5
574
575     # Results
576
577     vpp-perf-results-3n-hsw:
578       csit-vpp-perf-report-coverage-2009-3n-hsw:
579         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
580         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
581         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
582         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
583         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
584         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
585         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
586         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
587         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
588         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
589         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
590         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
591         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
592         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
593         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
594         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
595         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
596         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
597         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
598         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
599         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
600         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
601         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
602         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
603         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
604         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
605         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
606         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
607         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
608         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
609         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
610         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
611         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
612         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
613         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
614
615     vpp-perf-results-3n-skx:
616       csit-vpp-perf-report-coverage-2009-3n-skx:
617         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
618         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
619         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
620         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
621         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
622         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
623         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
624         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
625         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
626         - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
627         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
628         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
629         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
630         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
631         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
632         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
633         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
634         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
635         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
636         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
637         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
638         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
639         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
640         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
641         - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
642         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
643         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
644         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
645         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
646         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
647         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
648         - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
649         - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
650         - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
651         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
652         - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
653
654     vpp-perf-results-2n-skx:
655       csit-vpp-perf-report-coverage-2009-2n-skx:
656         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
657         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
658         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
659         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
660         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
661         - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
662         - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
663         - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
664         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
665         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
666         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
667         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
668         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
669         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
670         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
671         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
672         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
673
674     vpp-perf-results-2n-clx:
675       csit-vpp-perf-report-coverage-2009-2n-clx:
676         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
677         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
678         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
679         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
680         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
681         - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
682         - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
683         - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
684         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
685         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
686         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
687         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
688         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
689         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
690         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
691         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
692         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
693
694     vpp-perf-results-3n-tsh:
695       csit-vpp-perf-report-iterative-2009-3n-tsh:
696         - 14  # rls2009 NDRPDR iter env 5
697
698     vpp-perf-results-3n-dnv:
699       csit-vpp-perf-report-coverage-2009-3n-dnv:
700         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
701         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
702         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
703         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
704         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
705         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
706         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
707         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
708         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
709
710     vpp-perf-results-2n-dnv:
711       csit-vpp-perf-report-coverage-2009-2n-dnv:
712         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
713         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
714         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
715         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
716         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
717         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
718
719     vpp-mrr-results-3n-hsw:
720       csit-vpp-perf-report-iterative-2009-3n-hsw:
721         - 23  # rls2009 MRR iter env 5
722
723     vpp-mrr-results-3n-skx:
724       csit-vpp-perf-report-iterative-2009-3n-skx:
725         - 24  # rls2009 MRR iter env 5
726
727     vpp-mrr-results-2n-skx:
728       csit-vpp-perf-report-iterative-2009-2n-skx:
729         - 85  # rls2009 MRR iter env 5
730         - 96  # rls2009 MRR iter NAT44 env 5
731
732     vpp-mrr-results-2n-clx:
733       csit-vpp-perf-report-iterative-2009-2n-clx:
734         - 102 # rls2009 MRR iter env 5
735         - 113 # rls2009 MRR iter NAT44 env 5
736
737     vpp-mrr-results-3n-tsh:
738       csit-vpp-perf-report-iterative-2009-3n-tsh:
739         - 15  # rls2009 MRR iter env 5
740
741     vpp-mrr-results-3n-dnv:
742       csit-vpp-perf-report-iterative-2009-3n-dnv:
743         - 22  # rls2009 MRR iter env 5
744
745     vpp-mrr-results-2n-dnv:
746       csit-vpp-perf-report-iterative-2009-2n-dnv:
747         - 13  # rls2009 MRR iter env 5
748
749     vpp-device-results-ubuntu:
750       csit-vpp-device-2009-ubuntu1804-1n-skx:
751         - 131 # rls2009 env 5
752
753     dpdk-perf-results-3n-hsw:
754       csit-dpdk-perf-report-iterative-2009-3n-hsw:
755         - 6   # NDRPDR iter env5
756
757     dpdk-perf-results-3n-skx:
758       csit-dpdk-perf-report-iterative-2009-3n-skx:
759         - 4   # NDRPDR sel env5
760
761     dpdk-perf-results-2n-skx:
762       csit-dpdk-perf-report-iterative-2009-2n-skx:
763         - 4   # NDRPDR iter env5
764
765     dpdk-perf-results-2n-clx:
766       csit-dpdk-perf-report-iterative-2009-2n-clx:
767         - 4   # NDRPDR iter env5
768
769 #    dpdk-perf-results-2n-dnv:
770 #      # No data
771 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
772
773 #    dpdk-perf-results-3n-dnv:
774 #      # No data
775 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
776
777     dpdk-perf-results-3n-tsh:
778       csit-dpdk-perf-report-iterative-2009-3n-tsh:
779         - 1   # NDRPDR iter env5
780
781 ###########################################################################
782     # Tables (more than one data set)
783
784     # Performance changes
785
786     vpp-performance-changes-3n-hsw-h1:
787       csit-vpp-perf-report-iterative-2005-3n-hsw:
788         - 31  # NDRPDR sel 2001.0-4
789         - 32  # NDRPDR sel 2001.0-4
790         - 33  # NDRPDR sel 2001.0-4
791         - 34  # NDRPDR sel 2001.0-4
792         - 35  # NDRPDR sel 2001.0-4
793         - 36  # NDRPDR sel 2001.0-4
794         - 38  # NDRPDR sel 2001.0-4
795     vpp-performance-changes-3n-hsw-ref-env4:
796       csit-vpp-perf-report-iterative-2005-3n-hsw:
797         - 20  # NDRPDR sel env 4
798         - 21  # NDRPDR sel env 4
799         - 22  # NDRPDR sel env 4
800         - 23  # NDRPDR sel env 4
801         - 24  # NDRPDR sel env 4
802         - 25  # NDRPDR sel env 4
803         - 26  # NDRPDR sel env 4
804         - 27  # NDRPDR sel env 4
805         - 28  # NDRPDR sel env 4
806         - 29  # NDRPDR sel env 4
807     vpp-performance-changes-3n-hsw-ref-env5:
808       csit-vpp-perf-report-iterative-2009-3n-hsw:
809         - 9   # rls2005 NDRPDR iter env 5
810         - 10  # rls2005 NDRPDR iter env 5
811         - 11  # rls2005 NDRPDR iter env 5
812         - 12  # rls2005 NDRPDR iter env 5
813         - 13  # rls2005 NDRPDR iter env 5
814         - 14  # rls2005 NDRPDR iter env 5
815         - 15  # rls2005 NDRPDR iter env 5
816         - 16  # rls2005 NDRPDR iter env 5
817         - 17  # rls2005 NDRPDR iter env 5
818         - 19  # rls2005 NDRPDR iter env 5
819     vpp-performance-changes-3n-hsw-cmp:
820       csit-vpp-perf-report-iterative-2009-3n-hsw:
821         - 21  # rls2009 NDRPDR iter env 5
822         - 22  # rls2009 NDRPDR iter env 5
823         - 24  # rls2009 NDRPDR iter env 5
824         - 25  # rls2009 NDRPDR iter env 5
825         - 26  # rls2009 NDRPDR iter env 5
826         - 27  # rls2009 NDRPDR iter env 5
827         - 28  # rls2009 NDRPDR iter env 5
828         - 29  # rls2009 NDRPDR iter env 5
829         - 30  # rls2009 NDRPDR iter env 5
830         - 31  # rls2009 NDRPDR iter env 5
831
832     vpp-performance-changes-3n-skx-h1:
833       csit-vpp-perf-report-iterative-2005-3n-skx:
834         - 50  # NDRPDR sel 2001.0-4
835         - 51  # NDRPDR sel 2001.0-4
836         - 52  # NDRPDR sel 2001.0-4
837         - 53  # NDRPDR sel 2001.0-4
838         - 54  # NDRPDR sel 2001.0-4
839     vpp-performance-changes-3n-skx-ref-env4:
840       csit-vpp-perf-report-iterative-2005-3n-skx:
841         - 42  # NDRPDR sel env 4
842         - 43  # NDRPDR sel env 4
843         - 44  # NDRPDR sel env 4
844         - 45  # NDRPDR sel env 4
845         - 47  # NDRPDR sel env 4
846         - 55  # NDRPDR sel env 4
847         - 56  # NDRPDR sel env 4
848         - 57  # NDRPDR sel env 4
849         - 61  # NDRPDR sel env 4
850         - 62  # NDRPDR sel env 4
851     vpp-performance-changes-3n-skx-ref-env5:
852       csit-vpp-perf-report-iterative-2009-3n-skx:
853         - 13  # rls2005 NDRPDR iter env 5
854         - 18  # rls2005 NDRPDR iter env 5
855         - 19  # rls2005 NDRPDR iter env 5
856         - 41  # rls2005 NDRPDR iter env 5
857         - 43  # rls2005 NDRPDR iter env 5
858         - 44  # rls2005 NDRPDR iter env 5
859         - 45  # rls2005 NDRPDR iter env 5
860         - 46  # rls2005 NDRPDR iter env 5
861         - 48  # rls2005 NDRPDR iter env 5
862         - 49  # rls2005 NDRPDR iter env 5
863     vpp-performance-changes-3n-skx-cmp:
864       csit-vpp-perf-report-iterative-2009-3n-skx:
865         - 26  # rls2009 NDRPDR iter env 5
866         - 27  # rls2009 NDRPDR iter env 5
867         - 28  # rls2009 NDRPDR iter env 5
868         - 29  # rls2009 NDRPDR iter env 5
869         - 35  # rls2009 NDRPDR iter env 5
870         - 36  # rls2009 NDRPDR iter env 5
871         - 37  # rls2009 NDRPDR iter env 5
872         - 38  # rls2009 NDRPDR iter env 5
873         - 39  # rls2009 NDRPDR iter env 5
874         - 40  # rls2009 NDRPDR iter env 5
875
876     vpp-performance-changes-2n-skx-h1:
877       csit-vpp-perf-report-iterative-2005-2n-skx:
878         - 100 # NDRPDR sel 2001.0-4
879         - 101 # NDRPDR sel 2001.0-4
880         - 102 # NDRPDR sel 2001.0-4
881         - 103 # NDRPDR sel 2001.0-4
882         - 104 # NDRPDR sel 2001.0-4
883         - 105 # NDRPDR sel 2001.0-4
884     vpp-performance-changes-2n-skx-ref-env4:
885       csit-vpp-perf-report-iterative-2005-2n-skx:
886         - 88  # NDRPDR sel env 4
887         - 89  # NDRPDR sel env 4
888         - 90  # NDRPDR sel env 4
889         - 91  # NDRPDR sel env 4
890         - 92  # NDRPDR sel env 4
891         - 93  # NDRPDR sel env 4
892         - 94  # NDRPDR sel env 4
893         - 125 # NDRPDR sel env 4
894         - 126 # NDRPDR sel env 4
895         - 127 # NDRPDR sel env 4
896     vpp-performance-changes-2n-skx-ref-env5:
897       csit-vpp-perf-report-iterative-2009-2n-skx:
898         - 13  # rls2005 NDRPDR iter env 5
899         - 16  # rls2005 NDRPDR iter env 5
900         - 17  # rls2005 NDRPDR iter env 5
901         - 18  # rls2005 NDRPDR iter env 5
902         - 19  # rls2005 NDRPDR iter env 5
903         - 21  # rls2005 NDRPDR iter env 5
904         - 22  # rls2005 NDRPDR iter env 5
905         - 23  # rls2005 NDRPDR iter env 5
906         - 24  # rls2005 NDRPDR iter env 5
907         - 25  # rls2005 NDRPDR iter env 5
908     vpp-performance-changes-2n-skx-cmp:
909       csit-vpp-perf-report-iterative-2009-2n-skx:
910         - 35  # rls2009 NDRPDR iter env 5
911         - 36  # rls2009 NDRPDR iter env 5
912         - 37  # rls2009 NDRPDR iter env 5
913         - 39  # rls2009 NDRPDR iter env 5
914         - 40  # rls2009 NDRPDR iter env 5
915         - 42  # rls2009 NDRPDR iter env 5
916         - 43  # rls2009 NDRPDR iter env 5
917         - 44  # rls2009 NDRPDR iter env 5
918         - 46  # rls2009 NDRPDR iter env 5
919         - 48  # rls2009 NDRPDR iter env 5
920         - 74  # rls2009 NDRPDR iter NAT44 env 5
921         - 75  # rls2009 NDRPDR iter NAT44 env 5
922         - 76  # rls2009 NDRPDR iter NAT44 env 5
923         - 77  # rls2009 NDRPDR iter NAT44 env 5
924         - 78  # rls2009 NDRPDR iter NAT44 env 5
925         - 79  # rls2009 NDRPDR iter NAT44 env 5
926         - 80  # rls2009 NDRPDR iter NAT44 env 5
927         - 81  # rls2009 NDRPDR iter NAT44 env 5
928         - 82  # rls2009 NDRPDR iter NAT44 env 5
929         - 83  # rls2009 NDRPDR iter NAT44 env 5
930         - 86  # rls2009 NDRPDR iter NAT44 part 2 env 5
931         - 87  # rls2009 NDRPDR iter NAT44 part 2 env 5
932         - 88  # rls2009 NDRPDR iter NAT44 part 2 env 5
933         - 90  # rls2009 NDRPDR iter NAT44 part 2 env 5
934         - 92  # rls2009 NDRPDR iter NAT44 part 2 env 5
935         - 93  # rls2009 NDRPDR iter NAT44 part 2 env 5
936         - 94  # rls2009 NDRPDR iter NAT44 part 2 env 5
937         - 95  # rls2009 NDRPDR iter NAT44 part 2 env 5
938         - 97  # rls2009 NDRPDR iter NAT44 part 2 env 5
939         - 98  # rls2009 NDRPDR iter NAT44 part 2 env 5
940
941     vpp-performance-changes-2n-clx-h1:
942       csit-vpp-perf-report-iterative-2005-2n-clx:
943         - 73  # NDRPDR sel 2001.0-4
944         - 74  # NDRPDR sel 2001.0-4
945         - 75  # NDRPDR sel 2001.0-4
946         - 76  # NDRPDR sel 2001.0-4
947         - 77  # NDRPDR sel 2001.0-4
948         - 78  # NDRPDR sel 2001.0-4
949         - 79  # NDRPDR sel 2001.0-4
950         - 80  # NDRPDR sel 2001.0-4
951     vpp-performance-changes-2n-clx-ref-env4:
952       csit-vpp-perf-report-iterative-2005-2n-clx:
953         - 62  # NDRPDR sel env 4
954         - 63  # NDRPDR sel env 4
955         - 64  # NDRPDR sel env 4
956         - 65  # NDRPDR sel env 4
957         - 66  # NDRPDR sel env 4
958         - 68  # NDRPDR sel env 4
959         - 69  # NDRPDR sel env 4
960         - 70  # NDRPDR sel env 4
961         - 103 # NDRPDR sel env 4
962         - 104 # NDRPDR sel env 4
963     vpp-performance-changes-2n-clx-ref-env5:
964       csit-vpp-perf-report-iterative-2009-2n-clx:
965         - 13  # rls2005 NDRPDR iter env 5
966         - 15  # rls2005 NDRPDR iter env 5
967         - 17  # rls2005 NDRPDR iter env 5
968         - 18  # rls2005 NDRPDR iter env 5
969         - 19  # rls2005 NDRPDR iter env 5
970         - 20  # rls2005 NDRPDR iter env 5
971         - 21  # rls2005 NDRPDR iter env 5
972         - 22  # rls2005 NDRPDR iter env 5
973         - 23  # rls2005 NDRPDR iter env 5
974         - 24  # rls2005 NDRPDR iter env 5
975     vpp-performance-changes-2n-clx-cmp:
976       csit-vpp-perf-report-iterative-2009-2n-clx:
977         - 36  # rls2009 NDRPDR iter env 5
978         - 39  # rls2009 NDRPDR iter env 5
979         - 40  # rls2009 NDRPDR iter env 5
980         - 65  # rls2009 NDRPDR iter env 5
981         - 66  # rls2009 NDRPDR iter env 5
982         - 79  # rls2009 NDRPDR iter env 5
983         - 82  # rls2009 NDRPDR iter env 5
984         - 88  # rls2009 NDRPDR iter env 5
985         - 89  # rls2009 NDRPDR iter env 5
986         - 90  # rls2009 NDRPDR iter env 5
987         - 91  # rls2009 NDRPDR iter NAT44 env 5
988         - 92  # rls2009 NDRPDR iter NAT44 env 5
989         - 94  # rls2009 NDRPDR iter NAT44 env 5
990         - 95  # rls2009 NDRPDR iter NAT44 env 5
991         - 96  # rls2009 NDRPDR iter NAT44 env 5
992         - 97  # rls2009 NDRPDR iter NAT44 env 5
993         - 98  # rls2009 NDRPDR iter NAT44 env 5
994         - 99  # rls2009 NDRPDR iter NAT44 env 5
995         - 100 # rls2009 NDRPDR iter NAT44 env 5
996         - 101 # rls2009 NDRPDR iter NAT44 env 5
997         - 103 # rls2009 NDRPDR iter NAT44 part 2 env 5
998         - 104 # rls2009 NDRPDR iter NAT44 part 2 env 5
999         - 105 # rls2009 NDRPDR iter NAT44 part 2 env 5
1000         - 106 # rls2009 NDRPDR iter NAT44 part 2 env 5
1001         - 107 # rls2009 NDRPDR iter NAT44 part 2 env 5
1002         - 108 # rls2009 NDRPDR iter NAT44 part 2 env 5
1003         - 109 # rls2009 NDRPDR iter NAT44 part 2 env 5
1004         - 110 # rls2009 NDRPDR iter NAT44 part 2 env 5
1005         - 111 # rls2009 NDRPDR iter NAT44 part 2 env 5
1006         - 112 # rls2009 NDRPDR iter NAT44 part 2 env 5
1007
1008     vpp-performance-changes-2n-dnv-h1:
1009       csit-vpp-perf-verify-2001-2n-dnv:
1010         - 4   # NDRPDR sel
1011         - 5   # NDRPDR sel
1012         - 6   # NDRPDR sel
1013         - 7   # NDRPDR sel
1014         - 8   # NDRPDR sel
1015         - 9   # NDRPDR sel
1016         - 10  # NDRPDR sel
1017         - 11  # NDRPDR sel
1018         - 13  # NDRPDR sel
1019         - 16  # NDRPDR sel
1020     vpp-performance-changes-2n-dnv-ref:
1021       csit-vpp-perf-report-iterative-2009-2n-dnv:
1022         - 16  # rls2005 NDRPDR iter env 5
1023         - 17  # rls2005 NDRPDR iter env 5
1024         - 18  # rls2005 NDRPDR iter env 5
1025         - 19  # rls2005 NDRPDR iter env 5
1026         - 21  # rls2005 NDRPDR iter env 5
1027         - 24  # rls2005 NDRPDR iter env 5
1028         - 27  # rls2005 NDRPDR iter env 5
1029         - 28  # rls2005 NDRPDR iter env 5
1030         - 29  # rls2005 NDRPDR iter env 5
1031         - 30  # rls2005 NDRPDR iter env 5
1032     vpp-performance-changes-2n-dnv-cmp:
1033       csit-vpp-perf-report-iterative-2009-2n-dnv:
1034         - 3   # rls2009 NDRPDR iter env 5
1035         - 5   # rls2009 NDRPDR iter env 5
1036         - 6   # rls2009 NDRPDR iter env 5
1037         - 7   # rls2009 NDRPDR iter env 5
1038         - 9   # rls2009 NDRPDR iter env 5
1039         - 10  # rls2009 NDRPDR iter env 5
1040         - 11  # rls2009 NDRPDR iter env 5
1041         - 12  # rls2009 NDRPDR iter env 5
1042         - 14  # rls2009 NDRPDR iter env 5
1043         - 15  # rls2009 NDRPDR iter env 5
1044
1045     vpp-performance-changes-3n-dnv-h1:
1046       csit-vpp-perf-verify-2001-3n-dnv:
1047         - 5   # NDRPDR sel
1048         - 6   # NDRPDR sel
1049         - 7   # NDRPDR sel
1050         - 8   # NDRPDR sel
1051         - 9   # NDRPDR sel
1052         - 10  # NDRPDR sel
1053         - 12  # NDRPDR sel
1054         - 16  # NDRPDR sel
1055         - 17  # NDRPDR sel
1056         - 18  # NDRPDR sel
1057     vpp-performance-changes-3n-dnv-ref:
1058       csit-vpp-perf-report-iterative-2009-3n-dnv:
1059         - 16  # rls2005 NDRPDR iter env 5
1060         - 23  # rls2005 NDRPDR iter env 5
1061         - 25  # rls2005 NDRPDR iter env 5
1062         - 26  # rls2005 NDRPDR iter env 5
1063         - 27  # rls2005 NDRPDR iter env 5
1064         - 28  # rls2005 NDRPDR iter env 5
1065         - 29  # rls2005 NDRPDR iter env 5
1066         - 30  # rls2005 NDRPDR iter env 5
1067         - 31  # rls2005 NDRPDR iter env 5
1068         - 32  # rls2005 NDRPDR iter env 5
1069     vpp-performance-changes-3n-dnv-cmp:
1070       csit-vpp-perf-report-iterative-2009-3n-dnv:
1071         - 3   # rls2009 NDRPDR iter env 5
1072         - 6   # rls2009 NDRPDR iter env 5
1073         - 7   # rls2009 NDRPDR iter env 5
1074         - 8   # rls2009 NDRPDR iter env 5
1075         - 10  # rls2009 NDRPDR iter env 5
1076         - 11  # rls2009 NDRPDR iter env 5
1077         - 12  # rls2009 NDRPDR iter env 5
1078         - 14  # rls2009 NDRPDR iter env 5
1079         - 15  # rls2009 NDRPDR iter env 5
1080         - 24  # rls2009 NDRPDR iter env 5
1081
1082     vpp-performance-changes-3n-tsh-h1:
1083       csit-vpp-perf-report-iterative-2005-3n-tsh:
1084         - 28  # NDRPDR sel 2001.0-4
1085         - 29  # NDRPDR sel 2001.0-4
1086         - 31  # NDRPDR sel 2001.0-4
1087     vpp-performance-changes-3n-tsh-ref-env4:
1088       csit-vpp-perf-report-iterative-2005-3n-tsh:
1089         - 23  # NDRPDR sel env 4
1090         - 25  # NDRPDR sel env 4
1091         - 33  # NDRPDR sel env 4
1092         - 34  # NDRPDR sel env 4
1093         - 35  # NDRPDR sel env 4
1094         - 36  # NDRPDR sel env 4
1095         - 37  # NDRPDR sel env 4
1096         - 38  # NDRPDR sel env 4
1097         - 39  # NDRPDR sel env 4
1098         - 40  # NDRPDR sel env 4
1099     vpp-performance-changes-3n-tsh-ref-env5:
1100       csit-vpp-perf-report-iterative-2009-3n-tsh:
1101         - 8   # rls2005 NDRPDR iter env 5
1102         - 11  # rls2005 NDRPDR iter env 5
1103         - 12  # rls2005 NDRPDR iter env 5
1104         - 24  # rls2005 NDRPDR iter env 5
1105         - 27  # rls2005 NDRPDR iter env 5
1106         - 29  # rls2005 NDRPDR iter env 5
1107         - 31  # rls2005 NDRPDR iter env 5
1108         - 39  # rls2005 NDRPDR iter env 5
1109     vpp-performance-changes-3n-tsh-cmp:
1110       # TODO: Add:
1111       csit-vpp-perf-report-iterative-2009-3n-tsh:
1112         - 14  # rls2009 NDRPDR iter env 5
1113         - 20  # rls2009 NDRPDR iter env 5
1114         - 21  # rls2009 NDRPDR iter env 5
1115         - 22  # rls2009 NDRPDR iter env 5
1116         - 23  # rls2009 NDRPDR iter env 5
1117         - 28  # rls2009 NDRPDR iter env 5
1118         - 30  # rls2009 NDRPDR iter env 5
1119         - 33  # rls2009 NDRPDR iter env 5
1120
1121     vpp-soak-vs-ndr-2n-skx-ref:
1122       csit-vpp-perf-report-iterative-2009-2n-skx:
1123         - 35  # rls2009 NDRPDR iter env 5
1124         - 36  # rls2009 NDRPDR iter env 5
1125         - 37  # rls2009 NDRPDR iter env 5
1126         - 39  # rls2009 NDRPDR iter env 5
1127         - 40  # rls2009 NDRPDR iter env 5
1128         - 42  # rls2009 NDRPDR iter env 5
1129         - 43  # rls2009 NDRPDR iter env 5
1130         - 44  # rls2009 NDRPDR iter env 5
1131         - 46  # rls2009 NDRPDR iter env 5
1132         - 48  # rls2009 NDRPDR iter env 5
1133     vpp-soak-vs-ndr-2n-skx-cmp:
1134       csit-vpp-perf-report-iterative-2009-2n-skx:
1135         - 33  # rls2009 soak env 5
1136         - 34  # rls2009 soak env 5
1137     vpp-soak-vs-ndr-2n-skx:
1138       csit-vpp-perf-report-iterative-2009-2n-skx:
1139         - 35  # rls2009 NDRPDR iter env 5
1140         - 36  # rls2009 NDRPDR iter env 5
1141         - 37  # rls2009 NDRPDR iter env 5
1142         - 39  # rls2009 NDRPDR iter env 5
1143         - 40  # rls2009 NDRPDR iter env 5
1144         - 42  # rls2009 NDRPDR iter env 5
1145         - 43  # rls2009 NDRPDR iter env 5
1146         - 44  # rls2009 NDRPDR iter env 5
1147         - 46  # rls2009 NDRPDR iter env 5
1148         - 48  # rls2009 NDRPDR iter env 5
1149         - 33  # rls2009 soak env 5
1150         - 34  # rls2009 soak env 5
1151
1152     vpp-soak-vs-ndr-2n-clx-ref:
1153       csit-vpp-perf-report-iterative-2009-2n-clx:
1154         - 36  # rls2009 NDRPDR iter env 5
1155         - 39  # rls2009 NDRPDR iter env 5
1156         - 40  # rls2009 NDRPDR iter env 5
1157         - 65  # rls2009 NDRPDR iter env 5
1158         - 66  # rls2009 NDRPDR iter env 5
1159         - 79  # rls2009 NDRPDR iter env 5
1160         - 82  # rls2009 NDRPDR iter env 5
1161         - 88  # rls2009 NDRPDR iter env 5
1162         - 89  # rls2009 NDRPDR iter env 5
1163         - 90  # rls2009 NDRPDR iter env 5
1164     vpp-soak-vs-ndr-2n-clx-cmp:
1165       csit-vpp-perf-report-iterative-2009-2n-clx:
1166         - 33  # rls2009 soak env 5
1167         - 34  # rls2009 soak env 5
1168     vpp-soak-vs-ndr-2n-clx:
1169       csit-vpp-perf-report-iterative-2009-2n-clx:
1170         - 36  # rls2009 NDRPDR iter env 5
1171         - 39  # rls2009 NDRPDR iter env 5
1172         - 40  # rls2009 NDRPDR iter env 5
1173         - 65  # rls2009 NDRPDR iter env 5
1174         - 66  # rls2009 NDRPDR iter env 5
1175         - 79  # rls2009 NDRPDR iter env 5
1176         - 82  # rls2009 NDRPDR iter env 5
1177         - 88  # rls2009 NDRPDR iter env 5
1178         - 89  # rls2009 NDRPDR iter env 5
1179         - 90  # rls2009 NDRPDR iter env 5
1180         - 33  # rls2009 soak env 5
1181         - 34  # rls2009 soak env 5
1182
1183     vpp-performance-changes-3n-hsw-mrr-h1:
1184       csit-vpp-perf-verify-2001-3n-hsw:
1185         - 17  # MRR sel
1186     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1187       csit-vpp-perf-report-iterative-2005-3n-hsw:
1188         - 30  # MRR env 4
1189     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1190       csit-vpp-perf-report-iterative-2009-3n-hsw:
1191         - 18  # rls2005 MRR iter env 5
1192     vpp-performance-changes-3n-hsw-mrr-cmp:
1193       csit-vpp-perf-report-iterative-2009-3n-hsw:
1194         - 23  # rls2009 MRR iter env 5
1195
1196     vpp-performance-changes-3n-skx-mrr-h1:
1197       csit-vpp-perf-verify-2001-3n-skx:
1198         - 50  # MRR sel
1199         - 53  # MRR sel addition
1200     vpp-performance-changes-3n-skx-mrr-ref-env4:
1201       csit-vpp-perf-report-iterative-2005-3n-skx:
1202         - 49  # MRR sel env 4
1203     vpp-performance-changes-3n-skx-mrr-ref-env5:
1204       csit-vpp-perf-report-iterative-2009-3n-skx:
1205         - 17  # rls2005 MRR iter env 5
1206     vpp-performance-changes-3n-skx-mrr-cmp:
1207       csit-vpp-perf-report-iterative-2009-3n-skx:
1208         - 24  # rls2009 MRR iter env 5
1209
1210     vpp-performance-changes-2n-skx-mrr-h1:
1211       csit-vpp-perf-verify-2001-2n-skx:
1212         - 101 # MRR sel
1213         - 128 # MRR sel addition
1214     vpp-performance-changes-2n-skx-mrr-ref-env4:
1215       csit-vpp-perf-report-iterative-2005-2n-skx:
1216         - 99  # MRR sel env 4
1217     vpp-performance-changes-2n-skx-mrr-ref-env5:
1218       csit-vpp-perf-report-iterative-2009-2n-skx:
1219         - 20  # rls2005 MRR iter env 5
1220     vpp-performance-changes-2n-skx-mrr-cmp:
1221       csit-vpp-perf-report-iterative-2009-2n-skx:
1222         - 85  # rls2009 MRR iter env 5
1223         - 96  # rls2009 MRR iter NAT44 env 5
1224
1225     vpp-performance-changes-2n-clx-mrr-h1:
1226       csit-vpp-perf-verify-2001-2n-clx:
1227         - 39  # MRR
1228     vpp-performance-changes-2n-clx-mrr-ref-env4:
1229       csit-vpp-perf-report-iterative-2005-2n-clx:
1230         - 72   # MRR sel env 4
1231     vpp-performance-changes-2n-clx-mrr-ref-env5:
1232       csit-vpp-perf-report-iterative-2009-2n-clx:
1233         - 77  # rls2005 MRR iter env 5
1234     vpp-performance-changes-2n-clx-mrr-cmp:
1235       csit-vpp-perf-report-iterative-2009-2n-clx:
1236         - 102 # rls2009 MRR iter env 5
1237         - 113 # rls2009 MRR iter NAT44 env 5
1238
1239     vpp-performance-changes-2n-dnv-mrr-h1:
1240       csit-vpp-perf-verify-2001-2n-dnv:
1241         - 12  # MRR sel
1242     vpp-performance-changes-2n-dnv-mrr-ref:
1243       csit-vpp-perf-report-iterative-2009-2n-dnv:
1244         - 23  # rls2005 MRR iter env 5
1245     vpp-performance-changes-2n-dnv-mrr-cmp:
1246       csit-vpp-perf-report-iterative-2009-2n-dnv:
1247         - 13  # rls2009 MRR iter env 5
1248
1249     vpp-performance-changes-3n-dnv-mrr-h1:
1250       csit-vpp-perf-verify-2001-3n-dnv:
1251         - 11  # MRR sel
1252     vpp-performance-changes-3n-dnv-mrr-ref:
1253       csit-vpp-perf-report-iterative-2009-3n-dnv:
1254         - 19  # rls2005 MRR iter env 5
1255     vpp-performance-changes-3n-dnv-mrr-cmp:
1256       csit-vpp-perf-report-iterative-2009-3n-dnv:
1257         - 22  # rls2009 MRR iter env 5
1258
1259     vpp-performance-changes-3n-tsh-mrr-h1:
1260       csit-vpp-perf-verify-2001-3n-tsh:
1261         - 9   # MRR sel
1262     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1263       csit-vpp-perf-report-iterative-2005-3n-tsh:
1264         - 27  # MRR sel env 4
1265     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1266       csit-vpp-perf-report-iterative-2009-3n-tsh:
1267         - 13  # rls2005 MRR iter env 5
1268     vpp-performance-changes-3n-tsh-mrr-cmp:
1269       csit-vpp-perf-report-iterative-2009-3n-tsh:
1270         - 15  # rls2009 MRR iter env 5
1271
1272     dpdk-performance-changes-3n-hsw-h1:
1273       csit-dpdk-perf-verify-2001-3n-hsw:
1274         - 4   # NDRPDR sel
1275         - 5   # NDRPDR sel
1276         - 6   # NDRPDR sel
1277         - 7   # NDRPDR sel
1278         - 8   # NDRPDR sel
1279         - 9   # NDRPDR sel
1280         - 10  # NDRPDR sel
1281         - 11  # NDRPDR sel
1282         - 12  # NDRPDR sel
1283         - 13  # NDRPDR sel
1284         - 15  # NDRPDR sel
1285         - 16  # NDRPDR sel
1286         - 17  # NDRPDR sel
1287         - 18  # NDRPDR sel
1288         - 19  # NDRPDR sel
1289         - 20  # NDRPDR sel
1290         - 21  # NDRPDR sel
1291         - 22  # NDRPDR sel
1292         - 23  # NDRPDR sel
1293         - 24  # NDRPDR sel
1294     dpdk-performance-changes-3n-hsw-ref:
1295       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1296         - 25  # NDRPDR iter
1297         - 26  # NDRPDR iter
1298         - 27  # NDRPDR iter
1299         - 28  # NDRPDR iter
1300         - 29  # NDRPDR iter
1301         - 30  # NDRPDR iter
1302         - 31  # NDRPDR iter
1303         - 32  # NDRPDR iter
1304         - 33  # NDRPDR iter
1305         - 34  # NDRPDR iter
1306     dpdk-performance-changes-3n-hsw-cmp:
1307       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1308         - 6   # NDRPDR iter env5
1309         - 7   # NDRPDR iter env5
1310         - 8   # NDRPDR iter env5
1311         - 9   # NDRPDR iter env5
1312         - 10  # NDRPDR iter env5
1313         - 11  # NDRPDR iter env5
1314         - 12  # NDRPDR iter env5
1315         - 13  # NDRPDR iter env5
1316         - 14  # NDRPDR iter env5
1317         - 15  # NDRPDR iter env5
1318
1319     dpdk-performance-changes-3n-skx-h1:
1320       csit-dpdk-perf-verify-2001-3n-skx:
1321         - 29  # NDRPDR sel xxv710
1322         - 33  # NDRPDR sel xxv710
1323         - 34  # NDRPDR sel xxv710
1324         - 35  # NDRPDR sel xxv710
1325         - 36  # NDRPDR sel xxv710
1326         - 37  # NDRPDR sel xxv710
1327         - 41  # NDRPDR sel xxv710
1328         - 42  # NDRPDR sel xxv710
1329         - 43  # NDRPDR sel xxv710
1330         - 45  # NDRPDR sel xxv710
1331         - 30  # NDRPDR sel x710
1332         - 31  # NDRPDR sel x710
1333         - 32  # NDRPDR sel x710
1334         - 38  # NDRPDR sel x710
1335         - 39  # NDRPDR sel x710
1336         - 40  # NDRPDR sel x710
1337         - 44  # NDRPDR sel x710
1338         - 46  # NDRPDR sel x710
1339         - 47  # NDRPDR sel x710
1340         - 48  # NDRPDR sel x710
1341     dpdk-performance-changes-3n-skx-ref:
1342       csit-dpdk-perf-report-iterative-2005-3n-skx:
1343         - 28  # NDRPDR iter
1344         - 29  # NDRPDR iter
1345         - 30  # NDRPDR iter
1346         - 31  # NDRPDR iter
1347         - 32  # NDRPDR iter
1348         - 33  # NDRPDR iter
1349         - 34  # NDRPDR iter
1350         - 35  # NDRPDR iter
1351         - 36  # NDRPDR iter
1352         - 37  # NDRPDR iter
1353     dpdk-performance-changes-3n-skx-cmp:
1354       csit-dpdk-perf-report-iterative-2009-3n-skx:
1355         - 4   # NDRPDR sel env5
1356         - 5   # NDRPDR sel env5
1357         - 6   # NDRPDR sel env5
1358         - 7   # NDRPDR sel env5
1359         - 8   # NDRPDR sel env5
1360         - 9   # NDRPDR sel env5
1361         - 14  # NDRPDR sel env5
1362         - 11  # NDRPDR sel env5
1363         - 12  # NDRPDR sel env5
1364         - 13  # NDRPDR sel env5
1365
1366     dpdk-performance-changes-2n-skx-h1:
1367       csit-dpdk-perf-verify-2001-2n-skx:
1368         - 35  # NDRPDR sel xxv710
1369         - 36  # NDRPDR sel xxv710
1370         - 37  # NDRPDR sel xxv710
1371         - 41  # NDRPDR sel xxv710
1372         - 42  # NDRPDR sel xxv710
1373         - 43  # NDRPDR sel xxv710
1374         - 46  # NDRPDR sel xxv710
1375         - 47  # NDRPDR sel xxv710
1376         - 52  # NDRPDR sel xxv710
1377         - 53  # NDRPDR sel xxv710
1378         - 38  # NDRPDR sel x710
1379         - 39  # NDRPDR sel x710
1380         - 40  # NDRPDR sel x710
1381         - 44  # NDRPDR sel x710
1382         - 45  # NDRPDR sel x710
1383         - 48  # NDRPDR sel x710
1384         - 49  # NDRPDR sel x710
1385         - 50  # NDRPDR sel x710
1386         - 51  # NDRPDR sel x710
1387         - 54  # NDRPDR sel x710
1388     dpdk-performance-changes-2n-skx-ref:
1389       csit-dpdk-perf-report-iterative-2005-2n-skx:
1390         - 20  # NDRPDR iter
1391         - 21  # NDRPDR iter
1392         - 22  # NDRPDR iter
1393         - 23  # NDRPDR iter
1394         - 24  # NDRPDR iter
1395         - 25  # NDRPDR iter
1396         - 26  # NDRPDR iter
1397         - 27  # NDRPDR iter
1398         - 28  # NDRPDR iter
1399         - 29  # NDRPDR iter
1400     dpdk-performance-changes-2n-skx-cmp:
1401       csit-dpdk-perf-report-iterative-2009-2n-skx:
1402         - 4   # NDRPDR iter env5
1403         - 5   # NDRPDR iter env5
1404         - 6   # NDRPDR iter env5
1405         - 7   # NDRPDR iter env5
1406         - 8   # NDRPDR iter env5
1407         - 9   # NDRPDR iter env5
1408         - 10  # NDRPDR iter env5
1409         - 11  # NDRPDR iter env5
1410         - 12  # NDRPDR iter env5
1411         - 13  # NDRPDR iter env5
1412
1413     dpdk-performance-changes-2n-clx-h1:
1414       csit-dpdk-perf-verify-2001-2n-clx:
1415         - 15  # NDRPDR sel
1416         - 16  # NDRPDR sel
1417         - 17  # NDRPDR sel
1418         - 18  # NDRPDR sel
1419         - 19  # NDRPDR sel
1420         - 20  # NDRPDR sel
1421         - 21  # NDRPDR sel
1422         - 22  # NDRPDR sel
1423         - 23  # NDRPDR sel
1424         - 24  # NDRPDR sel
1425         - 25  # NDRPDR sel
1426         - 26  # NDRPDR sel
1427         - 27  # NDRPDR sel
1428         - 28  # NDRPDR sel
1429         - 29  # NDRPDR sel
1430         - 30  # NDRPDR sel
1431         - 31  # NDRPDR sel
1432         - 32  # NDRPDR sel
1433         - 33  # NDRPDR sel
1434         - 34  # NDRPDR sel
1435     dpdk-performance-changes-2n-clx-ref:
1436       csit-dpdk-perf-report-iterative-2005-2n-clx:
1437         - 20  # NDRPDR iter
1438         - 21  # NDRPDR iter
1439         - 22  # NDRPDR iter
1440         - 23  # NDRPDR iter
1441         - 24  # NDRPDR iter
1442         - 25  # NDRPDR iter
1443         - 26  # NDRPDR iter
1444         - 27  # NDRPDR iter
1445         - 28  # NDRPDR iter
1446         - 29  # NDRPDR iter
1447     dpdk-performance-changes-2n-clx-cmp:
1448       csit-dpdk-perf-report-iterative-2009-2n-clx:
1449         - 4   # NDRPDR iter env5
1450         - 5   # NDRPDR iter env5
1451         - 6   # NDRPDR iter env5
1452         - 7   # NDRPDR iter env5
1453         - 8   # NDRPDR iter env5
1454         - 9   # NDRPDR iter env5
1455         - 10  # NDRPDR iter env5
1456         - 11  # NDRPDR iter env5
1457         - 12  # NDRPDR iter env5
1458         - 13  # NDRPDR iter env5
1459
1460 #    dpdk-performance-changes-2n-dnv-h1:
1461 #      csit-dpdk-perf-verify-2001-2n-dnv:
1462 #        - 9   # NDRPDR sel
1463 #        - 10  # NDRPDR sel
1464 #        - 11  # NDRPDR sel
1465 #        - 12  # NDRPDR sel
1466 #        - 13  # NDRPDR sel
1467 #        - 14  # NDRPDR sel
1468 #        - 15  # NDRPDR sel
1469 #        - 16  # NDRPDR sel
1470 #        - 17  # NDRPDR sel
1471 #        - 18  # NDRPDR sel
1472 #    dpdk-performance-changes-2n-dnv-ref:
1473 #      # No data
1474 #    dpdk-performance-changes-2n-dnv-cmp:
1475 #      # No data
1476 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1477
1478 #    dpdk-performance-changes-3n-dnv-h1:
1479 #      csit-dpdk-perf-verify-2001-3n-dnv:
1480 #        - 12  # NDRPDR sel
1481 #        - 13  # NDRPDR sel
1482 #        - 14  # NDRPDR sel
1483 #        - 15  # NDRPDR sel
1484 #        - 16  # NDRPDR sel
1485 #        - 17  # NDRPDR sel
1486 #        - 18  # NDRPDR sel
1487 #        - 19  # NDRPDR sel
1488 #        - 20  # NDRPDR sel
1489 #        - 22  # NDRPDR sel
1490 #    dpdk-performance-changes-3n-dnv-ref:
1491 #      # No data
1492 #    dpdk-performance-changes-3n-dnv-cmp:
1493 #      # No data
1494 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1495
1496     dpdk-performance-changes-3n-tsh-h1:
1497       csit-dpdk-perf-verify-2001-3n-tsh:
1498         - 3   # NDRPDR sel
1499         - 4   # NDRPDR sel
1500         - 5   # NDRPDR sel
1501         - 9   # NDRPDR sel
1502         - 10  # NDRPDR sel
1503         - 11  # NDRPDR sel
1504         - 12  # NDRPDR sel
1505         - 14  # NDRPDR sel
1506         - 15  # NDRPDR sel
1507         - 18  # NDRPDR sel
1508     dpdk-performance-changes-3n-tsh-ref:
1509       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1510         - 5   # NDRPDR sel
1511     dpdk-performance-changes-3n-tsh-cmp:
1512       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1513         - 1   # NDRPDR iter env5
1514         - 2   # NDRPDR iter env5
1515         - 3   # NDRPDR iter env5
1516         - 4   # NDRPDR iter env5
1517         - 5   # NDRPDR iter env5
1518         - 6   # NDRPDR iter env5
1519         - 7   # NDRPDR iter env5
1520         - 9   # NDRPDR iter env5
1521         - 10  # NDRPDR iter env5
1522         - 11  # NDRPDR iter env5
1523
1524     # Compare testbeds
1525
1526     vpp-compare-testbeds-ref:
1527       csit-vpp-perf-report-iterative-2009-3n-hsw:
1528         - 21  # rls2009 NDRPDR iter env 5
1529         - 22  # rls2009 NDRPDR iter env 5
1530         - 24  # rls2009 NDRPDR iter env 5
1531         - 25  # rls2009 NDRPDR iter env 5
1532         - 26  # rls2009 NDRPDR iter env 5
1533         - 27  # rls2009 NDRPDR iter env 5
1534         - 28  # rls2009 NDRPDR iter env 5
1535         - 29  # rls2009 NDRPDR iter env 5
1536         - 30  # rls2009 NDRPDR iter env 5
1537         - 31  # rls2009 NDRPDR iter env 5
1538     vpp-compare-testbeds-cmp:
1539       csit-vpp-perf-report-iterative-2009-3n-skx:
1540         - 26  # rls2009 NDRPDR iter env 5
1541         - 27  # rls2009 NDRPDR iter env 5
1542         - 28  # rls2009 NDRPDR iter env 5
1543         - 29  # rls2009 NDRPDR iter env 5
1544         - 35  # rls2009 NDRPDR iter env 5
1545         - 36  # rls2009 NDRPDR iter env 5
1546         - 37  # rls2009 NDRPDR iter env 5
1547         - 38  # rls2009 NDRPDR iter env 5
1548         - 39  # rls2009 NDRPDR iter env 5
1549         - 40  # rls2009 NDRPDR iter env 5
1550
1551     vpp-compare-testbeds-skx-clx-ref:
1552       csit-vpp-perf-report-iterative-2009-2n-skx:
1553         - 35  # rls2009 NDRPDR iter env 5
1554         - 36  # rls2009 NDRPDR iter env 5
1555         - 37  # rls2009 NDRPDR iter env 5
1556         - 39  # rls2009 NDRPDR iter env 5
1557         - 40  # rls2009 NDRPDR iter env 5
1558         - 42  # rls2009 NDRPDR iter env 5
1559         - 43  # rls2009 NDRPDR iter env 5
1560         - 44  # rls2009 NDRPDR iter env 5
1561         - 46  # rls2009 NDRPDR iter env 5
1562         - 48  # rls2009 NDRPDR iter env 5
1563         - 74  # rls2009 NDRPDR iter NAT44 env 5
1564         - 75  # rls2009 NDRPDR iter NAT44 env 5
1565         - 76  # rls2009 NDRPDR iter NAT44 env 5
1566         - 77  # rls2009 NDRPDR iter NAT44 env 5
1567         - 78  # rls2009 NDRPDR iter NAT44 env 5
1568         - 79  # rls2009 NDRPDR iter NAT44 env 5
1569         - 80  # rls2009 NDRPDR iter NAT44 env 5
1570         - 81  # rls2009 NDRPDR iter NAT44 env 5
1571         - 82  # rls2009 NDRPDR iter NAT44 env 5
1572         - 83  # rls2009 NDRPDR iter NAT44 env 5
1573         - 86  # rls2009 NDRPDR iter NAT44 part 2 env 5
1574         - 87  # rls2009 NDRPDR iter NAT44 part 2 env 5
1575         - 88  # rls2009 NDRPDR iter NAT44 part 2 env 5
1576         - 90  # rls2009 NDRPDR iter NAT44 part 2 env 5
1577         - 92  # rls2009 NDRPDR iter NAT44 part 2 env 5
1578         - 93  # rls2009 NDRPDR iter NAT44 part 2 env 5
1579         - 94  # rls2009 NDRPDR iter NAT44 part 2 env 5
1580         - 95  # rls2009 NDRPDR iter NAT44 part 2 env 5
1581         - 97  # rls2009 NDRPDR iter NAT44 part 2 env 5
1582         - 98  # rls2009 NDRPDR iter NAT44 part 2 env 5
1583     vpp-compare-testbeds-skx-clx-cmp:
1584       csit-vpp-perf-report-iterative-2009-2n-clx:
1585         - 36  # rls2009 NDRPDR iter env 5
1586         - 39  # rls2009 NDRPDR iter env 5
1587         - 40  # rls2009 NDRPDR iter env 5
1588         - 65  # rls2009 NDRPDR iter env 5
1589         - 66  # rls2009 NDRPDR iter env 5
1590         - 79  # rls2009 NDRPDR iter env 5
1591         - 82  # rls2009 NDRPDR iter env 5
1592         - 88  # rls2009 NDRPDR iter env 5
1593         - 89  # rls2009 NDRPDR iter env 5
1594         - 90  # rls2009 NDRPDR iter env 5
1595         - 91  # rls2009 NDRPDR iter NAT44 env 5
1596         - 92  # rls2009 NDRPDR iter NAT44 env 5
1597         - 94  # rls2009 NDRPDR iter NAT44 env 5
1598         - 95  # rls2009 NDRPDR iter NAT44 env 5
1599         - 96  # rls2009 NDRPDR iter NAT44 env 5
1600         - 97  # rls2009 NDRPDR iter NAT44 env 5
1601         - 98  # rls2009 NDRPDR iter NAT44 env 5
1602         - 99  # rls2009 NDRPDR iter NAT44 env 5
1603         - 100 # rls2009 NDRPDR iter NAT44 env 5
1604         - 101 # rls2009 NDRPDR iter NAT44 env 5
1605         - 103 # rls2009 NDRPDR iter NAT44 part 2 env 5
1606         - 104 # rls2009 NDRPDR iter NAT44 part 2 env 5
1607         - 105 # rls2009 NDRPDR iter NAT44 part 2 env 5
1608         - 106 # rls2009 NDRPDR iter NAT44 part 2 env 5
1609         - 107 # rls2009 NDRPDR iter NAT44 part 2 env 5
1610         - 108 # rls2009 NDRPDR iter NAT44 part 2 env 5
1611         - 109 # rls2009 NDRPDR iter NAT44 part 2 env 5
1612         - 110 # rls2009 NDRPDR iter NAT44 part 2 env 5
1613         - 111 # rls2009 NDRPDR iter NAT44 part 2 env 5
1614         - 112 # rls2009 NDRPDR iter NAT44 part 2 env 5
1615
1616     vpp-compare-testbeds-hsw-clx-ref:
1617       csit-vpp-perf-report-iterative-2009-3n-hsw:
1618         - 21  # rls2009 NDRPDR iter env 5
1619         - 22  # rls2009 NDRPDR iter env 5
1620         - 24  # rls2009 NDRPDR iter env 5
1621         - 25  # rls2009 NDRPDR iter env 5
1622         - 26  # rls2009 NDRPDR iter env 5
1623         - 27  # rls2009 NDRPDR iter env 5
1624         - 28  # rls2009 NDRPDR iter env 5
1625         - 29  # rls2009 NDRPDR iter env 5
1626         - 30  # rls2009 NDRPDR iter env 5
1627         - 31  # rls2009 NDRPDR iter env 5
1628     vpp-compare-testbeds-hsw-clx-cmp:
1629       csit-vpp-perf-report-iterative-2009-2n-clx:
1630         - 36  # rls2009 NDRPDR iter env 5
1631         - 39  # rls2009 NDRPDR iter env 5
1632         - 40  # rls2009 NDRPDR iter env 5
1633         - 65  # rls2009 NDRPDR iter env 5
1634         - 66  # rls2009 NDRPDR iter env 5
1635         - 79  # rls2009 NDRPDR iter env 5
1636         - 82  # rls2009 NDRPDR iter env 5
1637         - 88  # rls2009 NDRPDR iter env 5
1638         - 89  # rls2009 NDRPDR iter env 5
1639         - 90  # rls2009 NDRPDR iter env 5
1640
1641     vpp-compare-testbeds-mrr-ref:
1642       csit-vpp-perf-report-iterative-2009-3n-hsw:
1643         - 23  # rls2009 MRR iter env 5
1644     vpp-compare-testbeds-mrr-cmp:
1645       csit-vpp-perf-report-iterative-2009-3n-skx:
1646         - 24  # rls2009 MRR iter env 5
1647
1648     vpp-compare-testbeds-mrr-skx-clx-ref:
1649       csit-vpp-perf-report-iterative-2009-2n-skx:
1650         - 85  # rls2009 MRR iter env 5
1651         - 96  # rls2009 MRR iter NAT44 env 5
1652     vpp-compare-testbeds-mrr-skx-clx-cmp:
1653       csit-vpp-perf-report-iterative-2009-2n-clx:
1654         - 102 # rls2009 MRR iter env 5
1655         - 113 # rls2009 MRR iter NAT44 env 5
1656
1657     vpp-compare-testbeds-mrr-hsw-clx-ref:
1658       csit-vpp-perf-report-iterative-2009-3n-hsw:
1659         - 23  # rls2009 MRR iter env 5
1660     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1661       csit-vpp-perf-report-iterative-2009-2n-clx:
1662         - 102 # rls2009 MRR iter env 5
1663         - 113 # rls2009 MRR iter NAT44 env 5
1664
1665     dpdk-compare-testbeds-ref:
1666       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1667         - 6   # NDRPDR iter env5
1668         - 7   # NDRPDR iter env5
1669         - 8   # NDRPDR iter env5
1670         - 9   # NDRPDR iter env5
1671         - 10  # NDRPDR iter env5
1672         - 11  # NDRPDR iter env5
1673         - 12  # NDRPDR iter env5
1674         - 13  # NDRPDR iter env5
1675         - 14  # NDRPDR iter env5
1676         - 15  # NDRPDR iter env5
1677     dpdk-compare-testbeds-cmp:
1678       csit-dpdk-perf-report-iterative-2009-3n-skx:
1679         - 4   # NDRPDR sel env5
1680         - 5   # NDRPDR sel env5
1681         - 6   # NDRPDR sel env5
1682         - 7   # NDRPDR sel env5
1683         - 8   # NDRPDR sel env5
1684         - 9   # NDRPDR sel env5
1685         - 14  # NDRPDR sel env5
1686         - 11  # NDRPDR sel env5
1687         - 12  # NDRPDR sel env5
1688         - 13  # NDRPDR sel env5
1689
1690     dpdk-compare-testbeds-skx-clx-ref:
1691       csit-dpdk-perf-report-iterative-2009-2n-skx:
1692         - 4   # NDRPDR iter env5
1693         - 5   # NDRPDR iter env5
1694         - 6   # NDRPDR iter env5
1695         - 7   # NDRPDR iter env5
1696         - 8   # NDRPDR iter env5
1697         - 9   # NDRPDR iter env5
1698         - 10  # NDRPDR iter env5
1699         - 11  # NDRPDR iter env5
1700         - 12  # NDRPDR iter env5
1701         - 13  # NDRPDR iter env5
1702     dpdk-compare-testbeds-skx-clx-cmp:
1703       csit-dpdk-perf-report-iterative-2009-2n-clx:
1704         - 4   # NDRPDR iter env5
1705         - 5   # NDRPDR iter env5
1706         - 6   # NDRPDR iter env5
1707         - 7   # NDRPDR iter env5
1708         - 8   # NDRPDR iter env5
1709         - 9   # NDRPDR iter env5
1710         - 10  # NDRPDR iter env5
1711         - 11  # NDRPDR iter env5
1712         - 12  # NDRPDR iter env5
1713         - 13  # NDRPDR iter env5
1714
1715     # Compare topologies
1716
1717     vpp-compare-topologies-ref:
1718       csit-vpp-perf-report-iterative-2009-3n-skx:
1719         - 26  # rls2009 NDRPDR iter env 5
1720         - 27  # rls2009 NDRPDR iter env 5
1721         - 28  # rls2009 NDRPDR iter env 5
1722         - 29  # rls2009 NDRPDR iter env 5
1723         - 35  # rls2009 NDRPDR iter env 5
1724         - 36  # rls2009 NDRPDR iter env 5
1725         - 37  # rls2009 NDRPDR iter env 5
1726         - 38  # rls2009 NDRPDR iter env 5
1727         - 39  # rls2009 NDRPDR iter env 5
1728         - 40  # rls2009 NDRPDR iter env 5
1729     vpp-compare-topologies-cmp:
1730       csit-vpp-perf-report-iterative-2009-2n-skx:
1731         - 35  # rls2009 NDRPDR iter env 5
1732         - 36  # rls2009 NDRPDR iter env 5
1733         - 37  # rls2009 NDRPDR iter env 5
1734         - 39  # rls2009 NDRPDR iter env 5
1735         - 40  # rls2009 NDRPDR iter env 5
1736         - 42  # rls2009 NDRPDR iter env 5
1737         - 43  # rls2009 NDRPDR iter env 5
1738         - 44  # rls2009 NDRPDR iter env 5
1739         - 46  # rls2009 NDRPDR iter env 5
1740         - 48  # rls2009 NDRPDR iter env 5
1741
1742     vpp-compare-topologies-mrr-ref:
1743       csit-vpp-perf-report-iterative-2009-3n-skx:
1744         - 24  # rls2009 MRR iter env 5
1745     vpp-compare-topologies-mrr-cmp:
1746       csit-vpp-perf-report-iterative-2009-2n-skx:
1747         - 85  # rls2009 MRR iter env 5
1748
1749     dpdk-compare-topologies-ref:
1750       csit-dpdk-perf-report-iterative-2009-3n-skx:
1751         - 4   # NDRPDR sel env5
1752         - 5   # NDRPDR sel env5
1753         - 6   # NDRPDR sel env5
1754         - 7   # NDRPDR sel env5
1755         - 8   # NDRPDR sel env5
1756         - 9   # NDRPDR sel env5
1757         - 14  # NDRPDR sel env5
1758         - 11  # NDRPDR sel env5
1759         - 12  # NDRPDR sel env5
1760         - 13  # NDRPDR sel env5
1761     dpdk-compare-topologies-cmp:
1762       csit-dpdk-perf-report-iterative-2009-2n-skx:
1763         - 4   # NDRPDR iter env5
1764         - 5   # NDRPDR iter env5
1765         - 6   # NDRPDR iter env5
1766         - 7   # NDRPDR iter env5
1767         - 8   # NDRPDR iter env5
1768         - 9   # NDRPDR iter env5
1769         - 10  # NDRPDR iter env5
1770         - 11  # NDRPDR iter env5
1771         - 12  # NDRPDR iter env5
1772         - 13  # NDRPDR iter env5
1773
1774   plot-layouts:
1775
1776     plot-soak-throughput:
1777       titlefont:
1778         size: 16
1779       xaxis:
1780         title: "<b>Test Cases [Index]</b>"
1781         titlefont:
1782           size: 14
1783         autorange: True
1784         fixedrange: False
1785         gridcolor: "rgb(230, 230, 230)"
1786         linecolor: "rgb(220, 220, 220)"
1787         linewidth: 1
1788         showgrid: True
1789         showline: True
1790         showticklabels: True
1791         tickcolor: "rgb(220, 220, 220)"
1792         tickmode: "linear"
1793         tickfont:
1794           size: 14
1795         zeroline: False
1796       yaxis:
1797         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1798         titlefont:
1799           size: 14
1800         gridcolor: "rgb(230, 230, 230)"
1801         hoverformat: ".4r"
1802         tickformat: ".3r"
1803         linecolor: "rgb(220, 220, 220)"
1804         linewidth: 1
1805         showgrid: True
1806         showline: True
1807         showticklabels: True
1808         tickcolor: "rgb(220, 220, 220)"
1809         tickfont:
1810           size: 14
1811         zeroline: False
1812         range: [0,50]
1813       autosize: False
1814       margin:
1815         t: 50
1816         b: 0
1817         l: 80
1818         r: 20
1819       showlegend: True
1820       legend:
1821         orientation: "h"
1822         font:
1823           size: 14
1824       width: 700
1825       height: 900
1826       paper_bgcolor: "#fff"
1827       plot_bgcolor: "#fff"
1828       hoverlabel:
1829         namelength: -1
1830
1831     plot-service-density:
1832       titlefont:
1833         size: 16
1834       xaxis:
1835         side: "top"
1836         autorange: True
1837         fixedrange: False
1838         showgrid: False
1839         showline: False
1840         showticklabels: False
1841         ticks: ""
1842         ticklen: 0
1843         tickwidth: 0
1844         zeroline: False
1845       yaxis:
1846         autorange: "reversed"
1847         showgrid: False
1848         showline: False
1849         showticklabels: False
1850         ticks: ""
1851         ticklen: 0
1852         tickwidth: 0
1853         zeroline: False
1854       showlegend: False
1855       paper_bgcolor: "#fff"
1856       plot_bgcolor: "#fff"
1857       width: 700
1858       height: 700
1859       hoverlabel:
1860         namelength: -1
1861
1862     plot-hoststack:
1863       titlefont:
1864         size: 16
1865       xaxis:
1866         title: "<b>Test Cases [Index]</b>"
1867         titlefont:
1868           size: 14
1869         autorange: True
1870         fixedrange: False
1871         gridcolor: "rgb(230, 230, 230)"
1872         linecolor: "rgb(220, 220, 220)"
1873         linewidth: 1
1874         showgrid: True
1875         showline: True
1876         showticklabels: True
1877         tickcolor: "rgb(220, 220, 220)"
1878         tickmode: "linear"
1879         tickfont:
1880           size: 14
1881         zeroline: False
1882       yaxis:
1883         title: "<b>Bandwidth [Gbps]</b>"
1884         titlefont:
1885           size: 14
1886         gridcolor: "rgb(230, 230, 230)"
1887         hoverformat: ".4s"
1888         linecolor: "rgb(220, 220, 220)"
1889         linewidth: 1
1890         rangemode: "tozero"
1891         showgrid: True
1892         showline: True
1893         showticklabels: True
1894         tickcolor: "rgb(230, 230, 230)"
1895         tickformat: ".3s"
1896         tickfont:
1897           size: 14
1898         zeroline: False
1899       autosize: False
1900       margin:
1901         t: 50
1902         b: 20
1903         l: 80
1904         r: 20
1905       showlegend: True
1906       legend:
1907         orientation: "h"
1908         font:
1909           size: 14
1910       width: 700
1911       height: 800
1912       paper_bgcolor: "#fff"
1913       plot_bgcolor: "#fff"
1914       hoverlabel:
1915         namelength: -1
1916
1917     plot-throughput:
1918       titlefont:
1919         size: 16
1920       xaxis:
1921         title: "<b>Test Cases [Index]</b>"
1922         titlefont:
1923           size: 14
1924         autorange: True
1925         fixedrange: False
1926         gridcolor: "rgb(230, 230, 230)"
1927         linecolor: "rgb(220, 220, 220)"
1928         linewidth: 1
1929         showgrid: True
1930         showline: True
1931         showticklabels: True
1932         tickcolor: "rgb(220, 220, 220)"
1933         tickmode: "linear"
1934         tickfont:
1935           size: 14
1936         zeroline: False
1937       yaxis:
1938         title: "<b>Packet Throughput [Mpps]</b>"
1939         titlefont:
1940           size: 14
1941         gridcolor: "rgb(230, 230, 230)"
1942         hoverformat: ".4r"
1943         tickformat: ".3r"
1944         linecolor: "rgb(220, 220, 220)"
1945         linewidth: 1
1946         showgrid: True
1947         showline: True
1948         showticklabels: True
1949         tickcolor: "rgb(220, 220, 220)"
1950         tickfont:
1951           size: 14
1952         zeroline: False
1953         range: [0,50]
1954       autosize: False
1955       margin:
1956         t: 50
1957         b: 0
1958         l: 80
1959         r: 20
1960       showlegend: True
1961       legend:
1962         orientation: "h"
1963         font:
1964           size: 14
1965       width: 700
1966       height: 900
1967       paper_bgcolor: "#fff"
1968       plot_bgcolor: "#fff"
1969       hoverlabel:
1970         namelength: -1
1971
1972     plot-throughput-gbps:
1973       titlefont:
1974         size: 16
1975       xaxis:
1976         title: "<b>Test Cases [Index]</b>"
1977         titlefont:
1978           size: 14
1979         autorange: True
1980         fixedrange: False
1981         gridcolor: "rgb(230, 230, 230)"
1982         linecolor: "rgb(220, 220, 220)"
1983         linewidth: 1
1984         showgrid: True
1985         showline: True
1986         showticklabels: True
1987         tickcolor: "rgb(220, 220, 220)"
1988         tickmode: "linear"
1989         tickfont:
1990           size: 14
1991         zeroline: False
1992       yaxis:
1993         title: "<b>Packet Throughput [Gbps]</b>"
1994         titlefont:
1995           size: 14
1996         gridcolor: "rgb(230, 230, 230)"
1997         hoverformat: ".4r"
1998         tickformat: ".3r"
1999         linecolor: "rgb(220, 220, 220)"
2000         linewidth: 1
2001         showgrid: True
2002         showline: True
2003         showticklabels: True
2004         tickcolor: "rgb(220, 220, 220)"
2005         tickfont:
2006           size: 14
2007         zeroline: False
2008         range: [0,10]
2009       autosize: False
2010       margin:
2011         t: 50
2012         b: 0
2013         l: 80
2014         r: 20
2015       showlegend: True
2016       legend:
2017         orientation: "h"
2018         font:
2019           size: 14
2020       width: 700
2021       height: 900
2022       paper_bgcolor: "#fff"
2023       plot_bgcolor: "#fff"
2024       hoverlabel:
2025         namelength: -1
2026
2027     plot-cps:
2028       titlefont:
2029         size: 16
2030       xaxis:
2031         title: "<b>Test Cases [Index]</b>"
2032         titlefont:
2033           size: 14
2034         autorange: True
2035         fixedrange: False
2036         gridcolor: "rgb(230, 230, 230)"
2037         linecolor: "rgb(220, 220, 220)"
2038         linewidth: 1
2039         showgrid: True
2040         showline: True
2041         showticklabels: True
2042         tickcolor: "rgb(220, 220, 220)"
2043         tickmode: "linear"
2044         tickfont:
2045           size: 14
2046         zeroline: False
2047       yaxis:
2048         title: "<b>Connection Rate [Mcps]</b>"
2049         titlefont:
2050           size: 14
2051         gridcolor: "rgb(230, 230, 230)"
2052         hoverformat: ".4r"
2053         tickformat: ".3s"
2054         linecolor: "rgb(220, 220, 220)"
2055         linewidth: 1
2056         showgrid: True
2057         showline: True
2058         showticklabels: True
2059         tickcolor: "rgb(220, 220, 220)"
2060         tickfont:
2061           size: 14
2062         zeroline: False
2063         range: [0,10]
2064       autosize: False
2065       margin:
2066         t: 50
2067         b: 0
2068         l: 80
2069         r: 20
2070       showlegend: True
2071       legend:
2072         orientation: "h"
2073         font:
2074           size: 14
2075       width: 700
2076       height: 900
2077       paper_bgcolor: "#fff"
2078       plot_bgcolor: "#fff"
2079       hoverlabel:
2080         namelength: -1
2081
2082     plot-throughput-speedup-analysis:
2083       titlefont:
2084         size: 16
2085       xaxis:
2086         title: "<b>Number of Cores [Qty]</b>"
2087         titlefont:
2088           size: 14
2089         autorange: True
2090         fixedrange: False
2091         gridcolor: "rgb(230, 230, 230)"
2092         linecolor: "rgb(220, 220, 220)"
2093         linewidth: 1
2094         showgrid: True
2095         showline: True
2096         showticklabels: True
2097         tickcolor: "rgb(238, 238, 238)"
2098         tickmode: "linear"
2099         tickfont:
2100           size: 14
2101         zeroline: False
2102       yaxis:
2103         title: "<b>Packet Throughput [Mpps]</b>"
2104         titlefont:
2105           size: 14
2106         type: "linear"
2107         gridcolor: "rgb(230, 230, 230)"
2108         hoverformat: ".4s"
2109         linecolor: "rgb(220, 220, 220)"
2110         linewidth: 1
2111         showgrid: True
2112         showline: True
2113         showticklabels: True
2114         tickcolor: "rgb(220, 220, 220)"
2115         tickformat: ".4s"
2116         tickfont:
2117           size: 14
2118         zeroline: True
2119         rangemode: "tozero"
2120         range: [0,100]
2121       legend:
2122         orientation: "h"
2123         font:
2124           size: 14
2125         xanchor: "left"
2126         yanchor: "top"
2127         x: 0
2128         y: -0.2
2129         bgcolor: "rgba(255, 255, 255, 0)"
2130         bordercolor: "rgba(255, 255, 255, 0)"
2131         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2132       autosize: False
2133       margin:
2134           't': 50
2135           'b': 150
2136           'l': 85
2137           'r': 10
2138       showlegend: True
2139       width: 700
2140       height: 700
2141       paper_bgcolor: "#fff"
2142       plot_bgcolor: "#fff"
2143       hoverlabel:
2144         namelength: -1
2145       annotations: [
2146         {
2147           text: "_ _          __          ...",
2148           align: "left",
2149           showarrow: False,
2150           xref: "paper",
2151           yref: "paper",
2152           xanchor: "left",
2153           yanchor: "top",
2154           x: 0,
2155           y: -0.14,
2156           font: {
2157             family: "Consolas, Courier New",
2158             size: 13
2159           },
2160         },
2161         {
2162           text: "    Perfect     Measured     Limit",
2163           align: "left",
2164           showarrow: False,
2165           xref: "paper",
2166           yref: "paper",
2167           xanchor: "left",
2168           yanchor: "top",
2169           x: 0,
2170           y: -0.15,
2171           font: {
2172             family: "Consolas, Courier New",
2173             size: 13
2174           },
2175         },
2176       ]
2177
2178     plot-throughput-speedup-analysis-gbps:
2179       titlefont:
2180         size: 16
2181       xaxis:
2182         title: "<b>Number of Cores [Qty]</b>"
2183         titlefont:
2184           size: 14
2185         autorange: True
2186         fixedrange: False
2187         gridcolor: "rgb(230, 230, 230)"
2188         linecolor: "rgb(220, 220, 220)"
2189         linewidth: 1
2190         showgrid: True
2191         showline: True
2192         showticklabels: True
2193         tickcolor: "rgb(238, 238, 238)"
2194         tickmode: "linear"
2195         tickfont:
2196           size: 14
2197         zeroline: False
2198       yaxis:
2199         title: "<b>Packet Throughput [Gbps]</b>"
2200         titlefont:
2201           size: 14
2202         type: "linear"
2203         gridcolor: "rgb(230, 230, 230)"
2204         hoverformat: ".4s"
2205         linecolor: "rgb(220, 220, 220)"
2206         linewidth: 1
2207         showgrid: True
2208         showline: True
2209         showticklabels: True
2210         tickcolor: "rgb(220, 220, 220)"
2211         tickformat: ".4s"
2212         tickfont:
2213           size: 14
2214         zeroline: True
2215         rangemode: "tozero"
2216         range: [0,100]
2217       legend:
2218         orientation: "h"
2219         font:
2220           size: 14
2221         xanchor: "left"
2222         yanchor: "top"
2223         x: 0
2224         y: -0.2
2225         bgcolor: "rgba(255, 255, 255, 0)"
2226         bordercolor: "rgba(255, 255, 255, 0)"
2227         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2228       autosize: False
2229       margin:
2230           't': 50
2231           'b': 150
2232           'l': 85
2233           'r': 10
2234       showlegend: True
2235       width: 700
2236       height: 700
2237       paper_bgcolor: "#fff"
2238       plot_bgcolor: "#fff"
2239       hoverlabel:
2240         namelength: -1
2241       annotations: [
2242         {
2243           text: "_ _          __",
2244           align: "left",
2245           showarrow: False,
2246           xref: "paper",
2247           yref: "paper",
2248           xanchor: "left",
2249           yanchor: "top",
2250           x: 0,
2251           y: -0.13,
2252           font: {
2253             family: "Consolas, Courier New",
2254             size: 13
2255           },
2256         },
2257         {
2258           text: "    Perfect     Measured",
2259           align: "left",
2260           showarrow: False,
2261           xref: "paper",
2262           yref: "paper",
2263           xanchor: "left",
2264           yanchor: "top",
2265           x: 0,
2266           y: -0.15,
2267           font: {
2268             family: "Consolas, Courier New",
2269             size: 13
2270           },
2271         },
2272       ]
2273
2274     plot-throughput-speedup-analysis-cps:
2275       titlefont:
2276         size: 16
2277       xaxis:
2278         title: "<b>Number of Cores [Qty]</b>"
2279         titlefont:
2280           size: 14
2281         autorange: True
2282         fixedrange: False
2283         gridcolor: "rgb(230, 230, 230)"
2284         linecolor: "rgb(220, 220, 220)"
2285         linewidth: 1
2286         showgrid: True
2287         showline: True
2288         showticklabels: True
2289         tickcolor: "rgb(238, 238, 238)"
2290         tickmode: "linear"
2291         tickfont:
2292           size: 14
2293         zeroline: False
2294       yaxis:
2295         title: "<b>Connection Rate [Mcps]</b>"
2296         titlefont:
2297           size: 14
2298         type: "linear"
2299         gridcolor: "rgb(230, 230, 230)"
2300         hoverformat: ".4s"
2301         linecolor: "rgb(220, 220, 220)"
2302         linewidth: 1
2303         showgrid: True
2304         showline: True
2305         showticklabels: True
2306         tickcolor: "rgb(220, 220, 220)"
2307         tickformat: ".4s"
2308         tickfont:
2309           size: 14
2310         zeroline: True
2311         rangemode: "tozero"
2312         range: [0,100]
2313       legend:
2314         orientation: "h"
2315         font:
2316           size: 14
2317         xanchor: "left"
2318         yanchor: "top"
2319         x: 0
2320         y: -0.2
2321         bgcolor: "rgba(255, 255, 255, 0)"
2322         bordercolor: "rgba(255, 255, 255, 0)"
2323         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2324       autosize: False
2325       margin:
2326           't': 50
2327           'b': 150
2328           'l': 85
2329           'r': 10
2330       showlegend: True
2331       width: 700
2332       height: 700
2333       paper_bgcolor: "#fff"
2334       plot_bgcolor: "#fff"
2335       hoverlabel:
2336         namelength: -1
2337       annotations: [
2338         {
2339           text: "_ _          __",
2340           align: "left",
2341           showarrow: False,
2342           xref: "paper",
2343           yref: "paper",
2344           xanchor: "left",
2345           yanchor: "top",
2346           x: 0,
2347           y: -0.13,
2348           font: {
2349             family: "Consolas, Courier New",
2350             size: 13
2351           },
2352         },
2353         {
2354           text: "    Perfect     Measured",
2355           align: "left",
2356           showarrow: False,
2357           xref: "paper",
2358           yref: "paper",
2359           xanchor: "left",
2360           yanchor: "top",
2361           x: 0,
2362           y: -0.15,
2363           font: {
2364             family: "Consolas, Courier New",
2365             size: 13
2366           },
2367         },
2368       ]
2369
2370     plot-latency:
2371       titlefont:
2372         size: 16
2373       xaxis:
2374         title: "<b>Direction</b>"
2375         titlefont:
2376           size: 14
2377         autorange: True
2378         fixedrange: False
2379         gridcolor: "rgb(230, 230, 230)"
2380         linecolor: "rgb(220, 220, 220)"
2381         linewidth: 1
2382         showgrid: True
2383         showline: True
2384         showticklabels: False
2385         tickcolor: "rgb(220, 220, 220)"
2386         tickmode: "linear"
2387         tickfont:
2388           size: 14
2389         zeroline: False
2390       yaxis:
2391         title: "<b>Packet Latency [uSec]</b>"
2392         titlefont:
2393           size: 14
2394         type: "linear"
2395         gridcolor: "rgb(230, 230, 230)"
2396         hoverformat: ".4s"
2397         linecolor: "rgb(220, 220, 220)"
2398         linewidth: 1
2399         showgrid: True
2400         showline: True
2401         showticklabels: True
2402         tickcolor: "rgb(220, 220, 220)"
2403         tickformat: ".4s"
2404         tickfont:
2405           size: 14
2406         zeroline: True
2407         rangemode: "tozero"
2408       legend:
2409         orientation: "h"
2410         font:
2411           size: 14
2412         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2413       autosize: False
2414       margin:
2415           't': 50
2416           'b': 150
2417           'l': 80
2418           'r': 10
2419       showlegend: True
2420       width: 700
2421       height: 700
2422       paper_bgcolor: "#fff"
2423       plot_bgcolor: "#fff"
2424       hoverlabel:
2425         namelength: -1
2426
2427     plot-hdrh-latency:
2428       title:
2429         text: ""
2430         xanchor: "center"
2431         x: 0.5
2432         font:
2433           size: 16
2434       width: 700
2435       plot_bgcolor: "white"
2436       annotations:
2437         - font:
2438             size: 14
2439           showarrow: False
2440           text: "<b>Packet Latency [uSec]</b>"
2441           x: 1
2442           xanchor: "right"
2443           xref: "paper"
2444           y: -0.045
2445           yanchor: "top"
2446           yref: "paper"
2447         - font:
2448             size: 14
2449           showarrow: False
2450           text: "<b>Probability [%]</b>"
2451           textangle: 270
2452           x: -0.06
2453           xanchor: "center"
2454           xref: "paper"
2455           y: 0.5
2456           yanchor: "middle"
2457           yref: "paper"
2458         - font:
2459             size: 14
2460           showarrow: False
2461           text: "<b>Direction: E-W</b>"
2462           x: 0.24
2463           xanchor: "center"
2464           xref: "paper"
2465           y: 1.05
2466           yanchor: "bottom"
2467           yref: "paper"
2468         - font:
2469             size: 14
2470           showarrow: False
2471           text: "<b>Direction: W-E</b>"
2472           x: 0.74
2473           xanchor: "center"
2474           xref: "paper"
2475           y: 1.05
2476           yanchor: "bottom"
2477           yref: "paper"
2478
2479     plot-hdrh-latency-percentile:
2480       title:
2481         text: ""
2482         xanchor: "center"
2483         x: 0.5
2484         font:
2485           size: 16
2486       xaxis:
2487         type: "log"
2488         title: "<b>Percentile [%]</b>"
2489         titlefont:
2490           size: 14
2491         autorange: True
2492         fixedrange: False
2493         gridcolor: "rgb(230, 230, 230)"
2494         linecolor: "rgb(220, 220, 220)"
2495         linewidth: 1
2496         showgrid: True
2497         showline: True
2498         showticklabels: True
2499         tickcolor: "rgb(220, 220, 220)"
2500         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2501         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2502         tickfont:
2503           size: 14
2504       yaxis:
2505         title: "<b>Packet Latency [uSec]</b>"
2506         titlefont:
2507           size: 14
2508         gridcolor: "rgb(230, 230, 230)"
2509         linecolor: "rgb(220, 220, 220)"
2510         linewidth: 1
2511         showgrid: True
2512         showline: True
2513         showticklabels: True
2514         tickcolor: "rgb(220, 220, 220)"
2515         tickfont:
2516           size: 14
2517       autosize: False
2518       showlegend: True
2519       legend:
2520         traceorder: "normal"
2521         orientation: "h"
2522         font:
2523           size: 14
2524         xanchor: "left"
2525         yanchor: "top"
2526         x: 0
2527         y: -0.15
2528         bgcolor: "rgba(255, 255, 255, 0)"
2529         bordercolor: "rgba(255, 255, 255, 0)"
2530       width: 700
2531       height: 700
2532       paper_bgcolor: "white"
2533       plot_bgcolor: "white"
2534
2535     plot-hdrh-latency-by-percentile:
2536       title:
2537         text: "<b>Latency by Percentile Distribution</b>"
2538         xanchor: "center"
2539         x: 0.5
2540         font:
2541           size: 18
2542       showlegend: True
2543       legend:
2544         traceorder: "normal"
2545         orientation: "h"
2546         font:
2547           size: 16
2548         xanchor: "left"
2549         yanchor: "top"
2550         x: 0
2551         y: -0.2
2552         bgcolor: "rgba(255, 255, 255, 0)"
2553         bordercolor: "rgba(255, 255, 255, 0)"
2554       xaxis:
2555         type: "linear"
2556         title: "<b>Percentile [%]</b>"
2557         titlefont:
2558           size: 14
2559         autorange: False
2560         fixedrange: False
2561         range: [0, 100]
2562         gridcolor: "rgb(230, 230, 230)"
2563         linecolor: "rgb(220, 220, 220)"
2564         linewidth: 1
2565         showgrid: True
2566         showline: True
2567         showticklabels: True
2568         tickcolor: "rgb(220, 220, 220)"
2569         tickvals: [0, 25, 50, 75, 100]
2570         ticktext: [0, 25, 50, 75, 100]
2571         tickfont:
2572           size: 14
2573       yaxis:
2574         title: "<b>One-Way Latency per Direction [uSec]</b>"
2575         titlefont:
2576           size: 14
2577         gridcolor: "rgb(230, 230, 230)"
2578         linecolor: "rgb(220, 220, 220)"
2579         linewidth: 1
2580         showgrid: True
2581         showline: True
2582         showticklabels: True
2583         tickcolor: "rgb(220, 220, 220)"
2584         tickfont:
2585           size: 14
2586       width: 700
2587       height: 700
2588       paper_bgcolor: "white"
2589       plot_bgcolor: "white"
2590
2591 - type: "static"
2592   src-path: "{DIR[RST]}"
2593   dst-path: "{DIR[WORKING,SRC]}"
2594
2595 - type: "input"
2596   general:
2597     file-name: "output_info.xml.gz"
2598     file-format: ".gz"
2599     arch-file-format:
2600       - ".gz"
2601       - ".zip"
2602     download-path: "{job}/{build}/archives/{filename}"
2603     extract: "output.xml"
2604
2605     zip-file-name: "robot-plugin.zip"
2606     zip-file-format: ".zip"
2607     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2608     zip-extract: "robot-plugin/output.xml"
2609
2610   builds:
2611
2612     csit-vpp-perf-verify-2001-3n-hsw:
2613       - 17  # MRR sel
2614     csit-vpp-perf-report-iterative-2005-3n-hsw:
2615       - 20  # NDRPDR sel env 4
2616       - 21  # NDRPDR sel env 4
2617       - 22  # NDRPDR sel env 4
2618       - 23  # NDRPDR sel env 4
2619       - 24  # NDRPDR sel env 4
2620       - 25  # NDRPDR sel env 4
2621       - 26  # NDRPDR sel env 4
2622       - 27  # NDRPDR sel env 4
2623       - 28  # NDRPDR sel env 4
2624       - 29  # NDRPDR sel env 4
2625       - 30  # MRR env 4
2626       - 31  # NDRPDR sel 2001.0-4
2627       - 32  # NDRPDR sel 2001.0-4
2628       - 33  # NDRPDR sel 2001.0-4
2629       - 34  # NDRPDR sel 2001.0-4
2630       - 35  # NDRPDR sel 2001.0-4
2631       - 36  # NDRPDR sel 2001.0-4
2632       - 38  # NDRPDR sel 2001.0-4
2633     csit-vpp-perf-report-iterative-2009-3n-hsw:
2634       - 18  # rls2005 MRR iter env 5
2635       - 9   # rls2005 NDRPDR iter env 5
2636       - 10  # rls2005 NDRPDR iter env 5
2637       - 11  # rls2005 NDRPDR iter env 5
2638       - 12  # rls2005 NDRPDR iter env 5
2639       - 13  # rls2005 NDRPDR iter env 5
2640       - 14  # rls2005 NDRPDR iter env 5
2641       - 15  # rls2005 NDRPDR iter env 5
2642       - 16  # rls2005 NDRPDR iter env 5
2643       - 17  # rls2005 NDRPDR iter env 5
2644       - 19  # rls2005 NDRPDR iter env 5
2645       - 23  # rls2009 MRR iter env 5
2646       - 21  # rls2009 NDRPDR iter env 5
2647       - 22  # rls2009 NDRPDR iter env 5
2648       - 24  # rls2009 NDRPDR iter env 5
2649       - 25  # rls2009 NDRPDR iter env 5
2650       - 26  # rls2009 NDRPDR iter env 5
2651       - 27  # rls2009 NDRPDR iter env 5
2652       - 28  # rls2009 NDRPDR iter env 5
2653       - 29  # rls2009 NDRPDR iter env 5
2654       - 30  # rls2009 NDRPDR iter env 5
2655       - 31  # rls2009 NDRPDR iter env 5
2656       - 32  # rls2009 Hoststack iter env 5
2657       - 33  # rls2009 Hoststack iter env 5
2658       - 34  # rls2009 Hoststack iter env 5
2659       - 35  # rls2009 Hoststack iter env 5
2660       - 36  # rls2009 Hoststack iter env 5
2661       - 37  # rls2009 Hoststack iter env 5
2662       - 38  # rls2009 Hoststack iter env 5
2663       - 39  # rls2009 Hoststack iter env 5
2664       - 40  # rls2009 Hoststack iter env 5
2665       - 41  # rls2009 Hoststack iter env 5
2666     csit-vpp-perf-report-coverage-2009-3n-hsw:
2667       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2668       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2669       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2670       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2671       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2672       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2673       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2674       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2675       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2676       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2677       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2678       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2679       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2680       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2681       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2682       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2683       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2684       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2685       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2686       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2687       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2688       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2689       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2690       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2691       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2692       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2693       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2694       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2695       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2696       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2697       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2698       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2699       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2700       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2701       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2702
2703     csit-vpp-perf-verify-2001-3n-skx:
2704       - 50  # MRR sel
2705       - 53  # MRR sel addition
2706     csit-vpp-perf-report-iterative-2005-3n-skx:
2707       - 4   # NDRPDR sel
2708       - 5   # NDRPDR sel ??? all x710 failed
2709       - 33  # NDRPDR sel
2710       - 28  # NDRPDR sel
2711       - 34  # NDRPDR sel
2712       - 42  # NDRPDR sel env 4
2713       - 43  # NDRPDR sel env 4
2714       - 44  # NDRPDR sel env 4
2715       - 45  # NDRPDR sel env 4
2716       - 47  # NDRPDR sel env 4
2717       - 55  # NDRPDR sel env 4
2718       - 56  # NDRPDR sel env 4
2719       - 57  # NDRPDR sel env 4
2720       - 61  # NDRPDR sel env 4
2721       - 62  # NDRPDR sel env 4
2722       - 50  # NDRPDR sel 2001.0-4
2723       - 51  # NDRPDR sel 2001.0-4
2724       - 52  # NDRPDR sel 2001.0-4
2725       - 53  # NDRPDR sel 2001.0-4
2726       - 54  # NDRPDR sel 2001.0-4
2727       - 49  # MRR sel env 4
2728     csit-vpp-perf-report-iterative-2009-3n-skx:
2729       - 17  # rls2005 MRR iter env 5
2730       - 13  # rls2005 NDRPDR iter env 5
2731       - 18  # rls2005 NDRPDR iter env 5
2732       - 19  # rls2005 NDRPDR iter env 5
2733       - 41  # rls2005 NDRPDR iter env 5
2734       - 43  # rls2005 NDRPDR iter env 5
2735       - 44  # rls2005 NDRPDR iter env 5
2736       - 45  # rls2005 NDRPDR iter env 5
2737       - 46  # rls2005 NDRPDR iter env 5
2738       - 48  # rls2005 NDRPDR iter env 5
2739       - 49  # rls2005 NDRPDR iter env 5
2740       - 24  # rls2009 MRR iter env 5
2741       - 26  # rls2009 NDRPDR iter env 5
2742       - 27  # rls2009 NDRPDR iter env 5
2743       - 28  # rls2009 NDRPDR iter env 5
2744       - 29  # rls2009 NDRPDR iter env 5
2745       - 35  # rls2009 NDRPDR iter env 5
2746       - 36  # rls2009 NDRPDR iter env 5
2747       - 37  # rls2009 NDRPDR iter env 5
2748       - 38  # rls2009 NDRPDR iter env 5
2749       - 39  # rls2009 NDRPDR iter env 5
2750       - 40  # rls2009 NDRPDR iter env 5
2751     csit-vpp-perf-report-coverage-2009-3n-skx:
2752       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2753       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2754       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2755       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2756       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2757       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2758       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2759       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2760       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2761       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2762       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2763       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2764       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2765       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2766       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2767       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2768       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2769       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2770       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2771       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2772       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2773       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2774       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2775       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2776       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2777       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2778       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2779       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2780       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2781       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2782       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2783       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2784       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2785       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2786       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2787       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2788
2789     csit-vpp-perf-verify-2001-2n-skx:
2790       - 101  # MRR sel - old
2791       - 128  # MRR sel addition - old
2792     csit-vpp-perf-report-iterative-2005-2n-skx:
2793       - 88  # NDRPDR sel env 4
2794       - 89  # NDRPDR sel env 4
2795       - 90  # NDRPDR sel env 4
2796       - 91  # NDRPDR sel env 4
2797       - 92  # NDRPDR sel env 4
2798       - 93  # NDRPDR sel env 4
2799       - 94  # NDRPDR sel env 4
2800       - 125 # NDRPDR sel env 4
2801       - 126 # NDRPDR sel env 4
2802       - 127 # NDRPDR sel env 4
2803       - 100 # NDRPDR sel 2001.0-4
2804       - 101 # NDRPDR sel 2001.0-4
2805       - 102 # NDRPDR sel 2001.0-4
2806       - 103 # NDRPDR sel 2001.0-4
2807       - 104 # NDRPDR sel 2001.0-4
2808       - 105 # NDRPDR sel 2001.0-4
2809       - 99  # MRR sel env 4
2810     csit-vpp-perf-report-iterative-2009-2n-skx:
2811       - 20  # rls2005 MRR iter env 5
2812       - 13  # rls2005 NDRPDR iter env 5
2813       - 16  # rls2005 NDRPDR iter env 5
2814       - 17  # rls2005 NDRPDR iter env 5
2815       - 18  # rls2005 NDRPDR iter env 5
2816       - 19  # rls2005 NDRPDR iter env 5
2817       - 21  # rls2005 NDRPDR iter env 5
2818       - 22  # rls2005 NDRPDR iter env 5
2819       - 23  # rls2005 NDRPDR iter env 5
2820       - 24  # rls2005 NDRPDR iter env 5
2821       - 25  # rls2005 NDRPDR iter env 5
2822       - 85  # rls2009 MRR iter env 5
2823       - 96  # rls2009 MRR iter NAT44 env 5
2824 #      - 26  # rls2009 MRR iter env 5
2825       - 35  # rls2009 NDRPDR iter env 5
2826       - 36  # rls2009 NDRPDR iter env 5
2827       - 37  # rls2009 NDRPDR iter env 5
2828       - 39  # rls2009 NDRPDR iter env 5
2829       - 40  # rls2009 NDRPDR iter env 5
2830       - 42  # rls2009 NDRPDR iter env 5
2831       - 43  # rls2009 NDRPDR iter env 5
2832       - 44  # rls2009 NDRPDR iter env 5
2833       - 46  # rls2009 NDRPDR iter env 5
2834       - 48  # rls2009 NDRPDR iter env 5
2835       - 74  # rls2009 NDRPDR iter NAT44 env 5
2836       - 75  # rls2009 NDRPDR iter NAT44 env 5
2837       - 76  # rls2009 NDRPDR iter NAT44 env 5
2838       - 77  # rls2009 NDRPDR iter NAT44 env 5
2839       - 78  # rls2009 NDRPDR iter NAT44 env 5
2840       - 79  # rls2009 NDRPDR iter NAT44 env 5
2841       - 80  # rls2009 NDRPDR iter NAT44 env 5
2842       - 81  # rls2009 NDRPDR iter NAT44 env 5
2843       - 82  # rls2009 NDRPDR iter NAT44 env 5
2844       - 83  # rls2009 NDRPDR iter NAT44 env 5
2845       - 86  # rls2009 NDRPDR iter NAT44 part 2 env 5
2846       - 87  # rls2009 NDRPDR iter NAT44 part 2 env 5
2847       - 88  # rls2009 NDRPDR iter NAT44 part 2 env 5
2848       - 90  # rls2009 NDRPDR iter NAT44 part 2 env 5
2849       - 92  # rls2009 NDRPDR iter NAT44 part 2 env 5
2850       - 93  # rls2009 NDRPDR iter NAT44 part 2 env 5
2851       - 94  # rls2009 NDRPDR iter NAT44 part 2 env 5
2852       - 95  # rls2009 NDRPDR iter NAT44 part 2 env 5
2853       - 97  # rls2009 NDRPDR iter NAT44 part 2 env 5
2854       - 98  # rls2009 NDRPDR iter NAT44 part 2 env 5
2855 #      - 51  # rls2009 NDRPDR iter NAT44 env 5
2856 #      - 52  # rls2009 NDRPDR iter NAT44 env 5
2857 #      - 53  # rls2009 NDRPDR iter NAT44 env 5
2858 #      - 54  # rls2009 NDRPDR iter NAT44 env 5
2859 #      - 55  # rls2009 NDRPDR iter NAT44 env 5
2860 #      - 56  # rls2009 NDRPDR iter NAT44 env 5
2861 #      - 57  # rls2009 NDRPDR iter NAT44 env 5
2862 #      - 58  # rls2009 NDRPDR iter NAT44 env 5
2863 #      - 59  # rls2009 NDRPDR iter NAT44 env 5
2864 #      - 60  # rls2009 NDRPDR iter NAT44 env 5
2865       - 38  # rls2009 nf-density iter env 5
2866       - 41  # rls2009 nf-density iter env 5
2867       - 45  # rls2009 nf-density iter env 5
2868       - 47  # rls2009 nf-density iter env 5
2869       - 49  # rls2009 nf-density iter env 5
2870       - 63  # rls2009 nf-density iter env 5
2871       - 65  # rls2009 nf-density iter env 5
2872       - 66  # rls2009 nf-density iter env 5
2873       - 71  # rls2009 nf-density iter env 5
2874       - 72  # rls2009 nf-density iter env 5
2875       - 50  # rls2009 MRR nf-density iter env 5
2876       - 27  # rls2009 reconf env 5
2877       - 28  # rls2009 reconf env 5
2878       - 29  # rls2009 reconf env 5
2879       - 30  # rls2009 reconf env 5
2880       - 31  # rls2009 reconf env 5
2881       - 32  # rls2009 reconf env 5
2882       - 61  # rls2009 reconf env 5
2883       - 62  # rls2009 reconf env 5
2884       - 68  # rls2009 reconf env 5
2885       - 70  # rls2009 reconf env 5
2886       - 33  # rls2009 soak env 5
2887       - 34  # rls2009 soak env 5
2888     csit-vpp-perf-report-coverage-2009-2n-skx:
2889       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2890       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2891       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2892       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2893       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2894       - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
2895       - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
2896       - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
2897       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2898       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2899       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2900       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2901       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2902       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2903       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2904       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2905       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2906
2907     csit-vpp-perf-verify-2001-2n-clx:
2908       - 39  # MRR
2909     csit-vpp-perf-report-iterative-2005-2n-clx:
2910       - 62  # NDRPDR sel env 4
2911       - 63  # NDRPDR sel env 4
2912       - 64  # NDRPDR sel env 4
2913       - 65  # NDRPDR sel env 4
2914       - 66  # NDRPDR sel env 4
2915       - 68  # NDRPDR sel env 4
2916       - 69  # NDRPDR sel env 4
2917       - 70  # NDRPDR sel env 4
2918       - 103 # NDRPDR sel env 4
2919       - 104 # NDRPDR sel env 4
2920       - 73  # NDRPDR sel 2001.0-4
2921       - 74  # NDRPDR sel 2001.0-4
2922       - 75  # NDRPDR sel 2001.0-4
2923       - 76  # NDRPDR sel 2001.0-4
2924       - 77  # NDRPDR sel 2001.0-4
2925       - 78  # NDRPDR sel 2001.0-4
2926       - 79  # NDRPDR sel 2001.0-4
2927       - 80  # NDRPDR sel 2001.0-4
2928       - 72  # MRR env 4
2929     csit-vpp-perf-report-iterative-2009-2n-clx:
2930       - 77  # rls2005 MRR iter env 5
2931       - 13  # rls2005 NDRPDR iter env 5
2932       - 15  # rls2005 NDRPDR iter env 5
2933       - 17  # rls2005 NDRPDR iter env 5
2934       - 18  # rls2005 NDRPDR iter env 5
2935       - 19  # rls2005 NDRPDR iter env 5
2936       - 20  # rls2005 NDRPDR iter env 5
2937       - 21  # rls2005 NDRPDR iter env 5
2938       - 22  # rls2005 NDRPDR iter env 5
2939       - 23  # rls2005 NDRPDR iter env 5
2940       - 24  # rls2005 NDRPDR iter env 5
2941       - 102 # rls2009 MRR iter env 5
2942       - 113 # rls2009 MRR iter NAT44 env 5
2943 #      - 78  # rls2009 MRR iter env 5
2944       - 36  # rls2009 NDRPDR iter env 5
2945       - 39  # rls2009 NDRPDR iter env 5
2946       - 40  # rls2009 NDRPDR iter env 5
2947       - 65  # rls2009 NDRPDR iter env 5
2948       - 66  # rls2009 NDRPDR iter env 5
2949       - 79  # rls2009 NDRPDR iter env 5
2950       - 82  # rls2009 NDRPDR iter env 5
2951       - 88  # rls2009 NDRPDR iter env 5
2952       - 89  # rls2009 NDRPDR iter env 5
2953       - 90  # rls2009 NDRPDR iter env 5
2954       - 91  # rls2009 NDRPDR iter NAT44 env 5
2955       - 92  # rls2009 NDRPDR iter NAT44 env 5
2956       - 94  # rls2009 NDRPDR iter NAT44 env 5
2957       - 95  # rls2009 NDRPDR iter NAT44 env 5
2958       - 96  # rls2009 NDRPDR iter NAT44 env 5
2959       - 97  # rls2009 NDRPDR iter NAT44 env 5
2960       - 98  # rls2009 NDRPDR iter NAT44 env 5
2961       - 99  # rls2009 NDRPDR iter NAT44 env 5
2962       - 100 # rls2009 NDRPDR iter NAT44 env 5
2963       - 101 # rls2009 NDRPDR iter NAT44 env 5
2964       - 103 # rls2009 NDRPDR iter NAT44 part 2 env 5
2965       - 104 # rls2009 NDRPDR iter NAT44 part 2 env 5
2966       - 105 # rls2009 NDRPDR iter NAT44 part 2 env 5
2967       - 106 # rls2009 NDRPDR iter NAT44 part 2 env 5
2968       - 107 # rls2009 NDRPDR iter NAT44 part 2 env 5
2969       - 108 # rls2009 NDRPDR iter NAT44 part 2 env 5
2970       - 109 # rls2009 NDRPDR iter NAT44 part 2 env 5
2971       - 110 # rls2009 NDRPDR iter NAT44 part 2 env 5
2972       - 111 # rls2009 NDRPDR iter NAT44 part 2 env 5
2973       - 112 # rls2009 NDRPDR iter NAT44 part 2 env 5
2974       - 37  # rls2009 nf-density iter env 5
2975       - 43  # rls2009 nf-density iter env 5
2976       - 69  # rls2009 nf-density iter env 5
2977       - 70  # rls2009 nf-density iter env 5
2978       - 71  # rls2009 nf-density iter env 5
2979       - 72  # rls2009 nf-density iter env 5
2980       - 73  # rls2009 nf-density iter env 5
2981       - 74  # rls2009 nf-density iter env 5
2982       - 75  # rls2009 nf-density iter env 5
2983       - 76  # rls2009 nf-density iter env 5
2984       - 45  # rls2009 MRR nf-density iter env 5
2985       - 25  # rls2009 reconf env 5
2986       - 27  # rls2009 reconf env 5
2987       - 28  # rls2009 reconf env 5
2988       - 29  # rls2009 reconf env 5
2989       - 30  # rls2009 reconf env 5
2990       - 30  # rls2009 reconf env 5
2991       - 32  # rls2009 reconf env 5
2992       - 48  # rls2009 reconf env 5
2993       - 53  # rls2009 reconf env 5
2994       - 68  # rls2009 reconf env 5
2995       - 33  # rls2009 soak env 5
2996       - 34  # rls2009 soak env 5
2997     csit-vpp-perf-report-coverage-2009-2n-clx:
2998       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2999       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
3000       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
3001       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
3002       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
3003       - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
3004       - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
3005       - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
3006       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
3007       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
3008       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
3009       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
3010       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
3011       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
3012       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
3013       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
3014       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
3015
3016     csit-vpp-perf-verify-2001-3n-tsh:
3017       - 9   # MRR sel
3018     csit-vpp-perf-report-iterative-2005-3n-tsh:
3019       - 23  # NDRPDR sel env 4
3020       - 25  # NDRPDR sel env 4
3021       - 33  # NDRPDR sel env 4
3022       - 34  # NDRPDR sel env 4
3023       - 35  # NDRPDR sel env 4
3024       - 36  # NDRPDR sel env 4
3025       - 37  # NDRPDR sel env 4
3026       - 38  # NDRPDR sel env 4
3027       - 39  # NDRPDR sel env 4
3028       - 40  # NDRPDR sel env 4
3029       - 28  # NDRPDR sel 2001.0-4
3030       - 29  # NDRPDR sel 2001.0-4
3031       - 31  # NDRPDR sel 2001.0-4
3032       - 27  # MRR sel env 4
3033     # TODO: Add:
3034     csit-vpp-perf-report-iterative-2009-3n-tsh:
3035       - 8   # rls2005 NDRPDR iter env 5
3036       - 11  # rls2005 NDRPDR iter env 5
3037       - 12  # rls2005 NDRPDR iter env 5
3038       - 24  # rls2005 NDRPDR iter env 5
3039       - 27  # rls2005 NDRPDR iter env 5
3040       - 29  # rls2005 NDRPDR iter env 5
3041       - 31  # rls2005 NDRPDR iter env 5
3042       - 39  # rls2005 NDRPDR iter env 5
3043       - 13  # rls2005 MRR iter env 5
3044       - 14  # rls2009 NDRPDR iter env 5
3045       - 20  # rls2009 NDRPDR iter env 5
3046       - 21  # rls2009 NDRPDR iter env 5
3047       - 22  # rls2009 NDRPDR iter env 5
3048       - 23  # rls2009 NDRPDR iter env 5
3049       - 28  # rls2009 NDRPDR iter env 5
3050       - 30  # rls2009 NDRPDR iter env 5
3051       - 33  # rls2009 NDRPDR iter env 5
3052       - 15  # rls2009 MRR iter env 5
3053
3054     csit-vpp-perf-verify-2001-3n-dnv:
3055       - 5   # NDRPDR sel
3056       - 6   # NDRPDR sel
3057       - 7   # NDRPDR sel
3058       - 8   # NDRPDR sel
3059       - 9   # NDRPDR sel
3060       - 10  # NDRPDR sel
3061       - 12  # NDRPDR sel
3062       - 16  # NDRPDR sel
3063       - 17  # NDRPDR sel
3064       - 18  # NDRPDR sel
3065       - 11  # MRR sel
3066     csit-vpp-perf-report-iterative-2009-3n-dnv:
3067       - 16  # rls2005 NDRPDR iter env 5
3068       - 23  # rls2005 NDRPDR iter env 5
3069       - 25  # rls2005 NDRPDR iter env 5
3070       - 26  # rls2005 NDRPDR iter env 5
3071       - 27  # rls2005 NDRPDR iter env 5
3072       - 28  # rls2005 NDRPDR iter env 5
3073       - 29  # rls2005 NDRPDR iter env 5
3074       - 30  # rls2005 NDRPDR iter env 5
3075       - 31  # rls2005 NDRPDR iter env 5
3076       - 32  # rls2005 NDRPDR iter env 5
3077       - 19  # rls2005 MRR iter env 5
3078       - 3   # rls2009 NDRPDR iter env 5
3079       - 6   # rls2009 NDRPDR iter env 5
3080       - 7   # rls2009 NDRPDR iter env 5
3081       - 8   # rls2009 NDRPDR iter env 5
3082       - 10  # rls2009 NDRPDR iter env 5
3083       - 11  # rls2009 NDRPDR iter env 5
3084       - 12  # rls2009 NDRPDR iter env 5
3085       - 14  # rls2009 NDRPDR iter env 5
3086       - 15  # rls2009 NDRPDR iter env 5
3087       - 24  # rls2009 NDRPDR iter env 5
3088       - 22  # rls2009 MRR iter env 5
3089     csit-vpp-perf-report-coverage-2009-3n-dnv:
3090       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
3091       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
3092       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
3093       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
3094       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
3095       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
3096       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
3097       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
3098       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
3099
3100     csit-vpp-perf-verify-2001-2n-dnv:
3101       - 4   # NDRPDR sel
3102       - 5   # NDRPDR sel
3103       - 6   # NDRPDR sel
3104       - 7   # NDRPDR sel
3105       - 8   # NDRPDR sel
3106       - 9   # NDRPDR sel
3107       - 10  # NDRPDR sel
3108       - 11  # NDRPDR sel
3109       - 13  # NDRPDR sel
3110       - 16  # NDRPDR sel
3111       - 12  # MRR sel
3112     csit-vpp-perf-report-iterative-2009-2n-dnv:
3113       - 16  # rls2005 NDRPDR iter env 5
3114       - 17  # rls2005 NDRPDR iter env 5
3115       - 18  # rls2005 NDRPDR iter env 5
3116       - 19  # rls2005 NDRPDR iter env 5
3117       - 21  # rls2005 NDRPDR iter env 5
3118       - 24  # rls2005 NDRPDR iter env 5
3119       - 27  # rls2005 NDRPDR iter env 5
3120       - 28  # rls2005 NDRPDR iter env 5
3121       - 29  # rls2005 NDRPDR iter env 5
3122       - 30  # rls2005 NDRPDR iter env 5
3123       - 23  # rls2005 MRR iter env 5
3124       - 3   # rls2009 NDRPDR iter env 5
3125       - 5   # rls2009 NDRPDR iter env 5
3126       - 6   # rls2009 NDRPDR iter env 5
3127       - 7   # rls2009 NDRPDR iter env 5
3128       - 9   # rls2009 NDRPDR iter env 5
3129       - 10  # rls2009 NDRPDR iter env 5
3130       - 11  # rls2009 NDRPDR iter env 5
3131       - 12  # rls2009 NDRPDR iter env 5
3132       - 14  # rls2009 NDRPDR iter env 5
3133       - 15  # rls2009 NDRPDR iter env 5
3134       - 13  # rls2009 MRR iter env 5
3135     csit-vpp-perf-report-coverage-2009-2n-dnv:
3136       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
3137       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
3138       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
3139       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
3140       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
3141       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
3142
3143     csit-dpdk-perf-verify-2001-3n-hsw:
3144       - 4   # NDRPDR sel
3145       - 5   # NDRPDR sel
3146       - 6   # NDRPDR sel
3147       - 7   # NDRPDR sel
3148       - 8   # NDRPDR sel
3149       - 9   # NDRPDR sel
3150       - 10  # NDRPDR sel
3151       - 11  # NDRPDR sel
3152       - 12  # NDRPDR sel
3153       - 13  # NDRPDR sel
3154       - 15  # NDRPDR sel
3155       - 16  # NDRPDR sel
3156       - 17  # NDRPDR sel
3157       - 18  # NDRPDR sel
3158       - 19  # NDRPDR sel
3159       - 20  # NDRPDR sel
3160       - 21  # NDRPDR sel
3161       - 22  # NDRPDR sel
3162       - 23  # NDRPDR sel
3163       - 24  # NDRPDR sel
3164     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3165       - 25  # NDRPDR iter
3166       - 26  # NDRPDR iter
3167       - 27  # NDRPDR iter
3168       - 28  # NDRPDR iter
3169       - 29  # NDRPDR iter
3170       - 30  # NDRPDR iter
3171       - 31  # NDRPDR iter
3172       - 32  # NDRPDR iter
3173       - 33  # NDRPDR iter
3174       - 34  # NDRPDR iter
3175     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3176       - 6   # NDRPDR iter env5
3177       - 7   # NDRPDR iter env5
3178       - 8   # NDRPDR iter env5
3179       - 9   # NDRPDR iter env5
3180       - 10  # NDRPDR iter env5
3181       - 11  # NDRPDR iter env5
3182       - 12  # NDRPDR iter env5
3183       - 13  # NDRPDR iter env5
3184       - 14  # NDRPDR iter env5
3185       - 15  # NDRPDR iter env5
3186
3187     csit-dpdk-perf-verify-2001-3n-skx:
3188       - 29  # NDRPDR sel xxv710
3189       - 33  # NDRPDR sel xxv710
3190       - 34  # NDRPDR sel xxv710
3191       - 35  # NDRPDR sel xxv710
3192       - 36  # NDRPDR sel xxv710
3193       - 37  # NDRPDR sel xxv710
3194       - 41  # NDRPDR sel xxv710
3195       - 42  # NDRPDR sel xxv710
3196       - 43  # NDRPDR sel xxv710
3197       - 45  # NDRPDR sel xxv710
3198       - 30  # NDRPDR sel x710
3199       - 31  # NDRPDR sel x710
3200       - 32  # NDRPDR sel x710
3201       - 38  # NDRPDR sel x710
3202       - 39  # NDRPDR sel x710
3203       - 40  # NDRPDR sel x710
3204       - 44  # NDRPDR sel x710
3205       - 46  # NDRPDR sel x710
3206       - 47  # NDRPDR sel x710
3207       - 48  # NDRPDR sel x710
3208     csit-dpdk-perf-report-iterative-2005-3n-skx:
3209       - 28  # NDRPDR iter
3210       - 29  # NDRPDR iter
3211       - 30  # NDRPDR iter
3212       - 31  # NDRPDR iter
3213       - 32  # NDRPDR iter
3214       - 33  # NDRPDR iter
3215       - 34  # NDRPDR iter
3216       - 35  # NDRPDR iter
3217       - 36  # NDRPDR iter
3218       - 37  # NDRPDR iter
3219     csit-dpdk-perf-report-iterative-2009-3n-skx:
3220       - 4   # NDRPDR sel env5
3221       - 5   # NDRPDR sel env5
3222       - 6   # NDRPDR sel env5
3223       - 7   # NDRPDR sel env5
3224       - 8   # NDRPDR sel env5
3225       - 9   # NDRPDR sel env5
3226       - 14  # NDRPDR sel env5
3227       - 11  # NDRPDR sel env5
3228       - 12  # NDRPDR sel env5
3229       - 13  # NDRPDR sel env5
3230
3231     csit-dpdk-perf-verify-2001-2n-skx:
3232       - 35  # NDRPDR sel xxv710
3233       - 36  # NDRPDR sel xxv710
3234       - 37  # NDRPDR sel xxv710
3235       - 41  # NDRPDR sel xxv710
3236       - 42  # NDRPDR sel xxv710
3237       - 43  # NDRPDR sel xxv710
3238       - 46  # NDRPDR sel xxv710
3239       - 47  # NDRPDR sel xxv710
3240       - 52  # NDRPDR sel xxv710
3241       - 53  # NDRPDR sel xxv710
3242       - 38  # NDRPDR sel x710
3243       - 39  # NDRPDR sel x710
3244       - 40  # NDRPDR sel x710
3245       - 44  # NDRPDR sel x710
3246       - 45  # NDRPDR sel x710
3247       - 48  # NDRPDR sel x710
3248       - 49  # NDRPDR sel x710
3249       - 50  # NDRPDR sel x710
3250       - 51  # NDRPDR sel x710
3251       - 54  # NDRPDR sel x710
3252     csit-dpdk-perf-report-iterative-2005-2n-skx:
3253       - 20  # NDRPDR iter
3254       - 21  # NDRPDR iter
3255       - 22  # NDRPDR iter
3256       - 23  # NDRPDR iter
3257       - 24  # NDRPDR iter
3258       - 25  # NDRPDR iter
3259       - 26  # NDRPDR iter
3260       - 27  # NDRPDR iter
3261       - 28  # NDRPDR iter
3262       - 29  # NDRPDR iter
3263     csit-dpdk-perf-report-iterative-2009-2n-skx:
3264       - 4   # NDRPDR iter env5
3265       - 5   # NDRPDR iter env5
3266       - 6   # NDRPDR iter env5
3267       - 7   # NDRPDR iter env5
3268       - 8   # NDRPDR iter env5
3269       - 9   # NDRPDR iter env5
3270       - 10  # NDRPDR iter env5
3271       - 11  # NDRPDR iter env5
3272       - 12  # NDRPDR iter env5
3273       - 13  # NDRPDR iter env5
3274
3275     csit-dpdk-perf-verify-2001-2n-clx:
3276       - 15  # NDRPDR sel
3277       - 16  # NDRPDR sel
3278       - 17  # NDRPDR sel
3279       - 18  # NDRPDR sel
3280       - 19  # NDRPDR sel
3281       - 20  # NDRPDR sel
3282       - 21  # NDRPDR sel
3283       - 22  # NDRPDR sel
3284       - 23  # NDRPDR sel
3285       - 24  # NDRPDR sel
3286       - 25  # NDRPDR sel
3287       - 26  # NDRPDR sel
3288       - 27  # NDRPDR sel
3289       - 28  # NDRPDR sel
3290       - 29  # NDRPDR sel
3291       - 30  # NDRPDR sel
3292       - 31  # NDRPDR sel
3293       - 32  # NDRPDR sel
3294       - 33  # NDRPDR sel
3295       - 34  # NDRPDR sel
3296     csit-dpdk-perf-report-iterative-2005-2n-clx:
3297       - 20  # NDRPDR iter
3298       - 21  # NDRPDR iter
3299       - 22  # NDRPDR iter
3300       - 23  # NDRPDR iter
3301       - 24  # NDRPDR iter
3302       - 25  # NDRPDR iter
3303       - 26  # NDRPDR iter
3304       - 27  # NDRPDR iter
3305       - 28  # NDRPDR iter
3306       - 29  # NDRPDR iter
3307     csit-dpdk-perf-report-iterative-2009-2n-clx:
3308       - 4   # NDRPDR iter env5
3309       - 5   # NDRPDR iter env5
3310       - 6   # NDRPDR iter env5
3311       - 7   # NDRPDR iter env5
3312       - 8   # NDRPDR iter env5
3313       - 9   # NDRPDR iter env5
3314       - 10  # NDRPDR iter env5
3315       - 11  # NDRPDR iter env5
3316       - 12  # NDRPDR iter env5
3317       - 13  # NDRPDR iter env5
3318
3319 #    csit-dpdk-perf-verify-2001-2n-dnv:
3320 #      - 9   # NDRPDR sel
3321 #      - 10  # NDRPDR sel
3322 #      - 11  # NDRPDR sel
3323 #      - 12  # NDRPDR sel
3324 #      - 13  # NDRPDR sel
3325 #      - 14  # NDRPDR sel
3326 #      - 15  # NDRPDR sel
3327 #      - 16  # NDRPDR sel
3328 #      - 17  # NDRPDR sel
3329 #      - 18  # NDRPDR sel
3330 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3331 #      # No data
3332 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3333 #      # No data
3334
3335 #    csit-dpdk-perf-verify-2001-3n-dnv:
3336 #      - 12  # NDRPDR sel
3337 #      - 13  # NDRPDR sel
3338 #      - 14  # NDRPDR sel
3339 #      - 15  # NDRPDR sel
3340 #      - 16  # NDRPDR sel
3341 #      - 17  # NDRPDR sel
3342 #      - 18  # NDRPDR sel
3343 #      - 19  # NDRPDR sel
3344 #      - 20  # NDRPDR sel
3345 #      - 22  # NDRPDR sel
3346 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3347 #      # No data
3348 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3349 #      # No data
3350
3351     csit-dpdk-perf-verify-2001-3n-tsh:
3352       - 3   # NDRPDR sel
3353       - 4   # NDRPDR sel
3354       - 5   # NDRPDR sel
3355       - 9   # NDRPDR sel
3356       - 10  # NDRPDR sel
3357       - 11  # NDRPDR sel
3358       - 12  # NDRPDR sel
3359       - 14  # NDRPDR sel
3360       - 15  # NDRPDR sel
3361       - 18  # NDRPDR sel
3362     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3363       - 5   # NDRPDR sel
3364     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3365       - 1   # NDRPDR iter env5
3366       - 2   # NDRPDR iter env5
3367       - 3   # NDRPDR iter env5
3368       - 4   # NDRPDR iter env5
3369       - 5   # NDRPDR iter env5
3370       - 6   # NDRPDR iter env5
3371       - 7   # NDRPDR iter env5
3372       - 9   # NDRPDR iter env5
3373       - 10  # NDRPDR iter env5
3374       - 11  # NDRPDR iter env5
3375
3376     csit-vpp-device-2009-ubuntu1804-1n-skx:
3377       - 131 # rls2009 env 5
3378
3379 - type: "output"
3380   output: "report"
3381   format:
3382     html:
3383     - full
3384     pdf:
3385     - minimal
3386
3387 ################################################################################
3388 ###                               T A B L E S                                ###
3389 ################################################################################
3390
3391 # VPP Soak vs NDR - 2n-skx
3392 - type: "table"
3393   title: "VPP Soak vs NDR 2n-skx"
3394   algorithm: "table_soak_vs_ndr"
3395   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3396   reference:
3397     title: "NDR"
3398     data: "vpp-soak-vs-ndr-2n-skx-ref"
3399   compare:
3400     title: "Soak"
3401     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3402   data: "vpp-soak-vs-ndr-2n-skx"
3403   include-tests: "NDR"
3404   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3405   parameters:
3406     - "throughput"
3407     - "name"
3408     - "parent"
3409
3410 # VPP Soak vs NDR - 2n-clx
3411 - type: "table"
3412   title: "VPP Soak vs NDR 2n-clx"
3413   algorithm: "table_soak_vs_ndr"
3414   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3415   reference:
3416     title: "NDR"
3417     data: "vpp-soak-vs-ndr-2n-clx-ref"
3418   compare:
3419     title: "Soak"
3420     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3421   data: "vpp-soak-vs-ndr-2n-clx"
3422   include-tests: "NDR"
3423   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3424   parameters:
3425     - "throughput"
3426     - "name"
3427     - "parent"
3428
3429 ################################################################################
3430
3431 # VPP Compare NICs 3n-skx 2t1c ndr
3432 - type: "table"
3433   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3434   algorithm: "table_comparison"
3435   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3436   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3437   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3438   columns:
3439     - title: "x710"
3440       data-set: "vpp-nic-comparison-3n-skx"
3441       tag: "NIC_Intel-X710"
3442     - title: "xxv710"
3443       data-set: "vpp-nic-comparison-3n-skx"
3444       tag: "NIC_Intel-XXV710"
3445   comparisons:
3446     - title: "Diff"
3447       reference: 1
3448       compare: 2
3449   legend:
3450     - ""
3451     - "x710, xxv710 - NICs tested."
3452     - "Diff - difference between x710 and xxv710 NIC."
3453
3454 # VPP Compare NICs 3n-skx 4t2c ndr
3455 - type: "table"
3456   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3457   algorithm: "table_comparison"
3458   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3459   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3460   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3461   columns:
3462     - title: "x710"
3463       data-set: "vpp-nic-comparison-3n-skx"
3464       tag: "NIC_Intel-X710"
3465     - title: "xxv710"
3466       data-set: "vpp-nic-comparison-3n-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 3n-skx 2t1c pdr
3478 - type: "table"
3479   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3480   algorithm: "table_comparison"
3481   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3482   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3483   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3484   columns:
3485     - title: "x710"
3486       data-set: "vpp-nic-comparison-3n-skx"
3487       tag: "NIC_Intel-X710"
3488     - title: "xxv710"
3489       data-set: "vpp-nic-comparison-3n-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 3n-skx 4t2c pdr
3501 - type: "table"
3502   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3503   algorithm: "table_comparison"
3504   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3506   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3507   columns:
3508     - title: "x710"
3509       data-set: "vpp-nic-comparison-3n-skx"
3510       tag: "NIC_Intel-X710"
3511     - title: "xxv710"
3512       data-set: "vpp-nic-comparison-3n-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 3n-skx 2t1c mrr
3524 - type: "table"
3525   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3526   algorithm: "table_comparison"
3527   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3528   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3529   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3530   columns:
3531     - title: "x710"
3532       data-set: "vpp-nic-comparison-3n-skx-mrr"
3533       tag: "NIC_Intel-X710"
3534     - title: "xxv710"
3535       data-set: "vpp-nic-comparison-3n-skx-mrr"
3536       tag: "NIC_Intel-XXV710"
3537   comparisons:
3538     - title: "Diff"
3539       reference: 1
3540       compare: 2
3541   legend:
3542     - ""
3543     - "x710, xxv710 - NICs tested."
3544     - "Diff - difference between x710 and xxv710 NIC."
3545
3546 # VPP Compare NICs 3n-skx 4t2c mrr
3547 - type: "table"
3548   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3549   algorithm: "table_comparison"
3550   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3552   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3553   columns:
3554     - title: "x710"
3555       data-set: "vpp-nic-comparison-3n-skx-mrr"
3556       tag: "NIC_Intel-X710"
3557     - title: "xxv710"
3558       data-set: "vpp-nic-comparison-3n-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 3n-skx 8t4c mrr
3570 - type: "table"
3571   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3572   algorithm: "table_comparison"
3573   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3574   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3575   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3576   columns:
3577     - title: "x710"
3578       data-set: "vpp-nic-comparison-3n-skx-mrr"
3579       tag: "NIC_Intel-X710"
3580     - title: "xxv710"
3581       data-set: "vpp-nic-comparison-3n-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 2t1c ndr
3593 - type: "table"
3594   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3595   algorithm: "table_comparison"
3596   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3597   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3598   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3599   columns:
3600     - title: "x710"
3601       data-set: "vpp-nic-comparison-2n-skx"
3602       tag: "NIC_Intel-X710"
3603     - title: "xxv710"
3604       data-set: "vpp-nic-comparison-2n-skx"
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 # VPP Compare NICs 2n-skx 4t2c ndr
3616 - type: "table"
3617   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3618   algorithm: "table_comparison"
3619   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3621   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3622   columns:
3623     - title: "x710"
3624       data-set: "vpp-nic-comparison-2n-skx"
3625       tag: "NIC_Intel-X710"
3626     - title: "xxv710"
3627       data-set: "vpp-nic-comparison-2n-skx"
3628       tag: "NIC_Intel-XXV710"
3629   comparisons:
3630     - title: "Diff"
3631       reference: 1
3632       compare: 2
3633   legend:
3634     - ""
3635     - "x710, xxv710 - NICs tested."
3636     - "Diff - difference between x710 and xxv710 NIC."
3637
3638 # VPP Compare NICs 2n-skx 2t1c pdr
3639 - type: "table"
3640   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3641   algorithm: "table_comparison"
3642   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3643   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3644   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3645   columns:
3646     - title: "x710"
3647       data-set: "vpp-nic-comparison-2n-skx"
3648       tag: "NIC_Intel-X710"
3649     - title: "xxv710"
3650       data-set: "vpp-nic-comparison-2n-skx"
3651       tag: "NIC_Intel-XXV710"
3652   comparisons:
3653     - title: "Diff"
3654       reference: 1
3655       compare: 2
3656   legend:
3657     - ""
3658     - "x710, xxv710 - NICs tested."
3659     - "Diff - difference between x710 and xxv710 NIC."
3660
3661 # VPP Compare NICs 2n-skx 4t2c pdr
3662 - type: "table"
3663   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3664   algorithm: "table_comparison"
3665   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3666   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3667   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3668   columns:
3669     - title: "x710"
3670       data-set: "vpp-nic-comparison-2n-skx"
3671       tag: "NIC_Intel-X710"
3672     - title: "xxv710"
3673       data-set: "vpp-nic-comparison-2n-skx"
3674       tag: "NIC_Intel-XXV710"
3675   comparisons:
3676     - title: "Diff"
3677       reference: 1
3678       compare: 2
3679   legend:
3680     - ""
3681     - "x710, xxv710 - NICs tested."
3682     - "Diff - difference between x710 and xxv710 NIC."
3683
3684 # VPP Compare NICs 2n-skx 2t1c mrr
3685 - type: "table"
3686   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3687   algorithm: "table_comparison"
3688   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3689   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3690   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3691   columns:
3692     - title: "x710"
3693       data-set: "vpp-nic-comparison-2n-skx-mrr"
3694       tag: "NIC_Intel-X710"
3695     - title: "xxv710"
3696       data-set: "vpp-nic-comparison-2n-skx-mrr"
3697       tag: "NIC_Intel-XXV710"
3698   comparisons:
3699     - title: "Diff"
3700       reference: 1
3701       compare: 2
3702   legend:
3703     - ""
3704     - "x710, xxv710 - NICs tested."
3705     - "Diff - difference between x710 and xxv710 NIC."
3706
3707 # VPP Compare NICs 2n-skx 4t2c mrr
3708 - type: "table"
3709   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3710   algorithm: "table_comparison"
3711   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3712   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3713   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3714   columns:
3715     - title: "x710"
3716       data-set: "vpp-nic-comparison-2n-skx-mrr"
3717       tag: "NIC_Intel-X710"
3718     - title: "xxv710"
3719       data-set: "vpp-nic-comparison-2n-skx-mrr"
3720       tag: "NIC_Intel-XXV710"
3721   comparisons:
3722     - title: "Diff"
3723       reference: 1
3724       compare: 2
3725   legend:
3726     - ""
3727     - "x710, xxv710 - NICs tested."
3728     - "Diff - difference between x710 and xxv710 NIC."
3729
3730 # VPP Compare NICs 2n-skx 8t4c mrr
3731 - type: "table"
3732   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3733   algorithm: "table_comparison"
3734   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3735   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3736   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3737   columns:
3738     - title: "x710"
3739       data-set: "vpp-nic-comparison-2n-skx-mrr"
3740       tag: "NIC_Intel-X710"
3741     - title: "xxv710"
3742       data-set: "vpp-nic-comparison-2n-skx-mrr"
3743       tag: "NIC_Intel-XXV710"
3744   comparisons:
3745     - title: "Diff"
3746       reference: 1
3747       compare: 2
3748   legend:
3749     - ""
3750     - "x710, xxv710 - NICs tested."
3751     - "Diff - difference between x710 and xxv710 NIC."
3752
3753 ################################################################################
3754 # VPP
3755
3756 # VPP Performance Changes 3n-hsw 1t1c pdr
3757 - type: "table"
3758   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3759   algorithm: "table_comparison"
3760   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3761   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3762   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3763   columns:
3764     - title: "2001.0-4"
3765       data-set: "vpp-performance-changes-3n-hsw-h1"
3766     - title: "2005.0-4"
3767       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3768     - title: "2005.0-5"
3769       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3770     - title: "2009.0-5"
3771       data-set: "vpp-performance-changes-3n-hsw-cmp"
3772   comparisons:
3773     - title: "2005.0-5 vs 2005.0-4"
3774       reference: 2
3775       compare: 3
3776 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3777     - title: "2009.0-5 vs 2005.0-5"
3778       reference: 3
3779       compare: 4
3780 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3781   legend:
3782     - ''
3783     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3784     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3785     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3786     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3787     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3788
3789 # VPP Performance Changes 3n-hsw 2t2c pdr
3790 - type: "table"
3791   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3792   algorithm: "table_comparison"
3793   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3794   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3795   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3796   columns:
3797     - title: "2001.0-4"
3798       data-set: "vpp-performance-changes-3n-hsw-h1"
3799     - title: "2005.0-4"
3800       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3801     - title: "2005.0-5"
3802       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3803     - title: "2009.0-5"
3804       data-set: "vpp-performance-changes-3n-hsw-cmp"
3805   comparisons:
3806     - title: "2005.0-5 vs 2005.0-4"
3807       reference: 2
3808       compare: 3
3809 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3810     - title: "2009.0-5 vs 2005.0-5"
3811       reference: 3
3812       compare: 4
3813 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3814   legend:
3815     - ''
3816     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3817     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3818     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3819     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3820     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3821
3822 # VPP Performance Changes 3n-hsw 1t1c ndr
3823 - type: "table"
3824   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3825   algorithm: "table_comparison"
3826   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3827   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3828   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3829   columns:
3830     - title: "2001.0-4"
3831       data-set: "vpp-performance-changes-3n-hsw-h1"
3832     - title: "2005.0-4"
3833       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3834     - title: "2005.0-5"
3835       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3836     - title: "2009.0-5"
3837       data-set: "vpp-performance-changes-3n-hsw-cmp"
3838   comparisons:
3839     - title: "2005.0-5 vs 2005.0-4"
3840       reference: 2
3841       compare: 3
3842 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3843     - title: "2009.0-5 vs 2005.0-5"
3844       reference: 3
3845       compare: 4
3846 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3847   legend:
3848     - ''
3849     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3850     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3851     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3852     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3853     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3854
3855 # VPP Performance Changes 3n-hsw 2t2c ndr
3856 - type: "table"
3857   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3858   algorithm: "table_comparison"
3859   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3860   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3861   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3862   columns:
3863     - title: "2001.0-4"
3864       data-set: "vpp-performance-changes-3n-hsw-h1"
3865     - title: "2005.0-4"
3866       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3867     - title: "2005.0-5"
3868       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3869     - title: "2009.0-5"
3870       data-set: "vpp-performance-changes-3n-hsw-cmp"
3871   comparisons:
3872     - title: "2005.0-5 vs 2005.0-4"
3873       reference: 2
3874       compare: 3
3875 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3876     - title: "2009.0-5 vs 2005.0-5"
3877       reference: 3
3878       compare: 4
3879 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3880   legend:
3881     - ''
3882     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3883     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3884     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3885     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3886     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3887
3888 # VPP Performance Changes 3n-skx 2t1c pdr
3889 - type: "table"
3890   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3891   algorithm: "table_comparison"
3892   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3893   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3894   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3895   columns:
3896     - title: "2001.0-4"
3897       data-set: "vpp-performance-changes-3n-skx-h1"
3898     - title: "2005.0-4"
3899       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3900     - title: "2005.0-5"
3901       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3902     - title: "2009.0-5"
3903       data-set: "vpp-performance-changes-3n-skx-cmp"
3904   comparisons:
3905     - title: "2005.0-5 vs 2005.0-4"
3906       reference: 2
3907       compare: 3
3908 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3909     - title: "2009.0-5 vs 2005.0-5"
3910       reference: 3
3911       compare: 4
3912 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3913   legend:
3914     - ''
3915     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3916     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3917     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3918     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3919     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3920
3921 # VPP Performance Changes 3n-skx 4t2c pdr
3922 - type: "table"
3923   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3924   algorithm: "table_comparison"
3925   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3926   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3927   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3928   columns:
3929     - title: "2001.0-4"
3930       data-set: "vpp-performance-changes-3n-skx-h1"
3931     - title: "2005.0-4"
3932       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3933     - title: "2005.0-5"
3934       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3935     - title: "2009.0-5"
3936       data-set: "vpp-performance-changes-3n-skx-cmp"
3937   comparisons:
3938     - title: "2005.0-5 vs 2005.0-4"
3939       reference: 2
3940       compare: 3
3941 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3942     - title: "2009.0-5 vs 2005.0-5"
3943       reference: 3
3944       compare: 4
3945 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3946   legend:
3947     - ''
3948     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3949     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3950     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3951     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3952     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3953
3954 # VPP Performance Changes 3n-skx 2t1c ndr
3955 - type: "table"
3956   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3957   algorithm: "table_comparison"
3958   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3959   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3960   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3961   columns:
3962     - title: "2001.0-4"
3963       data-set: "vpp-performance-changes-3n-skx-h1"
3964     - title: "2005.0-4"
3965       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3966     - title: "2005.0-5"
3967       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3968     - title: "2009.0-5"
3969       data-set: "vpp-performance-changes-3n-skx-cmp"
3970   comparisons:
3971     - title: "2005.0-5 vs 2005.0-4"
3972       reference: 2
3973       compare: 3
3974 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3975     - title: "2009.0-5 vs 2005.0-5"
3976       reference: 3
3977       compare: 4
3978 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3979   legend:
3980     - ''
3981     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3982     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3983     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3984     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3985     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3986
3987 # VPP Performance Changes 3n-skx 4t2c ndr
3988 - type: "table"
3989   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3990   algorithm: "table_comparison"
3991   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3992   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3993   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3994   columns:
3995     - title: "2001.0-4"
3996       data-set: "vpp-performance-changes-3n-skx-h1"
3997     - title: "2005.0-4"
3998       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3999     - title: "2005.0-5"
4000       data-set: "vpp-performance-changes-3n-skx-ref-env5"
4001     - title: "2009.0-5"
4002       data-set: "vpp-performance-changes-3n-skx-cmp"
4003   comparisons:
4004     - title: "2005.0-5 vs 2005.0-4"
4005       reference: 2
4006       compare: 3
4007 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
4008     - title: "2009.0-5 vs 2005.0-5"
4009       reference: 3
4010       compare: 4
4011 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
4012   legend:
4013     - ''
4014     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
4015     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4016     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4017     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4018     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4019
4020 # VPP Performance Changes 2n-skx 2t1c pdr
4021 - type: "table"
4022   title: "VPP Performance Changes 2n-skx 2t1c pdr"
4023   algorithm: "table_comparison"
4024   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
4025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4026   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4027   columns:
4028     - title: "2001.0-4"
4029       data-set: "vpp-performance-changes-2n-skx-h1"
4030     - title: "2005.0-4"
4031       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4032     - title: "2005.0-5"
4033       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4034     - title: "2009.0-5"
4035       data-set: "vpp-performance-changes-2n-skx-cmp"
4036   comparisons:
4037     - title: "2005.0-5 vs 2005.0-4"
4038       reference: 2
4039       compare: 3
4040 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
4041     - title: "2009.0-5 vs 2005.0-5"
4042       reference: 3
4043       compare: 4
4044 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
4045   legend:
4046     - ''
4047     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4048     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4049     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4050     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4051     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4052
4053 # VPP Performance Changes 2n-skx 4t2c pdr
4054 - type: "table"
4055   title: "VPP Performance Changes 2n-skx 4t2c pdr"
4056   algorithm: "table_comparison"
4057   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
4058   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4059   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4060   columns:
4061     - title: "2001.0-4"
4062       data-set: "vpp-performance-changes-2n-skx-h1"
4063     - title: "2005.0-4"
4064       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4065     - title: "2005.0-5"
4066       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4067     - title: "2009.0-5"
4068       data-set: "vpp-performance-changes-2n-skx-cmp"
4069   comparisons:
4070     - title: "2005.0-5 vs 2005.0-4"
4071       reference: 2
4072       compare: 3
4073 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4074     - title: "2009.0-5 vs 2005.0-5"
4075       reference: 3
4076       compare: 4
4077 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4078   legend:
4079     - ''
4080     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4081     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4082     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4083     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4084     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4085
4086 # VPP Performance Changes 2n-skx 2t1c ndr
4087 - type: "table"
4088   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4089   algorithm: "table_comparison"
4090   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4091   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4092   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4093   columns:
4094     - title: "2001.0-4"
4095       data-set: "vpp-performance-changes-2n-skx-h1"
4096     - title: "2005.0-4"
4097       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4098     - title: "2005.0-5"
4099       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4100     - title: "2009.0-5"
4101       data-set: "vpp-performance-changes-2n-skx-cmp"
4102   comparisons:
4103     - title: "2005.0-5 vs 2005.0-4"
4104       reference: 2
4105       compare: 3
4106 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4107     - title: "2009.0-5 vs 2005.0-5"
4108       reference: 3
4109       compare: 4
4110 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4111   legend:
4112     - ''
4113     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4114     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4115     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4116     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4117     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4118
4119 # VPP Performance Changes 2n-skx 4t2c ndr
4120 - type: "table"
4121   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4122   algorithm: "table_comparison"
4123   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4124   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4125   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4126   columns:
4127     - title: "2001.0-4"
4128       data-set: "vpp-performance-changes-2n-skx-h1"
4129     - title: "2005.0-4"
4130       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4131     - title: "2005.0-5"
4132       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4133     - title: "2009.0-5"
4134       data-set: "vpp-performance-changes-2n-skx-cmp"
4135   comparisons:
4136     - title: "2005.0-5 vs 2005.0-4"
4137       reference: 2
4138       compare: 3
4139 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4140     - title: "2009.0-5 vs 2005.0-5"
4141       reference: 3
4142       compare: 4
4143 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4144   legend:
4145     - ''
4146     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4147     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4148     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4149     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4150     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4151
4152 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4153 - type: "table"
4154   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4155   algorithm: "table_comparison"
4156   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4157   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4158   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4159   columns:
4160     - title: "2001.0-4"
4161       data-set: "vpp-performance-changes-2n-clx-h1"
4162     - title: "2005.0-4"
4163       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4164     - title: "2005.0-5"
4165       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4166     - title: "2009.0-5"
4167       data-set: "vpp-performance-changes-2n-clx-cmp"
4168   comparisons:
4169     - title: "2005.0-5 vs 2005.0-4"
4170       reference: 2
4171       compare: 3
4172 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4173     - title: "2009.0-5 vs 2005.0-5"
4174       reference: 3
4175       compare: 4
4176 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4177   legend:
4178     - ''
4179     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4180     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4181     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4182     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4183     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4184
4185 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4186 - type: "table"
4187   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4188   algorithm: "table_comparison"
4189   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4191   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4192   columns:
4193     - title: "2001.0-4"
4194       data-set: "vpp-performance-changes-2n-clx-h1"
4195     - title: "2005.0-4"
4196       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4197     - title: "2005.0-5"
4198       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4199     - title: "2009.0-5"
4200       data-set: "vpp-performance-changes-2n-clx-cmp"
4201   comparisons:
4202     - title: "2005.0-5 vs 2005.0-4"
4203       reference: 2
4204       compare: 3
4205 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4206     - title: "2009.0-5 vs 2005.0-5"
4207       reference: 3
4208       compare: 4
4209 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4210   legend:
4211     - ''
4212     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
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-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4216     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4217
4218 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4219 - type: "table"
4220   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4221   algorithm: "table_comparison"
4222   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4223   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4224   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4225   columns:
4226     - title: "2001.0-4"
4227       data-set: "vpp-performance-changes-2n-clx-h1"
4228     - title: "2005.0-4"
4229       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4230     - title: "2005.0-5"
4231       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4232     - title: "2009.0-5"
4233       data-set: "vpp-performance-changes-2n-clx-cmp"
4234   comparisons:
4235     - title: "2005.0-5 vs 2005.0-4"
4236       reference: 2
4237       compare: 3
4238 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4239     - title: "2009.0-5 vs 2005.0-5"
4240       reference: 3
4241       compare: 4
4242 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4243   legend:
4244     - ''
4245     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4246     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4247     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4248     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4249     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4250
4251 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4252 - type: "table"
4253   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4254   algorithm: "table_comparison"
4255   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4256   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4257   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4258   columns:
4259     - title: "2001.0-4"
4260       data-set: "vpp-performance-changes-2n-clx-h1"
4261     - title: "2005.0-4"
4262       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4263     - title: "2005.0-5"
4264       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4265     - title: "2009.0-5"
4266       data-set: "vpp-performance-changes-2n-clx-cmp"
4267   comparisons:
4268     - title: "2005.0-5 vs 2005.0-4"
4269       reference: 2
4270       compare: 3
4271 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4272     - title: "2009.0-5 vs 2005.0-5"
4273       reference: 3
4274       compare: 4
4275 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4276   legend:
4277     - ''
4278     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4279     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4280     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4281     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4282     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4283
4284 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4285 #- type: "table"
4286 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4287 #  algorithm: "table_comparison"
4288 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4289 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4290 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4291 #  columns:
4292 #    - title: "2001.0-2"
4293 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4294 #    - title: "2005.0-3"
4295 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4296 #  comparisons:
4297 #    - title: "Diff"
4298 #      reference: 1
4299 #      compare: 2
4300 #  legend:
4301 #    - ''
4302 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4303 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4304 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4305 #    - '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.'
4306 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4307 #
4308 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4309 #- type: "table"
4310 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4311 #  algorithm: "table_comparison"
4312 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4313 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4314 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4315 #  columns:
4316 #    - title: "2001.0-2"
4317 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4318 #    - title: "2005.0-3"
4319 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4320 #  comparisons:
4321 #    - title: "Diff"
4322 #      reference: 1
4323 #      compare: 2
4324 #  legend:
4325 #    - ''
4326 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4327 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4328 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4329 #    - '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.'
4330 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4331 #
4332 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4333 #- type: "table"
4334 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4335 #  algorithm: "table_comparison"
4336 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4337 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4338 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4339 #  columns:
4340 #    - title: "2001.0-2"
4341 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4342 #    - title: "2005.0-3"
4343 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4344 #  comparisons:
4345 #    - title: "Diff"
4346 #      reference: 1
4347 #      compare: 2
4348 #  legend:
4349 #    - ''
4350 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4351 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4352 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4353 #    - '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.'
4354 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4355 #
4356 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4357 #- type: "table"
4358 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4359 #  algorithm: "table_comparison"
4360 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4361 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4362 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4363 #  columns:
4364 #    - title: "2001.0-2"
4365 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4366 #    - title: "2005.0-3"
4367 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4368 #  comparisons:
4369 #    - title: "Diff"
4370 #      reference: 1
4371 #      compare: 2
4372 #  legend:
4373 #    - ''
4374 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4375 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4376 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4377 #    - '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.'
4378 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4379
4380 # VPP Performance Changes 2n-dnv 1t1c pdr
4381 - type: "table"
4382   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4383   algorithm: "table_comparison"
4384   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4385   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4386   filter: "'1T1C'"
4387   columns:
4388     - title: "2001.0-2"
4389       data-set: "vpp-performance-changes-2n-dnv-h1"
4390     - title: "2005.0-5"
4391       data-set: "vpp-performance-changes-2n-dnv-ref"
4392     - title: "2009.0-5"
4393       data-set: "vpp-performance-changes-2n-dnv-cmp"
4394   comparisons:
4395     - title: "2009.0-5 vs 2005.0-5"
4396       reference: 2
4397       compare: 3
4398   legend:
4399     - ''
4400     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4401     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4402     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4403     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4404
4405 # VPP Performance Changes 2n-dnv 2t2c pdr
4406 - type: "table"
4407   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4408   algorithm: "table_comparison"
4409   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4411   filter: "'2T2C'"
4412   columns:
4413     - title: "2001.0-2"
4414       data-set: "vpp-performance-changes-2n-dnv-h1"
4415     - title: "2005.0-5"
4416       data-set: "vpp-performance-changes-2n-dnv-ref"
4417     - title: "2009.0-5"
4418       data-set: "vpp-performance-changes-2n-dnv-cmp"
4419   comparisons:
4420     - title: "2009.0-5 vs 2005.0-5"
4421       reference: 2
4422       compare: 3
4423   legend:
4424     - ''
4425     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4426     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4427     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4428     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4429
4430 # VPP Performance Changes 2n-dnv 1t1c ndr
4431 - type: "table"
4432   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4433   algorithm: "table_comparison"
4434   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4435   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4436   filter: "'1T1C'"
4437   columns:
4438     - title: "2001.0-2"
4439       data-set: "vpp-performance-changes-2n-dnv-h1"
4440     - title: "2005.0-5"
4441       data-set: "vpp-performance-changes-2n-dnv-ref"
4442     - title: "2009.0-5"
4443       data-set: "vpp-performance-changes-2n-dnv-cmp"
4444   comparisons:
4445     - title: "2009.0-5 vs 2005.0-5"
4446       reference: 2
4447       compare: 3
4448   legend:
4449     - ''
4450     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4451     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4452     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4453     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4454
4455 # VPP Performance Changes 2n-dnv 2t2c ndr
4456 - type: "table"
4457   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4458   algorithm: "table_comparison"
4459   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4460   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4461   filter: "'2T2C'"
4462   columns:
4463     - title: "2001.0-2"
4464       data-set: "vpp-performance-changes-2n-dnv-h1"
4465     - title: "2005.0-5"
4466       data-set: "vpp-performance-changes-2n-dnv-ref"
4467     - title: "2009.0-5"
4468       data-set: "vpp-performance-changes-2n-dnv-cmp"
4469   comparisons:
4470     - title: "2009.0-5 vs 2005.0-5"
4471       reference: 2
4472       compare: 3
4473   legend:
4474     - ''
4475     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4476     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4477     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4478     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4479
4480 # VPP Performance Changes 3n-dnv 1t1c pdr
4481 - type: "table"
4482   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4483   algorithm: "table_comparison"
4484   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4485   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4486   filter: "'1T1C'"
4487   columns:
4488     - title: "2001.0-2"
4489       data-set: "vpp-performance-changes-3n-dnv-h1"
4490     - title: "2005.0-5"
4491       data-set: "vpp-performance-changes-3n-dnv-ref"
4492     - title: "2009.0-5"
4493       data-set: "vpp-performance-changes-3n-dnv-cmp"
4494   comparisons:
4495     - title: "2009.0-5 vs 2005.0-5"
4496       reference: 2
4497       compare: 3
4498   legend:
4499     - ''
4500     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4501     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4502     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4503     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4504
4505 # VPP Performance Changes 3n-dnv 2t2c pdr
4506 - type: "table"
4507   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4508   algorithm: "table_comparison"
4509   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4510   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4511   filter: "'2T2C'"
4512   columns:
4513     - title: "2001.0-2"
4514       data-set: "vpp-performance-changes-3n-dnv-h1"
4515     - title: "2005.0-5"
4516       data-set: "vpp-performance-changes-3n-dnv-ref"
4517     - title: "2009.0-5"
4518       data-set: "vpp-performance-changes-3n-dnv-cmp"
4519   comparisons:
4520     - title: "2009.0-5 vs 2005.0-5"
4521       reference: 2
4522       compare: 3
4523   legend:
4524     - ''
4525     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4526     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4527     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4528     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4529
4530 # VPP Performance Changes 3n-dnv 1t1c ndr
4531 - type: "table"
4532   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4533   algorithm: "table_comparison"
4534   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4535   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4536   filter: "'1T1C'"
4537   columns:
4538     - title: "2001.0-2"
4539       data-set: "vpp-performance-changes-3n-dnv-h1"
4540     - title: "2005.0-5"
4541       data-set: "vpp-performance-changes-3n-dnv-ref"
4542     - title: "2009.0-5"
4543       data-set: "vpp-performance-changes-3n-dnv-cmp"
4544   comparisons:
4545     - title: "2009.0-5 vs 2005.0-5"
4546       reference: 2
4547       compare: 3
4548   legend:
4549     - ''
4550     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4551     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4552     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4553     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4554
4555 # VPP Performance Changes 3n-dnv 2t2c ndr
4556 - type: "table"
4557   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4558   algorithm: "table_comparison"
4559   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4561   filter: "'2T2C'"
4562   columns:
4563     - title: "2001.0-2"
4564       data-set: "vpp-performance-changes-3n-dnv-h1"
4565     - title: "2005.0-5"
4566       data-set: "vpp-performance-changes-3n-dnv-ref"
4567     - title: "2009.0-5"
4568       data-set: "vpp-performance-changes-3n-dnv-cmp"
4569   comparisons:
4570     - title: "2009.0-5 vs 2005.0-5"
4571       reference: 2
4572       compare: 3
4573   legend:
4574     - ''
4575     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4576     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4577     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4578     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4579
4580 # VPP Performance Changes 3n-tsh 1t1c pdr
4581 - type: "table"
4582   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4583   algorithm: "table_comparison"
4584   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4586   filter: "'1T1C'"
4587   columns:
4588     - title: "2001.0-4"
4589       data-set: "vpp-performance-changes-3n-tsh-h1"
4590     - title: "2005.0-4"
4591       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4592     - title: "2005.0-5"
4593       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4594     - title: "2009.0-5"
4595       data-set: "vpp-performance-changes-3n-tsh-cmp"
4596   comparisons:
4597     - title: "2005.0-5 vs 2005.0-4"
4598       reference: 2
4599       compare: 3
4600 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4601     - title: "2009.0-5 vs 2005.0-5"
4602       reference: 3
4603       compare: 4
4604 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4605   legend:
4606     - ''
4607     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4608     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4609     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4610     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4611     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4612
4613 # VPP Performance Changes 3n-tsh 2t2c pdr
4614 - type: "table"
4615   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4616   algorithm: "table_comparison"
4617   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4618   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4619   filter: "'2T2C'"
4620   columns:
4621     - title: "2001.0-4"
4622       data-set: "vpp-performance-changes-3n-tsh-h1"
4623     - title: "2005.0-4"
4624       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4625     - title: "2005.0-5"
4626       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4627     - title: "2009.0-5"
4628       data-set: "vpp-performance-changes-3n-tsh-cmp"
4629   comparisons:
4630     - title: "2005.0-5 vs 2005.0-4"
4631       reference: 2
4632       compare: 3
4633 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4634     - title: "2009.0-5 vs 2005.0-5"
4635       reference: 3
4636       compare: 4
4637 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4638   legend:
4639     - ''
4640     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4641     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4642     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4643     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4644     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4645
4646 # VPP Performance Changes 3n-tsh 1t1c ndr
4647 - type: "table"
4648   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4649   algorithm: "table_comparison"
4650   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4651   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4652   filter: "'1T1C'"
4653   columns:
4654     - title: "2001.0-4"
4655       data-set: "vpp-performance-changes-3n-tsh-h1"
4656     - title: "2005.0-4"
4657       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4658     - title: "2005.0-5"
4659       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4660     - title: "2009.0-5"
4661       data-set: "vpp-performance-changes-3n-tsh-cmp"
4662   comparisons:
4663     - title: "2005.0-5 vs 2005.0-4"
4664       reference: 2
4665       compare: 3
4666 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4667     - title: "2009.0-5 vs 2005.0-5"
4668       reference: 3
4669       compare: 4
4670 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4671   legend:
4672     - ''
4673     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4674     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4675     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4676     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4677     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4678
4679 # VPP Performance Changes 3n-tsh 2t2c ndr
4680 - type: "table"
4681   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4682   algorithm: "table_comparison"
4683   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4685   filter: "'2T2C'"
4686   columns:
4687     - title: "2001.0-4"
4688       data-set: "vpp-performance-changes-3n-tsh-h1"
4689     - title: "2005.0-4"
4690       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4691     - title: "2005.0-5"
4692       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4693     - title: "2009.0-5"
4694       data-set: "vpp-performance-changes-3n-tsh-cmp"
4695   comparisons:
4696     - title: "2005.0-5 vs 2005.0-4"
4697       reference: 2
4698       compare: 3
4699 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4700     - title: "2009.0-5 vs 2005.0-5"
4701       reference: 3
4702       compare: 4
4703 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4704   legend:
4705     - ''
4706     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4707     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4708     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4709     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4710     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4711
4712 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4713 - type: "table"
4714   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4715   algorithm: "table_comparison"
4716   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4717   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4718   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4719   columns:
4720     - title: "3n-hsw xl710"
4721       data-set: "vpp-compare-testbeds-ref"
4722       tag: "NIC_Intel-XL710"
4723     - title: "3n-skx xxv710"
4724       data-set: "vpp-compare-testbeds-cmp"
4725       tag: "NIC_Intel-XXV710"
4726   comparisons:
4727     - title: "Diff"
4728       reference: 1
4729       compare: 2
4730   legend:
4731     - ""
4732     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4733     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4734
4735 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4736 - type: "table"
4737   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4738   algorithm: "table_comparison"
4739   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4740   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4741   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4742   columns:
4743     - title: "3n-hsw xl710"
4744       data-set: "vpp-compare-testbeds-ref"
4745       tag: "NIC_Intel-XL710"
4746     - title: "3n-skx xxv710"
4747       data-set: "vpp-compare-testbeds-cmp"
4748       tag: "NIC_Intel-XXV710"
4749   comparisons:
4750     - title: "Diff"
4751       reference: 1
4752       compare: 2
4753   legend:
4754     - ""
4755     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4756     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4757
4758 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4759 - type: "table"
4760   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4761   algorithm: "table_comparison"
4762   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4763   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4764   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4765   columns:
4766     - title: "3n-hsw xl710"
4767       data-set: "vpp-compare-testbeds-ref"
4768       tag: "NIC_Intel-XL710"
4769     - title: "3n-skx xxv710"
4770       data-set: "vpp-compare-testbeds-cmp"
4771       tag: "NIC_Intel-XXV710"
4772   comparisons:
4773     - title: "Diff"
4774       reference: 1
4775       compare: 2
4776   legend:
4777     - ""
4778     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4779     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4780
4781 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4782 - type: "table"
4783   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4784   algorithm: "table_comparison"
4785   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4787   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4788   columns:
4789     - title: "3n-hsw xl710"
4790       data-set: "vpp-compare-testbeds-ref"
4791       tag: "NIC_Intel-XL710"
4792     - title: "3n-skx xxv710"
4793       data-set: "vpp-compare-testbeds-cmp"
4794       tag: "NIC_Intel-XXV710"
4795   comparisons:
4796     - title: "Diff"
4797       reference: 1
4798       compare: 2
4799   legend:
4800     - ""
4801     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4802     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4803
4804 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4805 - type: "table"
4806   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4807   algorithm: "table_comparison"
4808   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4809   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4810   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4811   columns:
4812     - title: "2n-skx"
4813       data-set: "vpp-compare-testbeds-skx-clx-ref"
4814     - title: "2n-clx"
4815       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4816   comparisons:
4817     - title: "Diff"
4818       reference: 1
4819       compare: 2
4820   legend:
4821     - ""
4822     - "2n-skx, 2n-clx - testbeds and NICs tested."
4823     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4824
4825 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4826 - type: "table"
4827   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4828   algorithm: "table_comparison"
4829   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4830   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4831   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4832   columns:
4833     - title: "2n-skx"
4834       data-set: "vpp-compare-testbeds-skx-clx-ref"
4835     - title: "2n-clx"
4836       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4837   comparisons:
4838     - title: "Diff"
4839       reference: 1
4840       compare: 2
4841   legend:
4842     - ""
4843     - "2n-skx, 2n-clx - testbeds and NICs tested."
4844     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4845
4846 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4847 - type: "table"
4848   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4849   algorithm: "table_comparison"
4850   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4851   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4852   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4853   columns:
4854     - title: "2n-skx"
4855       data-set: "vpp-compare-testbeds-skx-clx-ref"
4856     - title: "2n-clx"
4857       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4858   comparisons:
4859     - title: "Diff"
4860       reference: 1
4861       compare: 2
4862   legend:
4863     - ""
4864     - "2n-skx, 2n-clx - testbeds and NICs tested."
4865     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4866
4867 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4868 - type: "table"
4869   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4870   algorithm: "table_comparison"
4871   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4872   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4873   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4874   columns:
4875     - title: "2n-skx"
4876       data-set: "vpp-compare-testbeds-skx-clx-ref"
4877     - title: "2n-clx"
4878       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4879   comparisons:
4880     - title: "Diff"
4881       reference: 1
4882       compare: 2
4883   legend:
4884     - ""
4885     - "2n-skx, 2n-clx - testbeds and NICs tested."
4886     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4887
4888 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4889 - type: "table"
4890   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4891   algorithm: "table_comparison"
4892   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4893   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4894   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4895   columns:
4896     - title: "3n-hsw xl710"
4897       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4898       tag: "NIC_Intel-XL710"
4899     - title: "2n-clx xxv710"
4900       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4901       tag: "NIC_Intel-XXV710"
4902   comparisons:
4903     - title: "Diff"
4904       reference: 1
4905       compare: 2
4906   legend:
4907     - ""
4908     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4909     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4910
4911 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4912 - type: "table"
4913   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4914   algorithm: "table_comparison"
4915   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4916   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4917   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4918   columns:
4919     - title: "3n-hsw xl710"
4920       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4921       tag: "NIC_Intel-XL710"
4922     - title: "2n-clx xxv710"
4923       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4924       tag: "NIC_Intel-XXV710"
4925   comparisons:
4926     - title: "Diff"
4927       reference: 1
4928       compare: 2
4929   legend:
4930     - ""
4931     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4932     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4933
4934 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4935 - type: "table"
4936   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4937   algorithm: "table_comparison"
4938   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4939   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4940   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4941   columns:
4942     - title: "3n-hsw xl710"
4943       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4944       tag: "NIC_Intel-XL710"
4945     - title: "2n-clx xxv710"
4946       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4947       tag: "NIC_Intel-XXV710"
4948   comparisons:
4949     - title: "Diff"
4950       reference: 1
4951       compare: 2
4952   legend:
4953     - ""
4954     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4955     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4956
4957 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4958 - type: "table"
4959   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4960   algorithm: "table_comparison"
4961   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4962   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4963   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4964   columns:
4965     - title: "3n-hsw xl710"
4966       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4967       tag: "NIC_Intel-XL710"
4968     - title: "2n-clx xxv710"
4969       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4970       tag: "NIC_Intel-XXV710"
4971   comparisons:
4972     - title: "Diff"
4973       reference: 1
4974       compare: 2
4975   legend:
4976     - ""
4977     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4978     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4979
4980 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4981 - type: "table"
4982   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4983   algorithm: "table_comparison"
4984   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4985   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4986   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4987   columns:
4988     - title: "3n-skx"
4989       data-set: "vpp-compare-topologies-ref"
4990     - title: "2n-skx"
4991       data-set: "vpp-compare-topologies-cmp"
4992   comparisons:
4993     - title: "Diff"
4994       reference: 1
4995       compare: 2
4996   legend:
4997     - ""
4998     - "3n-skx, 2n-skx - topologies tested."
4999     - "Diff - difference between 3n-skx and 2n-skx topologies."
5000
5001 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
5002 - type: "table"
5003   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
5004   algorithm: "table_comparison"
5005   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
5006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5007   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5008   columns:
5009     - title: "3n-skx"
5010       data-set: "vpp-compare-topologies-ref"
5011     - title: "2n-skx"
5012       data-set: "vpp-compare-topologies-cmp"
5013   comparisons:
5014     - title: "Diff"
5015       reference: 1
5016       compare: 2
5017   legend:
5018     - ""
5019     - "3n-skx, 2n-skx - topologies tested."
5020     - "Diff - difference between 3n-skx and 2n-skx topologies."
5021
5022 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
5023 - type: "table"
5024   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
5025   algorithm: "table_comparison"
5026   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
5027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5028   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
5029   columns:
5030     - title: "3n-skx"
5031       data-set: "vpp-compare-topologies-ref"
5032     - title: "2n-skx"
5033       data-set: "vpp-compare-topologies-cmp"
5034   comparisons:
5035     - title: "Diff"
5036       reference: 1
5037       compare: 2
5038   legend:
5039     - ""
5040     - "3n-skx, 2n-skx - topologies tested."
5041     - "Diff - difference between 3n-skx and 2n-skx topologies."
5042
5043 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
5044 - type: "table"
5045   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
5046   algorithm: "table_comparison"
5047   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
5048   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5049   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5050   columns:
5051     - title: "3n-skx"
5052       data-set: "vpp-compare-topologies-ref"
5053     - title: "2n-skx"
5054       data-set: "vpp-compare-topologies-cmp"
5055   comparisons:
5056     - title: "Diff"
5057       reference: 1
5058       compare: 2
5059   legend:
5060     - ""
5061     - "3n-skx, 2n-skx - topologies tested."
5062     - "Diff - difference between 3n-skx and 2n-skx topologies."
5063
5064 # VPP Performance Changes 3n-hsw 1t1c mrr
5065 - type: "table"
5066   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5067   algorithm: "table_comparison"
5068   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5069   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5070   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5071   columns:
5072     - title: "2001.0-2"
5073       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5074     - title: "2005.0-4"
5075       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5076     - title: "2005.0-5"
5077       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5078     - title: "2009.0-5"
5079       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5080   comparisons:
5081     - title: "2005.0-5 vs 2005.0-4"
5082       reference: 2
5083       compare: 3
5084 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5085     - title: "2009.0-5 vs 2005.0-5"
5086       reference: 3
5087       compare: 4
5088 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5089   legend:
5090     - ''
5091     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5092     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5093     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5094     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5095     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5096
5097 # VPP Performance Changes 3n-hsw 2t2c mrr
5098 - type: "table"
5099   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5100   algorithm: "table_comparison"
5101   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5102   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5103   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5104   columns:
5105     - title: "2001.0-2"
5106       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5107     - title: "2005.0-4"
5108       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5109     - title: "2005.0-5"
5110       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5111     - title: "2009.0-5"
5112       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5113   comparisons:
5114     - title: "2005.0-5 vs 2005.0-4"
5115       reference: 2
5116       compare: 3
5117 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5118     - title: "2009.0-5 vs 2005.0-5"
5119       reference: 3
5120       compare: 4
5121 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5122   legend:
5123     - ''
5124     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5125     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5126     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5127     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5128     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5129
5130 # VPP Performance Changes 3n-hsw 4t4c mrr
5131 - type: "table"
5132   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5133   algorithm: "table_comparison"
5134   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5135   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5136   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5137   columns:
5138     - title: "2001.0-2"
5139       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5140     - title: "2005.0-4"
5141       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5142     - title: "2005.0-5"
5143       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5144     - title: "2009.0-5"
5145       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5146   comparisons:
5147     - title: "2005.0-5 vs 2005.0-4"
5148       reference: 2
5149       compare: 3
5150 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5151     - title: "2009.0-5 vs 2005.0-5"
5152       reference: 3
5153       compare: 4
5154 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5155   legend:
5156     - ''
5157     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5158     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5159     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5160     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5161     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5162
5163 # VPP Performance Changes 3n-skx 2t1c mrr
5164 - type: "table"
5165   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5166   algorithm: "table_comparison"
5167   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5169   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5170   columns:
5171     - title: "2001.0-2"
5172       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5173     - title: "2005.0-4"
5174       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5175     - title: "2005.0-5"
5176       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5177     - title: "2009.0-5"
5178       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5179   comparisons:
5180     - title: "2005.0-5 vs 2005.0-4"
5181       reference: 2
5182       compare: 3
5183 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
5184     - title: "2009.0-5 vs 2005.0-5"
5185       reference: 2
5186       compare: 3
5187 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
5188   legend:
5189     - ''
5190     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5191     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5192     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5193     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5194     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5195
5196 # VPP Performance Changes 3n-skx 4t2c mrr
5197 - type: "table"
5198   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5199   algorithm: "table_comparison"
5200   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5201   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5202   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5203   columns:
5204     - title: "2001.0-2"
5205       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5206     - title: "2005.0-4"
5207       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5208     - title: "2005.0-5"
5209       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5210     - title: "2009.0-5"
5211       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5212   comparisons:
5213     - title: "2005.0-5 vs 2005.0-4"
5214       reference: 2
5215       compare: 3
5216 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5217     - title: "2009.0-5 vs 2005.0-5"
5218       reference: 2
5219       compare: 3
5220 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5221   legend:
5222     - ''
5223     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5224     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5225     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5226     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5227     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5228
5229 # VPP Performance Changes 3n-skx 8t4c mrr
5230 - type: "table"
5231   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5232   algorithm: "table_comparison"
5233   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5234   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5235   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5236   columns:
5237     - title: "2001.0-2"
5238       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5239     - title: "2005.0-4"
5240       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5241     - title: "2005.0-5"
5242       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5243     - title: "2009.0-5"
5244       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5245   comparisons:
5246     - title: "2005.0-5 vs 2005.0-4"
5247       reference: 2
5248       compare: 3
5249 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5250     - title: "2009.0-5 vs 2005.0-5"
5251       reference: 2
5252       compare: 3
5253 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5254   legend:
5255     - ''
5256     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5257     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5258     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5259     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5260     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5261
5262 # VPP Performance Changes 2n-skx 2t1c mrr
5263 - type: "table"
5264   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5265   algorithm: "table_comparison"
5266   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5267   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5268   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5269   columns:
5270     - title: "2001.0-2"
5271       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5272     - title: "2005.0-4"
5273       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5274     - title: "2005.0-5"
5275       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5276     - title: "2009.0-5"
5277       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5278   comparisons:
5279     - title: "2005.0-5 vs 2005.0-4"
5280       reference: 2
5281       compare: 3
5282 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5283     - title: "2009.0-5 vs 2005.0-4"
5284       reference: 3
5285       compare: 4
5286 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5287   legend:
5288     - ''
5289     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5290     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5291     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5292     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5293     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5294
5295 # VPP Performance Changes 2n-skx 4t2c mrr
5296 - type: "table"
5297   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5298   algorithm: "table_comparison"
5299   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5300   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5301   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5302   columns:
5303     - title: "2001.0-2"
5304       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5305     - title: "2005.0-4"
5306       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5307     - title: "2005.0-5"
5308       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5309     - title: "2009.0-5"
5310       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5311   comparisons:
5312     - title: "2005.0-5 vs 2005.0-4"
5313       reference: 2
5314       compare: 3
5315 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5316     - title: "2009.0-5 vs 2005.0-4"
5317       reference: 3
5318       compare: 4
5319 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5320   legend:
5321     - ''
5322     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5323     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5324     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5325     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5326     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5327
5328 # VPP Performance Changes 2n-skx 8t4c mrr
5329 - type: "table"
5330   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5331   algorithm: "table_comparison"
5332   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5333   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5334   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5335   columns:
5336     - title: "2001.0-2"
5337       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5338     - title: "2005.0-4"
5339       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5340     - title: "2005.0-5"
5341       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5342     - title: "2009.0-5"
5343       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5344   comparisons:
5345     - title: "2005.0-5 vs 2005.0-4"
5346       reference: 2
5347       compare: 3
5348 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5349     - title: "2009.0-5 vs 2005.0-4"
5350       reference: 3
5351       compare: 4
5352 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5353   legend:
5354     - ''
5355     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5356     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5357     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5358     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5359     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5360
5361 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5362 - type: "table"
5363   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5364   algorithm: "table_comparison"
5365   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5366   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5367   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5368   columns:
5369     - title: "2001.0-2"
5370       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5371     - title: "2005.0-4"
5372       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5373     - title: "2005.0-5"
5374       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5375     - title: "2009.0-5"
5376       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5377   comparisons:
5378     - title: "2005.0-5 vs 2005.0-4"
5379       reference: 2
5380       compare: 3
5381 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5382     - title: "2009.0-5 vs 2005.0-5"
5383       reference: 3
5384       compare: 4
5385 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5386   legend:
5387     - ''
5388     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5389     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5390     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5391     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5392     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5393
5394 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5395 - type: "table"
5396   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5397   algorithm: "table_comparison"
5398   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5400   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5401   columns:
5402     - title: "2001.0-2"
5403       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5404     - title: "2005.0-4"
5405       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5406     - title: "2005.0-5"
5407       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5408     - title: "2009.0-5"
5409       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5410   comparisons:
5411     - title: "2005.0-5 vs 2005.0-4"
5412       reference: 2
5413       compare: 3
5414 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5415     - title: "2009.0-5 vs 2005.0-5"
5416       reference: 3
5417       compare: 4
5418 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5419   legend:
5420     - ''
5421     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5422     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5423     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5424     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5425     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5426
5427 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5428 - type: "table"
5429   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5430   algorithm: "table_comparison"
5431   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5432   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5433   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5434   columns:
5435     - title: "2001.0-2"
5436       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5437     - title: "2005.0-4"
5438       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5439     - title: "2005.0-5"
5440       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5441     - title: "2009.0-5"
5442       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5443   comparisons:
5444     - title: "2005.0-5 vs 2005.0-4"
5445       reference: 2
5446       compare: 3
5447 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5448     - title: "2009.0-5 vs 2005.0-5"
5449       reference: 3
5450       compare: 4
5451 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5452   legend:
5453     - ''
5454     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5455     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5456     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5457     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5458     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5459
5460 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5461 #- type: "table"
5462 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5463 #  algorithm: "table_comparison"
5464 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5465 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5466 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5467 #  columns:
5468 #    - title: "2001"
5469 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5470 #    - title: "2005"
5471 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5472 #  comparisons:
5473 #    - title: "Diff"
5474 #      reference: 1
5475 #      compare: 2
5476 #  legend:
5477 #    - ""
5478 #    - "2001, 2005 - VPP versions tested."
5479 #    - "Diff - difference between 2001 and 2005 VPP version."
5480 #
5481 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5482 #- type: "table"
5483 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5484 #  algorithm: "table_comparison"
5485 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5486 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5487 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5488 #  columns:
5489 #    - title: "2001"
5490 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5491 #    - title: "2005"
5492 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5493 #  comparisons:
5494 #    - title: "Diff"
5495 #      reference: 1
5496 #      compare: 2
5497 #  legend:
5498 #    - ""
5499 #    - "2001, 2005 - VPP versions tested."
5500 #    - "Diff - difference between 2001 and 2005 VPP version."
5501 #
5502 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5503 #- type: "table"
5504 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5505 #  algorithm: "table_comparison"
5506 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5507 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5508 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5509 #  columns:
5510 #    - title: "2001"
5511 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5512 #    - title: "2005"
5513 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5514 #  comparisons:
5515 #    - title: "Diff"
5516 #      reference: 1
5517 #      compare: 2
5518 #  legend:
5519 #    - ""
5520 #    - "2001, 2005 - VPP versions tested."
5521 #    - "Diff - difference between 2001 and 2005 VPP version."
5522
5523 # VPP Performance Changes 2n-dnv 1t1c mrr
5524 - type: "table"
5525   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5526   algorithm: "table_comparison"
5527   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5528   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5529   filter: "'1T1C'"
5530   columns:
5531     - title: "2001.0-2"
5532       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5533     - title: "2005.0-5"
5534       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5535     - title: "2009.0-5"
5536       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5537   comparisons:
5538     - title: "2009.0-5 vs 2005.0-5"
5539       reference: 2
5540       compare: 3
5541   legend:
5542     - ''
5543     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5544     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5545     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5546     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5547
5548 # VPP Performance Changes 2n-dnv 2t2c mrr
5549 - type: "table"
5550   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5551   algorithm: "table_comparison"
5552   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5553   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5554   filter: "'2T2C'"
5555   columns:
5556     - title: "2001.0-2"
5557       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5558     - title: "2005.0-5"
5559       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5560     - title: "2009.0-5"
5561       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5562   comparisons:
5563     - title: "2009.0-5 vs 2005.0-5"
5564       reference: 2
5565       compare: 3
5566   legend:
5567     - ''
5568     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5569     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5570     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5571     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5572
5573 # VPP Performance Changes 2n-dnv 4t4c mrr
5574 - type: "table"
5575   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5576   algorithm: "table_comparison"
5577   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5578   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5579   filter: "'4T4C'"
5580   columns:
5581     - title: "2001.0-2"
5582       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5583     - title: "2005.0-5"
5584       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5585     - title: "2009.0-5"
5586       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5587   comparisons:
5588     - title: "2009.0-5 vs 2005.0-5"
5589       reference: 2
5590       compare: 3
5591   legend:
5592     - ''
5593     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5594     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5595     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5596     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5597
5598 # VPP Performance Changes 3n-dnv 1t1c mrr
5599 - type: "table"
5600   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5601   algorithm: "table_comparison"
5602   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5603   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5604   filter: "'1T1C'"
5605   columns:
5606     - title: "2001.0-2"
5607       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5608     - title: "2005.0-5"
5609       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5610     - title: "2009.0-5"
5611       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5612   comparisons:
5613     - title: "2009.0-5 vs 2005.0-5"
5614       reference: 2
5615       compare: 3
5616   legend:
5617     - ''
5618     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5619     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5620     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5621     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5622
5623 # VPP Performance Changes 3n-dnv 2t2c mrr
5624 - type: "table"
5625   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5626   algorithm: "table_comparison"
5627   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5628   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5629   filter: "'2T2C'"
5630   columns:
5631     - title: "2001.0-2"
5632       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5633     - title: "2005.0-5"
5634       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5635     - title: "2009.0-5"
5636       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5637   comparisons:
5638     - title: "2009.0-5 vs 2005.0-5"
5639       reference: 2
5640       compare: 3
5641   legend:
5642     - ''
5643     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5644     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5645     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5646     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5647
5648 # VPP Performance Changes 3n-dnv 4t4c mrr
5649 - type: "table"
5650   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5651   algorithm: "table_comparison"
5652   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5653   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5654   filter: "'4T4C'"
5655   columns:
5656     - title: "2001.0-2"
5657       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5658     - title: "2005.0-5"
5659       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5660     - title: "2009.0-5"
5661       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5662   comparisons:
5663     - title: "2009.0-5 vs 2005.0-5"
5664       reference: 2
5665       compare: 3
5666   legend:
5667     - ''
5668     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5669     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5670     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5671     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5672
5673 # VPP Performance Changes 3n-tsh 1t1c mrr
5674 - type: "table"
5675   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5676   algorithm: "table_comparison"
5677   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5678   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5679   filter: "'1T1C'"
5680   columns:
5681     - title: "2001.0-2"
5682       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5683     - title: "2005.0-4"
5684       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5685     - title: "2005.0-5"
5686       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5687     - title: "2009.0-5"
5688       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5689   comparisons:
5690     - title: "2005.0-5 vs 2005.0-4"
5691       reference: 2
5692       compare: 3
5693 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5694     - title: "2009.0-5 vs 2005.0-5"
5695       reference: 3
5696       compare: 4
5697 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5698   legend:
5699     - ''
5700     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5701     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5702     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5703     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5704     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5705
5706 # VPP Performance Changes 3n-tsh 2t2c mrr
5707 - type: "table"
5708   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5709   algorithm: "table_comparison"
5710   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5712   filter: "'2T2C'"
5713   columns:
5714     - title: "2001.0-2"
5715       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5716     - title: "2005.0-4"
5717       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5718     - title: "2005.0-5"
5719       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5720     - title: "2009.0-5"
5721       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5722   comparisons:
5723     - title: "2005.0-5 vs 2005.0-4"
5724       reference: 2
5725       compare: 3
5726 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5727     - title: "2009.0-5 vs 2005.0-5"
5728       reference: 3
5729       compare: 4
5730 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5731   legend:
5732     - ''
5733     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5734     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5735     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5736     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5737     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5738
5739 # VPP Performance Changes 3n-tsh 4t4c mrr
5740 - type: "table"
5741   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5742   algorithm: "table_comparison"
5743   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5745   filter: "'4T4C'"
5746   columns:
5747     - title: "2001.0-2"
5748       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5749     - title: "2005.0-4"
5750       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5751     - title: "2005.0-5"
5752       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5753     - title: "2009.0-5"
5754       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5755   comparisons:
5756     - title: "2005.0-5 vs 2005.0-4"
5757       reference: 2
5758       compare: 3
5759 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5760     - title: "2009.0-5 vs 2005.0-5"
5761       reference: 3
5762       compare: 4
5763 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5764   legend:
5765     - ''
5766     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5767     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5768     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5769     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5770     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5771
5772 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5773 - type: "table"
5774   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5775   algorithm: "table_comparison"
5776   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5778   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5779   columns:
5780     - title: "3n-hsw xl710"
5781       data-set: "vpp-compare-testbeds-mrr-ref"
5782       tag: "NIC_Intel-XL710"
5783     - title: "3n-skx xxv710"
5784       data-set: "vpp-compare-testbeds-mrr-cmp"
5785       tag: "NIC_Intel-XXV710"
5786   comparisons:
5787     - title: "Diff"
5788       reference: 1
5789       compare: 2
5790   legend:
5791     - ""
5792     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5793     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5794
5795 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5796 - type: "table"
5797   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5798   algorithm: "table_comparison"
5799   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5801   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5802   columns:
5803     - title: "3n-hsw xl710"
5804       data-set: "vpp-compare-testbeds-mrr-ref"
5805       tag: "NIC_Intel-XL710"
5806     - title: "3n-skx xxv710"
5807       data-set: "vpp-compare-testbeds-mrr-cmp"
5808       tag: "NIC_Intel-XXV710"
5809   comparisons:
5810     - title: "Diff"
5811       reference: 1
5812       compare: 2
5813   legend:
5814     - ""
5815     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5816     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5817
5818 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5819 - type: "table"
5820   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5821   algorithm: "table_comparison"
5822   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5823   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5824   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5825   columns:
5826     - title: "3n-hsw xl710"
5827       data-set: "vpp-compare-testbeds-mrr-ref"
5828       tag: "NIC_Intel-XL710"
5829     - title: "3n-skx xxv710"
5830       data-set: "vpp-compare-testbeds-mrr-cmp"
5831       tag: "NIC_Intel-XXV710"
5832   comparisons:
5833     - title: "Diff"
5834       reference: 1
5835       compare: 2
5836   legend:
5837     - ""
5838     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5839     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5840
5841 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5842 - type: "table"
5843   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5844   algorithm: "table_comparison"
5845   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5846   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5847   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5848   columns:
5849     - title: "2n-skx"
5850       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5851     - title: "2n-clx"
5852       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5853   comparisons:
5854     - title: "Diff"
5855       reference: 1
5856       compare: 2
5857   legend:
5858     - ""
5859     - "2n-skx, 2n-clx - testbeds and NICs tested."
5860     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5861
5862 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5863 - type: "table"
5864   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5865   algorithm: "table_comparison"
5866   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5867   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5868   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5869   columns:
5870     - title: "2n-skx"
5871       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5872     - title: "2n-clx"
5873       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5874   comparisons:
5875     - title: "Diff"
5876       reference: 1
5877       compare: 2
5878   legend:
5879     - ""
5880     - "2n-skx, 2n-clx - testbeds and NICs tested."
5881     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5882
5883 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5884 - type: "table"
5885   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5886   algorithm: "table_comparison"
5887   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5888   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5889   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5890   columns:
5891     - title: "2n-skx"
5892       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5893     - title: "2n-clx"
5894       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5895   comparisons:
5896     - title: "Diff"
5897       reference: 1
5898       compare: 2
5899   legend:
5900     - ""
5901     - "2n-skx, 2n-clx - testbeds and NICs tested."
5902     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5903
5904 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5905 - type: "table"
5906   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5907   algorithm: "table_comparison"
5908   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5909   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5910   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5911   columns:
5912     - title: "3n-skx"
5913       data-set: "vpp-compare-topologies-mrr-ref"
5914     - title: "2n-skx"
5915       data-set: "vpp-compare-topologies-mrr-cmp"
5916   comparisons:
5917     - title: "Diff"
5918       reference: 1
5919       compare: 2
5920   legend:
5921     - ""
5922     - "3n-skx, 2n-skx - topologies tested."
5923     - "Diff - difference between 3n-skx and 2n-skx topologies."
5924
5925 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5926 - type: "table"
5927   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5928   algorithm: "table_comparison"
5929   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5930   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5931   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5932   columns:
5933     - title: "3n-skx"
5934       data-set: "vpp-compare-topologies-mrr-ref"
5935     - title: "2n-skx"
5936       data-set: "vpp-compare-topologies-mrr-cmp"
5937   comparisons:
5938     - title: "Diff"
5939       reference: 1
5940       compare: 2
5941   legend:
5942     - ""
5943     - "3n-skx, 2n-skx - topologies tested."
5944     - "Diff - difference between 3n-skx and 2n-skx topologies."
5945
5946 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5947 - type: "table"
5948   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5949   algorithm: "table_comparison"
5950   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5951   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5952   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5953   columns:
5954     - title: "3n-skx"
5955       data-set: "vpp-compare-topologies-mrr-ref"
5956     - title: "2n-skx"
5957       data-set: "vpp-compare-topologies-mrr-cmp"
5958   comparisons:
5959     - title: "Diff"
5960       reference: 1
5961       compare: 2
5962   legend:
5963     - ""
5964     - "3n-skx, 2n-skx - topologies tested."
5965     - "Diff - difference between 3n-skx and 2n-skx topologies."
5966
5967 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5968 - type: "table"
5969   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5970   algorithm: "table_comparison"
5971   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5972   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5973   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5974   columns:
5975     - title: "3n-hsw xl710"
5976       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5977       tag: "NIC_Intel-XL710"
5978     - title: "2n-clx xxv710"
5979       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5980       tag: "NIC_Intel-XXV710"
5981   comparisons:
5982     - title: "Diff"
5983       reference: 1
5984       compare: 2
5985   legend:
5986     - ""
5987     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5988     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5989
5990 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5991 - type: "table"
5992   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5993   algorithm: "table_comparison"
5994   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5995   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5996   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5997   columns:
5998     - title: "3n-hsw xl710"
5999       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6000       tag: "NIC_Intel-XL710"
6001     - title: "2n-clx xxv710"
6002       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6003       tag: "NIC_Intel-XXV710"
6004   comparisons:
6005     - title: "Diff"
6006       reference: 1
6007       compare: 2
6008   legend:
6009     - ""
6010     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6011     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6012
6013 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
6014 - type: "table"
6015   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
6016   algorithm: "table_comparison"
6017   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
6018   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6019   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
6020   columns:
6021     - title: "3n-hsw xl710"
6022       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
6023       tag: "NIC_Intel-XL710"
6024     - title: "2n-clx xxv710"
6025       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
6026       tag: "NIC_Intel-XXV710"
6027   comparisons:
6028     - title: "Diff"
6029       reference: 1
6030       compare: 2
6031   legend:
6032     - ""
6033     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6034     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6035
6036 # Detailed Test Results - VPP Performance Results 3n-hsw
6037 - type: "table"
6038   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
6039   algorithm: "table_merged_details"
6040   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
6041   columns:
6042     - title: " |prein| Test Name |preout| "
6043       data: "data name"
6044     - 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| "
6045       data: "data msg"
6046   data: "vpp-perf-results-3n-hsw"
6047   filter: "all"
6048   parameters:
6049   - "name"
6050   - "parent"
6051   - "msg"
6052
6053 # Detailed Test Results - VPP Performance Results 3n-skx
6054 - type: "table"
6055   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6056   algorithm: "table_merged_details"
6057   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6058   columns:
6059     - title: " |prein| Test Name |preout| "
6060       data: "data name"
6061     - 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| "
6062       data: "data msg"
6063   data: "vpp-perf-results-3n-skx"
6064   filter: "all"
6065   remove-ndr: False
6066   parameters:
6067   - "name"
6068   - "parent"
6069   - "msg"
6070
6071 # Detailed Test Results - VPP Performance Results 2n-skx
6072 - type: "table"
6073   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6074   algorithm: "table_merged_details"
6075   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6076   columns:
6077     - title: " |prein| Test Name |preout| "
6078       data: "data name"
6079     - 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| "
6080       data: "data msg"
6081   data: "vpp-perf-results-2n-skx"
6082   filter: "all"
6083   remove-ndr: False
6084   parameters:
6085   - "name"
6086   - "parent"
6087   - "msg"
6088
6089 # Detailed Test Results - VPP Performance Results 2n-clx
6090 - type: "table"
6091   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6092   algorithm: "table_merged_details"
6093   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6094   columns:
6095     - title: " |prein| Test Name |preout| "
6096       data: "data name"
6097     - 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| "
6098       data: "data msg"
6099   data: "vpp-perf-results-2n-clx"
6100   filter: "all"
6101   parameters:
6102   - "name"
6103   - "parent"
6104   - "msg"
6105
6106 # Detailed Test Results - VPP Performance Results 3n-tsh
6107 - type: "table"
6108   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6109   algorithm: "table_merged_details"
6110   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6111   columns:
6112     - title: " |prein| Test Name |preout| "
6113       data: "data name"
6114     - 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| "
6115       data: "data msg"
6116   data: "vpp-perf-results-3n-tsh"
6117   filter: "all"
6118   parameters:
6119   - "name"
6120   - "parent"
6121   - "msg"
6122
6123 # Detailed Test Results - VPP Performance Results 3n-dnv
6124 - type: "table"
6125   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6126   algorithm: "table_merged_details"
6127   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6128   columns:
6129     - title: " |prein| Test Name |preout| "
6130       data: "data name"
6131     - 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| "
6132       data: "data msg"
6133   data: "vpp-perf-results-3n-dnv"
6134   filter: "all"
6135   parameters:
6136   - "name"
6137   - "parent"
6138   - "msg"
6139
6140 # Detailed Test Results - VPP Performance Results 2n-dnv
6141 - type: "table"
6142   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6143   algorithm: "table_merged_details"
6144   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6145   columns:
6146     - title: " |prein| Test Name |preout| "
6147       data: "data name"
6148     - 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| "
6149       data: "data msg"
6150   data: "vpp-perf-results-2n-dnv"
6151   filter: "all"
6152   parameters:
6153   - "name"
6154   - "parent"
6155   - "msg"
6156
6157 # Test configuration - VPP Performance Test Configs 3n-hsw
6158 - type: "table"
6159   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6160   algorithm: "table_merged_details"
6161   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6162   columns:
6163     - title: " |prein| Test Name |preout| "
6164       data: "data name"
6165     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6166       data: "data conf-history"
6167   data: "vpp-perf-results-3n-hsw"
6168   filter: "all"
6169   parameters:
6170   - "parent"
6171   - "name"
6172   - "conf-history"
6173
6174 # Test configuration - VPP Performance Test Configs 3n-skx
6175 - type: "table"
6176   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6177   algorithm: "table_merged_details"
6178   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6179   columns:
6180     - title: " |prein| Test Name |preout| "
6181       data: "data name"
6182     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6183       data: "data conf-history"
6184   data: "vpp-perf-results-3n-skx"
6185   filter: "all"
6186   parameters:
6187   - "parent"
6188   - "name"
6189   - "conf-history"
6190
6191 # Test configuration - VPP Performance Test Configs 2n-skx
6192 - type: "table"
6193   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6194   algorithm: "table_merged_details"
6195   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6196   columns:
6197     - title: " |prein| Test Name |preout| "
6198       data: "data name"
6199     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6200       data: "data conf-history"
6201   data: "vpp-perf-results-2n-skx"
6202   filter: "all"
6203   parameters:
6204   - "parent"
6205   - "name"
6206   - "conf-history"
6207
6208 # Test configuration - VPP Performance Test Configs 2n-clx
6209 - type: "table"
6210   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6211   algorithm: "table_merged_details"
6212   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6213   columns:
6214     - title: " |prein| Test Name |preout| "
6215       data: "data name"
6216     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6217       data: "data conf-history"
6218   data: "vpp-perf-results-2n-clx"
6219   filter: "all"
6220   parameters:
6221   - "parent"
6222   - "name"
6223   - "conf-history"
6224
6225 # Test configuration - VPP Performance Test Configs 3n-tsh
6226 - type: "table"
6227   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6228   algorithm: "table_merged_details"
6229   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6230   columns:
6231     - title: " |prein| Test Name |preout| "
6232       data: "data name"
6233     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6234       data: "data conf-history"
6235   data: "vpp-perf-results-3n-tsh"
6236   filter: "all"
6237   parameters:
6238   - "parent"
6239   - "name"
6240   - "conf-history"
6241
6242 # Test configuration - VPP Performance Test Configs 3n-dnv
6243 - type: "table"
6244   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6245   algorithm: "table_merged_details"
6246   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6247   columns:
6248     - title: " |prein| Test Name |preout| "
6249       data: "data name"
6250     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6251       data: "data conf-history"
6252   data: "vpp-perf-results-3n-dnv"
6253   filter: "all"
6254   parameters:
6255   - "parent"
6256   - "name"
6257   - "conf-history"
6258
6259 # Test configuration - VPP Performance Test Configs 2n-dnv
6260 - type: "table"
6261   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6262   algorithm: "table_merged_details"
6263   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6264   columns:
6265     - title: " |prein| Test Name |preout| "
6266       data: "data name"
6267     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6268       data: "data conf-history"
6269   data: "vpp-perf-results-2n-dnv"
6270   filter: "all"
6271   parameters:
6272   - "parent"
6273   - "name"
6274   - "conf-history"
6275
6276 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6277 - type: "table"
6278   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6279   algorithm: "table_oper_data_html"
6280   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6281   data: "vpp-perf-results-3n-hsw"
6282   filter: "all"
6283
6284 # Test Operational Data - VPP Performance Operational Data 3n-skx
6285 - type: "table"
6286   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6287   algorithm: "table_oper_data_html"
6288   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6289   data: "vpp-perf-results-3n-skx"
6290   filter: "all"
6291
6292 # Test Operational Data - VPP Performance Operational Data 2n-skx
6293 - type: "table"
6294   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6295   algorithm: "table_oper_data_html"
6296   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6297   data: "vpp-perf-results-2n-skx"
6298   filter: "all"
6299
6300 # Test Operational Data - VPP Performance Operational Data 2n-clx
6301 - type: "table"
6302   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6303   algorithm: "table_oper_data_html"
6304   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6305   data: "vpp-perf-results-2n-clx"
6306   filter: "all"
6307
6308 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6309 - type: "table"
6310   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6311   algorithm: "table_oper_data_html"
6312   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6313   data: "vpp-perf-results-3n-tsh"
6314   filter: "all"
6315
6316 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6317 - type: "table"
6318   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6319   algorithm: "table_oper_data_html"
6320   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6321   data: "vpp-perf-results-3n-dnv"
6322   filter: "all"
6323
6324 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6325 - type: "table"
6326   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6327   algorithm: "table_oper_data_html"
6328   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6329   data: "vpp-perf-results-2n-dnv"
6330   filter: "all"
6331
6332 # Detailed Test Results - VPP MRR Results 3n-hsw
6333 - type: "table"
6334   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6335   algorithm: "table_merged_details"
6336   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6337   columns:
6338     - title: " |prein| Test Name |preout| "
6339       data: "data name"
6340     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6341       data: "data msg"
6342   data: "vpp-mrr-results-3n-hsw"
6343   filter: "all"
6344   parameters:
6345   - "name"
6346   - "parent"
6347   - "msg"
6348
6349 # Detailed Test Results - VPP MRR Results 3n-skx
6350 - type: "table"
6351   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6352   algorithm: "table_merged_details"
6353   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6354   columns:
6355     - title: " |prein| Test Name |preout| "
6356       data: "data name"
6357     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6358       data: "data msg"
6359   data: "vpp-mrr-results-3n-skx"
6360   filter: "all"
6361   parameters:
6362   - "name"
6363   - "parent"
6364   - "msg"
6365
6366 # Detailed Test Results - VPP MRR Results 2n-skx
6367 - type: "table"
6368   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6369   algorithm: "table_merged_details"
6370   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6371   columns:
6372     - title: " |prein| Test Name |preout| "
6373       data: "data name"
6374     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6375       data: "data msg"
6376   data: "vpp-mrr-results-2n-skx"
6377   filter: "all"
6378   parameters:
6379   - "name"
6380   - "parent"
6381   - "msg"
6382
6383 # Detailed Test Results - VPP MRR Results 2n-clx
6384 - type: "table"
6385   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6386   algorithm: "table_merged_details"
6387   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6388   columns:
6389     - title: " |prein| Test Name |preout| "
6390       data: "data name"
6391     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6392       data: "data msg"
6393   data: "vpp-mrr-results-2n-clx"
6394   filter: "all"
6395   parameters:
6396   - "name"
6397   - "parent"
6398   - "msg"
6399
6400 # Detailed Test Results - VPP MRR Results 3n-tsh
6401 - type: "table"
6402   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6403   algorithm: "table_merged_details"
6404   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6405   columns:
6406     - title: " |prein| Test Name |preout| "
6407       data: "data name"
6408     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6409       data: "data msg"
6410   data: "vpp-mrr-results-3n-tsh"
6411   filter: "all"
6412   parameters:
6413   - "name"
6414   - "parent"
6415   - "msg"
6416
6417 # Detailed Test Results - VPP MRR Results 3n-dnv
6418 - type: "table"
6419   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6420   algorithm: "table_merged_details"
6421   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6422   columns:
6423     - title: " |prein| Test Name |preout| "
6424       data: "data name"
6425     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6426       data: "data msg"
6427   data: "vpp-mrr-results-3n-dnv"
6428   filter: "all"
6429   parameters:
6430   - "name"
6431   - "parent"
6432   - "msg"
6433
6434 # Detailed Test Results - VPP MRR Results 2n-dnv
6435 - type: "table"
6436   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6437   algorithm: "table_merged_details"
6438   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6439   columns:
6440     - title: " |prein| Test Name |preout| "
6441       data: "data name"
6442     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6443       data: "data msg"
6444   data: "vpp-mrr-results-2n-dnv"
6445   filter: "all"
6446   parameters:
6447   - "name"
6448   - "parent"
6449   - "msg"
6450
6451 # Test configuration - VPP MRR Test Configs 3n-hsw
6452 - type: "table"
6453   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6454   algorithm: "table_merged_details"
6455   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6456   columns:
6457     - title: " |prein| Test Name |preout| "
6458       data: "data name"
6459     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6460       data: "data conf-history"
6461   data: "vpp-mrr-results-3n-hsw"
6462   filter: "all"
6463   parameters:
6464   - "parent"
6465   - "name"
6466   - "conf-history"
6467
6468 # Test configuration - VPP MRR Test Configs 3n-skx
6469 - type: "table"
6470   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6471   algorithm: "table_merged_details"
6472   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6473   columns:
6474     - title: " |prein| Test Name |preout| "
6475       data: "data name"
6476     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6477       data: "data conf-history"
6478   data: "vpp-mrr-results-3n-skx"
6479   filter: "all"
6480   parameters:
6481   - "parent"
6482   - "name"
6483   - "conf-history"
6484
6485 # Test configuration - VPP MRR Test Configs 2n-skx
6486 - type: "table"
6487   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6488   algorithm: "table_merged_details"
6489   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6490   columns:
6491     - title: " |prein| Test Name |preout| "
6492       data: "data name"
6493     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6494       data: "data conf-history"
6495   data: "vpp-mrr-results-2n-skx"
6496   filter: "all"
6497   parameters:
6498   - "parent"
6499   - "name"
6500   - "conf-history"
6501
6502 # Test configuration - VPP MRR Test Configs 2n-clx
6503 - type: "table"
6504   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6505   algorithm: "table_merged_details"
6506   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6507   columns:
6508     - title: " |prein| Test Name |preout| "
6509       data: "data name"
6510     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6511       data: "data conf-history"
6512   data: "vpp-mrr-results-2n-clx"
6513   filter: "all"
6514   parameters:
6515   - "parent"
6516   - "name"
6517   - "conf-history"
6518
6519 # Test configuration - VPP MRR Test Configs 3n-tsh
6520 - type: "table"
6521   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6522   algorithm: "table_merged_details"
6523   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6524   columns:
6525     - title: " |prein| Test Name |preout| "
6526       data: "data name"
6527     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6528       data: "data conf-history"
6529   data: "vpp-mrr-results-3n-tsh"
6530   filter: "all"
6531   parameters:
6532   - "parent"
6533   - "name"
6534   - "conf-history"
6535
6536 # Test configuration - VPP MRR Test Configs 3n-dnv
6537 - type: "table"
6538   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6539   algorithm: "table_merged_details"
6540   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6541   columns:
6542     - title: " |prein| Test Name |preout| "
6543       data: "data name"
6544     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6545       data: "data conf-history"
6546   data: "vpp-mrr-results-3n-dnv"
6547   filter: "all"
6548   parameters:
6549   - "parent"
6550   - "name"
6551   - "conf-history"
6552
6553 # Test configuration - VPP MRR Test Configs 2n-dnv
6554 - type: "table"
6555   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6556   algorithm: "table_merged_details"
6557   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6558   columns:
6559     - title: " |prein| Test Name |preout| "
6560       data: "data name"
6561     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6562       data: "data conf-history"
6563   data: "vpp-mrr-results-2n-dnv"
6564   filter: "all"
6565   parameters:
6566   - "parent"
6567   - "name"
6568   - "conf-history"
6569
6570 # Detailed Test Results - VPP Device Results - Ubuntu
6571 - type: "table"
6572   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6573   algorithm: "table_merged_details"
6574   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6575   columns:
6576     - title: " |prein| Test Name |preout| "
6577       data: "data name"
6578     - title: " |prein| Status |preout| "
6579       data: "data status"
6580   data: "vpp-device-results-ubuntu"
6581   filter: "all"
6582   parameters:
6583   - "name"
6584   - "parent"
6585   - "doc"
6586   - "status"
6587
6588 # Test configuration - VPP Device Test Configs - Ubuntu
6589 - type: "table"
6590   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6591   algorithm: "table_merged_details"
6592   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6593   columns:
6594     - title: " |prein| Test Name |preout| "
6595       data: "data name"
6596     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6597       data: "data conf-history"
6598   data: "vpp-device-results-ubuntu"
6599   filter: "all"
6600   parameters:
6601   - "parent"
6602   - "name"
6603   - "conf-history"
6604
6605 ################################################################################
6606
6607 # DPDK Performance Changes 3n-hsw 1t1c pdr
6608 - type: "table"
6609   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6610   algorithm: "table_comparison"
6611   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6612   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6613   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6614   columns:
6615     - title: "2001"
6616       data-set: "dpdk-performance-changes-3n-hsw-h1"
6617     - title: "2005"
6618       data-set: "dpdk-performance-changes-3n-hsw-ref"
6619     - title: "2009"
6620       data-set: "dpdk-performance-changes-3n-hsw-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-hsw 2t2c pdr
6631 - type: "table"
6632   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6633   algorithm: "table_comparison"
6634   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6635   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6636   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6637   columns:
6638     - title: "2001"
6639       data-set: "dpdk-performance-changes-3n-hsw-h1"
6640     - title: "2005"
6641       data-set: "dpdk-performance-changes-3n-hsw-ref"
6642     - title: "2009"
6643       data-set: "dpdk-performance-changes-3n-hsw-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 3n-hsw 1t1c pdr
6654 - type: "table"
6655   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6656   algorithm: "table_comparison"
6657   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6658   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6659   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6660   columns:
6661     - title: "2001"
6662       data-set: "dpdk-performance-changes-3n-hsw-h1"
6663     - title: "2005"
6664       data-set: "dpdk-performance-changes-3n-hsw-ref"
6665     - title: "2009"
6666       data-set: "dpdk-performance-changes-3n-hsw-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 3n-hsw 2t2c ndr
6677 - type: "table"
6678   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6679   algorithm: "table_comparison"
6680   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6682   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6683   columns:
6684     - title: "2001"
6685       data-set: "dpdk-performance-changes-3n-hsw-h1"
6686     - title: "2005"
6687       data-set: "dpdk-performance-changes-3n-hsw-ref"
6688     - title: "2009"
6689       data-set: "dpdk-performance-changes-3n-hsw-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 3n-skx 2t1c pdr
6700 - type: "table"
6701   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6702   algorithm: "table_comparison"
6703   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6705   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6706   columns:
6707     - title: "2001"
6708       data-set: "dpdk-performance-changes-3n-skx-h1"
6709     - title: "2005"
6710       data-set: "dpdk-performance-changes-3n-skx-ref"
6711     - title: "2009"
6712       data-set: "dpdk-performance-changes-3n-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 3n-skx 4t2c pdr
6723 - type: "table"
6724   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6725   algorithm: "table_comparison"
6726   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6727   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6728   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6729   columns:
6730     - title: "2001"
6731       data-set: "dpdk-performance-changes-3n-skx-h1"
6732     - title: "2005"
6733       data-set: "dpdk-performance-changes-3n-skx-ref"
6734     - title: "2009"
6735       data-set: "dpdk-performance-changes-3n-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 3n-skx 2t1c ndr
6746 - type: "table"
6747   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6748   algorithm: "table_comparison"
6749   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6751   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6752   columns:
6753     - title: "2001"
6754       data-set: "dpdk-performance-changes-3n-skx-h1"
6755     - title: "2005"
6756       data-set: "dpdk-performance-changes-3n-skx-ref"
6757     - title: "2009"
6758       data-set: "dpdk-performance-changes-3n-skx-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 3n-skx 4t2c ndr
6769 - type: "table"
6770   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6771   algorithm: "table_comparison"
6772   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6773   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6774   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6775   columns:
6776     - title: "2001"
6777       data-set: "dpdk-performance-changes-3n-skx-h1"
6778     - title: "2005"
6779       data-set: "dpdk-performance-changes-3n-skx-ref"
6780     - title: "2009"
6781       data-set: "dpdk-performance-changes-3n-skx-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-skx 2t1c pdr
6792 - type: "table"
6793   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6794   algorithm: "table_comparison"
6795   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6796   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6797   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6798   columns:
6799     - title: "2001"
6800       data-set: "dpdk-performance-changes-2n-skx-h1"
6801     - title: "2005"
6802       data-set: "dpdk-performance-changes-2n-skx-ref"
6803     - title: "2009"
6804       data-set: "dpdk-performance-changes-2n-skx-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-skx 4t2c pdr
6815 - type: "table"
6816   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6817   algorithm: "table_comparison"
6818   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6820   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6821   columns:
6822     - title: "2001"
6823       data-set: "dpdk-performance-changes-2n-skx-h1"
6824     - title: "2005"
6825       data-set: "dpdk-performance-changes-2n-skx-ref"
6826     - title: "2009"
6827       data-set: "dpdk-performance-changes-2n-skx-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-skx 2t1c ndr
6838 - type: "table"
6839   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6840   algorithm: "table_comparison"
6841   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6842   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6843   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6844   columns:
6845     - title: "2001"
6846       data-set: "dpdk-performance-changes-2n-skx-h1"
6847     - title: "2005"
6848       data-set: "dpdk-performance-changes-2n-skx-ref"
6849     - title: "2009"
6850       data-set: "dpdk-performance-changes-2n-skx-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-skx 4t2c ndr
6861 - type: "table"
6862   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6863   algorithm: "table_comparison"
6864   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6865   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6866   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6867   columns:
6868     - title: "2001"
6869       data-set: "dpdk-performance-changes-2n-skx-h1"
6870     - title: "2005"
6871       data-set: "dpdk-performance-changes-2n-skx-ref"
6872     - title: "2009"
6873       data-set: "dpdk-performance-changes-2n-skx-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-clx 2t1c pdr
6884 - type: "table"
6885   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6886   algorithm: "table_comparison"
6887   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6889   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6890   columns:
6891     - title: "2001"
6892       data-set: "dpdk-performance-changes-2n-clx-h1"
6893     - title: "2005"
6894       data-set: "dpdk-performance-changes-2n-clx-ref"
6895     - title: "2009"
6896       data-set: "dpdk-performance-changes-2n-clx-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-clx 4t2c pdr
6907 - type: "table"
6908   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6909   algorithm: "table_comparison"
6910   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6911   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6912   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6913   columns:
6914     - title: "2001"
6915       data-set: "dpdk-performance-changes-2n-clx-h1"
6916     - title: "2005"
6917       data-set: "dpdk-performance-changes-2n-clx-ref"
6918     - title: "2009"
6919       data-set: "dpdk-performance-changes-2n-clx-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 2n-clx 2t1c ndr
6930 - type: "table"
6931   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6932   algorithm: "table_comparison"
6933   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6934   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6935   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6936   columns:
6937     - title: "2001"
6938       data-set: "dpdk-performance-changes-2n-clx-h1"
6939     - title: "2005"
6940       data-set: "dpdk-performance-changes-2n-clx-ref"
6941     - title: "2009"
6942       data-set: "dpdk-performance-changes-2n-clx-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 2n-clx 4t2c ndr
6953 - type: "table"
6954   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6955   algorithm: "table_comparison"
6956   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6957   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6958   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6959   columns:
6960     - title: "2001"
6961       data-set: "dpdk-performance-changes-2n-clx-h1"
6962     - title: "2005"
6963       data-set: "dpdk-performance-changes-2n-clx-ref"
6964     - title: "2009"
6965       data-set: "dpdk-performance-changes-2n-clx-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 2n-dnv 1t1c pdr
6976 #- type: "table"
6977 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6978 #  algorithm: "table_comparison"
6979 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6980 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6981 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6982 #  columns:
6983 #    - title: "2001"
6984 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6985 #    - title: "2005"
6986 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6987 #    - title: "2009"
6988 #      data-set: "dpdk-performance-changes-2n-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 2n-dnv 2t2c pdr
6999 #- type: "table"
7000 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7001 #  algorithm: "table_comparison"
7002 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7003 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7004 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7005 #  columns:
7006 #    - title: "2001"
7007 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7008 #    - title: "2005"
7009 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7010 #    - title: "2009"
7011 #      data-set: "dpdk-performance-changes-2n-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 2n-dnv 1t1c ndr
7022 #- type: "table"
7023 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7024 #  algorithm: "table_comparison"
7025 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7026 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7027 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7028 #  columns:
7029 #    - title: "2001"
7030 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7031 #    - title: "2005"
7032 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7033 #    - title: "2009"
7034 #      data-set: "dpdk-performance-changes-2n-dnv-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 2n-dnv 2t2c ndr
7045 #- type: "table"
7046 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7047 #  algorithm: "table_comparison"
7048 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7049 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7050 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7051 #  columns:
7052 #    - title: "2001"
7053 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7054 #    - title: "2005"
7055 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7056 #    - title: "2009"
7057 #      data-set: "dpdk-performance-changes-2n-dnv-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-dnv 1t1c pdr
7068 #- type: "table"
7069 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7070 #  algorithm: "table_comparison"
7071 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7072 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7073 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7074 #  columns:
7075 #    - title: "2001"
7076 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7077 #    - title: "2005"
7078 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7079 #    - title: "2009"
7080 #      data-set: "dpdk-performance-changes-3n-dnv-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-dnv 2t2c pdr
7091 #- type: "table"
7092 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7093 #  algorithm: "table_comparison"
7094 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7095 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7096 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7097 #  columns:
7098 #    - title: "2001"
7099 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7100 #    - title: "2005"
7101 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7102 #    - title: "2009"
7103 #      data-set: "dpdk-performance-changes-3n-dnv-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 Performance Changes 3n-dnv 1t1c ndr
7114 #- type: "table"
7115 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7116 #  algorithm: "table_comparison"
7117 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7118 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7119 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7120 #  columns:
7121 #    - title: "2001"
7122 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7123 #    - title: "2005"
7124 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7125 #    - title: "2009"
7126 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7127 #  comparisons:
7128 #    - title: "Diff"
7129 #      reference: 2
7130 #      compare: 3
7131 #  legend:
7132 #    - ""
7133 #    - "2001, 2005, 2009 - DPDK versions tested."
7134 #    - "Diff - difference between 2005 and 2009 DPDK version."
7135 #
7136 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7137 #- type: "table"
7138 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7139 #  algorithm: "table_comparison"
7140 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7141 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7142 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7143 #  columns:
7144 #    - title: "2001"
7145 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7146 #    - title: "2005"
7147 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7148 #    - title: "2009"
7149 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7150 #  comparisons:
7151 #    - title: "Diff"
7152 #      reference: 2
7153 #      compare: 3
7154 #  legend:
7155 #    - ""
7156 #    - "2001, 2005, 2009 - DPDK versions tested."
7157 #    - "Diff - difference between 2005 and 2009 DPDK version."
7158
7159 # DPDK Performance Changes 3n-tsh 1t1c pdr
7160 - type: "table"
7161   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7162   algorithm: "table_comparison"
7163   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7165   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7166   columns:
7167     - title: "2001"
7168       data-set: "dpdk-performance-changes-3n-tsh-h1"
7169     - title: "2005"
7170       data-set: "dpdk-performance-changes-3n-tsh-ref"
7171     - title: "2009"
7172       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7173   comparisons:
7174     - title: "Diff"
7175       reference: 2
7176       compare: 3
7177   legend:
7178     - ""
7179     - "2001, 2005, 2009 - DPDK versions tested."
7180     - "Diff - difference between 2005 and 2009 DPDK version."
7181
7182 # DPDK Performance Changes 3n-tsh 2t2c pdr
7183 - type: "table"
7184   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7185   algorithm: "table_comparison"
7186   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7188   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7189   columns:
7190     - title: "2001"
7191       data-set: "dpdk-performance-changes-3n-tsh-h1"
7192     - title: "2005"
7193       data-set: "dpdk-performance-changes-3n-tsh-ref"
7194     - title: "2009"
7195       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7196   comparisons:
7197     - title: "Diff"
7198       reference: 2
7199       compare: 3
7200   legend:
7201     - ""
7202     - "2001, 2005, 2009 - DPDK versions tested."
7203     - "Diff - difference between 2005 and 2009 DPDK version."
7204
7205 # DPDK Performance Changes 3n-tsh 1t1c ndr
7206 - type: "table"
7207   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7208   algorithm: "table_comparison"
7209   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7210   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7211   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7212   columns:
7213     - title: "2001"
7214       data-set: "dpdk-performance-changes-3n-tsh-h1"
7215     - title: "2005"
7216       data-set: "dpdk-performance-changes-3n-tsh-ref"
7217     - title: "2009"
7218       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7219   comparisons:
7220     - title: "Diff"
7221       reference: 2
7222       compare: 3
7223   legend:
7224     - ""
7225     - "2001, 2005, 2009 - DPDK versions tested."
7226     - "Diff - difference between 2005 and 2009 DPDK version."
7227
7228 # DPDK Performance Changes 3n-tsh 2t2c ndr
7229 - type: "table"
7230   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7231   algorithm: "table_comparison"
7232   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7233   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7234   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7235   columns:
7236     - title: "2001"
7237       data-set: "dpdk-performance-changes-3n-tsh-h1"
7238     - title: "2005"
7239       data-set: "dpdk-performance-changes-3n-tsh-ref"
7240     - title: "2009"
7241       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7242   comparisons:
7243     - title: "Diff"
7244       reference: 2
7245       compare: 3
7246   legend:
7247     - ""
7248     - "2001, 2005, 2009 - DPDK versions tested."
7249     - "Diff - difference between 2005 and 2009 DPDK version."
7250
7251 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7252 - type: "table"
7253   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7254   algorithm: "table_comparison"
7255   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7256   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7257   filter: "'NIC_Intel-X710'"
7258   columns:
7259     - title: "3n-hsw x710"
7260       data-set: "dpdk-compare-testbeds-ref"
7261     - title: "3n-skx x710"
7262       data-set: "dpdk-compare-testbeds-cmp"
7263   comparisons:
7264     - title: "Diff"
7265       reference: 1
7266       compare: 2
7267   legend:
7268     - ""
7269     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7270     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7271
7272 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7273 - type: "table"
7274   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7275   algorithm: "table_comparison"
7276   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7277   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7278   filter: "'NIC_Intel-X710'"
7279   columns:
7280     - title: "3n-hsw x710"
7281       data-set: "dpdk-compare-testbeds-ref"
7282     - title: "3n-skx x710"
7283       data-set: "dpdk-compare-testbeds-cmp"
7284   comparisons:
7285     - title: "Diff"
7286       reference: 1
7287       compare: 2
7288   legend:
7289     - ""
7290     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7291     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7292
7293 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7294 - type: "table"
7295   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7296   algorithm: "table_comparison"
7297   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7298   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7299   filter: "'NIC_Intel-XXV710'"
7300   columns:
7301     - title: "2n-skx"
7302       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7303     - title: "2n-clx"
7304       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7305   comparisons:
7306     - title: "Diff"
7307       reference: 1
7308       compare: 2
7309   legend:
7310     - ""
7311     - "2n-skx, 2n-clx - testbeds and NICs tested."
7312     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7313
7314 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7315 - type: "table"
7316   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7317   algorithm: "table_comparison"
7318   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7319   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7320   filter: "'NIC_Intel-XXV710'"
7321   columns:
7322     - title: "2n-skx"
7323       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7324     - title: "2n-clx"
7325       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7326   comparisons:
7327     - title: "Diff"
7328       reference: 1
7329       compare: 2
7330   legend:
7331     - ""
7332     - "2n-skx, 2n-clx - testbeds and NICs tested."
7333     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7334
7335 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7336 - type: "table"
7337   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7338   algorithm: "table_comparison"
7339   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7341   filter: "'NIC_Intel-XXV710'"
7342   columns:
7343     - title: "3n-skx"
7344       data-set: "dpdk-compare-topologies-ref"
7345     - title: "2n-skx"
7346       data-set: "dpdk-compare-topologies-cmp"
7347   comparisons:
7348     - title: "Diff"
7349       reference: 1
7350       compare: 2
7351   legend:
7352     - ""
7353     - "3n-skx, 2n-skx - topologies tested."
7354     - "Diff - difference between 3n-skx and 2n-skx topologies."
7355
7356 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7357 - type: "table"
7358   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7359   algorithm: "table_comparison"
7360   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7361   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7362   filter: "'NIC_Intel-XXV710'"
7363   columns:
7364     - title: "3n-skx"
7365       data-set: "dpdk-compare-topologies-ref"
7366     - title: "2n-skx"
7367       data-set: "dpdk-compare-topologies-cmp"
7368   comparisons:
7369     - title: "Diff"
7370       reference: 1
7371       compare: 2
7372   legend:
7373     - ""
7374     - "3n-skx, 2n-skx - topologies tested."
7375     - "Diff - difference between 3n-skx and 2n-skx topologies."
7376
7377 # Detailed Test Results - DPDK Performance Results 3n-hsw
7378 - type: "table"
7379   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7380   algorithm: "table_merged_details"
7381   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7382   columns:
7383     - title: " |prein| Test Name |preout| "
7384       data: "data name"
7385     - 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| "
7386       data: "data msg"
7387   data: "dpdk-perf-results-3n-hsw"
7388   filter: "all"
7389   parameters:
7390   - "name"
7391   - "parent"
7392   - "msg"
7393
7394 # Detailed Test Results - DPDK Performance Results 3n-skx
7395 - type: "table"
7396   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7397   algorithm: "table_merged_details"
7398   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7399   columns:
7400     - title: " |prein| Test Name |preout| "
7401       data: "data name"
7402     - 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| "
7403       data: "data msg"
7404   data: "dpdk-perf-results-3n-skx"
7405   filter: "all"
7406   remove-ndr: False
7407   parameters:
7408   - "name"
7409   - "parent"
7410   - "msg"
7411
7412 # Detailed Test Results - DPDK Performance Results 2n-skx
7413 - type: "table"
7414   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7415   algorithm: "table_merged_details"
7416   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7417   columns:
7418     - title: " |prein| Test Name |preout| "
7419       data: "data name"
7420     - 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| "
7421       data: "data msg"
7422   data: "dpdk-perf-results-2n-skx"
7423   filter: "all"
7424   remove-ndr: False
7425   parameters:
7426   - "name"
7427   - "parent"
7428   - "msg"
7429
7430 # Detailed Test Results - DPDK Performance Results 2n-clx
7431 - type: "table"
7432   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7433   algorithm: "table_merged_details"
7434   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7435   columns:
7436     - title: " |prein| Test Name |preout| "
7437       data: "data name"
7438     - 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| "
7439       data: "data msg"
7440   data: "dpdk-perf-results-2n-clx"
7441   filter: "all"
7442   parameters:
7443   - "name"
7444   - "parent"
7445   - "msg"
7446
7447 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7448 #- type: "table"
7449 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7450 #  algorithm: "table_merged_details"
7451 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7452 #  columns:
7453 #    - title: " |prein| Test Name |preout| "
7454 #      data: "data name"
7455 #    - 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| "
7456 #      data: "data msg"
7457 #  data: "dpdk-perf-results-2n-dnv"
7458 #  filter: "all"
7459 #  parameters:
7460 #  - "name"
7461 #  - "parent"
7462 #  - "msg"
7463 #
7464 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7465 #- type: "table"
7466 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7467 #  algorithm: "table_merged_details"
7468 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7469 #  columns:
7470 #    - title: " |prein| Test Name |preout| "
7471 #      data: "data name"
7472 #    - 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| "
7473 #      data: "data msg"
7474 #  data: "dpdk-perf-results-3n-dnv"
7475 #  filter: "all"
7476 #  parameters:
7477 #  - "name"
7478 #  - "parent"
7479 #  - "msg"
7480
7481 # Detailed Test Results - DPDK Performance Results 3n-tsh
7482 - type: "table"
7483   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7484   algorithm: "table_merged_details"
7485   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7486   columns:
7487     - title: " |prein| Test Name |preout| "
7488       data: "data name"
7489     - 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| "
7490       data: "data msg"
7491   data: "dpdk-perf-results-3n-tsh"
7492   filter: "all"
7493   parameters:
7494   - "name"
7495   - "parent"
7496   - "msg"
7497
7498 ################################################################################
7499 ###                                F I L E S                                 ###
7500 ################################################################################
7501
7502 # VPP Performance Results
7503 - type: "file"
7504   title: "VPP Performance Results"
7505   algorithm: "file_details_split"
7506   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7507   dir-tables:
7508     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7509     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7510     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7511     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7512     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7513     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7514     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7515   data:
7516     - "vpp-perf-results-2n-skx"
7517     - "vpp-perf-results-3n-skx"
7518     - "vpp-perf-results-2n-clx"
7519     - "vpp-perf-results-3n-hsw"
7520     - "vpp-perf-results-3n-tsh"
7521     - "vpp-perf-results-2n-dnv"
7522     - "vpp-perf-results-3n-dnv"
7523   filter: "all"
7524   data-start-level: 4
7525   order-chapters:
7526     level-1:
7527       - "l2"
7528       - "ip4"
7529       - "ip6"
7530       - "srv6"
7531       - "ip4_tunnels"
7532       - "ip6_tunnels"
7533       - "vm_vhost"
7534       - "container_memif"
7535       - "crypto"
7536       - "vts"
7537       - "lb"
7538       - "nfv_density"
7539       - "hoststack"
7540     level-2:
7541       - "2n-skx"
7542       - "3n-skx"
7543       - "2n-clx"
7544       - "3n-hsw"
7545       - "3n-tsh"
7546       - "2n-dnv"
7547       - "3n-dnv"
7548     level-3:
7549       - "xl710"
7550       - "x520"
7551       - "xxv710"
7552       - "x710"
7553       - "x553"
7554       - "cx556a"
7555       - "vic1227"
7556       - "vic1385"
7557
7558 # VPP Performance Configuration
7559 - type: "file"
7560   title: "VPP Performance Configuration"
7561   algorithm: "file_details_split"
7562   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7563   dir-tables:
7564     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7565     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7566     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7567     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7568     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7569     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7570     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7571   data:
7572     - "vpp-perf-results-2n-skx"
7573     - "vpp-perf-results-3n-skx"
7574     - "vpp-perf-results-2n-clx"
7575     - "vpp-perf-results-3n-hsw"
7576     - "vpp-perf-results-3n-tsh"
7577     - "vpp-perf-results-2n-dnv"
7578     - "vpp-perf-results-3n-dnv"
7579   filter: "all"
7580   data-start-level: 4
7581   order-chapters:
7582     level-1:
7583       - "l2"
7584       - "ip4"
7585       - "ip6"
7586       - "srv6"
7587       - "ip4_tunnels"
7588       - "ip6_tunnels"
7589       - "vm_vhost"
7590       - "container_memif"
7591       - "crypto"
7592       - "vts"
7593       - "lb"
7594       - "nfv_density"
7595       - "hoststack"
7596     level-2:
7597       - "2n-skx"
7598       - "3n-skx"
7599       - "2n-clx"
7600       - "3n-hsw"
7601       - "3n-tsh"
7602       - "2n-dnv"
7603       - "3n-dnv"
7604     level-3:
7605       - "xl710"
7606       - "x520"
7607       - "xxv710"
7608       - "x710"
7609       - "x553"
7610       - "cx556a"
7611       - "vic1227"
7612       - "vic1385"
7613
7614 # VPP Performance Operational
7615 - type: "file"
7616   title: "VPP Performance Operational"
7617   algorithm: "file_details_split_html"
7618   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7619   dir-tables:
7620     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7621     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7622     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7623     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7624     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7625     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7626     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7627   data:
7628     - "vpp-perf-results-2n-skx"
7629     - "vpp-perf-results-3n-skx"
7630     - "vpp-perf-results-2n-clx"
7631     - "vpp-perf-results-3n-hsw"
7632     - "vpp-perf-results-3n-tsh"
7633     - "vpp-perf-results-2n-dnv"
7634     - "vpp-perf-results-3n-dnv"
7635   filter: "all"
7636   data-start-level: 4
7637   order-chapters:
7638     level-1:
7639       - "l2"
7640       - "ip4"
7641       - "ip6"
7642       - "srv6"
7643       - "ip4_tunnels"
7644       - "ip6_tunnels"
7645       - "vm_vhost"
7646       - "container_memif"
7647       - "crypto"
7648       - "vts"
7649       - "lb"
7650       - "nfv_density"
7651       - "hoststack"
7652     level-2:
7653       - "2n-skx"
7654       - "3n-skx"
7655       - "2n-clx"
7656       - "3n-hsw"
7657       - "3n-tsh"
7658       - "2n-dnv"
7659       - "3n-dnv"
7660     level-3:
7661       - "xl710"
7662       - "x520"
7663       - "xxv710"
7664       - "x710"
7665       - "x553"
7666       - "cx556a"
7667       - "vic1227"
7668       - "vic1385"
7669
7670 # VPP MRR Results
7671 - type: "file"
7672   title: "VPP MRR Results"
7673   algorithm: "file_details_split"
7674   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7675   dir-tables:
7676     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7677     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7678     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7679     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7680     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7681     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7682     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7683   data:
7684     - "vpp-mrr-results-2n-skx"
7685     - "vpp-mrr-results-3n-skx"
7686     - "vpp-mrr-results-2n-clx"
7687     - "vpp-mrr-results-3n-hsw"
7688     - "vpp-mrr-results-3n-tsh"
7689     - "vpp-mrr-results-2n-dnv"
7690     - "vpp-mrr-results-3n-dnv"
7691   filter: "all"
7692   data-start-level: 4
7693   order-chapters:
7694     level-1:
7695       - "l2"
7696       - "ip4"
7697       - "ip6"
7698       - "srv6"
7699       - "ip4_tunnels"
7700       - "ip6_tunnels"
7701       - "vm_vhost"
7702       - "container_memif"
7703       - "crypto"
7704       - "vts"
7705       - "lb"
7706       - "nfv_density"
7707       - "hoststack"
7708     level-2:
7709       - "2n-skx"
7710       - "3n-skx"
7711       - "2n-clx"
7712       - "3n-hsw"
7713       - "3n-tsh"
7714       - "2n-dnv"
7715       - "3n-dnv"
7716     level-3:
7717       - "xl710"
7718       - "x520"
7719       - "xxv710"
7720       - "x710"
7721       - "x553"
7722       - "cx556a"
7723       - "vic1227"
7724       - "vic1385"
7725
7726 # VPP MRR Configuration
7727 - type: "file"
7728   title: "VPP MRR Configuration"
7729   algorithm: "file_details_split"
7730   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7731   dir-tables:
7732     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7733     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7734     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7735     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7736     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7737     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7738     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7739   data:
7740     - "vpp-mrr-results-2n-skx"
7741     - "vpp-mrr-results-3n-skx"
7742     - "vpp-mrr-results-2n-clx"
7743     - "vpp-mrr-results-3n-hsw"
7744     - "vpp-mrr-results-3n-tsh"
7745     - "vpp-mrr-results-2n-dnv"
7746     - "vpp-mrr-results-3n-dnv"
7747   filter: "all"
7748   data-start-level: 4
7749   order-chapters:
7750     level-1:
7751       - "l2"
7752       - "ip4"
7753       - "ip6"
7754       - "srv6"
7755       - "ip4_tunnels"
7756       - "ip6_tunnels"
7757       - "vm_vhost"
7758       - "container_memif"
7759       - "crypto"
7760       - "vts"
7761       - "lb"
7762       - "nfv_density"
7763       - "hoststack"
7764     level-2:
7765       - "2n-skx"
7766       - "3n-skx"
7767       - "2n-clx"
7768       - "3n-hsw"
7769       - "3n-tsh"
7770       - "2n-dnv"
7771       - "3n-dnv"
7772     level-3:
7773       - "xl710"
7774       - "x520"
7775       - "xxv710"
7776       - "x710"
7777       - "x553"
7778       - "cx556a"
7779       - "vic1227"
7780       - "vic1385"
7781
7782 # VPP Device Results - Ubuntu
7783 - type: "file"
7784   title: "VPP Device Results - Ubuntu"
7785   algorithm: "file_test_results"
7786   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7787   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7788   data: "vpp-device-results-ubuntu"
7789   filter: "all"
7790   data-start-level: 4
7791
7792 # VPP Device Configuration - Ubuntu
7793 - type: "file"
7794   title: "VPP Device Configuration - Ubuntu"
7795   algorithm: "file_test_results"
7796   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7797   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7798   data: "vpp-device-results-ubuntu"
7799   filter: "all"
7800   data-start-level: 4
7801
7802 # DPDK Performance Results 3n-hsw
7803 - type: "file"
7804   title: "DPDK Performance Results 3n-hsw"
7805   algorithm: "file_test_results"
7806   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7807   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7808   data: "dpdk-perf-results-3n-hsw"
7809   filter: "all"
7810   data-start-level: 4
7811
7812 # DPDK Performance Results 3n-skx
7813 - type: "file"
7814   title: "DPDK Performance Results 3n-skx"
7815   algorithm: "file_test_results"
7816   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7817   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7818   data: "dpdk-perf-results-3n-skx"
7819   filter: "all"
7820   data-start-level: 4
7821
7822 # DPDK Performance Results 2n-skx
7823 - type: "file"
7824   title: "DPDK Performance Results 2n-skx"
7825   algorithm: "file_test_results"
7826   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7827   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7828   data: "dpdk-perf-results-2n-skx"
7829   filter: "all"
7830   data-start-level: 4
7831
7832 # DPDK Performance Results 2n-clx
7833 - type: "file"
7834   title: "DPDK Performance Results 2n-clx"
7835   algorithm: "file_test_results"
7836   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7837   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7838   data: "dpdk-perf-results-2n-clx"
7839   filter: "all"
7840   data-start-level: 4
7841
7842 ## DPDK Performance Results 2n-dnv
7843 #- type: "file"
7844 #  title: "DPDK Performance Results 2n-dnv"
7845 #  algorithm: "file_test_results"
7846 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7847 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7848 #  data: "dpdk-perf-results-2n-dnv"
7849 #  filter: "all"
7850 #  data-start-level: 4
7851 #
7852 ## DPDK Performance Results 3n-dnv
7853 #- type: "file"
7854 #  title: "DPDK Performance Results 3n-dnv"
7855 #  algorithm: "file_test_results"
7856 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7857 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7858 #  data: "dpdk-perf-results-3n-dnv"
7859 #  filter: "all"
7860 #  data-start-level: 4
7861
7862 # DPDK Performance Results 3n-tsh
7863 - type: "file"
7864   title: "DPDK Performance Results 3n-tsh"
7865   algorithm: "file_test_results"
7866   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7867   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7868   data: "dpdk-perf-results-3n-tsh"
7869   filter: "all"
7870   data-start-level: 4
7871
7872 ################################################################################
7873 ###                                P L O T S                                 ###
7874 ################################################################################
7875
7876 # Hoststack tests 3n-hsw
7877
7878 - type: "plot"
7879   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7880   algorithm: "plot_perf_box_name"
7881   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7882   data: "plot-vpp-hoststack-3n-hsw"
7883   include:
7884     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7885     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7886   layout:
7887     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7888     layout: "plot-hoststack"
7889
7890 - type: "plot"
7891   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7892   algorithm: "plot_perf_box_name"
7893   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7894   data: "plot-vpp-hoststack-3n-hsw"
7895   include:
7896     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7897     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7898   layout:
7899     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7900     layout: "plot-hoststack"
7901
7902 - type: "plot"
7903   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7904   algorithm: "plot_perf_box_name"
7905   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7906   data: "plot-vpp-hoststack-3n-hsw"
7907   include:
7908     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7909     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7910     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7911     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7912   layout:
7913     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7914     layout: "plot-hoststack"
7915
7916 ################################################################################
7917
7918 # Soak Test (PLRsearch), boxes - 2n-clx
7919 - type: "plot"
7920   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7921   algorithm: "plot_perf_box_name"
7922   output-file-type: ".html"
7923   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7924   data: "plot-vpp-soak-2n-clx"
7925   include:
7926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7932   layout:
7933     title: "30 Minutes Soak Test (PLRsearch)"
7934     layout: "plot-soak-throughput"
7935
7936 # Soak Test (PLRsearch), boxes - 2n-clx
7937 - type: "plot"
7938   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7939   algorithm: "plot_perf_box_name"
7940   output-file-type: ".html"
7941   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7942   data: "plot-vpp-soak-2n-clx"
7943   include:
7944     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7945     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7946     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7947     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7949     - "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"
7950   layout:
7951     title: "30 Minutes Soak Test (PLRsearch)"
7952     layout: "plot-soak-throughput"
7953
7954 # Soak Test (PLRsearch), boxes - 2n-skx
7955 - type: "plot"
7956   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7957   algorithm: "plot_perf_box_name"
7958   output-file-type: ".html"
7959   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7960   data: "plot-vpp-soak-2n-skx"
7961   include:
7962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7968   layout:
7969     title: "30 Minutes Soak Test (PLRsearch)"
7970     layout: "plot-soak-throughput"
7971
7972 # Soak Test (PLRsearch), boxes - 2n-skx
7973 - type: "plot"
7974   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7975   algorithm: "plot_perf_box_name"
7976   output-file-type: ".html"
7977   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7978   data: "plot-vpp-soak-2n-skx"
7979   include:
7980     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7982     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7983     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7985     - "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"
7986   layout:
7987     title: "30 Minutes Soak Test (PLRsearch)"
7988     layout: "plot-soak-throughput"
7989
7990 ###############################################################################
7991
7992 # Reconf tests 2n-skx
7993
7994 - type: "plot"
7995   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7996   algorithm: "plot_nf_reconf_box_name"
7997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7998   data: "plot-vpp-nfv-reconf-2n-skx"
7999   include:
8000     - "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"
8001     - "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"
8002     - "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"
8003     - "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"
8004     - "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"
8005     - "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"
8006   layout:
8007     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8008     layout: "plot-throughput"
8009
8010 - type: "plot"
8011   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8012   algorithm: "plot_nf_reconf_box_name"
8013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8014   data: "plot-vpp-nfv-reconf-2n-skx"
8015   include:
8016     - "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"
8017     - "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"
8018     - "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"
8019     - "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"
8020     - "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"
8021     - "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"
8022   layout:
8023     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8024     layout: "plot-throughput"
8025
8026 - type: "plot"
8027   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8028   algorithm: "plot_nf_reconf_box_name"
8029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8030   data: "plot-vpp-nfv-reconf-2n-skx"
8031   include:
8032     - "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"
8033     - "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"
8034     - "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"
8035     - "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"
8036     - "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"
8037     - "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"
8038   layout:
8039     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8040     layout: "plot-throughput"
8041
8042 ###############################################################################
8043
8044 # Reconf tests 2n-clx
8045
8046 - type: "plot"
8047   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8048   algorithm: "plot_nf_reconf_box_name"
8049   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8050   data: "plot-vpp-nfv-reconf-2n-clx"
8051   include:
8052     - "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"
8053     - "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"
8054     - "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"
8055     - "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"
8056   layout:
8057     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8058     layout: "plot-throughput"
8059
8060 - type: "plot"
8061   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8062   algorithm: "plot_nf_reconf_box_name"
8063   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8064   data: "plot-vpp-nfv-reconf-2n-clx"
8065   include:
8066     - "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"
8067     - "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"
8068     - "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"
8069     - "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"
8070   layout:
8071     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8072     layout: "plot-throughput"
8073
8074 - type: "plot"
8075   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8076   algorithm: "plot_nf_reconf_box_name"
8077   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8078   data: "plot-vpp-nfv-reconf-2n-clx"
8079   include:
8080     - "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"
8081     - "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"
8082     - "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"
8083     - "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"
8084   layout:
8085     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8086     layout: "plot-throughput"
8087
8088 ###############################################################################
8089
8090 # Plots - NF Density - VSC - MRR IMIX
8091 - type: "plot"
8092   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8093   algorithm: "plot_nf_heatmap"
8094   output-file-type: ".html"
8095   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8096   data: "plot-vpp-nfv-2n-skx-mrr"
8097   filter: "'NIC_Intel-XXV710' and
8098            'NF_DENSITY' and
8099            'VHOST' and
8100            not 'VXLAN' and
8101            'CHAIN' and
8102            'NF_VPPIP4' and
8103            'IMIX' and
8104            '2T1C' and
8105            'MRR'"
8106   parameters:
8107   - "result"
8108   - "name"
8109   - "tags"
8110   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8111   x-axis: "X = VNFs per Service Chain"
8112   y-axis: "Y = Number of Service Chains"
8113   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8114   layout:
8115     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8116     layout: "plot-service-density"
8117
8118 - type: "plot"
8119   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8120   algorithm: "plot_nf_heatmap"
8121   output-file-type: ".html"
8122   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8123   data: "plot-vpp-nfv-2n-skx-mrr"
8124   filter: "'NIC_Intel-XXV710' and
8125            'NF_DENSITY' and
8126            'VHOST' and
8127            not 'VXLAN' and
8128            'CHAIN' and
8129            'NF_VPPIP4' and
8130            'IMIX' and
8131            '4T2C' and
8132            'MRR'"
8133   parameters:
8134   - "result"
8135   - "name"
8136   - "tags"
8137   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8138   x-axis: "X = VNFs per Service Chain"
8139   y-axis: "Y = Number of Service Chains"
8140   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8141   layout:
8142     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8143     layout: "plot-service-density"
8144
8145 - type: "plot"
8146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8147   algorithm: "plot_nf_heatmap"
8148   output-file-type: ".html"
8149   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8150   data: "plot-vpp-nfv-2n-skx-mrr"
8151   filter: "'NIC_Intel-XXV710' and
8152            'NF_DENSITY' and
8153            'VHOST' and
8154            not 'VXLAN' and
8155            'CHAIN' and
8156            'NF_VPPIP4' and
8157            'IMIX' and
8158            '8T4C' and
8159            'MRR'"
8160   parameters:
8161   - "result"
8162   - "name"
8163   - "tags"
8164   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8165   x-axis: "X = VNFs per Service Chain"
8166   y-axis: "Y = Number of Service Chains"
8167   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8168   layout:
8169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8170     layout: "plot-service-density"
8171
8172 # Plots - NF Density - VSC - NDR IMIX
8173 - type: "plot"
8174   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8175   algorithm: "plot_nf_heatmap"
8176   output-file-type: ".html"
8177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8178   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8179   filter: "'NIC_Intel-XXV710' and
8180            'NF_DENSITY' and
8181            'VHOST' and
8182            not 'VXLAN' and
8183            'CHAIN' and
8184            'NF_VPPIP4' and
8185            'IMIX' and
8186            '2T1C' and
8187            'NDRPDR'"
8188   parameters:
8189   - "throughput"
8190   - "name"
8191   - "tags"
8192   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8193   x-axis: "X = VNFs per Service Chain"
8194   y-axis: "Y = Number of Service Chains"
8195   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8196   layout:
8197     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8198     layout: "plot-service-density"
8199
8200 - type: "plot"
8201   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8202   algorithm: "plot_nf_heatmap"
8203   output-file-type: ".html"
8204   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8205   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8206   filter: "'NIC_Intel-XXV710' and
8207            'NF_DENSITY' and
8208            'VHOST' and
8209            not 'VXLAN' and
8210            'CHAIN' and
8211            'NF_VPPIP4' and
8212            'IMIX' and
8213            '4T2C' and
8214            'NDRPDR'"
8215   parameters:
8216   - "throughput"
8217   - "name"
8218   - "tags"
8219   include-tests: "NDR" # "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 NDR) [Mpps]"
8223   layout:
8224     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8225     layout: "plot-service-density"
8226
8227 - type: "plot"
8228   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8229   algorithm: "plot_nf_heatmap"
8230   output-file-type: ".html"
8231   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8232   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8233   filter: "'NIC_Intel-XXV710' and
8234            'NF_DENSITY' and
8235            'VHOST' and
8236            not 'VXLAN' and
8237            'CHAIN' and
8238            'NF_VPPIP4' and
8239            'IMIX' and
8240            '8T4C' and
8241            'NDRPDR'"
8242   parameters:
8243   - "throughput"
8244   - "name"
8245   - "tags"
8246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8247   x-axis: "X = VNFs per Service Chain"
8248   y-axis: "Y = Number of Service Chains"
8249   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8250   layout:
8251     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8252     layout: "plot-service-density"
8253
8254 # Plots - NF Density - VSC - PDR IMIX
8255 - type: "plot"
8256   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8257   algorithm: "plot_nf_heatmap"
8258   output-file-type: ".html"
8259   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8260   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8261   filter: "'NIC_Intel-XXV710' and
8262            'NF_DENSITY' and
8263            'VHOST' and
8264            not 'VXLAN' and
8265            'CHAIN' and
8266            'NF_VPPIP4' and
8267            'IMIX' and
8268            '2T1C' and
8269            'NDRPDR'"
8270   parameters:
8271   - "throughput"
8272   - "name"
8273   - "tags"
8274   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8275   x-axis: "X = VNFs per Service Chain"
8276   y-axis: "Y = Number of Service Chains"
8277   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8278   layout:
8279     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8280     layout: "plot-service-density"
8281
8282 - type: "plot"
8283   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8284   algorithm: "plot_nf_heatmap"
8285   output-file-type: ".html"
8286   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8287   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8288   filter: "'NIC_Intel-XXV710' and
8289            'NF_DENSITY' and
8290            'VHOST' and
8291            not 'VXLAN' and
8292            'CHAIN' and
8293            'NF_VPPIP4' and
8294            'IMIX' and
8295            '4T2C' and
8296            'NDRPDR'"
8297   parameters:
8298   - "throughput"
8299   - "name"
8300   - "tags"
8301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8302   x-axis: "X = VNFs per Service Chain"
8303   y-axis: "Y = Number of Service Chains"
8304   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8305   layout:
8306     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8307     layout: "plot-service-density"
8308
8309 - type: "plot"
8310   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8311   algorithm: "plot_nf_heatmap"
8312   output-file-type: ".html"
8313   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8314   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8315   filter: "'NIC_Intel-XXV710' and
8316            'NF_DENSITY' and
8317            'VHOST' and
8318            not 'VXLAN' and
8319            'CHAIN' and
8320            'NF_VPPIP4' and
8321            'IMIX' and
8322            '8T4C' and
8323            'NDRPDR'"
8324   parameters:
8325   - "throughput"
8326   - "name"
8327   - "tags"
8328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8329   x-axis: "X = VNFs per Service Chain"
8330   y-axis: "Y = Number of Service Chains"
8331   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8332   layout:
8333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8334     layout: "plot-service-density"
8335
8336 ###############################################################################
8337
8338 # Plots - NF Density - VSC - MRR IMIX
8339 - type: "plot"
8340   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8341   algorithm: "plot_nf_heatmap"
8342   output-file-type: ".html"
8343   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8344   data: "plot-vpp-nfv-2n-skx-mrr"
8345   filter: "'NIC_Intel-XXV710' and
8346            'NF_DENSITY' and
8347            'VHOST' and
8348            'VXLAN' and
8349            'CHAIN' and
8350            'IMIX' and
8351            '2T1C' and
8352            'MRR'"
8353   parameters:
8354   - "result"
8355   - "name"
8356   - "tags"
8357   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8358   x-axis: "X = VNFs per Service Chain"
8359   y-axis: "Y = Number of Service Chains"
8360   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8361   layout:
8362     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8363     layout: "plot-service-density"
8364
8365 - type: "plot"
8366   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8367   algorithm: "plot_nf_heatmap"
8368   output-file-type: ".html"
8369   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8370   data: "plot-vpp-nfv-2n-skx-mrr"
8371   filter: "'NIC_Intel-XXV710' and
8372            'NF_DENSITY' and
8373            'VHOST' and
8374            'VXLAN' and
8375            'CHAIN' and
8376            'IMIX' and
8377            '4T2C' and
8378            'MRR'"
8379   parameters:
8380   - "result"
8381   - "name"
8382   - "tags"
8383   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8384   x-axis: "X = VNFs per Service Chain"
8385   y-axis: "Y = Number of Service Chains"
8386   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8387   layout:
8388     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8389     layout: "plot-service-density"
8390
8391 - type: "plot"
8392   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8393   algorithm: "plot_nf_heatmap"
8394   output-file-type: ".html"
8395   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8396   data: "plot-vpp-nfv-2n-skx-mrr"
8397   filter: "'NIC_Intel-XXV710' and
8398            'NF_DENSITY' and
8399            'VHOST' and
8400            'VXLAN' and
8401            'CHAIN' and
8402            'IMIX' and
8403            '8T4C' and
8404            'MRR'"
8405   parameters:
8406   - "result"
8407   - "name"
8408   - "tags"
8409   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8410   x-axis: "X = VNFs per Service Chain"
8411   y-axis: "Y = Number of Service Chains"
8412   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8413   layout:
8414     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8415     layout: "plot-service-density"
8416
8417 # Plots - NF Density - VSC - NDR IMIX
8418 - type: "plot"
8419   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8420   algorithm: "plot_nf_heatmap"
8421   output-file-type: ".html"
8422   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8423   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8424   filter: "'NIC_Intel-XXV710' and
8425            'NF_DENSITY' and
8426            'VHOST' and
8427            'VXLAN' and
8428            'CHAIN' and
8429            'IMIX' and
8430            '2T1C' and
8431            'NDRPDR'"
8432   parameters:
8433   - "throughput"
8434   - "name"
8435   - "tags"
8436   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8437   x-axis: "X = VNFs per Service Chain"
8438   y-axis: "Y = Number of Service Chains"
8439   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8440   layout:
8441     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8442     layout: "plot-service-density"
8443
8444 - type: "plot"
8445   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8446   algorithm: "plot_nf_heatmap"
8447   output-file-type: ".html"
8448   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8449   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8450   filter: "'NIC_Intel-XXV710' and
8451            'NF_DENSITY' and
8452            'VHOST' and
8453            'VXLAN' and
8454            'CHAIN' and
8455            'IMIX' and
8456            '4T2C' and
8457            'NDRPDR'"
8458   parameters:
8459   - "throughput"
8460   - "name"
8461   - "tags"
8462   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8463   x-axis: "X = VNFs per Service Chain"
8464   y-axis: "Y = Number of Service Chains"
8465   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8466   layout:
8467     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8468     layout: "plot-service-density"
8469
8470 - type: "plot"
8471   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8472   algorithm: "plot_nf_heatmap"
8473   output-file-type: ".html"
8474   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8475   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8476   filter: "'NIC_Intel-XXV710' and
8477            'NF_DENSITY' and
8478            'VHOST' and
8479            'VXLAN' and
8480            'CHAIN' and
8481            'IMIX' and
8482            '8T4C' and
8483            'NDRPDR'"
8484   parameters:
8485   - "throughput"
8486   - "name"
8487   - "tags"
8488   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8489   x-axis: "X = VNFs per Service Chain"
8490   y-axis: "Y = Number of Service Chains"
8491   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8492   layout:
8493     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8494     layout: "plot-service-density"
8495
8496 # Plots - NF Density - VSC - PDR IMIX
8497 - type: "plot"
8498   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8499   algorithm: "plot_nf_heatmap"
8500   output-file-type: ".html"
8501   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8502   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8503   filter: "'NIC_Intel-XXV710' and
8504            'NF_DENSITY' and
8505            'VHOST' and
8506            'VXLAN' and
8507            'CHAIN' and
8508            'IMIX' and
8509            '2T1C' and
8510            'NDRPDR'"
8511   parameters:
8512   - "throughput"
8513   - "name"
8514   - "tags"
8515   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8516   x-axis: "X = VNFs per Service Chain"
8517   y-axis: "Y = Number of Service Chains"
8518   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8519   layout:
8520     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8521     layout: "plot-service-density"
8522
8523 - type: "plot"
8524   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8525   algorithm: "plot_nf_heatmap"
8526   output-file-type: ".html"
8527   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8528   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8529   filter: "'NIC_Intel-XXV710' and
8530            'NF_DENSITY' and
8531            'VHOST' and
8532            'VXLAN' and
8533            'CHAIN' and
8534            'IMIX' and
8535            '4T2C' and
8536            'NDRPDR'"
8537   parameters:
8538   - "throughput"
8539   - "name"
8540   - "tags"
8541   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8542   x-axis: "X = VNFs per Service Chain"
8543   y-axis: "Y = Number of Service Chains"
8544   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8545   layout:
8546     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8547     layout: "plot-service-density"
8548
8549 - type: "plot"
8550   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8551   algorithm: "plot_nf_heatmap"
8552   output-file-type: ".html"
8553   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8554   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8555   filter: "'NIC_Intel-XXV710' and
8556            'NF_DENSITY' and
8557            'VHOST' and
8558            'VXLAN' and
8559            'CHAIN' and
8560            'IMIX' and
8561            '8T4C' and
8562            'NDRPDR'"
8563   parameters:
8564   - "throughput"
8565   - "name"
8566   - "tags"
8567   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8568   x-axis: "X = VNFs per Service Chain"
8569   y-axis: "Y = Number of Service Chains"
8570   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8571   layout:
8572     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8573     layout: "plot-service-density"
8574
8575 ###############################################################################
8576
8577 # Plots - NF Density - CSC - MRR IMIX
8578 - type: "plot"
8579   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8580   algorithm: "plot_nf_heatmap"
8581   output-file-type: ".html"
8582   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8583   data: "plot-vpp-nfv-2n-skx-mrr"
8584   filter: "'NIC_Intel-XXV710' and
8585            'NF_DENSITY' and
8586            'DOCKER' and
8587            'CHAIN' and
8588            'NF_VPPIP4' and
8589            'IMIX' and
8590            '2T1C' and
8591            'MRR'"
8592   parameters:
8593   - "result"
8594   - "name"
8595   - "tags"
8596   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8597   x-axis: "X = CNFs per Service Chain"
8598   y-axis: "Y = Number of Service Chains"
8599   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8600   layout:
8601     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8602     layout: "plot-service-density"
8603
8604 - type: "plot"
8605   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8606   algorithm: "plot_nf_heatmap"
8607   output-file-type: ".html"
8608   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8609   data: "plot-vpp-nfv-2n-skx-mrr"
8610   filter: "'NIC_Intel-XXV710' and
8611            'NF_DENSITY' and
8612            'DOCKER' and
8613            'CHAIN' and
8614            'NF_VPPIP4' and
8615            'IMIX' and
8616            '4T2C' and
8617            'MRR'"
8618   parameters:
8619   - "result"
8620   - "name"
8621   - "tags"
8622   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8623   x-axis: "X = CNFs per Service Chain"
8624   y-axis: "Y = Number of Service Chains"
8625   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8626   layout:
8627     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8628     layout: "plot-service-density"
8629
8630 - type: "plot"
8631   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8632   algorithm: "plot_nf_heatmap"
8633   output-file-type: ".html"
8634   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8635   data: "plot-vpp-nfv-2n-skx-mrr"
8636   filter: "'NIC_Intel-XXV710' and
8637            'NF_DENSITY' and
8638            'DOCKER' and
8639            'CHAIN' and
8640            'NF_VPPIP4' and
8641            'IMIX' and
8642            '8T4C' and
8643            'MRR'"
8644   parameters:
8645   - "result"
8646   - "name"
8647   - "tags"
8648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8649   x-axis: "X = CNFs per Service Chain"
8650   y-axis: "Y = Number of Service Chains"
8651   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8652   layout:
8653     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8654     layout: "plot-service-density"
8655
8656 # Plots - NF Density - CSC - NDR IMIX
8657 - type: "plot"
8658   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8659   algorithm: "plot_nf_heatmap"
8660   output-file-type: ".html"
8661   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8662   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8663   filter: "'NIC_Intel-XXV710' and
8664            'NF_DENSITY' and
8665            'DOCKER' and
8666            'CHAIN' and
8667            'NF_VPPIP4' and
8668            'IMIX' and
8669            '2T1C' and
8670            'NDRPDR'"
8671   parameters:
8672   - "throughput"
8673   - "name"
8674   - "tags"
8675   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8676   x-axis: "X = CNFs per Service Chain"
8677   y-axis: "Y = Number of Service Chains"
8678   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8679   layout:
8680     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8681     layout: "plot-service-density"
8682
8683 - type: "plot"
8684   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8685   algorithm: "plot_nf_heatmap"
8686   output-file-type: ".html"
8687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8688   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8689   filter: "'NIC_Intel-XXV710' and
8690            'NF_DENSITY' and
8691            'DOCKER' and
8692            'CHAIN' and
8693            'NF_VPPIP4' and
8694            'IMIX' and
8695            '4T2C' and
8696            'NDRPDR'"
8697   parameters:
8698   - "throughput"
8699   - "name"
8700   - "tags"
8701   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8702   x-axis: "X = CNFs per Service Chain"
8703   y-axis: "Y = Number of Service Chains"
8704   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8705   layout:
8706     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8707     layout: "plot-service-density"
8708
8709 - type: "plot"
8710   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8711   algorithm: "plot_nf_heatmap"
8712   output-file-type: ".html"
8713   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8714   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8715   filter: "'NIC_Intel-XXV710' and
8716            'NF_DENSITY' and
8717            'DOCKER' and
8718            'CHAIN' and
8719            'NF_VPPIP4' and
8720            'IMIX' and
8721            '8T4C' and
8722            'NDRPDR'"
8723   parameters:
8724   - "throughput"
8725   - "name"
8726   - "tags"
8727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8728   x-axis: "X = CNFs per Service Chain"
8729   y-axis: "Y = Number of Service Chains"
8730   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8731   layout:
8732     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8733     layout: "plot-service-density"
8734
8735 # Plots - NF Density - CSC - PDR IMIX
8736 - type: "plot"
8737   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8738   algorithm: "plot_nf_heatmap"
8739   output-file-type: ".html"
8740   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8741   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8742   filter: "'NIC_Intel-XXV710' and
8743            'NF_DENSITY' and
8744            'DOCKER' and
8745            'CHAIN' and
8746            'NF_VPPIP4' and
8747            'IMIX' and
8748            '2T1C' and
8749            'NDRPDR'"
8750   parameters:
8751   - "throughput"
8752   - "name"
8753   - "tags"
8754   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8755   x-axis: "X = CNFs per Service Chain"
8756   y-axis: "Y = Number of Service Chains"
8757   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8758   layout:
8759     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8760     layout: "plot-service-density"
8761
8762 - type: "plot"
8763   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8764   algorithm: "plot_nf_heatmap"
8765   output-file-type: ".html"
8766   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8767   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8768   filter: "'NIC_Intel-XXV710' and
8769            'NF_DENSITY' and
8770            'DOCKER' and
8771            'CHAIN' and
8772            'NF_VPPIP4' and
8773            'IMIX' and
8774            '4T2C' and
8775            'NDRPDR'"
8776   parameters:
8777   - "throughput"
8778   - "name"
8779   - "tags"
8780   include-tests: "PDR" # "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 PDR) [Mpps]"
8784   layout:
8785     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8786     layout: "plot-service-density"
8787
8788 - type: "plot"
8789   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8790   algorithm: "plot_nf_heatmap"
8791   output-file-type: ".html"
8792   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8793   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8794   filter: "'NIC_Intel-XXV710' and
8795            'NF_DENSITY' and
8796            'DOCKER' and
8797            'CHAIN' and
8798            'NF_VPPIP4' and
8799            'IMIX' and
8800            '8T4C' and
8801            'NDRPDR'"
8802   parameters:
8803   - "throughput"
8804   - "name"
8805   - "tags"
8806   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8807   x-axis: "X = CNFs per Service Chain"
8808   y-axis: "Y = Number of Service Chains"
8809   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8810   layout:
8811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8812     layout: "plot-service-density"
8813
8814 ################################################################################
8815 #
8816 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8817 #- type: "plot"
8818 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8819 #  algorithm: "plot_nf_heatmap"
8820 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8821 #  data: "plot-vpp-nfv-3n-skx-mrr"
8822 #  filter: "'NIC_Intel-XXV710' and
8823 #           'NF_DENSITY' and
8824 #           'DOCKER' and
8825 #           'CHAIN' and
8826 #           'NF_VPPIP4' and
8827 #           'IPSEC' and
8828 #           'TNL_4' and
8829 #           'IMIX' and
8830 #           '2T1C' and
8831 #           'MRR'"
8832 #  parameters:
8833 #  - "result"
8834 #  - "name"
8835 #  - "tags"
8836 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8837 #  x-axis: "X = CNFs per Service Chain"
8838 #  y-axis: "Y = Number of Service Chains"
8839 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8840 #  layout:
8841 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8842 #    layout: "plot-service-density"
8843 #
8844 #- type: "plot"
8845 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8846 #  algorithm: "plot_nf_heatmap"
8847 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8848 #  data: "plot-vpp-nfv-3n-skx-mrr"
8849 #  filter: "'NIC_Intel-XXV710' and
8850 #           'NF_DENSITY' and
8851 #           'DOCKER' and
8852 #           'CHAIN' and
8853 #           'NF_VPPIP4' and
8854 #           'IPSEC' and
8855 #           'TNL_4' and
8856 #           'IMIX' and
8857 #           '4T2C' and
8858 #           'MRR'"
8859 #  parameters:
8860 #  - "result"
8861 #  - "name"
8862 #  - "tags"
8863 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8864 #  x-axis: "X = CNFs per Service Chain"
8865 #  y-axis: "Y = Number of Service Chains"
8866 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8867 #  layout:
8868 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8869 #    layout: "plot-service-density"
8870 #
8871 #- type: "plot"
8872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8873 #  algorithm: "plot_nf_heatmap"
8874 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8875 #  data: "plot-vpp-nfv-3n-skx-mrr"
8876 #  filter: "'NIC_Intel-XXV710' and
8877 #           'NF_DENSITY' and
8878 #           'DOCKER' and
8879 #           'CHAIN' and
8880 #           'NF_VPPIP4' and
8881 #           'IPSEC' and
8882 #           'TNL_4' and
8883 #           'IMIX' and
8884 #           '8T4C' and
8885 #           'MRR'"
8886 #  parameters:
8887 #  - "result"
8888 #  - "name"
8889 #  - "tags"
8890 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8891 #  x-axis: "X = CNFs per Service Chain"
8892 #  y-axis: "Y = Number of Service Chains"
8893 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8894 #  layout:
8895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8896 #    layout: "plot-service-density"
8897
8898 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8899 #- type: "plot"
8900 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8901 #  algorithm: "plot_nf_heatmap"
8902 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8903 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8904 #  filter: "'NIC_Intel-XXV710' and
8905 #           'NF_DENSITY' and
8906 #           'DOCKER' and
8907 #           'CHAIN' and
8908 #           'NF_VPPIP4' and
8909 #           'IPSEC' and
8910 #           'TNL_4' and
8911 #           'IMIX' and
8912 #           '2T1C' and
8913 #           'NDRPDR'"
8914 #  parameters:
8915 #  - "throughput"
8916 #  - "name"
8917 #  - "tags"
8918 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8919 #  x-axis: "X = CNFs per Service Chain"
8920 #  y-axis: "Y = Number of Service Chains"
8921 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8922 #  layout:
8923 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8924 #    layout: "plot-service-density"
8925 #
8926 #- type: "plot"
8927 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8928 #  algorithm: "plot_nf_heatmap"
8929 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8930 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8931 #  filter: "'NIC_Intel-XXV710' and
8932 #           'NF_DENSITY' and
8933 #           'DOCKER' and
8934 #           'CHAIN' and
8935 #           'NF_VPPIP4' and
8936 #           'IPSEC' and
8937 #           'TNL_4' and
8938 #           'IMIX' and
8939 #           '4T2C' and
8940 #           'NDRPDR'"
8941 #  parameters:
8942 #  - "throughput"
8943 #  - "name"
8944 #  - "tags"
8945 #  include-tests: "NDR" # "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 NDR) [Mpps]"
8949 #  layout:
8950 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8951 #    layout: "plot-service-density"
8952 #
8953 #- type: "plot"
8954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8955 #  algorithm: "plot_nf_heatmap"
8956 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8957 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8958 #  filter: "'NIC_Intel-XXV710' 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 #           '8T4C' and
8967 #           'NDRPDR'"
8968 #  parameters:
8969 #  - "throughput"
8970 #  - "name"
8971 #  - "tags"
8972 #  include-tests: "NDR" # "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 NDR) [Mpps]"
8976 #  layout:
8977 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8978 #    layout: "plot-service-density"
8979 #
8980 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8981 #- type: "plot"
8982 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8983 #  algorithm: "plot_nf_heatmap"
8984 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8985 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8986 #  filter: "'NIC_Intel-XXV710' and
8987 #           'NF_DENSITY' and
8988 #           'DOCKER' and
8989 #           'CHAIN' and
8990 #           'NF_VPPIP4' and
8991 #           'IPSEC' and
8992 #           'TNL_4' and
8993 #           'IMIX' and
8994 #           '2T1C' and
8995 #           'NDRPDR'"
8996 #  parameters:
8997 #  - "throughput"
8998 #  - "name"
8999 #  - "tags"
9000 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9001 #  x-axis: "X = CNFs per Service Chain"
9002 #  y-axis: "Y = Number of Service Chains"
9003 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9004 #  layout:
9005 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9006 #    layout: "plot-service-density"
9007 #
9008 #- type: "plot"
9009 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9010 #  algorithm: "plot_nf_heatmap"
9011 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9012 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9013 #  filter: "'NIC_Intel-XXV710' 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 #           '4T2C' and
9022 #           'NDRPDR'"
9023 #  parameters:
9024 #  - "throughput"
9025 #  - "name"
9026 #  - "tags"
9027 #  include-tests: "PDR" # "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 PDR) [Mpps]"
9031 #  layout:
9032 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9033 #    layout: "plot-service-density"
9034 #
9035 #- type: "plot"
9036 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9037 #  algorithm: "plot_nf_heatmap"
9038 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9039 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9040 #  filter: "'NIC_Intel-XXV710' 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 #           '8T4C' and
9049 #           'NDRPDR'"
9050 #  parameters:
9051 #  - "throughput"
9052 #  - "name"
9053 #  - "tags"
9054 #  include-tests: "PDR" # "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 PDR) [Mpps]"
9058 #  layout:
9059 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9060 #    layout: "plot-service-density"
9061
9062 ###############################################################################
9063
9064 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9065 #- type: "plot"
9066 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9067 #  algorithm: "plot_nf_heatmap"
9068 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9069 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9070 #  filter: "'NIC_Intel-XL710' and
9071 #           'NF_DENSITY' and
9072 #           'DOCKER' and
9073 #           'CHAIN' and
9074 #           'NF_VPPIP4' and
9075 #           'IMIX' and
9076 #           'TNL_4' and
9077 #           '1T1C' and
9078 #           'MRR'"
9079 #  parameters:
9080 #  - "result"
9081 #  - "name"
9082 #  - "tags"
9083 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9084 #  x-axis: "X = CNFs per Service Chain"
9085 #  y-axis: "Y = Number of Service Chains"
9086 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9087 #  layout:
9088 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9089 #    layout: "plot-service-density"
9090 #
9091 #- type: "plot"
9092 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9093 #  algorithm: "plot_nf_heatmap"
9094 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9095 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9096 #  filter: "'NIC_Intel-XL710' and
9097 #           'NF_DENSITY' and
9098 #           'DOCKER' and
9099 #           'CHAIN' and
9100 #           'NF_VPPIP4' and
9101 #           'IPSEC' and
9102 #           'TNL_4' and
9103 #           'IMIX' and
9104 #           '2T2C' and
9105 #           'MRR'"
9106 #  parameters:
9107 #  - "result"
9108 #  - "name"
9109 #  - "tags"
9110 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9111 #  x-axis: "X = CNFs per Service Chain"
9112 #  y-axis: "Y = Number of Service Chains"
9113 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9114 #  layout:
9115 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9116 #    layout: "plot-service-density"
9117 #
9118 #- type: "plot"
9119 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9120 #  algorithm: "plot_nf_heatmap"
9121 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9122 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9123 #  filter: "'NIC_Intel-XL710' and
9124 #           'NF_DENSITY' and
9125 #           'DOCKER' and
9126 #           'CHAIN' and
9127 #           'NF_VPPIP4' and
9128 #           'IPSEC' and
9129 #           'TNL_4' and
9130 #           'IMIX' and
9131 #           '4T4C' and
9132 #           'MRR'"
9133 #  parameters:
9134 #  - "result"
9135 #  - "name"
9136 #  - "tags"
9137 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9138 #  x-axis: "X = CNFs per Service Chain"
9139 #  y-axis: "Y = Number of Service Chains"
9140 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9141 #  layout:
9142 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9143 #    layout: "plot-service-density"
9144
9145 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9146 #- type: "plot"
9147 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9148 #  algorithm: "plot_nf_heatmap"
9149 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9150 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9151 #  filter: "'NIC_Intel-XL710' and
9152 #           'NF_DENSITY' and
9153 #           'DOCKER' and
9154 #           'CHAIN' and
9155 #           'NF_VPPIP4' and
9156 #           'IPSEC' and
9157 #           'TNL_4' and
9158 #           'IMIX' and
9159 #           '1T1C' and
9160 #           'NDRPDR'"
9161 #  parameters:
9162 #  - "throughput"
9163 #  - "name"
9164 #  - "tags"
9165 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9166 #  x-axis: "X = CNFs per Service Chain"
9167 #  y-axis: "Y = Number of Service Chains"
9168 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9169 #  layout:
9170 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9171 #    layout: "plot-service-density"
9172 #
9173 #- type: "plot"
9174 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9175 #  algorithm: "plot_nf_heatmap"
9176 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9177 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9178 #  filter: "'NIC_Intel-XL710' and
9179 #           'NF_DENSITY' and
9180 #           'DOCKER' and
9181 #           'CHAIN' and
9182 #           'NF_VPPIP4' and
9183 #           'IPSEC' and
9184 #           'TNL_4' and
9185 #           'IMIX' and
9186 #           '2T2C' and
9187 #           'NDRPDR'"
9188 #  parameters:
9189 #  - "throughput"
9190 #  - "name"
9191 #  - "tags"
9192 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9193 #  x-axis: "X = CNFs per Service Chain"
9194 #  y-axis: "Y = Number of Service Chains"
9195 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9196 #  layout:
9197 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9198 #    layout: "plot-service-density"
9199 #
9200 #- type: "plot"
9201 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9202 #  algorithm: "plot_nf_heatmap"
9203 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9204 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9205 #  filter: "'NIC_Intel-XL710' and
9206 #           'NF_DENSITY' and
9207 #           'DOCKER' and
9208 #           'CHAIN' and
9209 #           'NF_VPPIP4' and
9210 #           'IPSEC' and
9211 #           'TNL_4' and
9212 #           'IMIX' and
9213 #           '4T4C' and
9214 #           'NDRPDR'"
9215 #  parameters:
9216 #  - "throughput"
9217 #  - "name"
9218 #  - "tags"
9219 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9220 #  x-axis: "X = CNFs per Service Chain"
9221 #  y-axis: "Y = Number of Service Chains"
9222 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9223 #  layout:
9224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9225 #    layout: "plot-service-density"
9226 #
9227 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9228 #- type: "plot"
9229 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9230 #  algorithm: "plot_nf_heatmap"
9231 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9232 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9233 #  filter: "'NIC_Intel-XL710' and
9234 #           'NF_DENSITY' and
9235 #           'DOCKER' and
9236 #           'CHAIN' and
9237 #           'NF_VPPIP4' and
9238 #           'IPSEC' and
9239 #           'TNL_4' and
9240 #           'IMIX' and
9241 #           '1T1C' and
9242 #           'NDRPDR'"
9243 #  parameters:
9244 #  - "throughput"
9245 #  - "name"
9246 #  - "tags"
9247 #  include-tests: "PDR" # "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 PDR) [Mpps]"
9251 #  layout:
9252 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9253 #    layout: "plot-service-density"
9254 #
9255 #- type: "plot"
9256 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9257 #  algorithm: "plot_nf_heatmap"
9258 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9259 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9260 #  filter: "'NIC_Intel-XL710' and
9261 #           'NF_DENSITY' and
9262 #           'DOCKER' and
9263 #           'CHAIN' and
9264 #           'NF_VPPIP4' and
9265 #           'IPSEC' and
9266 #           'TNL_4' and
9267 #           'IMIX' and
9268 #           '2T2C' and
9269 #           'NDRPDR'"
9270 #  parameters:
9271 #  - "throughput"
9272 #  - "name"
9273 #  - "tags"
9274 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9275 #  x-axis: "X = CNFs per Service Chain"
9276 #  y-axis: "Y = Number of Service Chains"
9277 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9278 #  layout:
9279 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9280 #    layout: "plot-service-density"
9281 #
9282 #- type: "plot"
9283 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9284 #  algorithm: "plot_nf_heatmap"
9285 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9286 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9287 #  filter: "'NIC_Intel-XL710' and
9288 #           'NF_DENSITY' and
9289 #           'DOCKER' and
9290 #           'CHAIN' and
9291 #           'NF_VPPIP4' and
9292 #           'IPSEC' and
9293 #           'TNL_4' and
9294 #           'IMIX' and
9295 #           '4T4C' and
9296 #           'NDRPDR'"
9297 #  parameters:
9298 #  - "throughput"
9299 #  - "name"
9300 #  - "tags"
9301 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9302 #  x-axis: "X = CNFs per Service Chain"
9303 #  y-axis: "Y = Number of Service Chains"
9304 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9305 #  layout:
9306 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9307 #    layout: "plot-service-density"
9308
9309 ###############################################################################
9310
9311 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9312 #- type: "plot"
9313 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9314 #  algorithm: "plot_nf_heatmap"
9315 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9316 #  data: "plot-vpp-nfv-3n-skx-mrr"
9317 #  filter: "'NIC_Intel-XXV710' and
9318 #           'NF_DENSITY' and
9319 #           'DOCKER' and
9320 #           'CHAIN' and
9321 #           'NF_VPPIP4' and
9322 #           'IPSEC' and
9323 #           'TNL_1000' and
9324 #           'IMIX' and
9325 #           '2T1C' and
9326 #           'MRR'"
9327 #  parameters:
9328 #  - "result"
9329 #  - "name"
9330 #  - "tags"
9331 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9332 #  x-axis: "X = CNFs per Service Chain"
9333 #  y-axis: "Y = Number of Service Chains"
9334 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9335 #  layout:
9336 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9337 #    layout: "plot-service-density"
9338 #
9339 #- type: "plot"
9340 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9341 #  algorithm: "plot_nf_heatmap"
9342 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9343 #  data: "plot-vpp-nfv-3n-skx-mrr"
9344 #  filter: "'NIC_Intel-XXV710' and
9345 #           'NF_DENSITY' and
9346 #           'DOCKER' and
9347 #           'CHAIN' and
9348 #           'NF_VPPIP4' and
9349 #           'IPSEC' and
9350 #           'TNL_1000' and
9351 #           'IMIX' and
9352 #           '4T2C' and
9353 #           'MRR'"
9354 #  parameters:
9355 #  - "result"
9356 #  - "name"
9357 #  - "tags"
9358 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9359 #  x-axis: "X = CNFs per Service Chain"
9360 #  y-axis: "Y = Number of Service Chains"
9361 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9362 #  layout:
9363 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9364 #    layout: "plot-service-density"
9365 #
9366 #- type: "plot"
9367 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9368 #  algorithm: "plot_nf_heatmap"
9369 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9370 #  data: "plot-vpp-nfv-3n-skx-mrr"
9371 #  filter: "'NIC_Intel-XXV710' and
9372 #           'NF_DENSITY' and
9373 #           'DOCKER' and
9374 #           'CHAIN' and
9375 #           'NF_VPPIP4' and
9376 #           'IPSEC' and
9377 #           'TNL_1000' and
9378 #           'IMIX' and
9379 #           '8T4C' and
9380 #           'MRR'"
9381 #  parameters:
9382 #  - "result"
9383 #  - "name"
9384 #  - "tags"
9385 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9386 #  x-axis: "X = CNFs per Service Chain"
9387 #  y-axis: "Y = Number of Service Chains"
9388 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9389 #  layout:
9390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9391 #    layout: "plot-service-density"
9392
9393 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9394 #- type: "plot"
9395 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9396 #  algorithm: "plot_nf_heatmap"
9397 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9398 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9399 #  filter: "'NIC_Intel-XXV710' and
9400 #           'NF_DENSITY' and
9401 #           'DOCKER' and
9402 #           'CHAIN' and
9403 #           'NF_VPPIP4' and
9404 #           'IPSEC' and
9405 #           'TNL_1000' and
9406 #           'IMIX' and
9407 #           '2T1C' and
9408 #           'NDRPDR'"
9409 #  parameters:
9410 #  - "throughput"
9411 #  - "name"
9412 #  - "tags"
9413 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9414 #  x-axis: "X = CNFs per Service Chain"
9415 #  y-axis: "Y = Number of Service Chains"
9416 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9417 #  layout:
9418 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9419 #    layout: "plot-service-density"
9420 #
9421 #- type: "plot"
9422 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9423 #  algorithm: "plot_nf_heatmap"
9424 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9425 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9426 #  filter: "'NIC_Intel-XXV710' and
9427 #           'NF_DENSITY' and
9428 #           'DOCKER' and
9429 #           'CHAIN' and
9430 #           'NF_VPPIP4' and
9431 #           'IPSEC' and
9432 #           'TNL_1000' and
9433 #           'IMIX' and
9434 #           '4T2C' and
9435 #           'NDRPDR'"
9436 #  parameters:
9437 #  - "throughput"
9438 #  - "name"
9439 #  - "tags"
9440 #  include-tests: "NDR" # "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 NDR) [Mpps]"
9444 #  layout:
9445 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9446 #    layout: "plot-service-density"
9447 #
9448 #- type: "plot"
9449 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9450 #  algorithm: "plot_nf_heatmap"
9451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9452 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9453 #  filter: "'NIC_Intel-XXV710' 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 #           '8T4C' and
9462 #           'NDRPDR'"
9463 #  parameters:
9464 #  - "throughput"
9465 #  - "name"
9466 #  - "tags"
9467 #  include-tests: "NDR" # "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 NDR) [Mpps]"
9471 #  layout:
9472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9473 #    layout: "plot-service-density"
9474 #
9475 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9476 #- type: "plot"
9477 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9478 #  algorithm: "plot_nf_heatmap"
9479 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9480 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9481 #  filter: "'NIC_Intel-XXV710' and
9482 #           'NF_DENSITY' and
9483 #           'DOCKER' and
9484 #           'CHAIN' and
9485 #           'NF_VPPIP4' and
9486 #           'IPSEC' and
9487 #           'TNL_1000' and
9488 #           'IMIX' and
9489 #           '2T1C' and
9490 #           'NDRPDR'"
9491 #  parameters:
9492 #  - "throughput"
9493 #  - "name"
9494 #  - "tags"
9495 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9496 #  x-axis: "X = CNFs per Service Chain"
9497 #  y-axis: "Y = Number of Service Chains"
9498 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9499 #  layout:
9500 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9501 #    layout: "plot-service-density"
9502 #
9503 #- type: "plot"
9504 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9505 #  algorithm: "plot_nf_heatmap"
9506 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9507 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9508 #  filter: "'NIC_Intel-XXV710' 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 #           '4T2C' and
9517 #           'NDRPDR'"
9518 #  parameters:
9519 #  - "throughput"
9520 #  - "name"
9521 #  - "tags"
9522 #  include-tests: "PDR" # "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 PDR) [Mpps]"
9526 #  layout:
9527 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9528 #    layout: "plot-service-density"
9529 #
9530 #- type: "plot"
9531 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9532 #  algorithm: "plot_nf_heatmap"
9533 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9534 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9535 #  filter: "'NIC_Intel-XXV710' 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 #           '8T4C' and
9544 #           'NDRPDR'"
9545 #  parameters:
9546 #  - "throughput"
9547 #  - "name"
9548 #  - "tags"
9549 #  include-tests: "PDR" # "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 PDR) [Mpps]"
9553 #  layout:
9554 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9555 #    layout: "plot-service-density"
9556
9557 ###############################################################################
9558
9559 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9560 #- type: "plot"
9561 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9562 #  algorithm: "plot_nf_heatmap"
9563 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9564 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9565 #  filter: "'NIC_Intel-XL710' and
9566 #           'NF_DENSITY' and
9567 #           'DOCKER' and
9568 #           'CHAIN' and
9569 #           'NF_VPPIP4' and
9570 #           'IMIX' and
9571 #           'TNL_1000' and
9572 #           '1T1C' and
9573 #           'MRR'"
9574 #  parameters:
9575 #  - "result"
9576 #  - "name"
9577 #  - "tags"
9578 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9579 #  x-axis: "X = CNFs per Service Chain"
9580 #  y-axis: "Y = Number of Service Chains"
9581 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9582 #  layout:
9583 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9584 #    layout: "plot-service-density"
9585 #
9586 #- type: "plot"
9587 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9588 #  algorithm: "plot_nf_heatmap"
9589 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9590 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9591 #  filter: "'NIC_Intel-XL710' and
9592 #           'NF_DENSITY' and
9593 #           'DOCKER' and
9594 #           'CHAIN' and
9595 #           'NF_VPPIP4' and
9596 #           'IPSEC' and
9597 #           'TNL_1000' and
9598 #           'IMIX' and
9599 #           '2T2C' and
9600 #           'MRR'"
9601 #  parameters:
9602 #  - "result"
9603 #  - "name"
9604 #  - "tags"
9605 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9606 #  x-axis: "X = CNFs per Service Chain"
9607 #  y-axis: "Y = Number of Service Chains"
9608 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9609 #  layout:
9610 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9611 #    layout: "plot-service-density"
9612 #
9613 #- type: "plot"
9614 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9615 #  algorithm: "plot_nf_heatmap"
9616 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9617 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9618 #  filter: "'NIC_Intel-XL710' and
9619 #           'NF_DENSITY' and
9620 #           'DOCKER' and
9621 #           'CHAIN' and
9622 #           'NF_VPPIP4' and
9623 #           'IPSEC' and
9624 #           'TNL_1000' and
9625 #           'IMIX' and
9626 #           '4T4C' and
9627 #           'MRR'"
9628 #  parameters:
9629 #  - "result"
9630 #  - "name"
9631 #  - "tags"
9632 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9633 #  x-axis: "X = CNFs per Service Chain"
9634 #  y-axis: "Y = Number of Service Chains"
9635 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9636 #  layout:
9637 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9638 #    layout: "plot-service-density"
9639
9640 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9641 #- type: "plot"
9642 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9643 #  algorithm: "plot_nf_heatmap"
9644 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9645 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9646 #  filter: "'NIC_Intel-XL710' and
9647 #           'NF_DENSITY' and
9648 #           'DOCKER' and
9649 #           'CHAIN' and
9650 #           'NF_VPPIP4' and
9651 #           'IPSEC' and
9652 #           'TNL_1000' and
9653 #           'IMIX' and
9654 #           '1T1C' and
9655 #           'NDRPDR'"
9656 #  parameters:
9657 #  - "throughput"
9658 #  - "name"
9659 #  - "tags"
9660 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9661 #  x-axis: "X = CNFs per Service Chain"
9662 #  y-axis: "Y = Number of Service Chains"
9663 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9664 #  layout:
9665 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9666 #    layout: "plot-service-density"
9667 #
9668 #- type: "plot"
9669 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9670 #  algorithm: "plot_nf_heatmap"
9671 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9672 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9673 #  filter: "'NIC_Intel-XL710' and
9674 #           'NF_DENSITY' and
9675 #           'DOCKER' and
9676 #           'CHAIN' and
9677 #           'NF_VPPIP4' and
9678 #           'IPSEC' and
9679 #           'TNL_1000' and
9680 #           'IMIX' and
9681 #           '2T2C' and
9682 #           'NDRPDR'"
9683 #  parameters:
9684 #  - "throughput"
9685 #  - "name"
9686 #  - "tags"
9687 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9688 #  x-axis: "X = CNFs per Service Chain"
9689 #  y-axis: "Y = Number of Service Chains"
9690 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9691 #  layout:
9692 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9693 #    layout: "plot-service-density"
9694 #
9695 #- type: "plot"
9696 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9697 #  algorithm: "plot_nf_heatmap"
9698 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9699 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9700 #  filter: "'NIC_Intel-XL710' and
9701 #           'NF_DENSITY' and
9702 #           'DOCKER' and
9703 #           'CHAIN' and
9704 #           'NF_VPPIP4' and
9705 #           'IPSEC' and
9706 #           'TNL_1000' and
9707 #           'IMIX' and
9708 #           '4T4C' and
9709 #           'NDRPDR'"
9710 #  parameters:
9711 #  - "throughput"
9712 #  - "name"
9713 #  - "tags"
9714 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9715 #  x-axis: "X = CNFs per Service Chain"
9716 #  y-axis: "Y = Number of Service Chains"
9717 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9718 #  layout:
9719 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9720 #    layout: "plot-service-density"
9721 #
9722 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9723 #- type: "plot"
9724 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9725 #  algorithm: "plot_nf_heatmap"
9726 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9727 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9728 #  filter: "'NIC_Intel-XL710' and
9729 #           'NF_DENSITY' and
9730 #           'DOCKER' and
9731 #           'CHAIN' and
9732 #           'NF_VPPIP4' and
9733 #           'IPSEC' and
9734 #           'TNL_1000' and
9735 #           'IMIX' and
9736 #           '1T1C' and
9737 #           'NDRPDR'"
9738 #  parameters:
9739 #  - "throughput"
9740 #  - "name"
9741 #  - "tags"
9742 #  include-tests: "PDR" # "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 PDR) [Mpps]"
9746 #  layout:
9747 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9748 #    layout: "plot-service-density"
9749 #
9750 #- type: "plot"
9751 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9752 #  algorithm: "plot_nf_heatmap"
9753 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9754 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9755 #  filter: "'NIC_Intel-XL710' and
9756 #           'NF_DENSITY' and
9757 #           'DOCKER' and
9758 #           'CHAIN' and
9759 #           'NF_VPPIP4' and
9760 #           'IPSEC' and
9761 #           'TNL_1000' and
9762 #           'IMIX' and
9763 #           '2T2C' and
9764 #           'NDRPDR'"
9765 #  parameters:
9766 #  - "throughput"
9767 #  - "name"
9768 #  - "tags"
9769 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9770 #  x-axis: "X = CNFs per Service Chain"
9771 #  y-axis: "Y = Number of Service Chains"
9772 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9773 #  layout:
9774 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9775 #    layout: "plot-service-density"
9776 #
9777 #- type: "plot"
9778 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9779 #  algorithm: "plot_nf_heatmap"
9780 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9781 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9782 #  filter: "'NIC_Intel-XL710' and
9783 #           'NF_DENSITY' and
9784 #           'DOCKER' and
9785 #           'CHAIN' and
9786 #           'NF_VPPIP4' and
9787 #           'IPSEC' and
9788 #           'TNL_1000' and
9789 #           'IMIX' and
9790 #           '4T4C' and
9791 #           'NDRPDR'"
9792 #  parameters:
9793 #  - "throughput"
9794 #  - "name"
9795 #  - "tags"
9796 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9797 #  x-axis: "X = CNFs per Service Chain"
9798 #  y-axis: "Y = Number of Service Chains"
9799 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9800 #  layout:
9801 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9802 #    layout: "plot-service-density"
9803
9804 ###############################################################################
9805
9806 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9807 #- type: "plot"
9808 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9809 #  algorithm: "plot_nf_heatmap"
9810 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9811 #  data: "plot-vpp-nfv-3n-skx-mrr"
9812 #  filter: "'NIC_Intel-XXV710' and
9813 #           'NF_DENSITY' and
9814 #           'DOCKER' and
9815 #           'CHAIN' and
9816 #           'NF_VPPIP4' and
9817 #           'IPSEC' and
9818 #           'TNL_10000' and
9819 #           'IMIX' and
9820 #           '2T1C' and
9821 #           'MRR'"
9822 #  parameters:
9823 #  - "result"
9824 #  - "name"
9825 #  - "tags"
9826 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9827 #  x-axis: "X = CNFs per Service Chain"
9828 #  y-axis: "Y = Number of Service Chains"
9829 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9830 #  layout:
9831 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9832 #    layout: "plot-service-density"
9833 #
9834 #- type: "plot"
9835 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9836 #  algorithm: "plot_nf_heatmap"
9837 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9838 #  data: "plot-vpp-nfv-3n-skx-mrr"
9839 #  filter: "'NIC_Intel-XXV710' and
9840 #           'NF_DENSITY' and
9841 #           'DOCKER' and
9842 #           'CHAIN' and
9843 #           'NF_VPPIP4' and
9844 #           'IPSEC' and
9845 #           'TNL_10000' and
9846 #           'IMIX' and
9847 #           '4T2C' and
9848 #           'MRR'"
9849 #  parameters:
9850 #  - "result"
9851 #  - "name"
9852 #  - "tags"
9853 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9854 #  x-axis: "X = CNFs per Service Chain"
9855 #  y-axis: "Y = Number of Service Chains"
9856 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9857 #  layout:
9858 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9859 #    layout: "plot-service-density"
9860 #
9861 #- type: "plot"
9862 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9863 #  algorithm: "plot_nf_heatmap"
9864 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9865 #  data: "plot-vpp-nfv-3n-skx-mrr"
9866 #  filter: "'NIC_Intel-XXV710' and
9867 #           'NF_DENSITY' and
9868 #           'DOCKER' and
9869 #           'CHAIN' and
9870 #           'NF_VPPIP4' and
9871 #           'IPSEC' and
9872 #           'TNL_10000' and
9873 #           'IMIX' and
9874 #           '8T4C' and
9875 #           'MRR'"
9876 #  parameters:
9877 #  - "result"
9878 #  - "name"
9879 #  - "tags"
9880 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9881 #  x-axis: "X = CNFs per Service Chain"
9882 #  y-axis: "Y = Number of Service Chains"
9883 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9884 #  layout:
9885 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9886 #    layout: "plot-service-density"
9887
9888 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9889 #- type: "plot"
9890 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9891 #  algorithm: "plot_nf_heatmap"
9892 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9893 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9894 #  filter: "'NIC_Intel-XXV710' and
9895 #           'NF_DENSITY' and
9896 #           'DOCKER' and
9897 #           'CHAIN' and
9898 #           'NF_VPPIP4' and
9899 #           'IPSEC' and
9900 #           'TNL_10000' and
9901 #           'IMIX' and
9902 #           '2T1C' and
9903 #           'NDRPDR'"
9904 #  parameters:
9905 #  - "throughput"
9906 #  - "name"
9907 #  - "tags"
9908 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9909 #  x-axis: "X = CNFs per Service Chain"
9910 #  y-axis: "Y = Number of Service Chains"
9911 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9912 #  layout:
9913 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9914 #    layout: "plot-service-density"
9915 #
9916 #- type: "plot"
9917 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9918 #  algorithm: "plot_nf_heatmap"
9919 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9920 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9921 #  filter: "'NIC_Intel-XXV710' and
9922 #           'NF_DENSITY' and
9923 #           'DOCKER' and
9924 #           'CHAIN' and
9925 #           'NF_VPPIP4' and
9926 #           'IPSEC' and
9927 #           'TNL_10000' and
9928 #           'IMIX' and
9929 #           '4T2C' and
9930 #           'NDRPDR'"
9931 #  parameters:
9932 #  - "throughput"
9933 #  - "name"
9934 #  - "tags"
9935 #  include-tests: "NDR" # "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 NDR) [Mpps]"
9939 #  layout:
9940 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9941 #    layout: "plot-service-density"
9942 #
9943 #- type: "plot"
9944 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9945 #  algorithm: "plot_nf_heatmap"
9946 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9947 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9948 #  filter: "'NIC_Intel-XXV710' 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 #           '8T4C' and
9957 #           'NDRPDR'"
9958 #  parameters:
9959 #  - "throughput"
9960 #  - "name"
9961 #  - "tags"
9962 #  include-tests: "NDR" # "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 NDR) [Mpps]"
9966 #  layout:
9967 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9968 #    layout: "plot-service-density"
9969 #
9970 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9971 #- type: "plot"
9972 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9973 #  algorithm: "plot_nf_heatmap"
9974 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9975 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9976 #  filter: "'NIC_Intel-XXV710' and
9977 #           'NF_DENSITY' and
9978 #           'DOCKER' and
9979 #           'CHAIN' and
9980 #           'NF_VPPIP4' and
9981 #           'IPSEC' and
9982 #           'TNL_10000' and
9983 #           'IMIX' and
9984 #           '2T1C' and
9985 #           'NDRPDR'"
9986 #  parameters:
9987 #  - "throughput"
9988 #  - "name"
9989 #  - "tags"
9990 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9991 #  x-axis: "X = CNFs per Service Chain"
9992 #  y-axis: "Y = Number of Service Chains"
9993 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9994 #  layout:
9995 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9996 #    layout: "plot-service-density"
9997 #
9998 #- type: "plot"
9999 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10000 #  algorithm: "plot_nf_heatmap"
10001 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10002 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10003 #  filter: "'NIC_Intel-XXV710' 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 #           '4T2C' and
10012 #           'NDRPDR'"
10013 #  parameters:
10014 #  - "throughput"
10015 #  - "name"
10016 #  - "tags"
10017 #  include-tests: "PDR" # "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 PDR) [Mpps]"
10021 #  layout:
10022 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10023 #    layout: "plot-service-density"
10024 #
10025 #- type: "plot"
10026 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10027 #  algorithm: "plot_nf_heatmap"
10028 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10029 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10030 #  filter: "'NIC_Intel-XXV710' 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 #           '8T4C' and
10039 #           'NDRPDR'"
10040 #  parameters:
10041 #  - "throughput"
10042 #  - "name"
10043 #  - "tags"
10044 #  include-tests: "PDR" # "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 PDR) [Mpps]"
10048 #  layout:
10049 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10050 #    layout: "plot-service-density"
10051
10052 ###############################################################################
10053
10054 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10055 #- type: "plot"
10056 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10057 #  algorithm: "plot_nf_heatmap"
10058 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10059 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10060 #  filter: "'NIC_Intel-XL710' and
10061 #           'NF_DENSITY' and
10062 #           'DOCKER' and
10063 #           'CHAIN' and
10064 #           'NF_VPPIP4' and
10065 #           'IMIX' and
10066 #           'TNL_10000' and
10067 #           '1T1C' and
10068 #           'MRR'"
10069 #  parameters:
10070 #  - "result"
10071 #  - "name"
10072 #  - "tags"
10073 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10074 #  x-axis: "X = CNFs per Service Chain"
10075 #  y-axis: "Y = Number of Service Chains"
10076 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10077 #  layout:
10078 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10079 #    layout: "plot-service-density"
10080 #
10081 #- type: "plot"
10082 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10083 #  algorithm: "plot_nf_heatmap"
10084 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10085 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10086 #  filter: "'NIC_Intel-XL710' and
10087 #           'NF_DENSITY' and
10088 #           'DOCKER' and
10089 #           'CHAIN' and
10090 #           'NF_VPPIP4' and
10091 #           'IPSEC' and
10092 #           'TNL_10000' and
10093 #           'IMIX' and
10094 #           '2T2C' and
10095 #           'MRR'"
10096 #  parameters:
10097 #  - "result"
10098 #  - "name"
10099 #  - "tags"
10100 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10101 #  x-axis: "X = CNFs per Service Chain"
10102 #  y-axis: "Y = Number of Service Chains"
10103 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10104 #  layout:
10105 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10106 #    layout: "plot-service-density"
10107 #
10108 #- type: "plot"
10109 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10110 #  algorithm: "plot_nf_heatmap"
10111 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10112 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10113 #  filter: "'NIC_Intel-XL710' and
10114 #           'NF_DENSITY' and
10115 #           'DOCKER' and
10116 #           'CHAIN' and
10117 #           'NF_VPPIP4' and
10118 #           'IPSEC' and
10119 #           'TNL_10000' and
10120 #           'IMIX' and
10121 #           '4T4C' and
10122 #           'MRR'"
10123 #  parameters:
10124 #  - "result"
10125 #  - "name"
10126 #  - "tags"
10127 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10128 #  x-axis: "X = CNFs per Service Chain"
10129 #  y-axis: "Y = Number of Service Chains"
10130 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10131 #  layout:
10132 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10133 #    layout: "plot-service-density"
10134
10135 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10136 #- type: "plot"
10137 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10138 #  algorithm: "plot_nf_heatmap"
10139 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10140 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10141 #  filter: "'NIC_Intel-XL710' and
10142 #           'NF_DENSITY' and
10143 #           'DOCKER' and
10144 #           'CHAIN' and
10145 #           'NF_VPPIP4' and
10146 #           'IPSEC' and
10147 #           'TNL_10000' and
10148 #           'IMIX' and
10149 #           '1T1C' and
10150 #           'NDRPDR'"
10151 #  parameters:
10152 #  - "throughput"
10153 #  - "name"
10154 #  - "tags"
10155 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10156 #  x-axis: "X = CNFs per Service Chain"
10157 #  y-axis: "Y = Number of Service Chains"
10158 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10159 #  layout:
10160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10161 #    layout: "plot-service-density"
10162 #
10163 #- type: "plot"
10164 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10165 #  algorithm: "plot_nf_heatmap"
10166 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10167 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10168 #  filter: "'NIC_Intel-XL710' and
10169 #           'NF_DENSITY' and
10170 #           'DOCKER' and
10171 #           'CHAIN' and
10172 #           'NF_VPPIP4' and
10173 #           'IPSEC' and
10174 #           'TNL_10000' and
10175 #           'IMIX' and
10176 #           '2T2C' and
10177 #           'NDRPDR'"
10178 #  parameters:
10179 #  - "throughput"
10180 #  - "name"
10181 #  - "tags"
10182 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10183 #  x-axis: "X = CNFs per Service Chain"
10184 #  y-axis: "Y = Number of Service Chains"
10185 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10186 #  layout:
10187 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10188 #    layout: "plot-service-density"
10189 #
10190 #- type: "plot"
10191 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10192 #  algorithm: "plot_nf_heatmap"
10193 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10194 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10195 #  filter: "'NIC_Intel-XL710' and
10196 #           'NF_DENSITY' and
10197 #           'DOCKER' and
10198 #           'CHAIN' and
10199 #           'NF_VPPIP4' and
10200 #           'IPSEC' and
10201 #           'TNL_10000' and
10202 #           'IMIX' and
10203 #           '4T4C' and
10204 #           'NDRPDR'"
10205 #  parameters:
10206 #  - "throughput"
10207 #  - "name"
10208 #  - "tags"
10209 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10210 #  x-axis: "X = CNFs per Service Chain"
10211 #  y-axis: "Y = Number of Service Chains"
10212 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10213 #  layout:
10214 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10215 #    layout: "plot-service-density"
10216 #
10217 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10218 #- type: "plot"
10219 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10220 #  algorithm: "plot_nf_heatmap"
10221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10222 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10223 #  filter: "'NIC_Intel-XL710' and
10224 #           'NF_DENSITY' and
10225 #           'DOCKER' and
10226 #           'CHAIN' and
10227 #           'NF_VPPIP4' and
10228 #           'IPSEC' and
10229 #           'TNL_10000' and
10230 #           'IMIX' and
10231 #           '1T1C' and
10232 #           'NDRPDR'"
10233 #  parameters:
10234 #  - "throughput"
10235 #  - "name"
10236 #  - "tags"
10237 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10238 #  x-axis: "X = CNFs per Service Chain"
10239 #  y-axis: "Y = Number of Service Chains"
10240 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10241 #  layout:
10242 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10243 #    layout: "plot-service-density"
10244 #
10245 #- type: "plot"
10246 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10247 #  algorithm: "plot_nf_heatmap"
10248 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10249 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10250 #  filter: "'NIC_Intel-XL710' and
10251 #           'NF_DENSITY' and
10252 #           'DOCKER' and
10253 #           'CHAIN' and
10254 #           'NF_VPPIP4' and
10255 #           'IPSEC' and
10256 #           'TNL_10000' and
10257 #           'IMIX' and
10258 #           '2T2C' and
10259 #           'NDRPDR'"
10260 #  parameters:
10261 #  - "throughput"
10262 #  - "name"
10263 #  - "tags"
10264 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10265 #  x-axis: "X = CNFs per Service Chain"
10266 #  y-axis: "Y = Number of Service Chains"
10267 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10268 #  layout:
10269 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10270 #    layout: "plot-service-density"
10271 #
10272 #- type: "plot"
10273 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10274 #  algorithm: "plot_nf_heatmap"
10275 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10276 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10277 #  filter: "'NIC_Intel-XL710' and
10278 #           'NF_DENSITY' and
10279 #           'DOCKER' and
10280 #           'CHAIN' and
10281 #           'NF_VPPIP4' and
10282 #           'IPSEC' and
10283 #           'TNL_10000' and
10284 #           'IMIX' and
10285 #           '4T4C' and
10286 #           'NDRPDR'"
10287 #  parameters:
10288 #  - "throughput"
10289 #  - "name"
10290 #  - "tags"
10291 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10292 #  x-axis: "X = CNFs per Service Chain"
10293 #  y-axis: "Y = Number of Service Chains"
10294 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10295 #  layout:
10296 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10297 #    layout: "plot-service-density"
10298
10299 ###############################################################################
10300
10301 # Plots - NF Density - CSP - MRR IMIX
10302 - type: "plot"
10303   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10304   algorithm: "plot_nf_heatmap"
10305   output-file-type: ".html"
10306   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10307   data: "plot-vpp-nfv-2n-skx-mrr"
10308   filter: "'NIC_Intel-XXV710' and
10309            'NF_DENSITY' and
10310            'DOCKER' and
10311            'PIPELINE' and
10312            'NF_VPPIP4' and
10313            'IMIX' and
10314            '2T1C' and
10315            'MRR'"
10316   parameters:
10317   - "result"
10318   - "name"
10319   - "tags"
10320   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10321   x-axis: "X = CNFs per Service Pipeline"
10322   y-axis: "Y = Number of Service Pipelines"
10323   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10324   layout:
10325     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10326     layout: "plot-service-density"
10327
10328 - type: "plot"
10329   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10330   algorithm: "plot_nf_heatmap"
10331   output-file-type: ".html"
10332   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10333   data: "plot-vpp-nfv-2n-skx-mrr"
10334   filter: "'NIC_Intel-XXV710' and
10335            'NF_DENSITY' and
10336            'DOCKER' and
10337            'PIPELINE' and
10338            'NF_VPPIP4' and
10339            'IMIX' and
10340            '4T2C' and
10341            'MRR'"
10342   parameters:
10343   - "result"
10344   - "name"
10345   - "tags"
10346   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10347   x-axis: "X = CNFs per Service Pipeline"
10348   y-axis: "Y = Number of Service Pipelines"
10349   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10350   layout:
10351     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10352     layout: "plot-service-density"
10353
10354 - type: "plot"
10355   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10356   algorithm: "plot_nf_heatmap"
10357   output-file-type: ".html"
10358   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10359   data: "plot-vpp-nfv-2n-skx-mrr"
10360   filter: "'NIC_Intel-XXV710' and
10361            'NF_DENSITY' and
10362            'DOCKER' and
10363            'PIPELINE' and
10364            'NF_VPPIP4' and
10365            'IMIX' and
10366            '8T4C' and
10367            'MRR'"
10368   parameters:
10369   - "result"
10370   - "name"
10371   - "tags"
10372   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10373   x-axis: "X = CNFs per Service Pipeline"
10374   y-axis: "Y = Number of Service Pipelines"
10375   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10376   layout:
10377     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10378     layout: "plot-service-density"
10379
10380 # Plots - NF Density - CSP - NDR IMIX
10381 - type: "plot"
10382   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10383   algorithm: "plot_nf_heatmap"
10384   output-file-type: ".html"
10385   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10386   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10387   filter: "'NIC_Intel-XXV710' and
10388            'NF_DENSITY' and
10389            'DOCKER' and
10390            'PIPELINE' and
10391            'NF_VPPIP4' and
10392            'IMIX' and
10393            '2T1C' and
10394            'NDRPDR'"
10395   parameters:
10396   - "throughput"
10397   - "name"
10398   - "tags"
10399   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10400   x-axis: "X = CNFs per Service Pipeline"
10401   y-axis: "Y = Number of Service Pipelines"
10402   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10403   layout:
10404     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10405     layout: "plot-service-density"
10406
10407 - type: "plot"
10408   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10409   algorithm: "plot_nf_heatmap"
10410   output-file-type: ".html"
10411   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10412   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10413   filter: "'NIC_Intel-XXV710' and
10414            'NF_DENSITY' and
10415            'DOCKER' and
10416            'PIPELINE' and
10417            'NF_VPPIP4' and
10418            'IMIX' and
10419            '4T2C' and
10420            'NDRPDR'"
10421   parameters:
10422   - "throughput"
10423   - "name"
10424   - "tags"
10425   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10426   x-axis: "X = CNFs per Service Pipeline"
10427   y-axis: "Y = Number of Service Pipelines"
10428   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10429   layout:
10430     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10431     layout: "plot-service-density"
10432
10433 - type: "plot"
10434   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10435   algorithm: "plot_nf_heatmap"
10436   output-file-type: ".html"
10437   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10438   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10439   filter: "'NIC_Intel-XXV710' and
10440            'NF_DENSITY' and
10441            'DOCKER' and
10442            'PIPELINE' and
10443            'NF_VPPIP4' and
10444            'IMIX' and
10445            '8T4C' and
10446            'NDRPDR'"
10447   parameters:
10448   - "throughput"
10449   - "name"
10450   - "tags"
10451   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10452   x-axis: "X = CNFs per Service Pipeline"
10453   y-axis: "Y = Number of Service Pipelines"
10454   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10455   layout:
10456     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10457     layout: "plot-service-density"
10458
10459 # Plots - NF Density - CSP - PDR IMIX
10460 - type: "plot"
10461   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10462   algorithm: "plot_nf_heatmap"
10463   output-file-type: ".html"
10464   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10465   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10466   filter: "'NIC_Intel-XXV710' and
10467            'NF_DENSITY' and
10468            'DOCKER' and
10469            'PIPELINE' and
10470            'NF_VPPIP4' and
10471            'IMIX' and
10472            '2T1C' and
10473            'NDRPDR'"
10474   parameters:
10475   - "throughput"
10476   - "name"
10477   - "tags"
10478   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10479   x-axis: "X = CNFs per Service Pipeline"
10480   y-axis: "Y = Number of Service Pipelines"
10481   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10482   layout:
10483     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10484     layout: "plot-service-density"
10485
10486 - type: "plot"
10487   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10488   algorithm: "plot_nf_heatmap"
10489   output-file-type: ".html"
10490   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10491   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10492   filter: "'NIC_Intel-XXV710' and
10493            'NF_DENSITY' and
10494            'DOCKER' and
10495            'PIPELINE' and
10496            'NF_VPPIP4' and
10497            'IMIX' and
10498            '4T2C' and
10499            'NDRPDR'"
10500   parameters:
10501   - "throughput"
10502   - "name"
10503   - "tags"
10504   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10505   x-axis: "X = CNFs per Service Pipeline"
10506   y-axis: "Y = Number of Service Pipelines"
10507   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10508   layout:
10509     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10510     layout: "plot-service-density"
10511
10512 - type: "plot"
10513   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10514   algorithm: "plot_nf_heatmap"
10515   output-file-type: ".html"
10516   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10517   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10518   filter: "'NIC_Intel-XXV710' and
10519            'NF_DENSITY' and
10520            'DOCKER' and
10521            'PIPELINE' and
10522            'NF_VPPIP4' and
10523            'IMIX' and
10524            '8T4C' and
10525            'NDRPDR'"
10526   parameters:
10527   - "throughput"
10528   - "name"
10529   - "tags"
10530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10531   x-axis: "X = CNFs per Service Pipeline"
10532   y-axis: "Y = Number of Service Pipelines"
10533   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10534   layout:
10535     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10536     layout: "plot-service-density"
10537
10538 ###############################################################################
10539 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10540
10541 - type: "plot"
10542   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10543   algorithm: "plot_nf_heatmap"
10544   output-file-type: ".html"
10545   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10546   data: "plot-vpp-nfv-2n-clx-mrr"
10547   filter: "'NIC_Intel-XXV710' and
10548            'NF_DENSITY' and
10549            'VHOST' and
10550            not 'VXLAN' and
10551            'CHAIN' and
10552            'NF_VPPIP4' and
10553            'IMIX' and
10554            '2T1C' and
10555            'MRR'"
10556   parameters:
10557   - "result"
10558   - "name"
10559   - "tags"
10560   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10561   x-axis: "X = VNFs per Service Chain"
10562   y-axis: "Y = Number of Service Chains"
10563   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10564   layout:
10565     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10566     layout: "plot-service-density"
10567
10568 - type: "plot"
10569   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10570   algorithm: "plot_nf_heatmap"
10571   output-file-type: ".html"
10572   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10573   data: "plot-vpp-nfv-2n-clx-mrr"
10574   filter: "'NIC_Intel-XXV710' and
10575            'NF_DENSITY' and
10576            'VHOST' and
10577            not 'VXLAN' and
10578            'CHAIN' and
10579            'NF_VPPIP4' and
10580            'IMIX' and
10581            '4T2C' and
10582            'MRR'"
10583   parameters:
10584   - "result"
10585   - "name"
10586   - "tags"
10587   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10588   x-axis: "X = VNFs per Service Chain"
10589   y-axis: "Y = Number of Service Chains"
10590   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10591   layout:
10592     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10593     layout: "plot-service-density"
10594
10595 - type: "plot"
10596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10597   algorithm: "plot_nf_heatmap"
10598   output-file-type: ".html"
10599   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10600   data: "plot-vpp-nfv-2n-clx-mrr"
10601   filter: "'NIC_Intel-XXV710' and
10602            'NF_DENSITY' and
10603            'VHOST' and
10604            not 'VXLAN' and
10605            'CHAIN' and
10606            'NF_VPPIP4' and
10607            'IMIX' and
10608            '8T4C' and
10609            'MRR'"
10610   parameters:
10611   - "result"
10612   - "name"
10613   - "tags"
10614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10615   x-axis: "X = VNFs per Service Chain"
10616   y-axis: "Y = Number of Service Chains"
10617   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10618   layout:
10619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10620     layout: "plot-service-density"
10621
10622 # Plots - NF Density - VSC - NDR IMIX
10623 - type: "plot"
10624   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10625   algorithm: "plot_nf_heatmap"
10626   output-file-type: ".html"
10627   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10628   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10629   filter: "'NIC_Intel-XXV710' and
10630            'NF_DENSITY' and
10631            'VHOST' and
10632            not 'VXLAN' and
10633            'CHAIN' and
10634            'NF_VPPIP4' and
10635            'IMIX' and
10636            '2T1C' and
10637            'NDRPDR'"
10638   parameters:
10639   - "throughput"
10640   - "name"
10641   - "tags"
10642   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10643   x-axis: "X = VNFs per Service Chain"
10644   y-axis: "Y = Number of Service Chains"
10645   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10646   layout:
10647     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10648     layout: "plot-service-density"
10649
10650 - type: "plot"
10651   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10652   algorithm: "plot_nf_heatmap"
10653   output-file-type: ".html"
10654   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10655   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10656   filter: "'NIC_Intel-XXV710' and
10657            'NF_DENSITY' and
10658            'VHOST' and
10659            not 'VXLAN' and
10660            'CHAIN' and
10661            'NF_VPPIP4' and
10662            'IMIX' and
10663            '4T2C' and
10664            'NDRPDR'"
10665   parameters:
10666   - "throughput"
10667   - "name"
10668   - "tags"
10669   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10670   x-axis: "X = VNFs per Service Chain"
10671   y-axis: "Y = Number of Service Chains"
10672   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10673   layout:
10674     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10675     layout: "plot-service-density"
10676
10677 - type: "plot"
10678   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10679   algorithm: "plot_nf_heatmap"
10680   output-file-type: ".html"
10681   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10682   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10683   filter: "'NIC_Intel-XXV710' and
10684            'NF_DENSITY' and
10685            'VHOST' and
10686            not 'VXLAN' and
10687            'CHAIN' and
10688            'NF_VPPIP4' and
10689            'IMIX' and
10690            '8T4C' and
10691            'NDRPDR'"
10692   parameters:
10693   - "throughput"
10694   - "name"
10695   - "tags"
10696   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10697   x-axis: "X = VNFs per Service Chain"
10698   y-axis: "Y = Number of Service Chains"
10699   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10700   layout:
10701     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10702     layout: "plot-service-density"
10703
10704 # Plots - NF Density - VSC - PDR IMIX
10705 - type: "plot"
10706   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10707   algorithm: "plot_nf_heatmap"
10708   output-file-type: ".html"
10709   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10710   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10711   filter: "'NIC_Intel-XXV710' and
10712            'NF_DENSITY' and
10713            'VHOST' and
10714            not 'VXLAN' and
10715            'CHAIN' and
10716            'NF_VPPIP4' and
10717            'IMIX' and
10718            '2T1C' and
10719            'NDRPDR'"
10720   parameters:
10721   - "throughput"
10722   - "name"
10723   - "tags"
10724   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10725   x-axis: "X = VNFs per Service Chain"
10726   y-axis: "Y = Number of Service Chains"
10727   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10728   layout:
10729     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10730     layout: "plot-service-density"
10731
10732 - type: "plot"
10733   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10734   algorithm: "plot_nf_heatmap"
10735   output-file-type: ".html"
10736   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10737   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10738   filter: "'NIC_Intel-XXV710' and
10739            'NF_DENSITY' and
10740            'VHOST' and
10741            not 'VXLAN' and
10742            'CHAIN' and
10743            'NF_VPPIP4' and
10744            'IMIX' and
10745            '4T2C' and
10746            'NDRPDR'"
10747   parameters:
10748   - "throughput"
10749   - "name"
10750   - "tags"
10751   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10752   x-axis: "X = VNFs per Service Chain"
10753   y-axis: "Y = Number of Service Chains"
10754   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10755   layout:
10756     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10757     layout: "plot-service-density"
10758
10759 - type: "plot"
10760   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10761   algorithm: "plot_nf_heatmap"
10762   output-file-type: ".html"
10763   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10764   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10765   filter: "'NIC_Intel-XXV710' and
10766            'NF_DENSITY' and
10767            'VHOST' and
10768            not 'VXLAN' and
10769            'CHAIN' and
10770            'NF_VPPIP4' and
10771            'IMIX' and
10772            '8T4C' and
10773            'NDRPDR'"
10774   parameters:
10775   - "throughput"
10776   - "name"
10777   - "tags"
10778   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10779   x-axis: "X = VNFs per Service Chain"
10780   y-axis: "Y = Number of Service Chains"
10781   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10782   layout:
10783     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10784     layout: "plot-service-density"
10785
10786 # Plots - NF Density - VSC - MRR IMIX
10787 - type: "plot"
10788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10789   algorithm: "plot_nf_heatmap"
10790   output-file-type: ".html"
10791   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10792   data: "plot-vpp-nfv-2n-clx-mrr"
10793   filter: "'NIC_Intel-XXV710' and
10794            'NF_DENSITY' and
10795            'VHOST' and
10796            'VXLAN' and
10797            'CHAIN' and
10798            'IMIX' and
10799            '2T1C' and
10800            'MRR'"
10801   parameters:
10802   - "result"
10803   - "name"
10804   - "tags"
10805   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10806   x-axis: "X = VNFs per Service Chain"
10807   y-axis: "Y = Number of Service Chains"
10808   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10809   layout:
10810     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10811     layout: "plot-service-density"
10812
10813 - type: "plot"
10814   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10815   algorithm: "plot_nf_heatmap"
10816   output-file-type: ".html"
10817   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10818   data: "plot-vpp-nfv-2n-clx-mrr"
10819   filter: "'NIC_Intel-XXV710' and
10820            'NF_DENSITY' and
10821            'VHOST' and
10822            'VXLAN' and
10823            'CHAIN' and
10824            'IMIX' and
10825            '4T2C' and
10826            'MRR'"
10827   parameters:
10828   - "result"
10829   - "name"
10830   - "tags"
10831   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10832   x-axis: "X = VNFs per Service Chain"
10833   y-axis: "Y = Number of Service Chains"
10834   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10835   layout:
10836     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10837     layout: "plot-service-density"
10838
10839 - type: "plot"
10840   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10841   algorithm: "plot_nf_heatmap"
10842   output-file-type: ".html"
10843   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10844   data: "plot-vpp-nfv-2n-clx-mrr"
10845   filter: "'NIC_Intel-XXV710' and
10846            'NF_DENSITY' and
10847            'VHOST' and
10848            'VXLAN' and
10849            'CHAIN' and
10850            'IMIX' and
10851            '8T4C' and
10852            'MRR'"
10853   parameters:
10854   - "result"
10855   - "name"
10856   - "tags"
10857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10858   x-axis: "X = VNFs per Service Chain"
10859   y-axis: "Y = Number of Service Chains"
10860   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10861   layout:
10862     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10863     layout: "plot-service-density"
10864
10865 # Plots - NF Density - VSC - NDR IMIX
10866 - type: "plot"
10867   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10868   algorithm: "plot_nf_heatmap"
10869   output-file-type: ".html"
10870   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10871   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10872   filter: "'NIC_Intel-XXV710' and
10873            'NF_DENSITY' and
10874            'VHOST' and
10875            'VXLAN' and
10876            'CHAIN' and
10877            'IMIX' and
10878            '2T1C' and
10879            'NDRPDR'"
10880   parameters:
10881   - "throughput"
10882   - "name"
10883   - "tags"
10884   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10885   x-axis: "X = VNFs per Service Chain"
10886   y-axis: "Y = Number of Service Chains"
10887   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10888   layout:
10889     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10890     layout: "plot-service-density"
10891
10892 - type: "plot"
10893   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10894   algorithm: "plot_nf_heatmap"
10895   output-file-type: ".html"
10896   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10897   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10898   filter: "'NIC_Intel-XXV710' and
10899            'NF_DENSITY' and
10900            'VHOST' and
10901            'VXLAN' and
10902            'CHAIN' and
10903            'IMIX' and
10904            '4T2C' and
10905            'NDRPDR'"
10906   parameters:
10907   - "throughput"
10908   - "name"
10909   - "tags"
10910   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10911   x-axis: "X = VNFs per Service Chain"
10912   y-axis: "Y = Number of Service Chains"
10913   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10914   layout:
10915     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10916     layout: "plot-service-density"
10917
10918 - type: "plot"
10919   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10920   algorithm: "plot_nf_heatmap"
10921   output-file-type: ".html"
10922   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10923   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10924   filter: "'NIC_Intel-XXV710' and
10925            'NF_DENSITY' and
10926            'VHOST' and
10927            'VXLAN' and
10928            'CHAIN' and
10929            'IMIX' and
10930            '8T4C' and
10931            'NDRPDR'"
10932   parameters:
10933   - "throughput"
10934   - "name"
10935   - "tags"
10936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10937   x-axis: "X = VNFs per Service Chain"
10938   y-axis: "Y = Number of Service Chains"
10939   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10940   layout:
10941     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10942     layout: "plot-service-density"
10943
10944 # Plots - NF Density - VSC - PDR IMIX
10945 - type: "plot"
10946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10947   algorithm: "plot_nf_heatmap"
10948   output-file-type: ".html"
10949   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10950   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10951   filter: "'NIC_Intel-XXV710' and
10952            'NF_DENSITY' and
10953            'VHOST' and
10954            'VXLAN' and
10955            'CHAIN' and
10956            'IMIX' and
10957            '2T1C' and
10958            'NDRPDR'"
10959   parameters:
10960   - "throughput"
10961   - "name"
10962   - "tags"
10963   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10964   x-axis: "X = VNFs per Service Chain"
10965   y-axis: "Y = Number of Service Chains"
10966   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10967   layout:
10968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10969     layout: "plot-service-density"
10970
10971 - type: "plot"
10972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10973   algorithm: "plot_nf_heatmap"
10974   output-file-type: ".html"
10975   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10976   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10977   filter: "'NIC_Intel-XXV710' and
10978            'NF_DENSITY' and
10979            'VHOST' and
10980            'VXLAN' and
10981            'CHAIN' and
10982            'IMIX' and
10983            '4T2C' and
10984            'NDRPDR'"
10985   parameters:
10986   - "throughput"
10987   - "name"
10988   - "tags"
10989   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10990   x-axis: "X = VNFs per Service Chain"
10991   y-axis: "Y = Number of Service Chains"
10992   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10993   layout:
10994     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10995     layout: "plot-service-density"
10996
10997 - type: "plot"
10998   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10999   algorithm: "plot_nf_heatmap"
11000   output-file-type: ".html"
11001   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11002   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11003   filter: "'NIC_Intel-XXV710' and
11004            'NF_DENSITY' and
11005            'VHOST' and
11006            'VXLAN' and
11007            'CHAIN' and
11008            'IMIX' and
11009            '8T4C' and
11010            'NDRPDR'"
11011   parameters:
11012   - "throughput"
11013   - "name"
11014   - "tags"
11015   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11016   x-axis: "X = VNFs per Service Chain"
11017   y-axis: "Y = Number of Service Chains"
11018   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11019   layout:
11020     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11021     layout: "plot-service-density"
11022
11023 # Plots - NF Density - CSC - MRR IMIX
11024 - type: "plot"
11025   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11026   algorithm: "plot_nf_heatmap"
11027   output-file-type: ".html"
11028   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11029   data: "plot-vpp-nfv-2n-clx-mrr"
11030   filter: "'NIC_Intel-XXV710' and
11031            'NF_DENSITY' and
11032            'DOCKER' and
11033            'CHAIN' and
11034            'NF_VPPIP4' and
11035            'IMIX' and
11036            '2T1C' and
11037            'MRR'"
11038   parameters:
11039   - "result"
11040   - "name"
11041   - "tags"
11042   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11043   x-axis: "X = CNFs per Service Chain"
11044   y-axis: "Y = Number of Service Chains"
11045   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11046   layout:
11047     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11048     layout: "plot-service-density"
11049
11050 - type: "plot"
11051   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11052   algorithm: "plot_nf_heatmap"
11053   output-file-type: ".html"
11054   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11055   data: "plot-vpp-nfv-2n-clx-mrr"
11056   filter: "'NIC_Intel-XXV710' and
11057            'NF_DENSITY' and
11058            'DOCKER' and
11059            'CHAIN' and
11060            'NF_VPPIP4' and
11061            'IMIX' and
11062            '4T2C' and
11063            'MRR'"
11064   parameters:
11065   - "result"
11066   - "name"
11067   - "tags"
11068   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11069   x-axis: "X = CNFs per Service Chain"
11070   y-axis: "Y = Number of Service Chains"
11071   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11072   layout:
11073     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11074     layout: "plot-service-density"
11075
11076 - type: "plot"
11077   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11078   algorithm: "plot_nf_heatmap"
11079   output-file-type: ".html"
11080   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11081   data: "plot-vpp-nfv-2n-clx-mrr"
11082   filter: "'NIC_Intel-XXV710' and
11083            'NF_DENSITY' and
11084            'DOCKER' and
11085            'CHAIN' and
11086            'NF_VPPIP4' and
11087            'IMIX' and
11088            '8T4C' and
11089            'MRR'"
11090   parameters:
11091   - "result"
11092   - "name"
11093   - "tags"
11094   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11095   x-axis: "X = CNFs per Service Chain"
11096   y-axis: "Y = Number of Service Chains"
11097   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11098   layout:
11099     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11100     layout: "plot-service-density"
11101
11102 # Plots - NF Density - CSC - NDR IMIX
11103 - type: "plot"
11104   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11105   algorithm: "plot_nf_heatmap"
11106   output-file-type: ".html"
11107   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11108   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11109   filter: "'NIC_Intel-XXV710' and
11110            'NF_DENSITY' and
11111            'DOCKER' and
11112            'CHAIN' and
11113            'NF_VPPIP4' and
11114            'IMIX' and
11115            '2T1C' and
11116            'NDRPDR'"
11117   parameters:
11118   - "throughput"
11119   - "name"
11120   - "tags"
11121   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11122   x-axis: "X = CNFs per Service Chain"
11123   y-axis: "Y = Number of Service Chains"
11124   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11125   layout:
11126     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11127     layout: "plot-service-density"
11128
11129 - type: "plot"
11130   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11131   algorithm: "plot_nf_heatmap"
11132   output-file-type: ".html"
11133   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11134   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11135   filter: "'NIC_Intel-XXV710' and
11136            'NF_DENSITY' and
11137            'DOCKER' and
11138            'CHAIN' and
11139            'NF_VPPIP4' and
11140            'IMIX' and
11141            '4T2C' and
11142            'NDRPDR'"
11143   parameters:
11144   - "throughput"
11145   - "name"
11146   - "tags"
11147   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11148   x-axis: "X = CNFs per Service Chain"
11149   y-axis: "Y = Number of Service Chains"
11150   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11151   layout:
11152     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11153     layout: "plot-service-density"
11154
11155 - type: "plot"
11156   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11157   algorithm: "plot_nf_heatmap"
11158   output-file-type: ".html"
11159   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11160   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11161   filter: "'NIC_Intel-XXV710' and
11162            'NF_DENSITY' and
11163            'DOCKER' and
11164            'CHAIN' and
11165            'NF_VPPIP4' and
11166            'IMIX' and
11167            '8T4C' and
11168            'NDRPDR'"
11169   parameters:
11170   - "throughput"
11171   - "name"
11172   - "tags"
11173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11174   x-axis: "X = CNFs per Service Chain"
11175   y-axis: "Y = Number of Service Chains"
11176   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11177   layout:
11178     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11179     layout: "plot-service-density"
11180
11181 # Plots - NF Density - CSC - PDR IMIX
11182 - type: "plot"
11183   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11184   algorithm: "plot_nf_heatmap"
11185   output-file-type: ".html"
11186   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11187   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11188   filter: "'NIC_Intel-XXV710' and
11189            'NF_DENSITY' and
11190            'DOCKER' and
11191            'CHAIN' and
11192            'NF_VPPIP4' and
11193            'IMIX' and
11194            '2T1C' and
11195            'NDRPDR'"
11196   parameters:
11197   - "throughput"
11198   - "name"
11199   - "tags"
11200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11201   x-axis: "X = CNFs per Service Chain"
11202   y-axis: "Y = Number of Service Chains"
11203   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11204   layout:
11205     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11206     layout: "plot-service-density"
11207
11208 - type: "plot"
11209   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11210   algorithm: "plot_nf_heatmap"
11211   output-file-type: ".html"
11212   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11213   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11214   filter: "'NIC_Intel-XXV710' and
11215            'NF_DENSITY' and
11216            'DOCKER' and
11217            'CHAIN' and
11218            'NF_VPPIP4' and
11219            'IMIX' and
11220            '4T2C' and
11221            'NDRPDR'"
11222   parameters:
11223   - "throughput"
11224   - "name"
11225   - "tags"
11226   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11227   x-axis: "X = CNFs per Service Chain"
11228   y-axis: "Y = Number of Service Chains"
11229   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11230   layout:
11231     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11232     layout: "plot-service-density"
11233
11234 - type: "plot"
11235   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11236   algorithm: "plot_nf_heatmap"
11237   output-file-type: ".html"
11238   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11239   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11240   filter: "'NIC_Intel-XXV710' and
11241            'NF_DENSITY' and
11242            'DOCKER' and
11243            'CHAIN' and
11244            'NF_VPPIP4' and
11245            'IMIX' and
11246            '8T4C' and
11247            'NDRPDR'"
11248   parameters:
11249   - "throughput"
11250   - "name"
11251   - "tags"
11252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11253   x-axis: "X = CNFs per Service Chain"
11254   y-axis: "Y = Number of Service Chains"
11255   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11256   layout:
11257     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11258     layout: "plot-service-density"
11259
11260 # Plots - NF Density - CSP - MRR IMIX
11261 - type: "plot"
11262   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11263   algorithm: "plot_nf_heatmap"
11264   output-file-type: ".html"
11265   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11266   data: "plot-vpp-nfv-2n-clx-mrr"
11267   filter: "'NIC_Intel-XXV710' and
11268            'NF_DENSITY' and
11269            'DOCKER' and
11270            'PIPELINE' and
11271            'NF_VPPIP4' and
11272            'IMIX' and
11273            '2T1C' and
11274            'MRR'"
11275   parameters:
11276   - "result"
11277   - "name"
11278   - "tags"
11279   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11280   x-axis: "X = CNFs per Service Pipeline"
11281   y-axis: "Y = Number of Service Pipelines"
11282   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11283   layout:
11284     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11285     layout: "plot-service-density"
11286
11287 - type: "plot"
11288   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11289   algorithm: "plot_nf_heatmap"
11290   output-file-type: ".html"
11291   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11292   data: "plot-vpp-nfv-2n-clx-mrr"
11293   filter: "'NIC_Intel-XXV710' and
11294            'NF_DENSITY' and
11295            'DOCKER' and
11296            'PIPELINE' and
11297            'NF_VPPIP4' and
11298            'IMIX' and
11299            '4T2C' and
11300            'MRR'"
11301   parameters:
11302   - "result"
11303   - "name"
11304   - "tags"
11305   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11306   x-axis: "X = CNFs per Service Pipeline"
11307   y-axis: "Y = Number of Service Pipelines"
11308   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11309   layout:
11310     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11311     layout: "plot-service-density"
11312
11313 - type: "plot"
11314   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11315   algorithm: "plot_nf_heatmap"
11316   output-file-type: ".html"
11317   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11318   data: "plot-vpp-nfv-2n-clx-mrr"
11319   filter: "'NIC_Intel-XXV710' and
11320            'NF_DENSITY' and
11321            'DOCKER' and
11322            'PIPELINE' and
11323            'NF_VPPIP4' and
11324            'IMIX' and
11325            '8T4C' and
11326            'MRR'"
11327   parameters:
11328   - "result"
11329   - "name"
11330   - "tags"
11331   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11332   x-axis: "X = CNFs per Service Pipeline"
11333   y-axis: "Y = Number of Service Pipelines"
11334   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11335   layout:
11336     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11337     layout: "plot-service-density"
11338
11339 # Plots - NF Density - CSP - NDR IMIX
11340 - type: "plot"
11341   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11342   algorithm: "plot_nf_heatmap"
11343   output-file-type: ".html"
11344   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11345   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11346   filter: "'NIC_Intel-XXV710' and
11347            'NF_DENSITY' and
11348            'DOCKER' and
11349            'PIPELINE' and
11350            'NF_VPPIP4' and
11351            'IMIX' and
11352            '2T1C' and
11353            'NDRPDR'"
11354   parameters:
11355   - "throughput"
11356   - "name"
11357   - "tags"
11358   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11359   x-axis: "X = CNFs per Service Pipeline"
11360   y-axis: "Y = Number of Service Pipelines"
11361   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11362   layout:
11363     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11364     layout: "plot-service-density"
11365
11366 - type: "plot"
11367   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11368   algorithm: "plot_nf_heatmap"
11369   output-file-type: ".html"
11370   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11371   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11372   filter: "'NIC_Intel-XXV710' and
11373            'NF_DENSITY' and
11374            'DOCKER' and
11375            'PIPELINE' and
11376            'NF_VPPIP4' and
11377            'IMIX' and
11378            '4T2C' and
11379            'NDRPDR'"
11380   parameters:
11381   - "throughput"
11382   - "name"
11383   - "tags"
11384   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11385   x-axis: "X = CNFs per Service Pipeline"
11386   y-axis: "Y = Number of Service Pipelines"
11387   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11388   layout:
11389     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11390     layout: "plot-service-density"
11391
11392 - type: "plot"
11393   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11394   algorithm: "plot_nf_heatmap"
11395   output-file-type: ".html"
11396   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11397   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11398   filter: "'NIC_Intel-XXV710' and
11399            'NF_DENSITY' and
11400            'DOCKER' and
11401            'PIPELINE' and
11402            'NF_VPPIP4' and
11403            'IMIX' and
11404            '8T4C' and
11405            'NDRPDR'"
11406   parameters:
11407   - "throughput"
11408   - "name"
11409   - "tags"
11410   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11411   x-axis: "X = CNFs per Service Pipeline"
11412   y-axis: "Y = Number of Service Pipelines"
11413   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11414   layout:
11415     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11416     layout: "plot-service-density"
11417
11418 # Plots - NF Density - CSP - PDR IMIX
11419 - type: "plot"
11420   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11421   algorithm: "plot_nf_heatmap"
11422   output-file-type: ".html"
11423   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11424   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11425   filter: "'NIC_Intel-XXV710' and
11426            'NF_DENSITY' and
11427            'DOCKER' and
11428            'PIPELINE' and
11429            'NF_VPPIP4' and
11430            'IMIX' and
11431            '2T1C' and
11432            'NDRPDR'"
11433   parameters:
11434   - "throughput"
11435   - "name"
11436   - "tags"
11437   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11438   x-axis: "X = CNFs per Service Pipeline"
11439   y-axis: "Y = Number of Service Pipelines"
11440   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11441   layout:
11442     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11443     layout: "plot-service-density"
11444
11445 - type: "plot"
11446   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11447   algorithm: "plot_nf_heatmap"
11448   output-file-type: ".html"
11449   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11450   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11451   filter: "'NIC_Intel-XXV710' and
11452            'NF_DENSITY' and
11453            'DOCKER' and
11454            'PIPELINE' and
11455            'NF_VPPIP4' and
11456            'IMIX' and
11457            '4T2C' and
11458            'NDRPDR'"
11459   parameters:
11460   - "throughput"
11461   - "name"
11462   - "tags"
11463   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11464   x-axis: "X = CNFs per Service Pipeline"
11465   y-axis: "Y = Number of Service Pipelines"
11466   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11467   layout:
11468     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11469     layout: "plot-service-density"
11470
11471 - type: "plot"
11472   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11473   algorithm: "plot_nf_heatmap"
11474   output-file-type: ".html"
11475   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11476   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11477   filter: "'NIC_Intel-XXV710' and
11478            'NF_DENSITY' and
11479            'DOCKER' and
11480            'PIPELINE' and
11481            'NF_VPPIP4' and
11482            'IMIX' and
11483            '8T4C' and
11484            'NDRPDR'"
11485   parameters:
11486   - "throughput"
11487   - "name"
11488   - "tags"
11489   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11490   x-axis: "X = CNFs per Service Pipeline"
11491   y-axis: "Y = Number of Service Pipelines"
11492   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11493   layout:
11494     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11495     layout: "plot-service-density"
11496
11497 ################################################################################
11498
11499 # Packet Throughput
11500
11501 - type: "plot"
11502   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11503   algorithm: "plot_perf_box_name"
11504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11505   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11506   include:
11507     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11508     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11509     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11510     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11511   layout:
11512     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11513     layout: "plot-throughput"
11514
11515 - type: "plot"
11516   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11517   algorithm: "plot_perf_box_name"
11518   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11519   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11520   include:
11521     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11522     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11523     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11524     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11525   layout:
11526     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11527     layout: "plot-throughput"
11528
11529 - type: "plot"
11530   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11531   algorithm: "plot_perf_box_name"
11532   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11533   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11534   include:
11535     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11536     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11537     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11538     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11539   layout:
11540     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11541     layout: "plot-throughput"
11542
11543 - type: "plot"
11544   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11545   algorithm: "plot_perf_box_name"
11546   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11547   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11548   include:
11549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11550     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11552     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11553   layout:
11554     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11555     layout: "plot-throughput"
11556
11557 - type: "plot"
11558   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11559   algorithm: "plot_perf_box_name"
11560   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11562   include:
11563     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11564     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11565     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11566     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11567     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11568   layout:
11569     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11570     layout: "plot-throughput"
11571
11572 - type: "plot"
11573   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11574   algorithm: "plot_perf_box_name"
11575   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11577   include:
11578     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11579     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11580     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11581     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11582     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11583   layout:
11584     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11585     layout: "plot-throughput"
11586
11587 - type: "plot"
11588   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11589   algorithm: "plot_perf_box_name"
11590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11592   include:
11593     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11594     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11595     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11596     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11597     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11598   layout:
11599     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11600     layout: "plot-throughput"
11601
11602 - type: "plot"
11603   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11604   algorithm: "plot_perf_box_name"
11605   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11606   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11607   include:
11608     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11609     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11610     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11611     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11612     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11613   layout:
11614     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11615     layout: "plot-throughput"
11616
11617 - type: "plot"
11618   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11619   algorithm: "plot_perf_box_name"
11620   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11621   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11622   include:
11623     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11624     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11625     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11626     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11627     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11628   layout:
11629     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11630     layout: "plot-throughput"
11631
11632 - type: "plot"
11633   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11634   algorithm: "plot_perf_box_name"
11635   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11636   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11637   include:
11638     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11639     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11640     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11641     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11642     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11643   layout:
11644     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11645     layout: "plot-throughput"
11646
11647 - type: "plot"
11648   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11649   algorithm: "plot_perf_box_name"
11650   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11652   include:
11653     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11659   layout:
11660     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11661     layout: "plot-throughput"
11662
11663 - type: "plot"
11664   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11665   algorithm: "plot_perf_box_name"
11666   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11668   include:
11669     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11675   layout:
11676     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11683   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11684   include:
11685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11690   layout:
11691     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11692     layout: "plot-throughput"
11693
11694 - type: "plot"
11695   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11696   algorithm: "plot_perf_box_name"
11697   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11699   include:
11700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11705   layout:
11706     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11707     layout: "plot-throughput"
11708
11709 - type: "plot"
11710   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11711   algorithm: "plot_perf_box_name"
11712   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11714   include:
11715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11718   layout:
11719     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11720     layout: "plot-throughput"
11721
11722 - type: "plot"
11723   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11724   algorithm: "plot_perf_box_name"
11725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11727   include:
11728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11731   layout:
11732     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11733     layout: "plot-throughput"
11734
11735 - type: "plot"
11736   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11737   algorithm: "plot_perf_box_name"
11738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11740   include:
11741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11746   layout:
11747     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11748     layout: "plot-throughput"
11749
11750 - type: "plot"
11751   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11752   algorithm: "plot_perf_box_name"
11753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11754   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11755   include:
11756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11761   layout:
11762     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11763     layout: "plot-throughput"
11764
11765 - type: "plot"
11766   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11767   algorithm: "plot_perf_box_name"
11768   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11770   include:
11771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11774   layout:
11775     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11776     layout: "plot-throughput"
11777
11778 - type: "plot"
11779   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11780   algorithm: "plot_perf_box_name"
11781   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11782   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11783   include:
11784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11787   layout:
11788     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11789     layout: "plot-throughput"
11790
11791 - type: "plot"
11792   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11793   algorithm: "plot_perf_box_name"
11794   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11795   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11796   include:
11797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11803   layout:
11804     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11805     layout: "plot-throughput"
11806
11807 - type: "plot"
11808   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11809   algorithm: "plot_perf_box_name"
11810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11812   include:
11813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11819   layout:
11820     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11821     layout: "plot-throughput"
11822
11823 - type: "plot"
11824   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11825   algorithm: "plot_perf_box_name"
11826   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11828   include:
11829     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11830     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11831     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11832     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11833     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11834   layout:
11835     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11836     layout: "plot-throughput"
11837
11838 - type: "plot"
11839   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11840   algorithm: "plot_perf_box_name"
11841   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11842   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11843   include:
11844     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11845     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11846     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11847     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11848     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11849   layout:
11850     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11851     layout: "plot-throughput"
11852
11853 - type: "plot"
11854   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11855   algorithm: "plot_perf_box_name"
11856   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11858   include:
11859     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11860     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11861     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11862     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11863     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11864     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11865     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11866     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11867     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11868     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11869   layout:
11870     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11871     layout: "plot-cps"
11872
11873 - type: "plot"
11874   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11875   algorithm: "plot_perf_box_name"
11876   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11877   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11878   include:
11879     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11880     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11881     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11882     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11883     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11884     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11885     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11886     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11887     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-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-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11891     layout: "plot-throughput"
11892
11893 - type: "plot"
11894   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11895   algorithm: "plot_perf_box_name"
11896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11898   include:
11899     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11902     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11904     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11905     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11906     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11907     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11908     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11909   layout:
11910     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11911     layout: "plot-cps"
11912
11913 - type: "plot"
11914   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11915   algorithm: "plot_perf_box_name"
11916   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11917   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11918   include:
11919     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11920     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11921     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11922     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11923     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11924     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11925     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11926     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11927     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11928     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11929   layout:
11930     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11931     layout: "plot-throughput"
11932
11933 - type: "plot"
11934   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11935   algorithm: "plot_perf_box_name"
11936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11938   include:
11939     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11940     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11941     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11942     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11943     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11944   layout:
11945     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11946     layout: "plot-throughput"
11947
11948 - type: "plot"
11949   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11950   algorithm: "plot_perf_box_name"
11951   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11952   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11953   include:
11954     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11955     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11956     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11957     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11958     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11959   layout:
11960     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11961     layout: "plot-throughput"
11962
11963 - type: "plot"
11964   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11965   algorithm: "plot_perf_box_name"
11966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11968   include:
11969     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11970     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11971     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11972     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11973     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11974     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11975     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11976     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11977     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11978     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11979   layout:
11980     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11981     layout: "plot-cps"
11982
11983 - type: "plot"
11984   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11985   algorithm: "plot_perf_box_name"
11986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11988   include:
11989     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11990     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11991     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11992     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11993     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11994     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11995     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11996     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11997     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11998     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11999   layout:
12000     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12001     layout: "plot-throughput"
12002
12003 - type: "plot"
12004   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12005   algorithm: "plot_perf_box_name"
12006   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12008   include:
12009     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12010     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12011     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12012     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12013     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12014     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12015     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12016     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12017     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12018     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12019   layout:
12020     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12021     layout: "plot-cps"
12022
12023 - type: "plot"
12024   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12025   algorithm: "plot_perf_box_name"
12026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12028   include:
12029     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12030     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12031     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12032     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12033     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12034     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12035     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12036     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12037     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12038     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12039   layout:
12040     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12041     layout: "plot-throughput"
12042
12043 - type: "plot"
12044   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12045   algorithm: "plot_perf_box_name"
12046   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12048   include:
12049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12055   layout:
12056     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12057     layout: "plot-throughput"
12058
12059 - type: "plot"
12060   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12061   algorithm: "plot_perf_box_name"
12062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12064   include:
12065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12071   layout:
12072     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12073     layout: "plot-throughput"
12074
12075 - type: "plot"
12076   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12077   algorithm: "plot_perf_box_name"
12078   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12079   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12080   include:
12081     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12084   layout:
12085     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12086     layout: "plot-throughput"
12087
12088 - type: "plot"
12089   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12090   algorithm: "plot_perf_box_name"
12091   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12092   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12093   include:
12094     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12097   layout:
12098     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12099     layout: "plot-throughput"
12100
12101 - type: "plot"
12102   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12103   algorithm: "plot_perf_box_name"
12104   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12105   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12106   include:
12107     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12109 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12110 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12111 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12112   layout:
12113     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12114     layout: "plot-throughput"
12115
12116 - type: "plot"
12117   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12118   algorithm: "plot_perf_box_name"
12119   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12121   include:
12122     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12124 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12125 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12126 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12127   layout:
12128     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12129     layout: "plot-throughput"
12130
12131 - type: "plot"
12132   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12133   algorithm: "plot_perf_box_name"
12134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12136   include:
12137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12142   layout:
12143     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12144     layout: "plot-throughput"
12145
12146 - type: "plot"
12147   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12148   algorithm: "plot_perf_box_name"
12149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12151   include:
12152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12157   layout:
12158     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12159     layout: "plot-throughput"
12160
12161 - type: "plot"
12162   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12163   algorithm: "plot_perf_box_name"
12164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12166   include:
12167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12172   layout:
12173     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12174     layout: "plot-throughput"
12175
12176 - type: "plot"
12177   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12178   algorithm: "plot_perf_box_name"
12179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12181   include:
12182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12187   layout:
12188     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12189     layout: "plot-throughput"
12190
12191 - type: "plot"
12192   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12193   algorithm: "plot_perf_box_name"
12194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12196   include:
12197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12201   layout:
12202     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12203     layout: "plot-throughput"
12204
12205 - type: "plot"
12206   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12207   algorithm: "plot_perf_box_name"
12208   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12210   include:
12211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12215   layout:
12216     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12217     layout: "plot-throughput"
12218
12219 - type: "plot"
12220   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12221   algorithm: "plot_perf_box_name"
12222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12224   include:
12225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12230   layout:
12231     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12232     layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12236   algorithm: "plot_perf_box_name"
12237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12239   include:
12240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12245   layout:
12246     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12247     layout: "plot-throughput"
12248
12249 - type: "plot"
12250   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12251   algorithm: "plot_perf_box_name"
12252   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12253   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12254   include:
12255     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12260   layout:
12261     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12262     layout: "plot-throughput"
12263
12264 - type: "plot"
12265   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12266   algorithm: "plot_perf_box_name"
12267   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12268   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12269   include:
12270     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12271     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12272     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12273     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12275   layout:
12276     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12277     layout: "plot-throughput"
12278
12279 - type: "plot"
12280   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12281   algorithm: "plot_perf_box_name"
12282   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12283   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12284   include:
12285     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12286     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12287     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12289   layout:
12290     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12291     layout: "plot-throughput"
12292
12293 - type: "plot"
12294   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12295   algorithm: "plot_perf_box_name"
12296   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12297   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12298   include:
12299     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12300     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12302     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12303   layout:
12304     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12305     layout: "plot-throughput"
12306
12307 - type: "plot"
12308   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12309   algorithm: "plot_perf_box_name"
12310   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12311   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12312   include:
12313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12318   layout:
12319     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12320     layout: "plot-throughput"
12321
12322 - type: "plot"
12323   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12324   algorithm: "plot_perf_box_name"
12325   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12326   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12327   include:
12328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12333   layout:
12334     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12335     layout: "plot-throughput"
12336
12337 - type: "plot"
12338   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12339   algorithm: "plot_perf_box_name"
12340   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12341   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12342   include:
12343     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12349   layout:
12350     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12351     layout: "plot-throughput"
12352
12353 - type: "plot"
12354   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12355   algorithm: "plot_perf_box_name"
12356   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12357   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12358   include:
12359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12364     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12365   layout:
12366     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12367     layout: "plot-throughput"
12368
12369 - type: "plot"
12370   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12371   algorithm: "plot_perf_box_name"
12372   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12373   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12374   include:
12375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12380   layout:
12381     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12382     layout: "plot-throughput"
12383
12384 - type: "plot"
12385   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12386   algorithm: "plot_perf_box_name"
12387   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12388   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12389   include:
12390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12395   layout:
12396     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12397     layout: "plot-throughput"
12398
12399 - type: "plot"
12400   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12401   algorithm: "plot_perf_box_name"
12402   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12403   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12404   include:
12405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12409     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12410   layout:
12411     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12412     layout: "plot-throughput"
12413
12414 - type: "plot"
12415   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12416   algorithm: "plot_perf_box_name"
12417   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12418   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12419   include:
12420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12425   layout:
12426     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12427     layout: "plot-throughput"
12428
12429 - type: "plot"
12430   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12431   algorithm: "plot_perf_box_name"
12432   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12433   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12434   include:
12435     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12436     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12437   layout:
12438     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12439     layout: "plot-throughput"
12440
12441 - type: "plot"
12442   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12443   algorithm: "plot_perf_box_name"
12444   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12445   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12446   include:
12447     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12448     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12449   layout:
12450     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12451     layout: "plot-throughput"
12452
12453 - type: "plot"
12454   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12455   algorithm: "plot_perf_box_name"
12456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12458   include:
12459     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12463   layout:
12464     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12465     layout: "plot-throughput"
12466
12467 - type: "plot"
12468   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12469   algorithm: "plot_perf_box_name"
12470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12472   include:
12473     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12474     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12477   layout:
12478     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12479     layout: "plot-throughput"
12480
12481 - type: "plot"
12482   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12483   algorithm: "plot_perf_box_name"
12484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12486   include:
12487     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12488     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12489     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12490     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12491   layout:
12492     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12493     layout: "plot-throughput"
12494
12495 - type: "plot"
12496   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12497   algorithm: "plot_perf_box_name"
12498   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12499   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12500   include:
12501     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12502     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12503     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12504     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12505   layout:
12506     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12507     layout: "plot-throughput"
12508
12509 - type: "plot"
12510   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12511   algorithm: "plot_perf_box_name"
12512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12513   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12514   include:
12515     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12516     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12517     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12518     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12519   layout:
12520     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12521     layout: "plot-throughput"
12522
12523 - type: "plot"
12524   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12525   algorithm: "plot_perf_box_name"
12526   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12527   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12528   include:
12529     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12530     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12531     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12532     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12533   layout:
12534     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12535     layout: "plot-throughput"
12536
12537 - type: "plot"
12538   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12539   algorithm: "plot_perf_box_name"
12540   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12541   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12542   include:
12543     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12546     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12547   layout:
12548     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12549     layout: "plot-throughput"
12550
12551 - type: "plot"
12552   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12553   algorithm: "plot_perf_box_name"
12554   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12555   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12556   include:
12557     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12560     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12561   layout:
12562     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12563     layout: "plot-throughput"
12564
12565 - type: "plot"
12566   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12567   algorithm: "plot_perf_box_name"
12568   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12570   include:
12571     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12575     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12576     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12577   layout:
12578     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12579     layout: "plot-throughput"
12580
12581 - type: "plot"
12582   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12583   algorithm: "plot_perf_box_name"
12584   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12586   include:
12587     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12590     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12591     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12592     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12593   layout:
12594     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12595     layout: "plot-throughput"
12596
12597 - type: "plot"
12598   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12599   algorithm: "plot_perf_box_name"
12600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12602   include:
12603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12608   layout:
12609     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12610     layout: "plot-throughput"
12611
12612 - type: "plot"
12613   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12614   algorithm: "plot_perf_box_name"
12615   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12617   include:
12618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12620     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12621     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12623   layout:
12624     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12625     layout: "plot-throughput"
12626
12627 - type: "plot"
12628   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12629   algorithm: "plot_perf_box_name"
12630   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12632   include:
12633     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12635     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12636     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12637     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12638   layout:
12639     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12640     layout: "plot-throughput"
12641
12642 - type: "plot"
12643   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12644   algorithm: "plot_perf_box_name"
12645   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12646   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12647   include:
12648     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12650     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12651     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12652     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12653   layout:
12654     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12655     layout: "plot-throughput"
12656
12657 - type: "plot"
12658   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12659   algorithm: "plot_perf_box_name"
12660   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12661   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12662   include:
12663     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12664     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12665     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12666   layout:
12667     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12668     layout: "plot-throughput"
12669
12670 - type: "plot"
12671   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12672   algorithm: "plot_perf_box_name"
12673   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12674   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12675   include:
12676     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12677     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12679   layout:
12680     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12681     layout: "plot-throughput"
12682
12683 - type: "plot"
12684   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12685   algorithm: "plot_perf_box_name"
12686   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12688   include:
12689     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12690     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12692   layout:
12693     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12694     layout: "plot-throughput"
12695
12696 - type: "plot"
12697   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12698   algorithm: "plot_perf_box_name"
12699   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12701   include:
12702     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12703     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12704     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12705   layout:
12706     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12707     layout: "plot-throughput"
12708
12709 - type: "plot"
12710   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12711   algorithm: "plot_perf_box_name"
12712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12714   include:
12715     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12716     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12717     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12718     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12719     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12720   layout:
12721     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12722     layout: "plot-throughput"
12723
12724 - type: "plot"
12725   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12726   algorithm: "plot_perf_box_name"
12727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12729   include:
12730     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12731     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12732     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12733     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12734     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12735   layout:
12736     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12737     layout: "plot-throughput"
12738
12739 - type: "plot"
12740   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12741   algorithm: "plot_perf_box_name"
12742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12744   include:
12745     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12747     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12748     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12749     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12750   layout:
12751     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12752     layout: "plot-throughput"
12753
12754 - type: "plot"
12755   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12756   algorithm: "plot_perf_box_name"
12757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12759   include:
12760     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12762     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12763     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12764     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12765   layout:
12766     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12767     layout: "plot-throughput"
12768
12769 - type: "plot"
12770   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12771   algorithm: "plot_perf_box_name"
12772   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12773   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12774   include:
12775     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12777     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12778     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12779     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12780   layout:
12781     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12782     layout: "plot-throughput"
12783
12784 - type: "plot"
12785   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12786   algorithm: "plot_perf_box_name"
12787   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12788   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12789   include:
12790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12792     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12793     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12794     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12795   layout:
12796     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12797     layout: "plot-throughput"
12798
12799 - type: "plot"
12800   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12801   algorithm: "plot_perf_box_name"
12802   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12803   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12804   include:
12805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12807     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12808     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12809     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12810   layout:
12811     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12812     layout: "plot-throughput"
12813
12814 - type: "plot"
12815   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12816   algorithm: "plot_perf_box_name"
12817   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12818   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12819   include:
12820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12824     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12825   layout:
12826     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12827     layout: "plot-throughput"
12828
12829 - type: "plot"
12830   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12831   algorithm: "plot_perf_box_name"
12832   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12833   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12834   include:
12835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12837     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12838     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12839     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12840   layout:
12841     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12842     layout: "plot-throughput"
12843
12844 - type: "plot"
12845   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12846   algorithm: "plot_perf_box_name"
12847   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12848   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12849   include:
12850     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12851     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12852     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12853     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12854     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12855   layout:
12856     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12857     layout: "plot-throughput"
12858
12859 - type: "plot"
12860   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12861   algorithm: "plot_perf_box_name"
12862   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12863   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12864   include:
12865     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12866     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12871   layout:
12872     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12873     layout: "plot-throughput"
12874
12875 - type: "plot"
12876   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12877   algorithm: "plot_perf_box_name"
12878   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12879   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12880   include:
12881     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12882     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12887   layout:
12888     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12889     layout: "plot-throughput"
12890
12891 - type: "plot"
12892   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12893   algorithm: "plot_perf_box_name"
12894   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12896   include:
12897     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12898     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12899     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12901   layout:
12902     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12903     layout: "plot-throughput"
12904
12905 - type: "plot"
12906   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12907   algorithm: "plot_perf_box_name"
12908   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12910   include:
12911     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12912     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12913     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12914     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12915   layout:
12916     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12917     layout: "plot-throughput"
12918
12919 - type: "plot"
12920   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12921   algorithm: "plot_perf_box_name"
12922   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12923   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12924   include:
12925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12931   layout:
12932     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12933     layout: "plot-throughput"
12934
12935 - type: "plot"
12936   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12937   algorithm: "plot_perf_box_name"
12938   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12940   include:
12941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12947   layout:
12948     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12949     layout: "plot-throughput"
12950
12951 - type: "plot"
12952   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12953   algorithm: "plot_perf_box_name"
12954   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12955   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12956   include:
12957     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12958     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12963   layout:
12964     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12965     layout: "plot-throughput"
12966
12967 - type: "plot"
12968   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12969   algorithm: "plot_perf_box_name"
12970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12972   include:
12973     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12974     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12975     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12976     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12977     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12978     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12979   layout:
12980     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12981     layout: "plot-throughput"
12982
12983 - type: "plot"
12984   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12985   algorithm: "plot_perf_box_name"
12986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12988   include:
12989     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12990     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12991     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12992     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12993     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12994     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12995   layout:
12996     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12997     layout: "plot-throughput"
12998
12999 - type: "plot"
13000   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13001   algorithm: "plot_perf_box_name"
13002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13004   include:
13005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13006     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13007     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13009     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13010     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13011   layout:
13012     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13013     layout: "plot-throughput"
13014
13015 - type: "plot"
13016   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13017   algorithm: "plot_perf_box_name"
13018   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13019   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13020   include:
13021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13025     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13026     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13027   layout:
13028     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13029     layout: "plot-throughput"
13030
13031 - type: "plot"
13032   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13033   algorithm: "plot_perf_box_name"
13034   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13035   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13036   include:
13037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13040     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13041     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13042     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13043   layout:
13044     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13045     layout: "plot-throughput"
13046
13047 - type: "plot"
13048   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13049   algorithm: "plot_perf_box_name"
13050   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13051   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13052   include:
13053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13054     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13055     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13056     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13057     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13058     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13059   layout:
13060     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13061     layout: "plot-throughput"
13062
13063 - type: "plot"
13064   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13065   algorithm: "plot_perf_box_name"
13066   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13067   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13068   include:
13069     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13070     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13071     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13072     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13073     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13074     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13075   layout:
13076     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13077     layout: "plot-throughput"
13078
13079 - type: "plot"
13080   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13081   algorithm: "plot_perf_box_name"
13082   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13084   include:
13085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13090     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13091   layout:
13092     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13093     layout: "plot-throughput"
13094
13095 - type: "plot"
13096   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13097   algorithm: "plot_perf_box_name"
13098   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13100   include:
13101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13106     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13107   layout:
13108     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13109     layout: "plot-throughput"
13110
13111 - type: "plot"
13112   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13113   algorithm: "plot_perf_box_name"
13114   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13115   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13116   include:
13117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13123   layout:
13124     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13125     layout: "plot-throughput"
13126
13127 - type: "plot"
13128   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13129   algorithm: "plot_perf_box_name"
13130   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13131   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13132   include:
13133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13139   layout:
13140     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13141     layout: "plot-throughput"
13142
13143 - type: "plot"
13144   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13145   algorithm: "plot_perf_box_name"
13146   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13147   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13148   include:
13149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13155   layout:
13156     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13157     layout: "plot-throughput"
13158
13159 - type: "plot"
13160   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13161   algorithm: "plot_perf_box_name"
13162   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13164   include:
13165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13171   layout:
13172     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13173     layout: "plot-throughput"
13174
13175 - type: "plot"
13176   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13177   algorithm: "plot_perf_box_name"
13178   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13180   include:
13181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13185   layout:
13186     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13187     layout: "plot-throughput"
13188
13189 - type: "plot"
13190   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13191   algorithm: "plot_perf_box_name"
13192   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13194   include:
13195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13199   layout:
13200     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13201     layout: "plot-throughput"
13202
13203 - type: "plot"
13204   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13205   algorithm: "plot_perf_box_name"
13206   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13207   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13208   include:
13209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13213   layout:
13214     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13215     layout: "plot-throughput"
13216
13217 - type: "plot"
13218   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13219   algorithm: "plot_perf_box_name"
13220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13222   include:
13223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13227   layout:
13228     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13229     layout: "plot-throughput"
13230
13231 - type: "plot"
13232   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13233   algorithm: "plot_perf_box_name"
13234   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13235   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13236   include:
13237     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13241     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13242     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13243   layout:
13244     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13245     layout: "plot-throughput"
13246
13247 - type: "plot"
13248   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13249   algorithm: "plot_perf_box_name"
13250   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13252   include:
13253     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13256     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13257     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13258     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13259   layout:
13260     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13261     layout: "plot-throughput"
13262
13263 - type: "plot"
13264   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13265   algorithm: "plot_perf_box_name"
13266   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13268   include:
13269     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13270     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13271     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13272     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13273     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13274   layout:
13275     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13276     layout: "plot-throughput"
13277
13278 - type: "plot"
13279   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13280   algorithm: "plot_perf_box_name"
13281   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13283   include:
13284     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13285     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13286     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13287     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13288     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13289   layout:
13290     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13291     layout: "plot-throughput"
13292
13293 - type: "plot"
13294   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13295   algorithm: "plot_perf_box_name"
13296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13298   include:
13299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13304   layout:
13305     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13306     layout: "plot-throughput"
13307
13308 - type: "plot"
13309   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13310   algorithm: "plot_perf_box_name"
13311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13313   include:
13314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13319   layout:
13320     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13321     layout: "plot-throughput"
13322
13323 - type: "plot"
13324   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13325   algorithm: "plot_perf_box_name"
13326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13328   include:
13329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13333   layout:
13334     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13335     layout: "plot-throughput"
13336
13337 - type: "plot"
13338   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13339   algorithm: "plot_perf_box_name"
13340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13342   include:
13343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13347   layout:
13348     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13349     layout: "plot-throughput"
13350
13351 - type: "plot"
13352   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13353   algorithm: "plot_perf_box_name"
13354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13356   include:
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13363   layout:
13364     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13365     layout: "plot-throughput"
13366
13367 - type: "plot"
13368   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13369   algorithm: "plot_perf_box_name"
13370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13372   include:
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13378     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13379   layout:
13380     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13381     layout: "plot-throughput"
13382
13383 - type: "plot"
13384   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13385   algorithm: "plot_perf_box_name"
13386   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13388   include:
13389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13395   layout:
13396     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13397     layout: "plot-throughput"
13398
13399 - type: "plot"
13400   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13401   algorithm: "plot_perf_box_name"
13402   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13404   include:
13405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13411   layout:
13412     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13413     layout: "plot-throughput"
13414
13415 - type: "plot"
13416   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13417   algorithm: "plot_perf_box_name"
13418   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13420   include:
13421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13427   layout:
13428     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13429     layout: "plot-throughput"
13430
13431 - type: "plot"
13432   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13433   algorithm: "plot_perf_box_name"
13434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13436   include:
13437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13443   layout:
13444     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13445     layout: "plot-throughput"
13446
13447 - type: "plot"
13448   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13449   algorithm: "plot_perf_box_name"
13450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13452   include:
13453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13459   layout:
13460     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13461     layout: "plot-throughput"
13462
13463 - type: "plot"
13464   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13465   algorithm: "plot_perf_box_name"
13466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13468   include:
13469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13475   layout:
13476     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13477     layout: "plot-throughput"
13478
13479 - type: "plot"
13480   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13481   algorithm: "plot_perf_box_name"
13482   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13483   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13484   include:
13485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13489   layout:
13490     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13491     layout: "plot-throughput"
13492
13493 - type: "plot"
13494   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13495   algorithm: "plot_perf_box_name"
13496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13497   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13498   include:
13499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13503   layout:
13504     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13505     layout: "plot-throughput"
13506
13507 - type: "plot"
13508   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13509   algorithm: "plot_perf_box_name"
13510   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13511   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13512   include:
13513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13519   layout:
13520     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13521     layout: "plot-throughput"
13522
13523 - type: "plot"
13524   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13525   algorithm: "plot_perf_box_name"
13526   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13527   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13528   include:
13529     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13530     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13531     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13535   layout:
13536     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13537     layout: "plot-throughput"
13538
13539 - type: "plot"
13540   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13541   algorithm: "plot_perf_box_name"
13542   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13543   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13544   include:
13545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13551   layout:
13552     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13553     layout: "plot-throughput"
13554
13555 - type: "plot"
13556   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13557   algorithm: "plot_perf_box_name"
13558   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13559   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13560   include:
13561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13567   layout:
13568     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13569     layout: "plot-throughput"
13570
13571 - type: "plot"
13572   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13573   algorithm: "plot_perf_box_name"
13574   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13575   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13576   include:
13577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13578     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13579     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13580     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13581   layout:
13582     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13583     layout: "plot-throughput"
13584
13585 - type: "plot"
13586   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13587   algorithm: "plot_perf_box_name"
13588   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13589   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13590   include:
13591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13595   layout:
13596     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13597     layout: "plot-throughput"
13598
13599 - type: "plot"
13600   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13601   algorithm: "plot_perf_box_name"
13602   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13603   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13604   include:
13605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13611   layout:
13612     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13613     layout: "plot-throughput"
13614
13615 - type: "plot"
13616   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13617   algorithm: "plot_perf_box_name"
13618   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13619   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13620   include:
13621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13627   layout:
13628     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13629     layout: "plot-throughput"
13630
13631 - type: "plot"
13632   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13633   algorithm: "plot_perf_box_name"
13634   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13635   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13636   include:
13637     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13638     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13639     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13640     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13641   layout:
13642     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13643     layout: "plot-throughput"
13644
13645 - type: "plot"
13646   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13647   algorithm: "plot_perf_box_name"
13648   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13649   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13650   include:
13651     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13652     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13653     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13654     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13655   layout:
13656     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13657     layout: "plot-throughput"
13658
13659 - type: "plot"
13660   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13661   algorithm: "plot_perf_box_name"
13662   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13663   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13664   include:
13665     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13666     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13667     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13668     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13669     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13670     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13671   layout:
13672     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13673     layout: "plot-throughput"
13674
13675 - type: "plot"
13676   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13677   algorithm: "plot_perf_box_name"
13678   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13679   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13680   include:
13681     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13682     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13683     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13684     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13685     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13686     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13687   layout:
13688     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13689     layout: "plot-throughput"
13690
13691 - type: "plot"
13692   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13693   algorithm: "plot_perf_box_name"
13694   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13695   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13696   include:
13697     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13698     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13699     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13700     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13701     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13702     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13703   layout:
13704     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13705     layout: "plot-throughput"
13706
13707 - type: "plot"
13708   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13709   algorithm: "plot_perf_box_name"
13710   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13711   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13712   include:
13713     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13714     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13715     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13716     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13717     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13718     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13719   layout:
13720     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13721     layout: "plot-throughput"
13722
13723 - type: "plot"
13724   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13725   algorithm: "plot_perf_box_name"
13726   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13727   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13728   include:
13729     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13730     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13731     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13732     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13733     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13734     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13735   layout:
13736     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13737     layout: "plot-throughput"
13738
13739 - type: "plot"
13740   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13741   algorithm: "plot_perf_box_name"
13742   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13743   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13744   include:
13745     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13746     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13747     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13748     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13749     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13750     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13751   layout:
13752     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13753     layout: "plot-throughput"
13754
13755 - type: "plot"
13756   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13757   algorithm: "plot_perf_box_name"
13758   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13760   include:
13761     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13762     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13763     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13764 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13765 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13766 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13767   layout:
13768     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13769     layout: "plot-throughput"
13770
13771 - type: "plot"
13772   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13773   algorithm: "plot_perf_box_name"
13774   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13776   include:
13777     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13778     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13779     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13780 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13781 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13782 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13783   layout:
13784     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13785     layout: "plot-throughput"
13786
13787 - type: "plot"
13788   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13789   algorithm: "plot_perf_box_name"
13790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13792   include:
13793     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13795     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13796     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13797     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13798     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13799   layout:
13800     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13801     layout: "plot-throughput"
13802
13803 - type: "plot"
13804   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13805   algorithm: "plot_perf_box_name"
13806   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13808   include:
13809     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13814     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13815   layout:
13816     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13817     layout: "plot-throughput"
13818
13819 - type: "plot"
13820   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13821   algorithm: "plot_perf_box_name"
13822   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13823   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13824   include:
13825     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13826     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13827     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13828     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13829     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13830     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13831   layout:
13832     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13833     layout: "plot-throughput"
13834
13835 - type: "plot"
13836   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13837   algorithm: "plot_perf_box_name"
13838   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13839   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13840   include:
13841     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13842     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13843     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13844     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13845     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13846     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13847   layout:
13848     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13849     layout: "plot-throughput"
13850
13851 #- type: "plot"
13852 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13853 #  algorithm: "plot_perf_box_name"
13854 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13855 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13856 #  include:
13857 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13858 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13859 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13860 #  layout:
13861 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13862 #    layout: "plot-throughput"
13863 #
13864 #- type: "plot"
13865 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13866 #  algorithm: "plot_perf_box_name"
13867 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13868 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13869 #  include:
13870 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13871 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13872 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13873 #  layout:
13874 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13875 #    layout: "plot-throughput"
13876
13877 - type: "plot"
13878   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13879   algorithm: "plot_perf_box_name"
13880   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13881   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13882   include:
13883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13888   layout:
13889     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13890     layout: "plot-throughput"
13891
13892 - type: "plot"
13893   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13894   algorithm: "plot_perf_box_name"
13895   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13896   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13897   include:
13898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13903   layout:
13904     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13905     layout: "plot-throughput"
13906
13907 - type: "plot"
13908   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13909   algorithm: "plot_perf_box_name"
13910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13912   include:
13913     - "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"
13914     - "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"
13915     - "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"
13916     - "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"
13917     - "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"
13918   layout:
13919     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13920     layout: "plot-throughput"
13921
13922 - type: "plot"
13923   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13924   algorithm: "plot_perf_box_name"
13925   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13927   include:
13928     - "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"
13929     - "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"
13930     - "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"
13931     - "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"
13932     - "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"
13933   layout:
13934     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13935     layout: "plot-throughput"
13936
13937 - type: "plot"
13938   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13939   algorithm: "plot_perf_box_name"
13940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13942   include:
13943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13948   layout:
13949     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13950     layout: "plot-throughput"
13951
13952 - type: "plot"
13953   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13954   algorithm: "plot_perf_box_name"
13955   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13957   include:
13958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13963   layout:
13964     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13965     layout: "plot-throughput"
13966
13967 - type: "plot"
13968   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13969   algorithm: "plot_perf_box_name"
13970   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13972   include:
13973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13978   layout:
13979     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13980     layout: "plot-throughput"
13981
13982 - type: "plot"
13983   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13984   algorithm: "plot_perf_box_name"
13985   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13986   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13987   include:
13988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13993   layout:
13994     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13995     layout: "plot-throughput"
13996
13997 - type: "plot"
13998   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13999   algorithm: "plot_perf_box_name"
14000   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14001   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14002   include:
14003     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14005     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14006     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14008   layout:
14009     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14010     layout: "plot-throughput"
14011
14012 - type: "plot"
14013   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14014   algorithm: "plot_perf_box_name"
14015   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14016   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14017   include:
14018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14020     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14023   layout:
14024     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14025     layout: "plot-throughput"
14026
14027 - type: "plot"
14028   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14029   algorithm: "plot_perf_box_name"
14030   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14031   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14032   include:
14033     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14034     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14035     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14036     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14037     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14038   layout:
14039     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14040     layout: "plot-throughput"
14041
14042 - type: "plot"
14043   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14044   algorithm: "plot_perf_box_name"
14045   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14046   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14047   include:
14048     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14049     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14050     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14051     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14052     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14053   layout:
14054     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14055     layout: "plot-throughput"
14056
14057 - type: "plot"
14058   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14059   algorithm: "plot_perf_box_name"
14060   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14061   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14062   include:
14063     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14064     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14065     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14066     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14067   layout:
14068     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14069     layout: "plot-throughput"
14070
14071 - type: "plot"
14072   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14073   algorithm: "plot_perf_box_name"
14074   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14076   include:
14077     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14078     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14079     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14080     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14081   layout:
14082     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14083     layout: "plot-throughput"
14084
14085 - type: "plot"
14086   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14087   algorithm: "plot_perf_box_name"
14088   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14090   include:
14091     - "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"
14092     - "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"
14093     - "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"
14094     - "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"
14095   layout:
14096     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14097     layout: "plot-throughput"
14098
14099 - type: "plot"
14100   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14101   algorithm: "plot_perf_box_name"
14102   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14103   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14104   include:
14105     - "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"
14106     - "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"
14107     - "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"
14108     - "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"
14109   layout:
14110     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14111     layout: "plot-throughput"
14112
14113 - type: "plot"
14114   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14115   algorithm: "plot_perf_box_name"
14116   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14118   include:
14119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14125   layout:
14126     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14127     layout: "plot-throughput"
14128
14129 - type: "plot"
14130   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14131   algorithm: "plot_perf_box_name"
14132   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14134   include:
14135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14141   layout:
14142     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14143     layout: "plot-throughput"
14144
14145 - type: "plot"
14146   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14147   algorithm: "plot_perf_box_name"
14148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14150   include:
14151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14157   layout:
14158     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14159     layout: "plot-throughput"
14160
14161 - type: "plot"
14162   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14163   algorithm: "plot_perf_box_name"
14164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14166   include:
14167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14173   layout:
14174     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14175     layout: "plot-throughput"
14176
14177 - type: "plot"
14178   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14179   algorithm: "plot_perf_box_name"
14180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14182   include:
14183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14189   layout:
14190     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14191     layout: "plot-throughput"
14192
14193 - type: "plot"
14194   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14195   algorithm: "plot_perf_box_name"
14196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14198   include:
14199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14205   layout:
14206     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14207     layout: "plot-throughput"
14208
14209 - type: "plot"
14210   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14211   algorithm: "plot_perf_box_name"
14212   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14214   include:
14215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14220   layout:
14221     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14222     layout: "plot-throughput"
14223
14224 - type: "plot"
14225   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14226   algorithm: "plot_perf_box_name"
14227   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14229   include:
14230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14235   layout:
14236     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14237     layout: "plot-throughput"
14238
14239 - type: "plot"
14240   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14241   algorithm: "plot_perf_box_name"
14242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14244   include:
14245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14247   layout:
14248     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14249     layout: "plot-throughput"
14250
14251 - type: "plot"
14252   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14253   algorithm: "plot_perf_box_name"
14254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14256   include:
14257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14259   layout:
14260     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14261     layout: "plot-throughput"
14262
14263 - type: "plot"
14264   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14265   algorithm: "plot_perf_box_name"
14266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14268   include:
14269     - "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"
14270     - "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"
14271   layout:
14272     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14273     layout: "plot-throughput"
14274
14275 - type: "plot"
14276   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14277   algorithm: "plot_perf_box_name"
14278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14280   include:
14281     - "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"
14282     - "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"
14283   layout:
14284     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14285     layout: "plot-throughput"
14286
14287 - type: "plot"
14288   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14289   algorithm: "plot_perf_box_name"
14290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14292   include:
14293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14295   layout:
14296     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14297     layout: "plot-throughput"
14298
14299 - type: "plot"
14300   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14301   algorithm: "plot_perf_box_name"
14302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14304   include:
14305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14307   layout:
14308     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14309     layout: "plot-throughput"
14310
14311 - type: "plot"
14312   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14313   algorithm: "plot_perf_box_name"
14314   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14316   include:
14317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14319   layout:
14320     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14321     layout: "plot-throughput"
14322
14323 - type: "plot"
14324   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14325   algorithm: "plot_perf_box_name"
14326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14328   include:
14329     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14330     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14331   layout:
14332     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14333     layout: "plot-throughput"
14334
14335 - type: "plot"
14336   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14337   algorithm: "plot_perf_box_name"
14338   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14339   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14340   include:
14341     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14342     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14343     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14344     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14345     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14346     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14347   layout:
14348     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14349     layout: "plot-throughput"
14350
14351 - type: "plot"
14352   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14353   algorithm: "plot_perf_box_name"
14354   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14355   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14356   include:
14357     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14358     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14359     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14360     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14361     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14362     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14363   layout:
14364     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14365     layout: "plot-throughput"
14366
14367 - type: "plot"
14368   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14369   algorithm: "plot_perf_box_name"
14370   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14371   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14372   include:
14373     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14374     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14375     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14376     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14377     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14378     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14379   layout:
14380     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14381     layout: "plot-throughput"
14382
14383 - type: "plot"
14384   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14385   algorithm: "plot_perf_box_name"
14386   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14387   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14388   include:
14389     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14390     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14391     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14392     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14393     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14394     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14395   layout:
14396     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14397     layout: "plot-throughput"
14398
14399 - type: "plot"
14400   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14401   algorithm: "plot_perf_box_name"
14402   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14404   include:
14405     - "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"
14406     - "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"
14407     - "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"
14408     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14409     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14410     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14411   layout:
14412     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14413     layout: "plot-throughput"
14414
14415 - type: "plot"
14416   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14417   algorithm: "plot_perf_box_name"
14418   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14419   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14420   include:
14421     - "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"
14422     - "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"
14423     - "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"
14424     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14425     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14426     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14427   layout:
14428     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14429     layout: "plot-throughput"
14430
14431 ################################################################################
14432
14433 # Packet Speedup
14434
14435 - type: "plot"
14436   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14437   algorithm: "plot_tsa_name"
14438   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14439   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14440   include:
14441     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14442     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14443     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14444     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14445   layout:
14446     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14447     layout: "plot-throughput-speedup-analysis"
14448
14449 - type: "plot"
14450   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14451   algorithm: "plot_tsa_name"
14452   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14453   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14454   include:
14455     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14456     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14457     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14458     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14459   layout:
14460     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14461     layout: "plot-throughput-speedup-analysis"
14462
14463 - type: "plot"
14464   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14465   algorithm: "plot_tsa_name"
14466   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14468   include:
14469     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14470     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14471     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14472     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14473   layout:
14474     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14475     layout: "plot-throughput-speedup-analysis"
14476
14477 - type: "plot"
14478   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14479   algorithm: "plot_tsa_name"
14480   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14482   include:
14483     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14484     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14485     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14486     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14487   layout:
14488     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14489     layout: "plot-throughput-speedup-analysis"
14490
14491 - type: "plot"
14492   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14493   algorithm: "plot_tsa_name"
14494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14496   include:
14497     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14498     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14499     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14500     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14501     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14502   layout:
14503     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14504     layout: "plot-throughput-speedup-analysis"
14505
14506 - type: "plot"
14507   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14508   algorithm: "plot_tsa_name"
14509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14511   include:
14512     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14513     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14514     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14515     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14516     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14517   layout:
14518     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14519     layout: "plot-throughput-speedup-analysis"
14520
14521 - type: "plot"
14522   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14523   algorithm: "plot_tsa_name"
14524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14526   include:
14527     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14528     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14529     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14530     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14531     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14532   layout:
14533     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14534     layout: "plot-throughput-speedup-analysis"
14535
14536 - type: "plot"
14537   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14538   algorithm: "plot_tsa_name"
14539   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14541   include:
14542     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14543     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14544     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14545     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14546     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14547   layout:
14548     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14549     layout: "plot-throughput-speedup-analysis"
14550
14551 - type: "plot"
14552   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14553   algorithm: "plot_tsa_name"
14554   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14556   include:
14557     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14558     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14559     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14560     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14561     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14562     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14563   layout:
14564     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14565     layout: "plot-throughput-speedup-analysis"
14566
14567 - type: "plot"
14568   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14569   algorithm: "plot_tsa_name"
14570   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14572   include:
14573     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14574     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14575     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14576     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14577     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14578     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14579   layout:
14580     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14581     layout: "plot-throughput-speedup-analysis"
14582
14583 - type: "plot"
14584   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14585   algorithm: "plot_tsa_name"
14586   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14588   include:
14589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14594   layout:
14595     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14596     layout: "plot-throughput-speedup-analysis"
14597
14598 - type: "plot"
14599   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14600   algorithm: "plot_tsa_name"
14601   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14602   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14603   include:
14604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14609   layout:
14610     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14611     layout: "plot-throughput-speedup-analysis"
14612
14613 - type: "plot"
14614   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14615   algorithm: "plot_tsa_name"
14616   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14618   include:
14619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14622   layout:
14623     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14624     layout: "plot-throughput-speedup-analysis"
14625
14626 - type: "plot"
14627   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14628   algorithm: "plot_tsa_name"
14629   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14630   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14631   include:
14632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14635   layout:
14636     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14637     layout: "plot-throughput-speedup-analysis"
14638
14639 - type: "plot"
14640   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14641   algorithm: "plot_tsa_name"
14642   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14644   include:
14645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14650   layout:
14651     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14652     layout: "plot-throughput-speedup-analysis"
14653
14654 - type: "plot"
14655   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14656   algorithm: "plot_tsa_name"
14657   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14659   include:
14660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14665   layout:
14666     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14667     layout: "plot-throughput-speedup-analysis"
14668
14669 - type: "plot"
14670   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14671   algorithm: "plot_tsa_name"
14672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14674   include:
14675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14678   layout:
14679     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14680     layout: "plot-throughput-speedup-analysis"
14681
14682 - type: "plot"
14683   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14684   algorithm: "plot_tsa_name"
14685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14687   include:
14688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14691   layout:
14692     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14693     layout: "plot-throughput-speedup-analysis"
14694
14695 - type: "plot"
14696   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14697   algorithm: "plot_tsa_name"
14698   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14700   include:
14701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14707   layout:
14708     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14709     layout: "plot-throughput-speedup-analysis"
14710
14711 - type: "plot"
14712   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14713   algorithm: "plot_tsa_name"
14714   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14715   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14716   include:
14717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14723   layout:
14724     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14725     layout: "plot-throughput-speedup-analysis"
14726
14727 - type: "plot"
14728   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14729   algorithm: "plot_tsa_name"
14730   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14732   include:
14733     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14734     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14735     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14736     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14737     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14738   layout:
14739     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14740     layout: "plot-throughput-speedup-analysis"
14741
14742 - type: "plot"
14743   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14744   algorithm: "plot_tsa_name"
14745   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14747   include:
14748     - "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"
14749     - "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"
14750     - "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"
14751     - "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"
14752     - "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"
14753   layout:
14754     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14755     layout: "plot-throughput-speedup-analysis"
14756
14757 - type: "plot"
14758   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14759   algorithm: "plot_tsa_name"
14760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14762   include:
14763     - "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"
14764     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14765     - "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"
14766     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14767     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
14768     - "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"
14769     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14770     - "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"
14771     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14772     - "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"
14773   layout:
14774     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14775     layout: "plot-throughput-speedup-analysis-cps"
14776
14777 - type: "plot"
14778   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14779   algorithm: "plot_tsa_name"
14780   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14781   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14782   include:
14783     - "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"
14784     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14785     - "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"
14786     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14787     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14788     - "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"
14789     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14790     - "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"
14791     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14792     - "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"
14793   layout:
14794     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14795     layout: "plot-throughput-speedup-analysis"
14796
14797 - type: "plot"
14798   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14799   algorithm: "plot_tsa_name"
14800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14802   include:
14803     - "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"
14804     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14805     - "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"
14806     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
14808     - "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"
14809     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14810     - "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"
14811     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14812     - "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"
14813   layout:
14814     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14815     layout: "plot-throughput-speedup-analysis-cps"
14816
14817 - type: "plot"
14818   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14819   algorithm: "plot_tsa_name"
14820   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14821   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14822   include:
14823     - "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"
14824     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14825     - "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"
14826     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14827     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
14828     - "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"
14829     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14830     - "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"
14831     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
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-nat44ed-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-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
14860     - "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"
14861     - "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"
14862     - "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"
14863   layout:
14864     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14865     layout: "plot-throughput-speedup-analysis"
14866
14867 - type: "plot"
14868   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14869   algorithm: "plot_tsa_name"
14870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14872   include:
14873     - "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"
14874     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14875     - "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"
14876     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14877     - "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"
14878     - "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"
14879     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14880     - "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"
14881     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14882     - "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"
14883   layout:
14884     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14885     layout: "plot-throughput-speedup-analysis-cps"
14886
14887 - type: "plot"
14888   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14889   algorithm: "plot_tsa_name"
14890   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14891   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14892   include:
14893     - "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"
14894     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14895     - "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"
14896     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14897     - "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"
14898     - "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"
14899     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14900     - "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"
14901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14902     - "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"
14903   layout:
14904     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14905     layout: "plot-throughput-speedup-analysis"
14906
14907 - type: "plot"
14908   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14909   algorithm: "plot_tsa_name"
14910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14912   include:
14913     - "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"
14914     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14915     - "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"
14916     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14917     - "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"
14918     - "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"
14919     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
14920     - "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"
14921     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
14922     - "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"
14923   layout:
14924     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14925     layout: "plot-throughput-speedup-analysis-cps"
14926
14927 - type: "plot"
14928   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14929   algorithm: "plot_tsa_name"
14930   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14932   include:
14933     - "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"
14934     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14935     - "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"
14936     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14937     - "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"
14938     - "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"
14939     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
14940     - "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"
14941     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
14942     - "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"
14943   layout:
14944     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14945     layout: "plot-throughput-speedup-analysis"
14946
14947 - type: "plot"
14948   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14949   algorithm: "plot_tsa_name"
14950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14952   include:
14953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14959   layout:
14960     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14961     layout: "plot-throughput-speedup-analysis"
14962
14963 - type: "plot"
14964   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14965   algorithm: "plot_tsa_name"
14966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14968   include:
14969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14975   layout:
14976     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14977     layout: "plot-throughput-speedup-analysis"
14978
14979 - type: "plot"
14980   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14981   algorithm: "plot_tsa_name"
14982   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14983   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14984   include:
14985     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14986     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14987     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14988   layout:
14989     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14990     layout: "plot-throughput-speedup-analysis"
14991
14992 - type: "plot"
14993   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14994   algorithm: "plot_tsa_name"
14995   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14997   include:
14998     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14999     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15000     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15001   layout:
15002     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
15003     layout: "plot-throughput-speedup-analysis"
15004
15005 - type: "plot"
15006   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15007   algorithm: "plot_tsa_name"
15008   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15010   include:
15011     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15014 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15015 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15016   layout:
15017     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
15018     layout: "plot-throughput-speedup-analysis"
15019
15020 - type: "plot"
15021   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15022   algorithm: "plot_tsa_name"
15023   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15024   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15025   include:
15026     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15027     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15029 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15030 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15031   layout:
15032     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
15033     layout: "plot-throughput-speedup-analysis"
15034
15035 - type: "plot"
15036   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15037   algorithm: "plot_tsa_name"
15038   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15040   include:
15041     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15042     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15046   layout:
15047     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15048     layout: "plot-throughput-speedup-analysis"
15049
15050 - type: "plot"
15051   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15052   algorithm: "plot_tsa_name"
15053   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15055   include:
15056     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15061   layout:
15062     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15063     layout: "plot-throughput-speedup-analysis"
15064
15065 - type: "plot"
15066   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15067   algorithm: "plot_tsa_name"
15068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15070   include:
15071     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15072     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15076   layout:
15077     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15078     layout: "plot-throughput-speedup-analysis"
15079
15080 - type: "plot"
15081   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15082   algorithm: "plot_tsa_name"
15083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15085   include:
15086     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15091   layout:
15092     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15093     layout: "plot-throughput-speedup-analysis"
15094
15095 - type: "plot"
15096   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15097   algorithm: "plot_tsa_name"
15098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15100   include:
15101     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15105   layout:
15106     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15107     layout: "plot-throughput-speedup-analysis"
15108
15109 - type: "plot"
15110   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15111   algorithm: "plot_tsa_name"
15112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15114   include:
15115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15119   layout:
15120     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15121     layout: "plot-throughput-speedup-analysis"
15122
15123 - type: "plot"
15124   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15125   algorithm: "plot_tsa_name"
15126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15128   include:
15129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15134   layout:
15135     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15136     layout: "plot-throughput-speedup-analysis"
15137
15138 - type: "plot"
15139   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15140   algorithm: "plot_tsa_name"
15141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15143   include:
15144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15149   layout:
15150     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15151     layout: "plot-throughput-speedup-analysis"
15152
15153 - type: "plot"
15154   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15155   algorithm: "plot_tsa_name"
15156   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15157   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15158   include:
15159     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15161   layout:
15162     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15163     layout: "plot-throughput-speedup-analysis"
15164
15165 - type: "plot"
15166   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15167   algorithm: "plot_tsa_name"
15168   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15170   include:
15171     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15173   layout:
15174     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15175     layout: "plot-throughput-speedup-analysis"
15176
15177 - type: "plot"
15178   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15179   algorithm: "plot_tsa_name"
15180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15182   include:
15183     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15184     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15185     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15186     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15187   layout:
15188     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15189     layout: "plot-throughput-speedup-analysis"
15190
15191 - type: "plot"
15192   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15193   algorithm: "plot_tsa_name"
15194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15196   include:
15197     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15198     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15199     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15200     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15201   layout:
15202     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15203     layout: "plot-throughput-speedup-analysis"
15204
15205 - type: "plot"
15206   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15207   algorithm: "plot_tsa_name"
15208   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15210   include:
15211     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15212     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15213     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15214     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15215   layout:
15216     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15217     layout: "plot-throughput-speedup-analysis"
15218
15219 - type: "plot"
15220   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15221   algorithm: "plot_tsa_name"
15222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15224   include:
15225     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15226     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15227     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15228     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15229   layout:
15230     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15231     layout: "plot-throughput-speedup-analysis"
15232
15233 - type: "plot"
15234   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15235   algorithm: "plot_tsa_name"
15236   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15237   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15238   include:
15239     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15240     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15241     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15242     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15243     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15244     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15245   layout:
15246     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15247     layout: "plot-throughput-speedup-analysis"
15248
15249 - type: "plot"
15250   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15251   algorithm: "plot_tsa_name"
15252   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15253   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15254   include:
15255     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15256     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15257     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15258     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15259     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15261   layout:
15262     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15263     layout: "plot-throughput-speedup-analysis"
15264
15265 - type: "plot"
15266   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15267   algorithm: "plot_tsa_name"
15268   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15269   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15270   include:
15271     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15272     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15273     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15274     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15275     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15276   layout:
15277     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15278     layout: "plot-throughput-speedup-analysis"
15279
15280 - type: "plot"
15281   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15282   algorithm: "plot_tsa_name"
15283   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15285   include:
15286     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15287     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15288     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15289     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15290     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15291   layout:
15292     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15293     layout: "plot-throughput-speedup-analysis"
15294
15295 - type: "plot"
15296   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15297   algorithm: "plot_tsa_name"
15298   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15300   include:
15301     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15302     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15303     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15304     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15305     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15306   layout:
15307     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15308     layout: "plot-throughput-speedup-analysis"
15309
15310 - type: "plot"
15311   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15312   algorithm: "plot_tsa_name"
15313   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15314   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15315   include:
15316     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15317     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15318     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15319     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15320     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15321   layout:
15322     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15323     layout: "plot-throughput-speedup-analysis"
15324
15325 - type: "plot"
15326   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15327   algorithm: "plot_tsa_name"
15328   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15330   include:
15331     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15332     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15333     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15334   layout:
15335     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15336     layout: "plot-throughput-speedup-analysis"
15337
15338 - type: "plot"
15339   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15340   algorithm: "plot_tsa_name"
15341   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15342   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15343   include:
15344     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15345     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15346     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15347   layout:
15348     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15349     layout: "plot-throughput-speedup-analysis"
15350
15351 - type: "plot"
15352   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15353   algorithm: "plot_tsa_name"
15354   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15356   include:
15357     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15358     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15359     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15360   layout:
15361     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15362     layout: "plot-throughput-speedup-analysis"
15363
15364 - type: "plot"
15365   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15366   algorithm: "plot_tsa_name"
15367   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15369   include:
15370     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15371     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15372     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15373   layout:
15374     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15375     layout: "plot-throughput-speedup-analysis"
15376
15377 - type: "plot"
15378   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15379   algorithm: "plot_tsa_name"
15380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15382   include:
15383     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15384     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15385     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15386     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15387     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15388   layout:
15389     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15390     layout: "plot-throughput-speedup-analysis"
15391
15392 - type: "plot"
15393   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15394   algorithm: "plot_tsa_name"
15395   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15397   include:
15398     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15399     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15400     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15401     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15402     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15403   layout:
15404     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15405     layout: "plot-throughput-speedup-analysis"
15406
15407 - type: "plot"
15408   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15409   algorithm: "plot_tsa_name"
15410   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15412   include:
15413     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15414     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15415     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15416     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15417     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15418   layout:
15419     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15420     layout: "plot-throughput-speedup-analysis"
15421
15422 - type: "plot"
15423   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15424   algorithm: "plot_tsa_name"
15425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15427   include:
15428     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15429     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15430     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15431     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15432     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15433   layout:
15434     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15435     layout: "plot-throughput-speedup-analysis"
15436
15437 - type: "plot"
15438   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15439   algorithm: "plot_tsa_name"
15440   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15441   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15442   include:
15443     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15444     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15445     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15446     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15447     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15448     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15449   layout:
15450     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15451     layout: "plot-throughput-speedup-analysis"
15452
15453 - type: "plot"
15454   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15455   algorithm: "plot_tsa_name"
15456   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15457   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15458   include:
15459     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15460     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15461     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15462     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15463     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15464     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15465   layout:
15466     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15467     layout: "plot-throughput-speedup-analysis"
15468
15469 - type: "plot"
15470   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15471   algorithm: "plot_tsa_name"
15472   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15473   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15474   include:
15475     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15476     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15477     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15478     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15479   layout:
15480     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15481     layout: "plot-throughput-speedup-analysis"
15482
15483 - type: "plot"
15484   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15485   algorithm: "plot_tsa_name"
15486   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15487   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15488   include:
15489     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15490     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15491     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15492     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15493   layout:
15494     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15495     layout: "plot-throughput-speedup-analysis"
15496
15497 - type: "plot"
15498   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15499   algorithm: "plot_tsa_name"
15500   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15502   include:
15503     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15504     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15505     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15506     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15507     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15508     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15509   layout:
15510     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15511     layout: "plot-throughput-speedup-analysis"
15512
15513 - type: "plot"
15514   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15515   algorithm: "plot_tsa_name"
15516   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15517   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15518   include:
15519     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15520     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15521     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15522     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15523     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15524     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15525   layout:
15526     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15527     layout: "plot-throughput-speedup-analysis"
15528
15529 - type: "plot"
15530   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15531   algorithm: "plot_tsa_name"
15532   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15533   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15534   include:
15535     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15536     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15537     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15538     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15539     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15540     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15541   layout:
15542     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15543     layout: "plot-throughput-speedup-analysis"
15544
15545 - type: "plot"
15546   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15547   algorithm: "plot_tsa_name"
15548   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15550   include:
15551     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15552     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15553     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15554     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15555     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15556     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15557   layout:
15558     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15559     layout: "plot-throughput-speedup-analysis"
15560
15561 - type: "plot"
15562   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15563   algorithm: "plot_tsa_name"
15564   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15565   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15566   include:
15567     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15568     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15569     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15570     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15572     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15573   layout:
15574     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15575     layout: "plot-throughput-speedup-analysis"
15576
15577 - type: "plot"
15578   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15579   algorithm: "plot_tsa_name"
15580   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15581   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15582   include:
15583     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15584     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15585     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15586     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15589   layout:
15590     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15591     layout: "plot-throughput-speedup-analysis"
15592
15593 - type: "plot"
15594   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15595   algorithm: "plot_tsa_name"
15596   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15597   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15598   include:
15599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15605   layout:
15606     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15607     layout: "plot-throughput-speedup-analysis"
15608
15609 - type: "plot"
15610   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15611   algorithm: "plot_tsa_name"
15612   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15614   include:
15615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15621   layout:
15622     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15623     layout: "plot-throughput-speedup-analysis"
15624
15625 - type: "plot"
15626   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15627   algorithm: "plot_tsa_name"
15628   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15630   include:
15631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15637   layout:
15638     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15639     layout: "plot-throughput-speedup-analysis"
15640
15641 - type: "plot"
15642   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15643   algorithm: "plot_tsa_name"
15644   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15646   include:
15647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15653   layout:
15654     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15655     layout: "plot-throughput-speedup-analysis"
15656
15657 - type: "plot"
15658   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15659   algorithm: "plot_tsa_name"
15660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15662   include:
15663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15667   layout:
15668     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15669     layout: "plot-throughput-speedup-analysis"
15670
15671 - type: "plot"
15672   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15673   algorithm: "plot_tsa_name"
15674   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15676   include:
15677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15681   layout:
15682     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15683     layout: "plot-throughput-speedup-analysis"
15684
15685 - type: "plot"
15686   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15687   algorithm: "plot_tsa_name"
15688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15690   include:
15691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15695   layout:
15696     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15697     layout: "plot-throughput-speedup-analysis"
15698
15699 - type: "plot"
15700   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15701   algorithm: "plot_tsa_name"
15702   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15704   include:
15705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15709   layout:
15710     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15711     layout: "plot-throughput-speedup-analysis"
15712
15713 - type: "plot"
15714   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15715   algorithm: "plot_tsa_name"
15716   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15717   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15718   include:
15719     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15725   layout:
15726     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15727     layout: "plot-throughput-speedup-analysis"
15728
15729 - type: "plot"
15730   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15731   algorithm: "plot_tsa_name"
15732   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15734   include:
15735     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15736     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15741   layout:
15742     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15743     layout: "plot-throughput-speedup-analysis"
15744
15745 - type: "plot"
15746   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15747   algorithm: "plot_tsa_name"
15748   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15750   include:
15751     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15753     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15756   layout:
15757     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15758     layout: "plot-throughput-speedup-analysis"
15759
15760 - type: "plot"
15761   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15762   algorithm: "plot_tsa_name"
15763   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15765   include:
15766     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15767     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15771   layout:
15772     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15773     layout: "plot-throughput-speedup-analysis"
15774
15775 - type: "plot"
15776   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15777   algorithm: "plot_tsa_name"
15778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15780   include:
15781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15786   layout:
15787     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15788     layout: "plot-throughput-speedup-analysis"
15789
15790 - type: "plot"
15791   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15792   algorithm: "plot_tsa_name"
15793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15795   include:
15796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15801   layout:
15802     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15803     layout: "plot-throughput-speedup-analysis"
15804
15805 - type: "plot"
15806   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15807   algorithm: "plot_tsa_name"
15808   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15810   include:
15811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15815   layout:
15816     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15817     layout: "plot-throughput-speedup-analysis"
15818
15819 - type: "plot"
15820   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15821   algorithm: "plot_tsa_name"
15822   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15823   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15824   include:
15825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15829   layout:
15830     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15831     layout: "plot-throughput-speedup-analysis"
15832
15833 - type: "plot"
15834   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15835   algorithm: "plot_tsa_name"
15836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15838   include:
15839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15845   layout:
15846     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15847     layout: "plot-throughput-speedup-analysis"
15848
15849 - type: "plot"
15850   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15851   algorithm: "plot_tsa_name"
15852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15854   include:
15855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15856     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15861   layout:
15862     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15863     layout: "plot-throughput-speedup-analysis"
15864
15865 - type: "plot"
15866   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15867   algorithm: "plot_tsa_name"
15868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15870   include:
15871     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15872     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15877   layout:
15878     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15879     layout: "plot-throughput-speedup-analysis"
15880
15881 - type: "plot"
15882   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15883   algorithm: "plot_tsa_name"
15884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15886   include:
15887     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15888     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15893   layout:
15894     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15895     layout: "plot-throughput-speedup-analysis"
15896
15897 - type: "plot"
15898   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15899   algorithm: "plot_tsa_name"
15900   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15902   include:
15903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15909   layout:
15910     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15911     layout: "plot-throughput-speedup-analysis"
15912
15913 - type: "plot"
15914   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15915   algorithm: "plot_tsa_name"
15916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15918   include:
15919     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15920     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15925   layout:
15926     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15927     layout: "plot-throughput-speedup-analysis"
15928
15929 - type: "plot"
15930   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15931   algorithm: "plot_tsa_name"
15932   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15934   include:
15935     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15936     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15937     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15938     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15939     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15940     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15941   layout:
15942     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15943     layout: "plot-throughput-speedup-analysis"
15944
15945 - type: "plot"
15946   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15947   algorithm: "plot_tsa_name"
15948   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15949   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15950   include:
15951     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15952     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15953     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15954     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15955     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15956     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15957   layout:
15958     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15959     layout: "plot-throughput-speedup-analysis"
15960
15961 - type: "plot"
15962   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15963   algorithm: "plot_tsa_name"
15964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15966   include:
15967     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15968     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15969     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15970     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15971     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15972     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15973   layout:
15974     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15975     layout: "plot-throughput-speedup-analysis"
15976
15977 - type: "plot"
15978   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15979   algorithm: "plot_tsa_name"
15980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15982   include:
15983     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15984     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15985     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15986     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15987     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15988     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15989   layout:
15990     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15991     layout: "plot-throughput-speedup-analysis"
15992
15993 - type: "plot"
15994   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15995   algorithm: "plot_tsa_name"
15996   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15998   include:
15999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16004   layout:
16005     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
16006     layout: "plot-throughput-speedup-analysis"
16007
16008 - type: "plot"
16009   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
16010   algorithm: "plot_tsa_name"
16011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16013   include:
16014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16019   layout:
16020     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
16021     layout: "plot-throughput-speedup-analysis"
16022
16023 - type: "plot"
16024   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16025   algorithm: "plot_tsa_name"
16026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16028   include:
16029     - "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"
16030     - "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"
16031     - "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"
16032     - "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"
16033     - "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"
16034   layout:
16035     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16036     layout: "plot-throughput-speedup-analysis"
16037
16038 - type: "plot"
16039   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16040   algorithm: "plot_tsa_name"
16041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16043   include:
16044     - "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"
16045     - "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"
16046     - "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"
16047     - "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"
16048     - "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"
16049   layout:
16050     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16051     layout: "plot-throughput-speedup-analysis"
16052
16053 - type: "plot"
16054   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16055   algorithm: "plot_tsa_name"
16056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16058   include:
16059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16064   layout:
16065     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16066     layout: "plot-throughput-speedup-analysis"
16067
16068 - type: "plot"
16069   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16070   algorithm: "plot_tsa_name"
16071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16073   include:
16074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16079   layout:
16080     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16081     layout: "plot-throughput-speedup-analysis"
16082
16083 - type: "plot"
16084   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16085   algorithm: "plot_tsa_name"
16086   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16088   include:
16089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16094   layout:
16095     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16096     layout: "plot-throughput-speedup-analysis"
16097
16098 - type: "plot"
16099   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16100   algorithm: "plot_tsa_name"
16101   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16102   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16103   include:
16104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16109   layout:
16110     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16111     layout: "plot-throughput-speedup-analysis"
16112
16113 - type: "plot"
16114   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16115   algorithm: "plot_tsa_name"
16116   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16117   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16118   include:
16119     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16121     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16122     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16123     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16124   layout:
16125     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16126     layout: "plot-throughput-speedup-analysis"
16127
16128 - type: "plot"
16129   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16130   algorithm: "plot_tsa_name"
16131   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16132   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16133   include:
16134     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16138     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16139   layout:
16140     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16141     layout: "plot-throughput-speedup-analysis"
16142
16143 - type: "plot"
16144   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16145   algorithm: "plot_tsa_name"
16146   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16147   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16148   include:
16149     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16152     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16153     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16154   layout:
16155     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16156     layout: "plot-throughput-speedup-analysis"
16157
16158 - type: "plot"
16159   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16160   algorithm: "plot_tsa_name"
16161   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16162   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16163   include:
16164     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16169   layout:
16170     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16171     layout: "plot-throughput-speedup-analysis"
16172
16173 - type: "plot"
16174   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16175   algorithm: "plot_tsa_name"
16176   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16178   include:
16179     - "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"
16180     - "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"
16181     - "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"
16182     - "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"
16183   layout:
16184     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16185     layout: "plot-throughput-speedup-analysis"
16186
16187 - type: "plot"
16188   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16189   algorithm: "plot_tsa_name"
16190   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16192   include:
16193     - "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"
16194     - "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"
16195     - "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"
16196     - "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"
16197   layout:
16198     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16199     layout: "plot-throughput-speedup-analysis"
16200
16201 - type: "plot"
16202   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16203   algorithm: "plot_tsa_name"
16204   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16206   include:
16207     - "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"
16208     - "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"
16209     - "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"
16210     - "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"
16211   layout:
16212     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16213     layout: "plot-throughput-speedup-analysis"
16214
16215 - type: "plot"
16216   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16217   algorithm: "plot_tsa_name"
16218   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16220   include:
16221     - "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"
16222     - "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"
16223     - "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"
16224     - "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"
16225   layout:
16226     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16227     layout: "plot-throughput-speedup-analysis"
16228
16229 - type: "plot"
16230   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16231   algorithm: "plot_tsa_name"
16232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16234   include:
16235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16241   layout:
16242     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16243     layout: "plot-throughput-speedup-analysis"
16244
16245 - type: "plot"
16246   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16247   algorithm: "plot_tsa_name"
16248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16250   include:
16251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16257   layout:
16258     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16259     layout: "plot-throughput-speedup-analysis"
16260
16261 - type: "plot"
16262   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16263   algorithm: "plot_tsa_name"
16264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16266   include:
16267     - "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"
16268     - "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"
16269     - "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"
16270     - "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"
16271     - "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"
16272     - "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"
16273   layout:
16274     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16275     layout: "plot-throughput-speedup-analysis"
16276
16277 - type: "plot"
16278   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16279   algorithm: "plot_tsa_name"
16280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16282   include:
16283     - "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"
16284     - "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"
16285     - "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"
16286     - "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"
16287     - "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"
16288     - "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"
16289   layout:
16290     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16291     layout: "plot-throughput-speedup-analysis"
16292
16293 - type: "plot"
16294   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16295   algorithm: "plot_tsa_name"
16296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16298   include:
16299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16305   layout:
16306     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16307     layout: "plot-throughput-speedup-analysis"
16308
16309 - type: "plot"
16310   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16311   algorithm: "plot_tsa_name"
16312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16314   include:
16315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16321   layout:
16322     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16323     layout: "plot-throughput-speedup-analysis"
16324
16325 - type: "plot"
16326   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16327   algorithm: "plot_tsa_name"
16328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16330   include:
16331     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16332     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16333     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16334     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16335     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16336   layout:
16337     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16338     layout: "plot-throughput-speedup-analysis"
16339
16340 - type: "plot"
16341   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16342   algorithm: "plot_tsa_name"
16343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16345   include:
16346     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16347     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16348     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16350     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16351   layout:
16352     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16353     layout: "plot-throughput-speedup-analysis"
16354
16355 - type: "plot"
16356   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16357   algorithm: "plot_tsa_name"
16358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16360   include:
16361     - "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"
16362     - "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"
16363   layout:
16364     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16365     layout: "plot-throughput-speedup-analysis"
16366
16367 - type: "plot"
16368   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16369   algorithm: "plot_tsa_name"
16370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16372   include:
16373     - "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"
16374     - "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"
16375   layout:
16376     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16377     layout: "plot-throughput-speedup-analysis"
16378
16379 - type: "plot"
16380   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16381   algorithm: "plot_tsa_name"
16382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16384   include:
16385     - "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"
16386     - "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"
16387   layout:
16388     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16389     layout: "plot-throughput-speedup-analysis"
16390
16391 - type: "plot"
16392   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16393   algorithm: "plot_tsa_name"
16394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16396   include:
16397     - "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"
16398     - "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"
16399   layout:
16400     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16401     layout: "plot-throughput-speedup-analysis"
16402
16403 - type: "plot"
16404   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16405   algorithm: "plot_tsa_name"
16406   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16408   include:
16409     - "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"
16410     - "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"
16411     - "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"
16412     - "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"
16413     - "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"
16414     - "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"
16415   layout:
16416     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16417     layout: "plot-throughput-speedup-analysis"
16418
16419 - type: "plot"
16420   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16421   algorithm: "plot_tsa_name"
16422   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16424   include:
16425     - "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"
16426     - "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"
16427     - "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"
16428     - "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"
16429     - "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"
16430     - "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"
16431   layout:
16432     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16433     layout: "plot-throughput-speedup-analysis"
16434
16435 - type: "plot"
16436   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16437   algorithm: "plot_tsa_name"
16438   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16439   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16440   include:
16441     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16442     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16443     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16444     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16445     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16446   layout:
16447     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16448     layout: "plot-throughput-speedup-analysis"
16449
16450 - type: "plot"
16451   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16452   algorithm: "plot_tsa_name"
16453   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16454   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16455   include:
16456     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16457     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16458     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16459     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16460     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16461   layout:
16462     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16463     layout: "plot-throughput-speedup-analysis"
16464
16465 - type: "plot"
16466   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16467   algorithm: "plot_tsa_name"
16468   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16469   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16470   include:
16471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16476   layout:
16477     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16478     layout: "plot-throughput-speedup-analysis"
16479
16480 - type: "plot"
16481   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16482   algorithm: "plot_tsa_name"
16483   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16484   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16485   include:
16486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16491   layout:
16492     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16493     layout: "plot-throughput-speedup-analysis"
16494
16495 - type: "plot"
16496   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16497   algorithm: "plot_tsa_name"
16498   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16499   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16500   include:
16501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16504     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16505   layout:
16506     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16507     layout: "plot-throughput-speedup-analysis"
16508
16509 - type: "plot"
16510   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16511   algorithm: "plot_tsa_name"
16512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16513   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16514   include:
16515     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16516     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16517     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16518     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16519   layout:
16520     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16521     layout: "plot-throughput-speedup-analysis"
16522
16523 - type: "plot"
16524   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16525   algorithm: "plot_tsa_name"
16526   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16527   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16528   include:
16529     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16530     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16531     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16532     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16533   layout:
16534     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16535     layout: "plot-throughput-speedup-analysis"
16536
16537 - type: "plot"
16538   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16539   algorithm: "plot_tsa_name"
16540   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16541   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16542   include:
16543     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16544     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16545     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16546     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16547   layout:
16548     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16549     layout: "plot-throughput-speedup-analysis"
16550
16551 - type: "plot"
16552   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16553   algorithm: "plot_tsa_name"
16554   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16555   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16556   include:
16557     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16558     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16559     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16560     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16561     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16562   layout:
16563     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16564     layout: "plot-throughput-speedup-analysis"
16565
16566 - type: "plot"
16567   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16568   algorithm: "plot_tsa_name"
16569   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16570   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16571   include:
16572     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16573     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16574     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16575     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16576     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16577   layout:
16578     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16579     layout: "plot-throughput-speedup-analysis"
16580
16581 - type: "plot"
16582   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16583   algorithm: "plot_tsa_name"
16584   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16585   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16586   include:
16587     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16588     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16589     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16590     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16591     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16592     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16593   layout:
16594     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16595     layout: "plot-throughput-speedup-analysis"
16596
16597 - type: "plot"
16598   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16599   algorithm: "plot_tsa_name"
16600   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16601   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16602   include:
16603     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16604     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16605     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16606     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16607     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16608     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16609   layout:
16610     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16611     layout: "plot-throughput-speedup-analysis"
16612
16613 - type: "plot"
16614   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16615   algorithm: "plot_tsa_name"
16616   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16617   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16618   include:
16619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16623   layout:
16624     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16625     layout: "plot-throughput-speedup-analysis"
16626
16627 - type: "plot"
16628   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16629   algorithm: "plot_tsa_name"
16630   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16631   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16632   include:
16633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16634     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16637   layout:
16638     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16639     layout: "plot-throughput-speedup-analysis"
16640
16641 - type: "plot"
16642   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16643   algorithm: "plot_tsa_name"
16644   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16645   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16646   include:
16647     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16648     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16649     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16650     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16651     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16652     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16653   layout:
16654     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16655     layout: "plot-throughput-speedup-analysis"
16656
16657 - type: "plot"
16658   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16659   algorithm: "plot_tsa_name"
16660   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16661   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16662   include:
16663     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16664     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16665     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16666     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16667     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16668     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16669   layout:
16670     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16671     layout: "plot-throughput-speedup-analysis"
16672
16673 - type: "plot"
16674   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16675   algorithm: "plot_tsa_name"
16676   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16677   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16678   include:
16679     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16680     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16681     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16682     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16683     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16684     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16685   layout:
16686     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16687     layout: "plot-throughput-speedup-analysis"
16688
16689 - type: "plot"
16690   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16691   algorithm: "plot_tsa_name"
16692   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16693   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16694   include:
16695     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16696     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16697     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16698     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16699     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16700     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16701   layout:
16702     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16703     layout: "plot-throughput-speedup-analysis"
16704
16705 - type: "plot"
16706   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16707   algorithm: "plot_tsa_name"
16708   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16709   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16710   include:
16711     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16712     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16713     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16714     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16715     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16716     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16717   layout:
16718     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16719     layout: "plot-throughput-speedup-analysis"
16720
16721 - type: "plot"
16722   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16723   algorithm: "plot_tsa_name"
16724   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16725   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16726   include:
16727     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16728     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16729     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16730     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16731     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16732     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16733   layout:
16734     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16735     layout: "plot-throughput-speedup-analysis"
16736
16737 - type: "plot"
16738   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16739   algorithm: "plot_tsa_name"
16740   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16741   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16742   include:
16743     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16744     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16745     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16746     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16747     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16748     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16749   layout:
16750     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16751     layout: "plot-throughput-speedup-analysis"
16752
16753 - type: "plot"
16754   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16755   algorithm: "plot_tsa_name"
16756   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16757   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16758   include:
16759     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16760     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16761     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16762     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16763     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16764     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16765   layout:
16766     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16767     layout: "plot-throughput-speedup-analysis"
16768
16769 - type: "plot"
16770   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16771   algorithm: "plot_tsa_name"
16772   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16773   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16774   include:
16775     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16776     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16777     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16778     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16779     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16780     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16781   layout:
16782     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16783     layout: "plot-throughput-speedup-analysis"
16784
16785 - type: "plot"
16786   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16787   algorithm: "plot_tsa_name"
16788   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16789   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16790   include:
16791     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16792     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16793     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16794     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16795     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16796     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16797   layout:
16798     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16799     layout: "plot-throughput-speedup-analysis"
16800
16801 #- type: "plot"
16802 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16803 #  algorithm: "plot_tsa_name"
16804 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16805 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16806 #  include:
16807 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16808 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16809 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16810 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16811 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-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 #  layout:
16814 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16815 #    layout: "plot-throughput-speedup-analysis"
16816 #
16817 #- type: "plot"
16818 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16819 #  algorithm: "plot_tsa_name"
16820 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16821 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16822 #  include:
16823 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16824 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16825 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16826 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16827 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-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 #  layout:
16830 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16831 #    layout: "plot-throughput-speedup-analysis"
16832
16833 - type: "plot"
16834   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16835   algorithm: "plot_tsa_name"
16836   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16837   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16838   include:
16839     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16840     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16841     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16842     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16843     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16844   layout:
16845     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16846     layout: "plot-throughput-speedup-analysis"
16847
16848 - type: "plot"
16849   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16850   algorithm: "plot_tsa_name"
16851   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16852   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16853   include:
16854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16859   layout:
16860     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16861     layout: "plot-throughput-speedup-analysis"
16862
16863 - type: "plot"
16864   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16865   algorithm: "plot_tsa_name"
16866   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16867   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16868   include:
16869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16875   layout:
16876     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16877     layout: "plot-throughput-speedup-analysis"
16878
16879 - type: "plot"
16880   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16881   algorithm: "plot_tsa_name"
16882   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16883   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16884   include:
16885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16891   layout:
16892     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16893     layout: "plot-throughput-speedup-analysis"
16894
16895 - type: "plot"
16896   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16897   algorithm: "plot_tsa_name"
16898   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16899   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16900   include:
16901     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16903     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16905     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16906   layout:
16907     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16908     layout: "plot-throughput-speedup-analysis"
16909
16910 - type: "plot"
16911   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16912   algorithm: "plot_tsa_name"
16913   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16914   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16915   include:
16916     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16921   layout:
16922     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16923     layout: "plot-throughput-speedup-analysis"
16924
16925 - type: "plot"
16926   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16927   algorithm: "plot_tsa_name"
16928   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16929   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16930   include:
16931     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16932     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16933     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16935   layout:
16936     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16937     layout: "plot-throughput-speedup-analysis"
16938
16939 - type: "plot"
16940   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16941   algorithm: "plot_tsa_name"
16942   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16943   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16944   include:
16945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16946     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16948     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16949   layout:
16950     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16951     layout: "plot-throughput-speedup-analysis"
16952
16953 - type: "plot"
16954   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16955   algorithm: "plot_tsa_name"
16956   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16957   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16958   include:
16959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16963     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16964     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16965   layout:
16966     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16967     layout: "plot-throughput-speedup-analysis"
16968
16969 - type: "plot"
16970   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16971   algorithm: "plot_tsa_name"
16972   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16973   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16974   include:
16975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16977     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16978     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16979     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16980     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16981   layout:
16982     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16983     layout: "plot-throughput-speedup-analysis"
16984
16985 - type: "plot"
16986   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16987   algorithm: "plot_tsa_name"
16988   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16989   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16990   include:
16991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16992     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16993     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16996   layout:
16997     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16998     layout: "plot-throughput-speedup-analysis"
16999
17000 - type: "plot"
17001   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17002   algorithm: "plot_tsa_name"
17003   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17004   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17005   include:
17006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17007     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17008     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17009     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17010     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17011   layout:
17012     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17013     layout: "plot-throughput-speedup-analysis"
17014
17015 - type: "plot"
17016   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17017   algorithm: "plot_tsa_name"
17018   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17019   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17020   include:
17021     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17022     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17023     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17024     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17025     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17026   layout:
17027     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17028     layout: "plot-throughput-speedup-analysis"
17029
17030 - type: "plot"
17031   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17032   algorithm: "plot_tsa_name"
17033   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17034   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17035   include:
17036     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17037     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17038     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17039     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17040     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17041   layout:
17042     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17043     layout: "plot-throughput-speedup-analysis"
17044
17045 - type: "plot"
17046   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17047   algorithm: "plot_tsa_name"
17048   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17049   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17050   include:
17051     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17053     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17054     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17055   layout:
17056     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17057     layout: "plot-throughput-speedup-analysis"
17058
17059 - type: "plot"
17060   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17061   algorithm: "plot_tsa_name"
17062   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17063   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17064   include:
17065     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17066     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17067     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17068     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17069   layout:
17070     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17071     layout: "plot-throughput-speedup-analysis"
17072
17073 - type: "plot"
17074   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17075   algorithm: "plot_tsa_name"
17076   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17077   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17078   include:
17079     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17081     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17082     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17083     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17084   layout:
17085     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17086     layout: "plot-throughput-speedup-analysis"
17087
17088 - type: "plot"
17089   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17090   algorithm: "plot_tsa_name"
17091   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17092   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17093   include:
17094     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17095     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17097     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17098     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17099   layout:
17100     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17101     layout: "plot-throughput-speedup-analysis"
17102
17103 - type: "plot"
17104   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17105   algorithm: "plot_tsa_name"
17106   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17107   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17108   include:
17109     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17110     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17111     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17112     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17113     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17114     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17115   layout:
17116     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17117     layout: "plot-throughput-speedup-analysis"
17118
17119 - type: "plot"
17120   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17121   algorithm: "plot_tsa_name"
17122   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17123   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17124   include:
17125     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17126     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17127     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17128     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17129     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17130     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17131   layout:
17132     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17133     layout: "plot-throughput-speedup-analysis"
17134
17135 - type: "plot"
17136   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17137   algorithm: "plot_tsa_name"
17138   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17139   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17140   include:
17141     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17142     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17143     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17144     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17145   layout:
17146     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17147     layout: "plot-throughput-speedup-analysis"
17148
17149 - type: "plot"
17150   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17151   algorithm: "plot_tsa_name"
17152   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17153   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17154   include:
17155     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17156     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17157     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17158     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17159   layout:
17160     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17161     layout: "plot-throughput-speedup-analysis"
17162
17163 - type: "plot"
17164   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17165   algorithm: "plot_tsa_name"
17166   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17167   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17168   include:
17169     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17170     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17171     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17172     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17173     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17174     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17175   layout:
17176     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17177     layout: "plot-throughput-speedup-analysis"
17178
17179 - type: "plot"
17180   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17181   algorithm: "plot_tsa_name"
17182   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17183   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17184   include:
17185     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17186     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17187     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17188     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17189     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17190     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17191   layout:
17192     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17193     layout: "plot-throughput-speedup-analysis"
17194
17195 - type: "plot"
17196   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17197   algorithm: "plot_tsa_name"
17198   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17199   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17200   include:
17201     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17202     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17203     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17204     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17205     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17206     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17207   layout:
17208     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17209     layout: "plot-throughput-speedup-analysis"
17210
17211 - type: "plot"
17212   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17213   algorithm: "plot_tsa_name"
17214   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17215   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17216   include:
17217     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17218     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17219     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17220     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17221     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17222     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17223   layout:
17224     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17225     layout: "plot-throughput-speedup-analysis"
17226
17227 #- type: "plot"
17228 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17229 #  algorithm: "plot_tsa_name"
17230 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17231 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17232 #  include:
17233 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17234 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17235 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17236 #  layout:
17237 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17238 #    layout: "plot-throughput-speedup-analysis"
17239 #
17240 #- type: "plot"
17241 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17242 #  algorithm: "plot_tsa_name"
17243 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17244 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17245 #  include:
17246 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17247 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17248 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17249 #  layout:
17250 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17251 #    layout: "plot-throughput-speedup-analysis"
17252
17253 ################################################################################
17254
17255 # Packet Throughput - DPDK
17256
17257 # 2n-skx-xxv710
17258
17259 - type: "plot"
17260   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17261   algorithm: "plot_perf_box_name"
17262   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17263   data: "plot-dpdk-throughput-latency-2n-skx"
17264   include:
17265     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17266     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17267   layout:
17268     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17269     layout: "plot-throughput"
17270
17271 - type: "plot"
17272   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17273   algorithm: "plot_perf_box_name"
17274   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17275   data: "plot-dpdk-throughput-latency-2n-skx"
17276   include:
17277     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17278     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17279   layout:
17280     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17281     layout: "plot-throughput"
17282
17283 - type: "plot"
17284   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17285   algorithm: "plot_perf_box_name"
17286   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17287   data: "plot-dpdk-throughput-latency-2n-skx"
17288   include:
17289     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17290     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17291   layout:
17292     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17293     layout: "plot-throughput"
17294
17295 - type: "plot"
17296   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17297   algorithm: "plot_perf_box_name"
17298   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17299   data: "plot-dpdk-throughput-latency-2n-skx"
17300   include:
17301     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17302     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17303   layout:
17304     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17305     layout: "plot-throughput"
17306
17307 # 2n-skx-x710
17308
17309 - type: "plot"
17310   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17311   algorithm: "plot_perf_box_name"
17312   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17313   data: "plot-dpdk-throughput-latency-2n-skx"
17314   include:
17315     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17316     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17317   layout:
17318     title: "2n-skx-x710-64b-2t1c-base-ndr"
17319     layout: "plot-throughput"
17320
17321 - type: "plot"
17322   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17323   algorithm: "plot_perf_box_name"
17324   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17325   data: "plot-dpdk-throughput-latency-2n-skx"
17326   include:
17327     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17328     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17329   layout:
17330     title: "2n-skx-x710-64b-4t2c-base-ndr"
17331     layout: "plot-throughput"
17332
17333 - type: "plot"
17334   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17335   algorithm: "plot_perf_box_name"
17336   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17337   data: "plot-dpdk-throughput-latency-2n-skx"
17338   include:
17339     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17340     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17341   layout:
17342     title: "2n-skx-x710-64b-2t1c-base-pdr"
17343     layout: "plot-throughput"
17344
17345 - type: "plot"
17346   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17347   algorithm: "plot_perf_box_name"
17348   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17349   data: "plot-dpdk-throughput-latency-2n-skx"
17350   include:
17351     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17352     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17353   layout:
17354     title: "2n-skx-x710-64b-4t2c-base-pdr"
17355     layout: "plot-throughput"
17356
17357 # 3n-skx-xxv710
17358
17359 - type: "plot"
17360   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17361   algorithm: "plot_perf_box_name"
17362   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17363   data: "plot-dpdk-throughput-latency-3n-skx"
17364   include:
17365     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17366     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17367   layout:
17368     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17369     layout: "plot-throughput"
17370
17371 - type: "plot"
17372   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17373   algorithm: "plot_perf_box_name"
17374   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17375   data: "plot-dpdk-throughput-latency-3n-skx"
17376   include:
17377     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17378     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17379   layout:
17380     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17381     layout: "plot-throughput"
17382
17383 - type: "plot"
17384   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17385   algorithm: "plot_perf_box_name"
17386   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17387   data: "plot-dpdk-throughput-latency-3n-skx"
17388   include:
17389     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17390     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17391   layout:
17392     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17393     layout: "plot-throughput"
17394
17395 - type: "plot"
17396   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17397   algorithm: "plot_perf_box_name"
17398   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17399   data: "plot-dpdk-throughput-latency-3n-skx"
17400   include:
17401     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17402     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17403   layout:
17404     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17405     layout: "plot-throughput"
17406
17407 # 3n-skx-x710
17408
17409 - type: "plot"
17410   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17411   algorithm: "plot_perf_box_name"
17412   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17413   data: "plot-dpdk-throughput-latency-3n-skx"
17414   include:
17415     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17416     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17417   layout:
17418     title: "3n-skx-x710-64b-2t1c-base-ndr"
17419     layout: "plot-throughput"
17420
17421 - type: "plot"
17422   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17423   algorithm: "plot_perf_box_name"
17424   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17425   data: "plot-dpdk-throughput-latency-3n-skx"
17426   include:
17427     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17428     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17429   layout:
17430     title: "3n-skx-x710-64b-4t2c-base-ndr"
17431     layout: "plot-throughput"
17432
17433 - type: "plot"
17434   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17435   algorithm: "plot_perf_box_name"
17436   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17437   data: "plot-dpdk-throughput-latency-3n-skx"
17438   include:
17439     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17440     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17441   layout:
17442     title: "3n-skx-x710-64b-2t1c-base-pdr"
17443     layout: "plot-throughput"
17444
17445 - type: "plot"
17446   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17447   algorithm: "plot_perf_box_name"
17448   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17449   data: "plot-dpdk-throughput-latency-3n-skx"
17450   include:
17451     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17452     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17453   layout:
17454     title: "3n-skx-x710-64b-4t2c-base-pdr"
17455     layout: "plot-throughput"
17456
17457 # 3n-hsw-xl710
17458
17459 - type: "plot"
17460   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17461   algorithm: "plot_perf_box_name"
17462   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17463   data: "plot-dpdk-throughput-latency-3n-hsw"
17464   include:
17465     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17466     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17467   layout:
17468     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17469     layout: "plot-throughput"
17470
17471 - type: "plot"
17472   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17473   algorithm: "plot_perf_box_name"
17474   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17475   data: "plot-dpdk-throughput-latency-3n-hsw"
17476   include:
17477     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17478     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17479   layout:
17480     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17481     layout: "plot-throughput"
17482
17483 - type: "plot"
17484   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17485   algorithm: "plot_perf_box_name"
17486   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17487   data: "plot-dpdk-throughput-latency-3n-hsw"
17488   include:
17489     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17490     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17491   layout:
17492     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17493     layout: "plot-throughput"
17494
17495 - type: "plot"
17496   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17497   algorithm: "plot_perf_box_name"
17498   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17499   data: "plot-dpdk-throughput-latency-3n-hsw"
17500   include:
17501     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17502     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17503   layout:
17504     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17505     layout: "plot-throughput"
17506
17507 # 3n-hsw-x710
17508
17509 - type: "plot"
17510   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17511   algorithm: "plot_perf_box_name"
17512   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17513   data: "plot-dpdk-throughput-latency-3n-hsw"
17514   include:
17515     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17516     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17517   layout:
17518     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17519     layout: "plot-throughput"
17520
17521 - type: "plot"
17522   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17523   algorithm: "plot_perf_box_name"
17524   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17525   data: "plot-dpdk-throughput-latency-3n-hsw"
17526   include:
17527     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17528     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17529   layout:
17530     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17531     layout: "plot-throughput"
17532
17533 - type: "plot"
17534   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17535   algorithm: "plot_perf_box_name"
17536   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17537   data: "plot-dpdk-throughput-latency-3n-hsw"
17538   include:
17539     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17540     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17541   layout:
17542     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17543     layout: "plot-throughput"
17544
17545 - type: "plot"
17546   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17547   algorithm: "plot_perf_box_name"
17548   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17549   data: "plot-dpdk-throughput-latency-3n-hsw"
17550   include:
17551     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17552     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17553   layout:
17554     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17555     layout: "plot-throughput"
17556
17557 ## 2n-dnv-x553
17558 #
17559 #- type: "plot"
17560 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17561 #  algorithm: "plot_perf_box_name"
17562 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17563 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17564 #  include:
17565 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17566 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17567 #  layout:
17568 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17569 #    layout: "plot-throughput"
17570 #
17571 #- type: "plot"
17572 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17573 #  algorithm: "plot_perf_box_name"
17574 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17575 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17576 #  include:
17577 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17578 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17579 #  layout:
17580 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17581 #    layout: "plot-throughput"
17582 #
17583 #- type: "plot"
17584 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17585 #  algorithm: "plot_perf_box_name"
17586 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17587 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17588 #  include:
17589 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17590 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17591 #  layout:
17592 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17593 #    layout: "plot-throughput"
17594 #
17595 #- type: "plot"
17596 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17597 #  algorithm: "plot_perf_box_name"
17598 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17599 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17600 #  include:
17601 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17602 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17603 #  layout:
17604 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17605 #    layout: "plot-throughput"
17606 #
17607 ## 3n-dnv-x553
17608 #
17609 #- type: "plot"
17610 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17611 #  algorithm: "plot_perf_box_name"
17612 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17613 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17614 #  include:
17615 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17616 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17617 #  layout:
17618 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17619 #    layout: "plot-throughput"
17620 #
17621 #- type: "plot"
17622 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17623 #  algorithm: "plot_perf_box_name"
17624 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17625 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17626 #  include:
17627 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17628 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17629 #  layout:
17630 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17631 #    layout: "plot-throughput"
17632 #
17633 #- type: "plot"
17634 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17635 #  algorithm: "plot_perf_box_name"
17636 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17637 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17638 #  include:
17639 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17640 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17641 #  layout:
17642 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17643 #    layout: "plot-throughput"
17644 #
17645 #- type: "plot"
17646 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17647 #  algorithm: "plot_perf_box_name"
17648 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17649 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17650 #  include:
17651 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17652 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17653 #  layout:
17654 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17655 #    layout: "plot-throughput"
17656
17657 # 3n-tsh-x520
17658
17659 - type: "plot"
17660   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17661   algorithm: "plot_perf_box_name"
17662   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17663   data: "plot-dpdk-throughput-latency-3n-tsh"
17664   include:
17665     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17666     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17667   layout:
17668     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17669     layout: "plot-throughput"
17670
17671 - type: "plot"
17672   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17673   algorithm: "plot_perf_box_name"
17674   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17675   data: "plot-dpdk-throughput-latency-3n-tsh"
17676   include:
17677     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17678     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17679   layout:
17680     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17681     layout: "plot-throughput"
17682
17683 - type: "plot"
17684   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17685   algorithm: "plot_perf_box_name"
17686   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17687   data: "plot-dpdk-throughput-latency-3n-tsh"
17688   include:
17689     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17690     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17691   layout:
17692     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17693     layout: "plot-throughput"
17694
17695 - type: "plot"
17696   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17697   algorithm: "plot_perf_box_name"
17698   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17699   data: "plot-dpdk-throughput-latency-3n-tsh"
17700   include:
17701     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17702     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17703   layout:
17704     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17705     layout: "plot-throughput"
17706
17707 ################################################################################
17708 ###   2n-clx                                                                 ###
17709 ################################################################################
17710
17711 # Packet Throughput
17712
17713 - type: "plot"
17714   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17715   algorithm: "plot_perf_box_name"
17716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17718   include:
17719     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17720     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17721     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17722     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17723   layout:
17724     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17725     layout: "plot-throughput"
17726
17727 - type: "plot"
17728   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17729   algorithm: "plot_perf_box_name"
17730   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17732   include:
17733     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17734     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17735     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17736     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17737   layout:
17738     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17739     layout: "plot-throughput"
17740
17741 - type: "plot"
17742   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17743   algorithm: "plot_perf_box_name"
17744   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17746   include:
17747     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17748     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17749     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17750     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17751   layout:
17752     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17753     layout: "plot-throughput"
17754
17755 - type: "plot"
17756   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17757   algorithm: "plot_perf_box_name"
17758   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17759   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17760   include:
17761     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17762     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17763     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17764     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17765   layout:
17766     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17767     layout: "plot-throughput"
17768
17769 - type: "plot"
17770   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17771   algorithm: "plot_perf_box_name"
17772   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17774   include:
17775     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17776     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17777     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17778     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17779   layout:
17780     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17781     layout: "plot-throughput"
17782
17783 - type: "plot"
17784   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17785   algorithm: "plot_perf_box_name"
17786   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17788   include:
17789     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17790     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17791     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17792     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17793   layout:
17794     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17795     layout: "plot-throughput"
17796
17797 - type: "plot"
17798   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17799   algorithm: "plot_perf_box_name"
17800   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17802   include:
17803     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17807     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17808     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17809   layout:
17810     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17811     layout: "plot-throughput"
17812
17813 - type: "plot"
17814   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17815   algorithm: "plot_perf_box_name"
17816   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17818   include:
17819     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17820     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17821     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17822     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17823     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17824     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17825   layout:
17826     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17827     layout: "plot-throughput"
17828
17829 - type: "plot"
17830   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17831   algorithm: "plot_perf_box_name"
17832   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17834   include:
17835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17836     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17837     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17839   layout:
17840     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17841     layout: "plot-throughput"
17842
17843 - type: "plot"
17844   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17845   algorithm: "plot_perf_box_name"
17846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17848   include:
17849     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17853   layout:
17854     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17855     layout: "plot-throughput"
17856
17857 - type: "plot"
17858   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17859   algorithm: "plot_perf_box_name"
17860   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17862   include:
17863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17866   layout:
17867     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17868     layout: "plot-throughput"
17869
17870 - type: "plot"
17871   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17872   algorithm: "plot_perf_box_name"
17873   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17875   include:
17876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17879   layout:
17880     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17881     layout: "plot-throughput"
17882
17883 - type: "plot"
17884   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17885   algorithm: "plot_perf_box_name"
17886   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17888   include:
17889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17894   layout:
17895     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17896     layout: "plot-throughput"
17897
17898 - type: "plot"
17899   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17900   algorithm: "plot_perf_box_name"
17901   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17903   include:
17904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17909   layout:
17910     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17911     layout: "plot-throughput"
17912
17913 - type: "plot"
17914   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17915   algorithm: "plot_perf_box_name"
17916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17918   include:
17919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17922   layout:
17923     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17924     layout: "plot-throughput"
17925
17926 - type: "plot"
17927   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17928   algorithm: "plot_perf_box_name"
17929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17931   include:
17932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17935   layout:
17936     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17937     layout: "plot-throughput"
17938
17939 - type: "plot"
17940   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17941   algorithm: "plot_perf_box_name"
17942   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17943   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17944   include:
17945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17951   layout:
17952     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17953     layout: "plot-throughput"
17954
17955 - type: "plot"
17956   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17957   algorithm: "plot_perf_box_name"
17958   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17960   include:
17961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17967   layout:
17968     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17969     layout: "plot-throughput"
17970
17971 - type: "plot"
17972   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17973   algorithm: "plot_perf_box_name"
17974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17976   include:
17977     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17978     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17979     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17980     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17981     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17982   layout:
17983     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17984     layout: "plot-throughput"
17985
17986 - type: "plot"
17987   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17988   algorithm: "plot_perf_box_name"
17989   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17990   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17991   include:
17992     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17993     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17994     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17995     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17996     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17997   layout:
17998     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17999     layout: "plot-throughput"
18000
18001 - type: "plot"
18002   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18003   algorithm: "plot_perf_box_name"
18004   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18006   include:
18007     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18008     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18009     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18010     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18011     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18012     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18013     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18014     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18015     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18016     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18017   layout:
18018     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18019     layout: "plot-cps"
18020
18021 - type: "plot"
18022   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18023   algorithm: "plot_perf_box_name"
18024   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18026   include:
18027     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18028     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18029     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18030     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18031     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18032     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18033     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18034     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18035     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18036     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18037   layout:
18038     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18039     layout: "plot-throughput"
18040
18041 - type: "plot"
18042   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18043   algorithm: "plot_perf_box_name"
18044   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18046   include:
18047     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18048     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18049     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18050     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18051     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18052     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18053     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18054     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18055     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18056     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18057   layout:
18058     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18059     layout: "plot-cps"
18060
18061 - type: "plot"
18062   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18063   algorithm: "plot_perf_box_name"
18064   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18066   include:
18067     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18068     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18069     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18070     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18071     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18072     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18074     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18075     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18076     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18077   layout:
18078     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18079     layout: "plot-throughput"
18080
18081 - type: "plot"
18082   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18083   algorithm: "plot_perf_box_name"
18084   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18086   include:
18087     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18088     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18089     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18090     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18091     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18092   layout:
18093     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18094     layout: "plot-throughput"
18095
18096 - type: "plot"
18097   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18098   algorithm: "plot_perf_box_name"
18099   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18100   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18101   include:
18102     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18103     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18104     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18105     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18106     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18107   layout:
18108     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18109     layout: "plot-throughput"
18110
18111 - type: "plot"
18112   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18113   algorithm: "plot_perf_box_name"
18114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18116   include:
18117     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18118     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18119     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18120     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18121     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18122     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18123     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18124     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18125     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18126     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18127   layout:
18128     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18129     layout: "plot-cps"
18130
18131 - type: "plot"
18132   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18133   algorithm: "plot_perf_box_name"
18134   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18135   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18136   include:
18137     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18138     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18139     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18140     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18141     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18142     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18143     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18144     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18145     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18146     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18147   layout:
18148     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18149     layout: "plot-throughput"
18150
18151 - type: "plot"
18152   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18153   algorithm: "plot_perf_box_name"
18154   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18156   include:
18157     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18158     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18159     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18160     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18161     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18162     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18163     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18164     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18165     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18166     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18167   layout:
18168     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18169     layout: "plot-cps"
18170
18171 - type: "plot"
18172   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18173   algorithm: "plot_perf_box_name"
18174   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18175   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18176   include:
18177     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18178     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18179     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18180     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18181     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18182     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18183     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18184     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18185     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18186     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18187   layout:
18188     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18189     layout: "plot-throughput"
18190
18191 - type: "plot"
18192   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18193   algorithm: "plot_perf_box_name"
18194   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18195   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18196   include:
18197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18203   layout:
18204     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18205     layout: "plot-throughput"
18206
18207 - type: "plot"
18208   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18209   algorithm: "plot_perf_box_name"
18210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18212   include:
18213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18219   layout:
18220     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18221     layout: "plot-throughput"
18222
18223 - type: "plot"
18224   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18225   algorithm: "plot_perf_box_name"
18226   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18228   include:
18229     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18230     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18231   layout:
18232     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18233     layout: "plot-throughput"
18234
18235 - type: "plot"
18236   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18237   algorithm: "plot_perf_box_name"
18238   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18240   include:
18241     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18242     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18243   layout:
18244     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18245     layout: "plot-throughput"
18246
18247 - type: "plot"
18248   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18249   algorithm: "plot_perf_box_name"
18250   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18251   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18252   include:
18253     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18254     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18255     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18256     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18257     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18259   layout:
18260     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18261     layout: "plot-throughput"
18262
18263 - type: "plot"
18264   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18265   algorithm: "plot_perf_box_name"
18266   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18268   include:
18269     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18270     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18271     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18275   layout:
18276     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18277     layout: "plot-throughput"
18278
18279 - type: "plot"
18280   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18281   algorithm: "plot_perf_box_name"
18282   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18284   include:
18285     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18286     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18287     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18291   layout:
18292     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18293     layout: "plot-throughput"
18294
18295 - type: "plot"
18296   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18297   algorithm: "plot_perf_box_name"
18298   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18300   include:
18301     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18302     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18303     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18307   layout:
18308     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18309     layout: "plot-throughput"
18310
18311 - type: "plot"
18312   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18313   algorithm: "plot_perf_box_name"
18314   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18316   include:
18317     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18323   layout:
18324     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18325     layout: "plot-throughput"
18326
18327 - type: "plot"
18328   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18329   algorithm: "plot_perf_box_name"
18330   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18332   include:
18333     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18339   layout:
18340     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18341     layout: "plot-throughput"
18342
18343 - type: "plot"
18344   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18345   algorithm: "plot_perf_box_name"
18346   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18347   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18348   include:
18349     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18350     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18353     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18354   layout:
18355     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18356     layout: "plot-throughput"
18357
18358 - type: "plot"
18359   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18360   algorithm: "plot_perf_box_name"
18361   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18363   include:
18364     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18365     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18368     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18369   layout:
18370     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18371     layout: "plot-throughput"
18372
18373 - type: "plot"
18374   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18375   algorithm: "plot_perf_box_name"
18376   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18378   include:
18379     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18381     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18382     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18383     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18384   layout:
18385     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18386     layout: "plot-throughput"
18387
18388 - type: "plot"
18389   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18390   algorithm: "plot_perf_box_name"
18391   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18393   include:
18394     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18397     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18398     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18399   layout:
18400     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18401     layout: "plot-throughput"
18402
18403 - type: "plot"
18404   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18405   algorithm: "plot_perf_box_name"
18406   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18408   include:
18409     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18412     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18413     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18414   layout:
18415     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18416     layout: "plot-throughput"
18417
18418 - type: "plot"
18419   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18420   algorithm: "plot_perf_box_name"
18421   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18423   include:
18424     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18427     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18428     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18429   layout:
18430     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18431     layout: "plot-throughput"
18432
18433 - type: "plot"
18434   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18435   algorithm: "plot_perf_box_name"
18436   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18438   include:
18439     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18440     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18441     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18442     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18443     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18444   layout:
18445     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18446     layout: "plot-throughput"
18447
18448 - type: "plot"
18449   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18450   algorithm: "plot_perf_box_name"
18451   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18452   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18453   include:
18454     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18455     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18456     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18457     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18458     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18459   layout:
18460     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18461     layout: "plot-throughput"
18462
18463 - type: "plot"
18464   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18465   algorithm: "plot_perf_box_name"
18466   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18468   include:
18469     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18472     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18473     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18474   layout:
18475     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18476     layout: "plot-throughput"
18477
18478 - type: "plot"
18479   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18480   algorithm: "plot_perf_box_name"
18481   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18482   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18483   include:
18484     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18485     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18486     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18487     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18488     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18489   layout:
18490     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18491     layout: "plot-throughput"
18492
18493 - type: "plot"
18494   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18495   algorithm: "plot_perf_box_name"
18496   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18498   include:
18499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18505   layout:
18506     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18507     layout: "plot-throughput"
18508
18509 - type: "plot"
18510   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18511   algorithm: "plot_perf_box_name"
18512   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18514   include:
18515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18521   layout:
18522     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18523     layout: "plot-throughput"
18524
18525 - type: "plot"
18526   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18527   algorithm: "plot_perf_box_name"
18528   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18530   include:
18531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18535   layout:
18536     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18537     layout: "plot-throughput"
18538
18539 - type: "plot"
18540   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18541   algorithm: "plot_perf_box_name"
18542   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18544   include:
18545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18549   layout:
18550     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18551     layout: "plot-throughput"
18552
18553 - type: "plot"
18554   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18555   algorithm: "plot_perf_box_name"
18556   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18558   include:
18559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18565   layout:
18566     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18567     layout: "plot-throughput"
18568
18569 - type: "plot"
18570   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18571   algorithm: "plot_perf_box_name"
18572   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18574   include:
18575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18581   layout:
18582     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18583     layout: "plot-throughput"
18584
18585 - type: "plot"
18586   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18587   algorithm: "plot_perf_box_name"
18588   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18590   include:
18591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18595   layout:
18596     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18597     layout: "plot-throughput"
18598
18599 - type: "plot"
18600   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18601   algorithm: "plot_perf_box_name"
18602   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18604   include:
18605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18609   layout:
18610     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18611     layout: "plot-throughput"
18612
18613 - type: "plot"
18614   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18615   algorithm: "plot_perf_box_name"
18616   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18618   include:
18619     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18620     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18621     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18623     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18625   layout:
18626     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18627     layout: "plot-throughput"
18628
18629 - type: "plot"
18630   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18631   algorithm: "plot_perf_box_name"
18632   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18633   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18634   include:
18635     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18636     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18637     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18638     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18639     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18640     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18641   layout:
18642     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18643     layout: "plot-throughput"
18644
18645 - type: "plot"
18646   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18647   algorithm: "plot_perf_box_name"
18648   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18650   include:
18651     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18652     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18653     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18654     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18655   layout:
18656     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18657     layout: "plot-throughput"
18658
18659 - type: "plot"
18660   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18661   algorithm: "plot_perf_box_name"
18662   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18664   include:
18665     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18667     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18668     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18669   layout:
18670     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18671     layout: "plot-throughput"
18672
18673 - type: "plot"
18674   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18675   algorithm: "plot_perf_box_name"
18676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18678   include:
18679     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18680     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18681     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18682     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18683     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18684   layout:
18685     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18686     layout: "plot-throughput"
18687
18688 - type: "plot"
18689   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18690   algorithm: "plot_perf_box_name"
18691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18693   include:
18694     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18695     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18696     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18697     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18698     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18699   layout:
18700     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18701     layout: "plot-throughput"
18702
18703 - type: "plot"
18704   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18705   algorithm: "plot_perf_box_name"
18706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18708   include:
18709     - "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"
18710     - "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"
18711     - "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"
18712     - "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"
18713     - "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"
18714   layout:
18715     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18716     layout: "plot-throughput"
18717
18718 - type: "plot"
18719   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18720   algorithm: "plot_perf_box_name"
18721   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18723   include:
18724     - "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"
18725     - "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"
18726     - "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"
18727     - "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"
18728     - "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"
18729   layout:
18730     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18731     layout: "plot-throughput"
18732
18733 - type: "plot"
18734   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18735   algorithm: "plot_perf_box_name"
18736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18738   include:
18739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18744   layout:
18745     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18746     layout: "plot-throughput"
18747
18748 - type: "plot"
18749   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18750   algorithm: "plot_perf_box_name"
18751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18753   include:
18754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18759   layout:
18760     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18761     layout: "plot-throughput"
18762
18763 - type: "plot"
18764   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18765   algorithm: "plot_perf_box_name"
18766   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18768   include:
18769     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18771     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18772     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18774   layout:
18775     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18776     layout: "plot-throughput"
18777
18778 - type: "plot"
18779   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18780   algorithm: "plot_perf_box_name"
18781   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18783   include:
18784     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18785     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18786     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18787     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18788     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18789   layout:
18790     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18791     layout: "plot-throughput"
18792
18793 - type: "plot"
18794   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18795   algorithm: "plot_perf_box_name"
18796   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18798   include:
18799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18803   layout:
18804     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18805     layout: "plot-throughput"
18806
18807 - type: "plot"
18808   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18809   algorithm: "plot_perf_box_name"
18810   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18812   include:
18813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18817   layout:
18818     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18819     layout: "plot-throughput"
18820
18821 - type: "plot"
18822   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18823   algorithm: "plot_perf_box_name"
18824   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18826   include:
18827     - "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"
18828     - "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"
18829     - "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"
18830     - "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"
18831   layout:
18832     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18833     layout: "plot-throughput"
18834
18835 - type: "plot"
18836   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18837   algorithm: "plot_perf_box_name"
18838   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18839   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18840   include:
18841     - "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"
18842     - "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"
18843     - "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"
18844     - "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"
18845   layout:
18846     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18847     layout: "plot-throughput"
18848
18849 - type: "plot"
18850   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18851   algorithm: "plot_perf_box_name"
18852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18854   include:
18855     - "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"
18856     - "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"
18857     - "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"
18858     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18859     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18860     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18861   layout:
18862     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18863     layout: "plot-throughput"
18864
18865 - type: "plot"
18866   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18867   algorithm: "plot_perf_box_name"
18868   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18870   include:
18871     - "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"
18872     - "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"
18873     - "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"
18874     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18875     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18876     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18877   layout:
18878     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18879     layout: "plot-throughput"
18880
18881 ################################################################################
18882
18883 # Packet Speedup
18884
18885 - type: "plot"
18886   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18887   algorithm: "plot_tsa_name"
18888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18890   include:
18891     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18892     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18893     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18894     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18895   layout:
18896     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18897     layout: "plot-throughput-speedup-analysis"
18898
18899 - type: "plot"
18900   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18901   algorithm: "plot_tsa_name"
18902   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18904   include:
18905     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18906     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18907     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18908     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18909   layout:
18910     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18911     layout: "plot-throughput-speedup-analysis"
18912
18913 - type: "plot"
18914   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18915   algorithm: "plot_tsa_name"
18916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18918   include:
18919     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18920     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18921     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18922     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18923   layout:
18924     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18925     layout: "plot-throughput-speedup-analysis"
18926
18927 - type: "plot"
18928   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18929   algorithm: "plot_tsa_name"
18930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18932   include:
18933     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18934     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18935     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18936     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18937   layout:
18938     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18939     layout: "plot-throughput-speedup-analysis"
18940
18941 - type: "plot"
18942   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18943   algorithm: "plot_tsa_name"
18944   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18946   include:
18947     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18948     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18949     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18950     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18951   layout:
18952     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18953     layout: "plot-throughput-speedup-analysis"
18954
18955 - type: "plot"
18956   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18957   algorithm: "plot_tsa_name"
18958   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18960   include:
18961     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18962     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18963     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18964     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18965   layout:
18966     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18967     layout: "plot-throughput-speedup-analysis"
18968
18969 - type: "plot"
18970   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18971   algorithm: "plot_tsa_name"
18972   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18974   include:
18975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18976     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18977     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18978     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18979     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18980     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18981   layout:
18982     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18983     layout: "plot-throughput-speedup-analysis"
18984
18985 - type: "plot"
18986   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18987   algorithm: "plot_tsa_name"
18988   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18990   include:
18991     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18992     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18993     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18994     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18995     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18996     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18997   layout:
18998     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18999     layout: "plot-throughput-speedup-analysis"
19000
19001 - type: "plot"
19002   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19003   algorithm: "plot_tsa_name"
19004   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19006   include:
19007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19011   layout:
19012     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
19013     layout: "plot-throughput-speedup-analysis"
19014
19015 - type: "plot"
19016   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19017   algorithm: "plot_tsa_name"
19018   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19019   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19020   include:
19021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19025   layout:
19026     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
19027     layout: "plot-throughput-speedup-analysis"
19028
19029 - type: "plot"
19030   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19031   algorithm: "plot_tsa_name"
19032   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19033   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19034   include:
19035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19038   layout:
19039     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
19040     layout: "plot-throughput-speedup-analysis"
19041
19042 - type: "plot"
19043   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19044   algorithm: "plot_tsa_name"
19045   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19047   include:
19048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19051   layout:
19052     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19053     layout: "plot-throughput-speedup-analysis"
19054
19055 - type: "plot"
19056   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19057   algorithm: "plot_tsa_name"
19058   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19059   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19060   include:
19061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19066   layout:
19067     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19068     layout: "plot-throughput-speedup-analysis"
19069
19070 - type: "plot"
19071   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19072   algorithm: "plot_tsa_name"
19073   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19074   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19075   include:
19076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19081   layout:
19082     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19083     layout: "plot-throughput-speedup-analysis"
19084
19085 - type: "plot"
19086   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19087   algorithm: "plot_tsa_name"
19088   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19090   include:
19091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19094   layout:
19095     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19096     layout: "plot-throughput-speedup-analysis"
19097
19098 - type: "plot"
19099   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19100   algorithm: "plot_tsa_name"
19101   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19103   include:
19104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19107   layout:
19108     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19109     layout: "plot-throughput-speedup-analysis"
19110
19111 - type: "plot"
19112   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19113   algorithm: "plot_tsa_name"
19114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19116   include:
19117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19123   layout:
19124     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19125     layout: "plot-throughput-speedup-analysis"
19126
19127 - type: "plot"
19128   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19129   algorithm: "plot_tsa_name"
19130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19132   include:
19133     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19134     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19135     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19136     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19137     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19138   layout:
19139     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
19140     layout: "plot-throughput-speedup-analysis"
19141
19142 - type: "plot"
19143   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19144   algorithm: "plot_tsa_name"
19145   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19146   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19147   include:
19148     - "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"
19149     - "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"
19150     - "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"
19151     - "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"
19152     - "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"
19153   layout:
19154     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
19155     layout: "plot-throughput-speedup-analysis"
19156
19157 - type: "plot"
19158   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19159   algorithm: "plot_tsa_name"
19160   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19161   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19162   include:
19163     - "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"
19164     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19165     - "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"
19166     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19167     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19168     - "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"
19169     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19170     - "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"
19171     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19172     - "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"
19173   layout:
19174     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19175     layout: "plot-throughput-speedup-analysis-cps"
19176
19177 - type: "plot"
19178   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19179   algorithm: "plot_tsa_name"
19180   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19181   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19182   include:
19183     - "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"
19184     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19185     - "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"
19186     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19187     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19188     - "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"
19189     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19190     - "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"
19191     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19192     - "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"
19193   layout:
19194     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19195     layout: "plot-throughput-speedup-analysis"
19196
19197 - type: "plot"
19198   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19199   algorithm: "plot_tsa_name"
19200   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19202   include:
19203     - "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"
19204     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19205     - "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"
19206     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19207     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
19208     - "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"
19209     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19210     - "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"
19211     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19212     - "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"
19213   layout:
19214     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19215     layout: "plot-throughput-speedup-analysis-cps"
19216
19217 - type: "plot"
19218   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19219   algorithm: "plot_tsa_name"
19220   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19222   include:
19223     - "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"
19224     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19225     - "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"
19226     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19227     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
19228     - "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"
19229     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19230     - "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"
19231     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19232     - "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"
19233   layout:
19234     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19235     layout: "plot-throughput-speedup-analysis"
19236
19237 - type: "plot"
19238   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19239   algorithm: "plot_tsa_name"
19240   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19241   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19242   include:
19243     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19244     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19245     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19246     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19247     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19248   layout:
19249     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19250     layout: "plot-throughput-speedup-analysis"
19251
19252 - type: "plot"
19253   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19254   algorithm: "plot_tsa_name"
19255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19257   include:
19258     - "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"
19259     - "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"
19260     - "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"
19261     - "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"
19262     - "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"
19263   layout:
19264     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19265     layout: "plot-throughput-speedup-analysis"
19266
19267 - type: "plot"
19268   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19269   algorithm: "plot_tsa_name"
19270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19272   include:
19273     - "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"
19274     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19275     - "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"
19276     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19277     - "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"
19278     - "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"
19279     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19280     - "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"
19281     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19282     - "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"
19283   layout:
19284     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19285     layout: "plot-throughput-speedup-analysis-cps"
19286
19287 - type: "plot"
19288   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19289   algorithm: "plot_tsa_name"
19290   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19292   include:
19293     - "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"
19294     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19295     - "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"
19296     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19297     - "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"
19298     - "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"
19299     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19300     - "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"
19301     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19302     - "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"
19303   layout:
19304     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19305     layout: "plot-throughput-speedup-analysis"
19306
19307 - type: "plot"
19308   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19309   algorithm: "plot_tsa_name"
19310   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19312   include:
19313     - "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"
19314     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
19315     - "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"
19316     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
19317     - "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"
19318     - "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"
19319     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19320     - "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"
19321     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
19322     - "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"
19323   layout:
19324     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19325     layout: "plot-throughput-speedup-analysis-cps"
19326
19327 - type: "plot"
19328   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19329   algorithm: "plot_tsa_name"
19330   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19332   include:
19333     - "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"
19334     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
19335     - "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"
19336     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
19337     - "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"
19338     - "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"
19339     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
19340     - "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"
19341     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
19342     - "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"
19343   layout:
19344     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19345     layout: "plot-throughput-speedup-analysis"
19346
19347 - type: "plot"
19348   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19349   algorithm: "plot_tsa_name"
19350   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19352   include:
19353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19359   layout:
19360     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19361     layout: "plot-throughput-speedup-analysis"
19362
19363 - type: "plot"
19364   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19365   algorithm: "plot_tsa_name"
19366   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19368   include:
19369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19375   layout:
19376     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19377     layout: "plot-throughput-speedup-analysis"
19378
19379 - type: "plot"
19380   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19381   algorithm: "plot_tsa_name"
19382   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19384   include:
19385     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19387   layout:
19388     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19389     layout: "plot-throughput-speedup-analysis"
19390
19391 - type: "plot"
19392   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19393   algorithm: "plot_tsa_name"
19394   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19396   include:
19397     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19398     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19399   layout:
19400     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19401     layout: "plot-throughput-speedup-analysis"
19402
19403 - type: "plot"
19404   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19405   algorithm: "plot_tsa_name"
19406   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19407   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19408   include:
19409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19413     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19414     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19415   layout:
19416     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19417     layout: "plot-throughput-speedup-analysis"
19418
19419 - type: "plot"
19420   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19421   algorithm: "plot_tsa_name"
19422   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19424   include:
19425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19428     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19429     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19430     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19431   layout:
19432     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19433     layout: "plot-throughput-speedup-analysis"
19434
19435 - type: "plot"
19436   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19437   algorithm: "plot_tsa_name"
19438   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19440   include:
19441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19443     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19444     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19445     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19446     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19447   layout:
19448     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19449     layout: "plot-throughput-speedup-analysis"
19450
19451 - type: "plot"
19452   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19453   algorithm: "plot_tsa_name"
19454   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19456   include:
19457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19459     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19460     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19461     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19462     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19463   layout:
19464     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19465     layout: "plot-throughput-speedup-analysis"
19466
19467 - type: "plot"
19468   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19469   algorithm: "plot_tsa_name"
19470   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19472   include:
19473     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19474     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19475     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19476     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19477     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19478     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19479   layout:
19480     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19481     layout: "plot-throughput-speedup-analysis"
19482
19483 - type: "plot"
19484   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19485   algorithm: "plot_tsa_name"
19486   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19488   include:
19489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19493     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19494     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19495   layout:
19496     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19497     layout: "plot-throughput-speedup-analysis"
19498
19499 - type: "plot"
19500   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19501   algorithm: "plot_tsa_name"
19502   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19504   include:
19505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19507     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19508     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19509     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19510   layout:
19511     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19512     layout: "plot-throughput-speedup-analysis"
19513
19514 - type: "plot"
19515   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19516   algorithm: "plot_tsa_name"
19517   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19518   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19519   include:
19520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19525   layout:
19526     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19527     layout: "plot-throughput-speedup-analysis"
19528
19529 - type: "plot"
19530   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19531   algorithm: "plot_tsa_name"
19532   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19534   include:
19535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19540   layout:
19541     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19542     layout: "plot-throughput-speedup-analysis"
19543
19544 - type: "plot"
19545   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19546   algorithm: "plot_tsa_name"
19547   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19549   include:
19550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19555   layout:
19556     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19557     layout: "plot-throughput-speedup-analysis"
19558
19559 - type: "plot"
19560   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19561   algorithm: "plot_tsa_name"
19562   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19563   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19564   include:
19565     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19566     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19567     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19568     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19569     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19570   layout:
19571     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19572     layout: "plot-throughput-speedup-analysis"
19573
19574 - type: "plot"
19575   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19576   algorithm: "plot_tsa_name"
19577   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19579   include:
19580     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19581     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19582     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19583     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19584     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19585   layout:
19586     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19587     layout: "plot-throughput-speedup-analysis"
19588
19589 - type: "plot"
19590   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19591   algorithm: "plot_tsa_name"
19592   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19593   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19594   include:
19595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19598     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19599     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19600   layout:
19601     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19602     layout: "plot-throughput-speedup-analysis"
19603
19604 - type: "plot"
19605   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19606   algorithm: "plot_tsa_name"
19607   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19608   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19609   include:
19610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19615   layout:
19616     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19617     layout: "plot-throughput-speedup-analysis"
19618
19619 - type: "plot"
19620   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19621   algorithm: "plot_tsa_name"
19622   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19623   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19624   include:
19625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19630   layout:
19631     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19632     layout: "plot-throughput-speedup-analysis"
19633
19634 - type: "plot"
19635   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19636   algorithm: "plot_tsa_name"
19637   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19639   include:
19640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19645   layout:
19646     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19647     layout: "plot-throughput-speedup-analysis"
19648
19649 - type: "plot"
19650   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19651   algorithm: "plot_tsa_name"
19652   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19654   include:
19655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19661   layout:
19662     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19663     layout: "plot-throughput-speedup-analysis"
19664
19665 - type: "plot"
19666   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19667   algorithm: "plot_tsa_name"
19668   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19669   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19670   include:
19671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19677   layout:
19678     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19679     layout: "plot-throughput-speedup-analysis"
19680
19681 - type: "plot"
19682   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19683   algorithm: "plot_tsa_name"
19684   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19685   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19686   include:
19687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19691   layout:
19692     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19693     layout: "plot-throughput-speedup-analysis"
19694
19695 - type: "plot"
19696   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19697   algorithm: "plot_tsa_name"
19698   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19700   include:
19701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19705   layout:
19706     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19707     layout: "plot-throughput-speedup-analysis"
19708
19709 - type: "plot"
19710   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19711   algorithm: "plot_tsa_name"
19712   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19714   include:
19715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19721   layout:
19722     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19723     layout: "plot-throughput-speedup-analysis"
19724
19725 - type: "plot"
19726   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19727   algorithm: "plot_tsa_name"
19728   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19729   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19730   include:
19731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19737   layout:
19738     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19739     layout: "plot-throughput-speedup-analysis"
19740
19741 - type: "plot"
19742   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19743   algorithm: "plot_tsa_name"
19744   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19746   include:
19747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19751   layout:
19752     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19753     layout: "plot-throughput-speedup-analysis"
19754
19755 - type: "plot"
19756   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19757   algorithm: "plot_tsa_name"
19758   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19759   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19760   include:
19761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19765   layout:
19766     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19767     layout: "plot-throughput-speedup-analysis"
19768
19769 - type: "plot"
19770   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19771   algorithm: "plot_tsa_name"
19772   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19774   include:
19775     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19776     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19777     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19778     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19779     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19780     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19781   layout:
19782     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19783     layout: "plot-throughput-speedup-analysis"
19784
19785 - type: "plot"
19786   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19787   algorithm: "plot_tsa_name"
19788   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19790   include:
19791     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19792     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19793     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19794     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19795     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19796     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19797   layout:
19798     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19799     layout: "plot-throughput-speedup-analysis"
19800
19801 - type: "plot"
19802   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19803   algorithm: "plot_tsa_name"
19804   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19806   include:
19807     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19808     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19809     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19810     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19811   layout:
19812     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19813     layout: "plot-throughput-speedup-analysis"
19814
19815 - type: "plot"
19816   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19817   algorithm: "plot_tsa_name"
19818   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19820   include:
19821     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19822     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19823     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19824     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19825   layout:
19826     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19827     layout: "plot-throughput-speedup-analysis"
19828
19829 - type: "plot"
19830   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19831   algorithm: "plot_tsa_name"
19832   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19834   include:
19835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19839     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19840   layout:
19841     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19842     layout: "plot-throughput-speedup-analysis"
19843
19844 - type: "plot"
19845   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19846   algorithm: "plot_tsa_name"
19847   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19849   include:
19850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19855   layout:
19856     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19857     layout: "plot-throughput-speedup-analysis"
19858
19859 - type: "plot"
19860   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19861   algorithm: "plot_tsa_name"
19862   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19864   include:
19865     - "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"
19866     - "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"
19867     - "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"
19868     - "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"
19869     - "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"
19870   layout:
19871     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19872     layout: "plot-throughput-speedup-analysis"
19873
19874 - type: "plot"
19875   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19876   algorithm: "plot_tsa_name"
19877   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19879   include:
19880     - "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"
19881     - "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"
19882     - "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"
19883     - "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"
19884     - "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"
19885   layout:
19886     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19887     layout: "plot-throughput-speedup-analysis"
19888
19889 - type: "plot"
19890   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19891   algorithm: "plot_tsa_name"
19892   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19894   include:
19895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19900   layout:
19901     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19902     layout: "plot-throughput-speedup-analysis"
19903
19904 - type: "plot"
19905   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19906   algorithm: "plot_tsa_name"
19907   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19909   include:
19910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19915   layout:
19916     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19917     layout: "plot-throughput-speedup-analysis"
19918
19919 - type: "plot"
19920   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19921   algorithm: "plot_tsa_name"
19922   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19924   include:
19925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19930   layout:
19931     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19932     layout: "plot-throughput-speedup-analysis"
19933
19934 - type: "plot"
19935   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19936   algorithm: "plot_tsa_name"
19937   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19939   include:
19940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19945   layout:
19946     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19947     layout: "plot-throughput-speedup-analysis"
19948
19949 - type: "plot"
19950   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19951   algorithm: "plot_tsa_name"
19952   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19953   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19954   include:
19955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19959   layout:
19960     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19961     layout: "plot-throughput-speedup-analysis"
19962
19963 - type: "plot"
19964   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19965   algorithm: "plot_tsa_name"
19966   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19968   include:
19969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19973   layout:
19974     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19975     layout: "plot-throughput-speedup-analysis"
19976
19977 - type: "plot"
19978   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19979   algorithm: "plot_tsa_name"
19980   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19982   include:
19983     - "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"
19984     - "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"
19985     - "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"
19986     - "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"
19987   layout:
19988     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19989     layout: "plot-throughput-speedup-analysis"
19990
19991 - type: "plot"
19992   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19993   algorithm: "plot_tsa_name"
19994   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19996   include:
19997     - "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"
19998     - "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"
19999     - "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"
20000     - "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"
20001   layout:
20002     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
20003     layout: "plot-throughput-speedup-analysis"
20004
20005 - type: "plot"
20006   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20007   algorithm: "plot_tsa_name"
20008   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20010   include:
20011     - "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"
20012     - "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"
20013     - "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"
20014     - "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"
20015     - "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"
20016     - "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"
20017   layout:
20018     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
20019     layout: "plot-throughput-speedup-analysis"
20020
20021 - type: "plot"
20022   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20023   algorithm: "plot_tsa_name"
20024   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20026   include:
20027     - "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"
20028     - "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"
20029     - "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"
20030     - "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"
20031     - "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"
20032     - "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"
20033   layout:
20034     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
20035     layout: "plot-throughput-speedup-analysis"
20036
20037 ################################################################################
20038
20039 # Packet Throughput - DPDK
20040
20041 # 2n-clx-xxv710
20042
20043 - type: "plot"
20044   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
20045   algorithm: "plot_perf_box_name"
20046   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
20047   data: "plot-dpdk-throughput-latency-2n-clx"
20048   include:
20049     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20050     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20051   layout:
20052     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20053     layout: "plot-throughput"
20054
20055 - type: "plot"
20056   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
20057   algorithm: "plot_perf_box_name"
20058   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
20059   data: "plot-dpdk-throughput-latency-2n-clx"
20060   include:
20061     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20062     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20063   layout:
20064     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20065     layout: "plot-throughput"
20066
20067 - type: "plot"
20068   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
20069   algorithm: "plot_perf_box_name"
20070   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
20071   data: "plot-dpdk-throughput-latency-2n-clx"
20072   include:
20073     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20074     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20075   layout:
20076     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
20077     layout: "plot-throughput"
20078
20079 - type: "plot"
20080   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
20081   algorithm: "plot_perf_box_name"
20082   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
20083   data: "plot-dpdk-throughput-latency-2n-clx"
20084   include:
20085     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20086     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20087   layout:
20088     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
20089     layout: "plot-throughput"
20090
20091 # 2n-clx-x710
20092
20093 - type: "plot"
20094   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
20095   algorithm: "plot_perf_box_name"
20096   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
20097   data: "plot-dpdk-throughput-latency-2n-clx"
20098   include:
20099     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20100     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20101   layout:
20102     title: "2n-clx-x710-64b-2t1c-base-ndr"
20103     layout: "plot-throughput"
20104
20105 - type: "plot"
20106   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
20107   algorithm: "plot_perf_box_name"
20108   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
20109   data: "plot-dpdk-throughput-latency-2n-clx"
20110   include:
20111     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20112     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20113   layout:
20114     title: "2n-clx-x710-64b-4t2c-base-ndr"
20115     layout: "plot-throughput"
20116
20117 - type: "plot"
20118   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20119   algorithm: "plot_perf_box_name"
20120   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20121   data: "plot-dpdk-throughput-latency-2n-clx"
20122   include:
20123     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20124     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20125   layout:
20126     title: "2n-clx-x710-64b-2t1c-base-pdr"
20127     layout: "plot-throughput"
20128
20129 - type: "plot"
20130   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20131   algorithm: "plot_perf_box_name"
20132   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20133   data: "plot-dpdk-throughput-latency-2n-clx"
20134   include:
20135     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20136     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20137   layout:
20138     title: "2n-clx-x710-64b-4t2c-base-pdr"
20139     layout: "plot-throughput"
20140
20141 ################################################################################
20142
20143 - type: "plot"
20144   title: "Latency by percentile: 2n-skx"
20145   algorithm: "plot_hdrh_lat_by_percentile"
20146   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
20147   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
20148   target-links: "../../_static/vpp"
20149   data: "plot-vpp-hdrh-lat-2n-skx"
20150   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20151   layout:
20152     layout: "plot-hdrh-latency-by-percentile"
20153
20154 - type: "plot"
20155   title: "Latency by percentile: 2n-skx-nat44"
20156   algorithm: "plot_hdrh_lat_by_percentile"
20157   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
20158   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
20159   target-links: "../../_static/vpp"
20160   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
20161   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20162   layout:
20163     layout: "plot-hdrh-latency-by-percentile"
20164
20165 - type: "plot"
20166   title: "Latency by percentile: 2n-skx-nat44-2"
20167   algorithm: "plot_hdrh_lat_by_percentile"
20168   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
20169   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
20170   target-links: "../../_static/vpp"
20171   data: "plot-vpp-hdrh-lat-2n-skx-nat44-2"
20172   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20173   layout:
20174     layout: "plot-hdrh-latency-by-percentile"
20175
20176 - type: "plot"
20177   title: "Latency by percentile: 3n-skx"
20178   algorithm: "plot_hdrh_lat_by_percentile"
20179   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
20180   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
20181   target-links: "../../_static/vpp"
20182   data: "plot-vpp-hdrh-lat-3n-skx"
20183   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20184   layout:
20185     layout: "plot-hdrh-latency-by-percentile"
20186
20187 - type: "plot"
20188   title: "Latency by percentile: 2n-clx"
20189   algorithm: "plot_hdrh_lat_by_percentile"
20190   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20191   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20192   target-links: "../../_static/vpp"
20193   data: "plot-vpp-hdrh-lat-2n-clx"
20194   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20195   layout:
20196     layout: "plot-hdrh-latency-by-percentile"
20197
20198 - type: "plot"
20199   title: "Latency by percentile: 2n-clx-nat44"
20200   algorithm: "plot_hdrh_lat_by_percentile"
20201   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20202   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20203   target-links: "../../_static/vpp"
20204   data: "plot-vpp-hdrh-lat-2n-clx-nat44"
20205   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20206   layout:
20207     layout: "plot-hdrh-latency-by-percentile"
20208
20209 - type: "plot"
20210   title: "Latency by percentile: 2n-clx-nat44-2"
20211   algorithm: "plot_hdrh_lat_by_percentile"
20212   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20213   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20214   target-links: "../../_static/vpp"
20215   data: "plot-vpp-hdrh-lat-2n-clx-nat44-2"
20216   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20217   layout:
20218     layout: "plot-hdrh-latency-by-percentile"
20219
20220 - type: "plot"
20221   title: "Latency by percentile: 3n-hsw"
20222   algorithm: "plot_hdrh_lat_by_percentile"
20223   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
20224   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
20225   target-links: "../../_static/vpp"
20226   data: "plot-vpp-hdrh-lat-3n-hsw"
20227   filter: "'1T1C' and 'NIC_Intel-XL710'"
20228   layout:
20229     layout: "plot-hdrh-latency-by-percentile"
20230
20231 - type: "plot"
20232   title: "Latency by percentile: 3n-tsh"
20233   algorithm: "plot_hdrh_lat_by_percentile"
20234   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
20235   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
20236   target-links: "../../_static/vpp"
20237   data: "plot-vpp-hdrh-lat-3n-tsh"
20238   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20239   layout:
20240     layout: "plot-hdrh-latency-by-percentile"
20241
20242 - type: "plot"
20243   title: "Latency by percentile: DPDK 2n-skx"
20244   algorithm: "plot_hdrh_lat_by_percentile"
20245   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
20246   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
20247   target-links: "../../_static/dpdk"
20248   data: "plot-dpdk-hdrh-lat-2n-skx"
20249   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20250   layout:
20251     layout: "plot-hdrh-latency-by-percentile"
20252
20253 - type: "plot"
20254   title: "Latency by percentile: DPDK 3n-skx"
20255   algorithm: "plot_hdrh_lat_by_percentile"
20256   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
20257   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
20258   target-links: "../../_static/dpdk"
20259   data: "plot-dpdk-hdrh-lat-3n-skx"
20260   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20261   layout:
20262     layout: "plot-hdrh-latency-by-percentile"
20263
20264 - type: "plot"
20265   title: "Latency by percentile: DPDK 2n-clx"
20266   algorithm: "plot_hdrh_lat_by_percentile"
20267   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
20268   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
20269   target-links: "../../_static/dpdk"
20270   data: "plot-dpdk-hdrh-lat-2n-clx"
20271   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20272   layout:
20273     layout: "plot-hdrh-latency-by-percentile"
20274
20275 - type: "plot"
20276   title: "Latency by percentile: DPDK 3n-hsw"
20277   algorithm: "plot_hdrh_lat_by_percentile"
20278   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
20279   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
20280   target-links: "../../_static/dpdk"
20281   data: "plot-dpdk-hdrh-lat-3n-hsw"
20282   filter: "'1T1C' and 'NIC_Intel-XL710'"
20283   layout:
20284     layout: "plot-hdrh-latency-by-percentile"
20285
20286 - type: "plot"
20287   title: "Latency by percentile: DPDK 3n-tsh"
20288   algorithm: "plot_hdrh_lat_by_percentile"
20289   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
20290   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
20291   target-links: "../../_static/dpdk"
20292   data: "plot-dpdk-hdrh-lat-3n-tsh"
20293   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20294   layout:
20295     layout: "plot-hdrh-latency-by-percentile"