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         - 82  # rls2009 NDRPDR iter NAT44 env 5
266         - 83  # rls2009 NDRPDR iter NAT44 env 5
267
268     plot-vpp-hdrh-lat-2n-skx:
269       csit-vpp-perf-report-iterative-2009-2n-skx:
270         - 35  # rls2009 NDRPDR iter env 5
271
272     plot-vpp-hdrh-lat-2n-skx-nat44:
273       csit-vpp-perf-report-iterative-2009-2n-skx:
274         - 74  # rls2009 NDRPDR iter NAT44 env 5
275
276     plot-vpp-soak-2n-skx:
277       csit-vpp-perf-report-iterative-2009-2n-skx:
278         - 33  # rls2009 soak env 5
279         - 34  # rls2009 soak env 5
280
281     plot-vpp-nfv-2n-skx-ndrpdr:
282       csit-vpp-perf-report-iterative-2009-2n-skx:
283         - 38  # rls2009 nf-density iter env 5
284         - 41  # rls2009 nf-density iter env 5
285         - 45  # rls2009 nf-density iter env 5
286         - 47  # rls2009 nf-density iter env 5
287         - 49  # rls2009 nf-density iter env 5
288         - 63  # rls2009 nf-density iter env 5
289         - 65  # rls2009 nf-density iter env 5
290         - 66  # rls2009 nf-density iter env 5
291         - 71  # rls2009 nf-density iter env 5
292         - 72  # rls2009 nf-density iter env 5
293
294     plot-vpp-nfv-2n-skx-mrr:
295       csit-vpp-perf-report-iterative-2009-2n-skx:
296         - 50  # rls2009 MRR nf-density iter env 5
297
298     plot-vpp-nfv-reconf-2n-skx:
299       csit-vpp-perf-report-iterative-2009-2n-skx:
300         - 27  # rls2009 reconf env 5
301         - 28  # rls2009 reconf env 5
302         - 29  # rls2009 reconf env 5
303         - 30  # rls2009 reconf env 5
304         - 31  # rls2009 reconf env 5
305         - 32  # rls2009 reconf env 5
306         - 61  # rls2009 reconf env 5
307         - 62  # rls2009 reconf env 5
308         - 68  # rls2009 reconf env 5
309         - 70  # rls2009 reconf env 5
310
311     plot-dpdk-throughput-latency-2n-skx:
312       csit-dpdk-perf-report-iterative-2009-2n-skx:
313         - 4   # NDRPDR iter env5
314         - 5   # NDRPDR iter env5
315         - 6   # NDRPDR iter env5
316         - 7   # NDRPDR iter env5
317         - 8   # NDRPDR iter env5
318         - 9   # NDRPDR iter env5
319         - 10  # NDRPDR iter env5
320         - 11  # NDRPDR iter env5
321         - 12  # NDRPDR iter env5
322         - 13  # NDRPDR iter env5
323
324     plot-dpdk-hdrh-lat-2n-skx:
325       csit-dpdk-perf-report-iterative-2009-2n-skx:
326         - 4   # NDRPDR iter env5
327
328     # 2n-clx
329
330     plot-vpp-throughput-lat-tsa-2n-clx:
331       csit-vpp-perf-report-iterative-2009-2n-clx:
332         - 36  # rls2009 NDRPDR iter env 5
333         - 39  # rls2009 NDRPDR iter env 5
334         - 40  # rls2009 NDRPDR iter env 5
335         - 65  # rls2009 NDRPDR iter env 5
336         - 66  # rls2009 NDRPDR iter env 5
337         - 79  # rls2009 NDRPDR iter env 5
338         - 82  # rls2009 NDRPDR iter env 5
339         - 88  # rls2009 NDRPDR iter env 5
340         - 89  # rls2009 NDRPDR iter env 5
341         - 90  # rls2009 NDRPDR iter env 5
342         - 91  # rls2009 NDRPDR iter NAT44 env 5
343         - 92  # rls2009 NDRPDR iter NAT44 env 5
344         - 94  # rls2009 NDRPDR iter NAT44 env 5
345         - 95  # rls2009 NDRPDR iter NAT44 env 5
346         - 96  # rls2009 NDRPDR iter NAT44 env 5
347         - 97  # rls2009 NDRPDR iter NAT44 env 5
348         - 98  # rls2009 NDRPDR iter NAT44 env 5
349         - 99  # rls2009 NDRPDR iter NAT44 env 5
350         - 101 # rls2009 NDRPDR iter NAT44 env 5
351
352     plot-vpp-hdrh-lat-2n-clx:
353       csit-vpp-perf-report-iterative-2009-2n-clx:
354         - 36  # rls2009 NDRPDR iter env 5
355
356     plot-vpp-hdrh-lat-2n-clx-nat44:
357       csit-vpp-perf-report-iterative-2009-2n-clx:
358         - 91  # rls2009 NDRPDR iter NAT44 env 5
359
360     plot-vpp-nfv-2n-clx-ndrpdr:
361       csit-vpp-perf-report-iterative-2009-2n-clx:
362         - 37  # rls2009 nf-density iter env 5
363         - 43  # rls2009 nf-density iter env 5
364         - 69  # rls2009 nf-density iter env 5
365         - 70  # rls2009 nf-density iter env 5
366         - 71  # rls2009 nf-density iter env 5
367         - 72  # rls2009 nf-density iter env 5
368         - 73  # rls2009 nf-density iter env 5
369         - 74  # rls2009 nf-density iter env 5
370         - 75  # rls2009 nf-density iter env 5
371         - 76  # rls2009 nf-density iter env 5
372
373     plot-vpp-nfv-2n-clx-mrr:
374       csit-vpp-perf-report-iterative-2009-2n-clx:
375         - 45  # rls2009 MRR nf-density iter env 5
376
377     plot-vpp-nfv-reconf-2n-clx:
378       csit-vpp-perf-report-iterative-2009-2n-clx:
379         - 25  # rls2009 reconf env 5
380         - 27  # rls2009 reconf env 5
381         - 28  # rls2009 reconf env 5
382         - 29  # rls2009 reconf env 5
383         - 30  # rls2009 reconf env 5
384         - 30  # rls2009 reconf env 5
385         - 32  # rls2009 reconf env 5
386         - 48  # rls2009 reconf env 5
387         - 53  # rls2009 reconf env 5
388         - 68  # rls2009 reconf env 5
389
390     plot-vpp-soak-2n-clx:
391       csit-vpp-perf-report-iterative-2009-2n-clx:
392         - 33  # rls2009 soak env 5
393         - 34  # rls2009 soak env 5
394
395     plot-dpdk-throughput-latency-2n-clx:
396       csit-dpdk-perf-report-iterative-2009-2n-clx:
397         - 4   # NDRPDR iter env5
398         - 5   # NDRPDR iter env5
399         - 6   # NDRPDR iter env5
400         - 7   # NDRPDR iter env5
401         - 8   # NDRPDR iter env5
402         - 9   # NDRPDR iter env5
403         - 10  # NDRPDR iter env5
404         - 11  # NDRPDR iter env5
405         - 12  # NDRPDR iter env5
406         - 13  # NDRPDR iter env5
407
408     plot-dpdk-hdrh-lat-2n-clx:
409       csit-dpdk-perf-report-iterative-2009-2n-clx:
410         - 4   # NDRPDR iter env5
411
412     # 3n-tsh
413
414     plot-vpp-throughput-lat-tsa-3n-tsh:
415       # TODO: Add:
416       csit-vpp-perf-report-iterative-2009-3n-tsh:
417         - 14  # rls2009 NDRPDR iter env 5
418         - 20  # rls2009 NDRPDR iter env 5
419         - 21  # rls2009 NDRPDR iter env 5
420         - 22  # rls2009 NDRPDR iter env 5
421         - 23  # rls2009 NDRPDR iter env 5
422         - 28  # rls2009 NDRPDR iter env 5
423         - 30  # rls2009 NDRPDR iter env 5
424         - 33  # rls2009 NDRPDR iter env 5
425
426     plot-vpp-hdrh-lat-3n-tsh:
427       csit-vpp-perf-report-iterative-2009-3n-tsh:
428         - 14  # rls2009 NDRPDR iter env 5
429
430     plot-dpdk-throughput-latency-3n-tsh:
431       csit-dpdk-perf-report-iterative-2009-3n-tsh:
432         - 1   # NDRPDR iter env5
433         - 2   # NDRPDR iter env5
434         - 3   # NDRPDR iter env5
435         - 4   # NDRPDR iter env5
436         - 5   # NDRPDR iter env5
437         - 6   # NDRPDR iter env5
438         - 7   # NDRPDR iter env5
439         - 9   # NDRPDR iter env5
440         - 10  # NDRPDR iter env5
441         - 11  # NDRPDR iter env5
442
443     plot-dpdk-hdrh-lat-3n-tsh:
444       csit-dpdk-perf-report-iterative-2009-3n-tsh:
445         - 1   # NDRPDR iter env5
446
447     # 3n-dnv
448
449     plot-vpp-throughput-lat-tsa-3n-dnv:
450       csit-vpp-perf-report-iterative-2009-3n-dnv:
451         - 3   # rls2009 NDRPDR iter env 5
452         - 6   # rls2009 NDRPDR iter env 5
453         - 7   # rls2009 NDRPDR iter env 5
454         - 8   # rls2009 NDRPDR iter env 5
455         - 10  # rls2009 NDRPDR iter env 5
456         - 11  # rls2009 NDRPDR iter env 5
457         - 12  # rls2009 NDRPDR iter env 5
458         - 14  # rls2009 NDRPDR iter env 5
459         - 15  # rls2009 NDRPDR iter env 5
460         - 24  # rls2009 NDRPDR iter env 5
461
462 #    plot-dpdk-throughput-latency-3n-dnv:
463 #      # No data
464 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
465
466     # 2n-dnv
467
468     plot-vpp-throughput-lat-tsa-2n-dnv:
469       csit-vpp-perf-report-iterative-2009-2n-dnv:
470         - 3   # rls2009 NDRPDR iter env 5
471         - 5   # rls2009 NDRPDR iter env 5
472         - 6   # rls2009 NDRPDR iter env 5
473         - 7   # rls2009 NDRPDR iter env 5
474         - 9   # rls2009 NDRPDR iter env 5
475         - 10  # rls2009 NDRPDR iter env 5
476         - 11  # rls2009 NDRPDR iter env 5
477         - 12  # rls2009 NDRPDR iter env 5
478         - 14  # rls2009 NDRPDR iter env 5
479         - 15  # rls2009 NDRPDR iter env 5
480
481 #    plot-dpdk-throughput-latency-2n-dnv:
482 #      # No data
483 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
484
485     ###########################################################################
486     # Simple tables (only one data set):
487
488     # NIC Comparisons
489
490     vpp-nic-comparison-3n-skx:
491       csit-vpp-perf-report-iterative-2009-3n-skx:
492         - 26  # rls2009 NDRPDR iter env 5
493         - 27  # rls2009 NDRPDR iter env 5
494         - 28  # rls2009 NDRPDR iter env 5
495         - 29  # rls2009 NDRPDR iter env 5
496         - 35  # rls2009 NDRPDR iter env 5
497         - 36  # rls2009 NDRPDR iter env 5
498         - 37  # rls2009 NDRPDR iter env 5
499         - 38  # rls2009 NDRPDR iter env 5
500         - 39  # rls2009 NDRPDR iter env 5
501         - 40  # rls2009 NDRPDR iter env 5
502
503     vpp-nic-comparison-2n-skx:
504       csit-vpp-perf-report-iterative-2009-2n-skx:
505         - 35  # rls2009 NDRPDR iter env 5
506         - 36  # rls2009 NDRPDR iter env 5
507         - 37  # rls2009 NDRPDR iter env 5
508         - 39  # rls2009 NDRPDR iter env 5
509         - 40  # rls2009 NDRPDR iter env 5
510         - 42  # rls2009 NDRPDR iter env 5
511         - 43  # rls2009 NDRPDR iter env 5
512         - 44  # rls2009 NDRPDR iter env 5
513         - 46  # rls2009 NDRPDR iter env 5
514         - 48  # rls2009 NDRPDR iter env 5
515         - 74  # rls2009 NDRPDR iter NAT44 env 5
516         - 75  # rls2009 NDRPDR iter NAT44 env 5
517         - 76  # rls2009 NDRPDR iter NAT44 env 5
518         - 77  # rls2009 NDRPDR iter NAT44 env 5
519         - 78  # rls2009 NDRPDR iter NAT44 env 5
520         - 79  # rls2009 NDRPDR iter NAT44 env 5
521         - 80  # rls2009 NDRPDR iter NAT44 env 5
522         - 82  # rls2009 NDRPDR iter NAT44 env 5
523         - 83  # rls2009 NDRPDR iter NAT44 env 5
524
525     vpp-nic-comparison-3n-skx-mrr:
526       csit-vpp-perf-report-iterative-2009-3n-skx:
527         - 24  # rls2009 MRR iter env 5
528
529     vpp-nic-comparison-2n-skx-mrr:
530       csit-vpp-perf-report-iterative-2009-2n-skx:
531         - 26  # rls2009 MRR iter env 5
532
533     # Results
534
535     vpp-perf-results-3n-hsw:
536       csit-vpp-perf-report-coverage-2009-3n-hsw:
537         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
538         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
539         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
540         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
541         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
542         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
543         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
544         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
545         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
546         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
547         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
548         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
549         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
550         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
551         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
552         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
553         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
554         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
555         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
556         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
557         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
558         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
559         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
560         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
561         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
562         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
563         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
564         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
565         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
566         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
567         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
568         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
569         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
570         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
571         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
572
573     vpp-perf-results-3n-skx:
574       csit-vpp-perf-report-coverage-2009-3n-skx:
575         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
576         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
577         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
578         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
579         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
580         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
581         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
582         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
583         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
584         - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
585         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
586         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
587         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
588         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
589         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
590         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
591         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
592         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
593         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
594         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
595         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
596         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
597         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
598         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
599         - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
600         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
601         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
602         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
603         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
604         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
605         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
606         - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
607         - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
608         - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
609         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
610         - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
611
612     vpp-perf-results-2n-skx:
613       csit-vpp-perf-report-coverage-2009-2n-skx:
614         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
615         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
616         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
617         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
618         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
619         - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
620         - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
621         - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
622         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
623         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
624         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
625         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
626         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
627         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
628         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
629         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
630         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
631
632     vpp-perf-results-2n-clx:
633       csit-vpp-perf-report-coverage-2009-2n-clx:
634         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
635         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
636         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
637         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
638         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
639         - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
640         - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
641         - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
642         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
643         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
644         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
645         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
646         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
647         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
648         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
649         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
650         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
651
652     vpp-perf-results-3n-tsh:
653       csit-vpp-perf-report-iterative-2009-3n-tsh:
654         - 14  # rls2009 NDRPDR iter env 5
655
656     vpp-perf-results-3n-dnv:
657       csit-vpp-perf-report-coverage-2009-3n-dnv:
658         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
659         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
660         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
661         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
662         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
663         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
664         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
665         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
666         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
667
668     vpp-perf-results-2n-dnv:
669       csit-vpp-perf-report-coverage-2009-2n-dnv:
670         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
671         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
672         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
673         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
674         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
675         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
676
677     vpp-mrr-results-3n-hsw:
678       csit-vpp-perf-report-iterative-2009-3n-hsw:
679         - 23  # rls2009 MRR iter env 5
680
681     vpp-mrr-results-3n-skx:
682       csit-vpp-perf-report-iterative-2009-3n-skx:
683         - 24  # rls2009 MRR iter env 5
684
685     vpp-mrr-results-2n-skx:
686       csit-vpp-perf-report-iterative-2009-2n-skx:
687         - 26  # rls2009 MRR iter env 5
688
689     vpp-mrr-results-2n-clx:
690       csit-vpp-perf-report-iterative-2009-2n-clx:
691         - 78  # rls2009 MRR iter env 5
692
693     vpp-mrr-results-3n-tsh:
694       csit-vpp-perf-report-iterative-2009-3n-tsh:
695         - 15  # rls2009 MRR iter env 5
696
697     vpp-mrr-results-3n-dnv:
698       csit-vpp-perf-report-iterative-2009-3n-dnv:
699         - 22  # rls2009 MRR iter env 5
700
701     vpp-mrr-results-2n-dnv:
702       csit-vpp-perf-report-iterative-2009-2n-dnv:
703         - 13  # rls2009 MRR iter env 5
704
705     vpp-device-results-ubuntu:
706       csit-vpp-device-2009-ubuntu1804-1n-skx:
707         - 131 # rls2009 env 5
708
709     dpdk-perf-results-3n-hsw:
710       csit-dpdk-perf-report-iterative-2009-3n-hsw:
711         - 6   # NDRPDR iter env5
712
713     dpdk-perf-results-3n-skx:
714       csit-dpdk-perf-report-iterative-2009-3n-skx:
715         - 4   # NDRPDR sel env5
716
717     dpdk-perf-results-2n-skx:
718       csit-dpdk-perf-report-iterative-2009-2n-skx:
719         - 4   # NDRPDR iter env5
720
721     dpdk-perf-results-2n-clx:
722       csit-dpdk-perf-report-iterative-2009-2n-clx:
723         - 4   # NDRPDR iter env5
724
725 #    dpdk-perf-results-2n-dnv:
726 #      # No data
727 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
728
729 #    dpdk-perf-results-3n-dnv:
730 #      # No data
731 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
732
733     dpdk-perf-results-3n-tsh:
734       csit-dpdk-perf-report-iterative-2009-3n-tsh:
735         - 1   # NDRPDR iter env5
736
737 ###########################################################################
738     # Tables (more than one data set)
739
740     # Performance changes
741
742     vpp-performance-changes-3n-hsw-h1:
743       csit-vpp-perf-report-iterative-2005-3n-hsw:
744         - 31  # NDRPDR sel 2001.0-4
745         - 32  # NDRPDR sel 2001.0-4
746         - 33  # NDRPDR sel 2001.0-4
747         - 34  # NDRPDR sel 2001.0-4
748         - 35  # NDRPDR sel 2001.0-4
749         - 36  # NDRPDR sel 2001.0-4
750         - 38  # NDRPDR sel 2001.0-4
751     vpp-performance-changes-3n-hsw-ref-env4:
752       csit-vpp-perf-report-iterative-2005-3n-hsw:
753         - 20  # NDRPDR sel env 4
754         - 21  # NDRPDR sel env 4
755         - 22  # NDRPDR sel env 4
756         - 23  # NDRPDR sel env 4
757         - 24  # NDRPDR sel env 4
758         - 25  # NDRPDR sel env 4
759         - 26  # NDRPDR sel env 4
760         - 27  # NDRPDR sel env 4
761         - 28  # NDRPDR sel env 4
762         - 29  # NDRPDR sel env 4
763     vpp-performance-changes-3n-hsw-ref-env5:
764       csit-vpp-perf-report-iterative-2009-3n-hsw:
765         - 9   # rls2005 NDRPDR iter env 5
766         - 10  # rls2005 NDRPDR iter env 5
767         - 11  # rls2005 NDRPDR iter env 5
768         - 12  # rls2005 NDRPDR iter env 5
769         - 13  # rls2005 NDRPDR iter env 5
770         - 14  # rls2005 NDRPDR iter env 5
771         - 15  # rls2005 NDRPDR iter env 5
772         - 16  # rls2005 NDRPDR iter env 5
773         - 17  # rls2005 NDRPDR iter env 5
774         - 19  # rls2005 NDRPDR iter env 5
775     vpp-performance-changes-3n-hsw-cmp:
776       csit-vpp-perf-report-iterative-2009-3n-hsw:
777         - 21  # rls2009 NDRPDR iter env 5
778         - 22  # rls2009 NDRPDR iter env 5
779         - 24  # rls2009 NDRPDR iter env 5
780         - 25  # rls2009 NDRPDR iter env 5
781         - 26  # rls2009 NDRPDR iter env 5
782         - 27  # rls2009 NDRPDR iter env 5
783         - 28  # rls2009 NDRPDR iter env 5
784         - 29  # rls2009 NDRPDR iter env 5
785         - 30  # rls2009 NDRPDR iter env 5
786         - 31  # rls2009 NDRPDR iter env 5
787
788     vpp-performance-changes-3n-skx-h1:
789       csit-vpp-perf-report-iterative-2005-3n-skx:
790         - 50  # NDRPDR sel 2001.0-4
791         - 51  # NDRPDR sel 2001.0-4
792         - 52  # NDRPDR sel 2001.0-4
793         - 53  # NDRPDR sel 2001.0-4
794         - 54  # NDRPDR sel 2001.0-4
795     vpp-performance-changes-3n-skx-ref-env4:
796       csit-vpp-perf-report-iterative-2005-3n-skx:
797         - 42  # NDRPDR sel env 4
798         - 43  # NDRPDR sel env 4
799         - 44  # NDRPDR sel env 4
800         - 45  # NDRPDR sel env 4
801         - 47  # NDRPDR sel env 4
802         - 55  # NDRPDR sel env 4
803         - 56  # NDRPDR sel env 4
804         - 57  # NDRPDR sel env 4
805         - 61  # NDRPDR sel env 4
806         - 62  # NDRPDR sel env 4
807     vpp-performance-changes-3n-skx-ref-env5:
808       csit-vpp-perf-report-iterative-2009-3n-skx:
809         - 13  # rls2005 NDRPDR iter env 5
810         - 18  # rls2005 NDRPDR iter env 5
811         - 19  # rls2005 NDRPDR iter env 5
812         - 41  # rls2005 NDRPDR iter env 5
813         - 43  # rls2005 NDRPDR iter env 5
814         - 44  # rls2005 NDRPDR iter env 5
815         - 45  # rls2005 NDRPDR iter env 5
816         - 46  # rls2005 NDRPDR iter env 5
817         - 48  # rls2005 NDRPDR iter env 5
818         - 49  # rls2005 NDRPDR iter env 5
819     vpp-performance-changes-3n-skx-cmp:
820       csit-vpp-perf-report-iterative-2009-3n-skx:
821         - 26  # rls2009 NDRPDR iter env 5
822         - 27  # rls2009 NDRPDR iter env 5
823         - 28  # rls2009 NDRPDR iter env 5
824         - 29  # rls2009 NDRPDR iter env 5
825         - 35  # rls2009 NDRPDR iter env 5
826         - 36  # rls2009 NDRPDR iter env 5
827         - 37  # rls2009 NDRPDR iter env 5
828         - 38  # rls2009 NDRPDR iter env 5
829         - 39  # rls2009 NDRPDR iter env 5
830         - 40  # rls2009 NDRPDR iter env 5
831
832     vpp-performance-changes-2n-skx-h1:
833       csit-vpp-perf-report-iterative-2005-2n-skx:
834         - 100 # NDRPDR sel 2001.0-4
835         - 101 # NDRPDR sel 2001.0-4
836         - 102 # NDRPDR sel 2001.0-4
837         - 103 # NDRPDR sel 2001.0-4
838         - 104 # NDRPDR sel 2001.0-4
839         - 105 # NDRPDR sel 2001.0-4
840     vpp-performance-changes-2n-skx-ref-env4:
841       csit-vpp-perf-report-iterative-2005-2n-skx:
842         - 88  # NDRPDR sel env 4
843         - 89  # NDRPDR sel env 4
844         - 90  # NDRPDR sel env 4
845         - 91  # NDRPDR sel env 4
846         - 92  # NDRPDR sel env 4
847         - 93  # NDRPDR sel env 4
848         - 94  # NDRPDR sel env 4
849         - 125 # NDRPDR sel env 4
850         - 126 # NDRPDR sel env 4
851         - 127 # NDRPDR sel env 4
852     vpp-performance-changes-2n-skx-ref-env5:
853       csit-vpp-perf-report-iterative-2009-2n-skx:
854         - 13  # rls2005 NDRPDR iter env 5
855         - 16  # rls2005 NDRPDR iter env 5
856         - 17  # rls2005 NDRPDR iter env 5
857         - 18  # rls2005 NDRPDR iter env 5
858         - 19  # rls2005 NDRPDR iter env 5
859         - 21  # rls2005 NDRPDR iter env 5
860         - 22  # rls2005 NDRPDR iter env 5
861         - 23  # rls2005 NDRPDR iter env 5
862         - 24  # rls2005 NDRPDR iter env 5
863         - 25  # rls2005 NDRPDR iter env 5
864     vpp-performance-changes-2n-skx-cmp:
865       csit-vpp-perf-report-iterative-2009-2n-skx:
866         - 35  # rls2009 NDRPDR iter env 5
867         - 36  # rls2009 NDRPDR iter env 5
868         - 37  # rls2009 NDRPDR iter env 5
869         - 39  # rls2009 NDRPDR iter env 5
870         - 40  # rls2009 NDRPDR iter env 5
871         - 42  # rls2009 NDRPDR iter env 5
872         - 43  # rls2009 NDRPDR iter env 5
873         - 44  # rls2009 NDRPDR iter env 5
874         - 46  # rls2009 NDRPDR iter env 5
875         - 48  # rls2009 NDRPDR iter env 5
876         - 74  # rls2009 NDRPDR iter NAT44 env 5
877         - 75  # rls2009 NDRPDR iter NAT44 env 5
878         - 76  # rls2009 NDRPDR iter NAT44 env 5
879         - 77  # rls2009 NDRPDR iter NAT44 env 5
880         - 78  # rls2009 NDRPDR iter NAT44 env 5
881         - 79  # rls2009 NDRPDR iter NAT44 env 5
882         - 80  # rls2009 NDRPDR iter NAT44 env 5
883         - 82  # rls2009 NDRPDR iter NAT44 env 5
884         - 83  # rls2009 NDRPDR iter NAT44 env 5
885
886     vpp-performance-changes-2n-clx-h1:
887       csit-vpp-perf-report-iterative-2005-2n-clx:
888         - 73  # NDRPDR sel 2001.0-4
889         - 74  # NDRPDR sel 2001.0-4
890         - 75  # NDRPDR sel 2001.0-4
891         - 76  # NDRPDR sel 2001.0-4
892         - 77  # NDRPDR sel 2001.0-4
893         - 78  # NDRPDR sel 2001.0-4
894         - 79  # NDRPDR sel 2001.0-4
895         - 80  # NDRPDR sel 2001.0-4
896     vpp-performance-changes-2n-clx-ref-env4:
897       csit-vpp-perf-report-iterative-2005-2n-clx:
898         - 62  # NDRPDR sel env 4
899         - 63  # NDRPDR sel env 4
900         - 64  # NDRPDR sel env 4
901         - 65  # NDRPDR sel env 4
902         - 66  # NDRPDR sel env 4
903         - 68  # NDRPDR sel env 4
904         - 69  # NDRPDR sel env 4
905         - 70  # NDRPDR sel env 4
906         - 103 # NDRPDR sel env 4
907         - 104 # NDRPDR sel env 4
908     vpp-performance-changes-2n-clx-ref-env5:
909       csit-vpp-perf-report-iterative-2009-2n-clx:
910         - 13  # rls2005 NDRPDR iter env 5
911         - 15  # rls2005 NDRPDR iter env 5
912         - 17  # rls2005 NDRPDR iter env 5
913         - 18  # rls2005 NDRPDR iter env 5
914         - 19  # rls2005 NDRPDR iter env 5
915         - 20  # rls2005 NDRPDR iter env 5
916         - 21  # rls2005 NDRPDR iter env 5
917         - 22  # rls2005 NDRPDR iter env 5
918         - 23  # rls2005 NDRPDR iter env 5
919         - 24  # rls2005 NDRPDR iter env 5
920     vpp-performance-changes-2n-clx-cmp:
921       csit-vpp-perf-report-iterative-2009-2n-clx:
922         - 36  # rls2009 NDRPDR iter env 5
923         - 39  # rls2009 NDRPDR iter env 5
924         - 40  # rls2009 NDRPDR iter env 5
925         - 65  # rls2009 NDRPDR iter env 5
926         - 66  # rls2009 NDRPDR iter env 5
927         - 79  # rls2009 NDRPDR iter env 5
928         - 82  # rls2009 NDRPDR iter env 5
929         - 88  # rls2009 NDRPDR iter env 5
930         - 89  # rls2009 NDRPDR iter env 5
931         - 90  # rls2009 NDRPDR iter env 5
932         - 91  # rls2009 NDRPDR iter NAT44 env 5
933         - 92  # rls2009 NDRPDR iter NAT44 env 5
934         - 94  # rls2009 NDRPDR iter NAT44 env 5
935         - 95  # rls2009 NDRPDR iter NAT44 env 5
936         - 96  # rls2009 NDRPDR iter NAT44 env 5
937         - 97  # rls2009 NDRPDR iter NAT44 env 5
938         - 98  # rls2009 NDRPDR iter NAT44 env 5
939         - 99  # rls2009 NDRPDR iter NAT44 env 5
940         - 101 # rls2009 NDRPDR iter NAT44 env 5
941
942     vpp-performance-changes-2n-dnv-h1:
943       csit-vpp-perf-verify-2001-2n-dnv:
944         - 4   # NDRPDR sel
945         - 5   # NDRPDR sel
946         - 6   # NDRPDR sel
947         - 7   # NDRPDR sel
948         - 8   # NDRPDR sel
949         - 9   # NDRPDR sel
950         - 10  # NDRPDR sel
951         - 11  # NDRPDR sel
952         - 13  # NDRPDR sel
953         - 16  # NDRPDR sel
954     vpp-performance-changes-2n-dnv-ref:
955       csit-vpp-perf-report-iterative-2009-2n-dnv:
956         - 16  # rls2005 NDRPDR iter env 5
957         - 17  # rls2005 NDRPDR iter env 5
958         - 18  # rls2005 NDRPDR iter env 5
959         - 19  # rls2005 NDRPDR iter env 5
960         - 21  # rls2005 NDRPDR iter env 5
961         - 24  # rls2005 NDRPDR iter env 5
962         - 27  # rls2005 NDRPDR iter env 5
963         - 28  # rls2005 NDRPDR iter env 5
964         - 29  # rls2005 NDRPDR iter env 5
965         - 30  # rls2005 NDRPDR iter env 5
966     vpp-performance-changes-2n-dnv-cmp:
967       csit-vpp-perf-report-iterative-2009-2n-dnv:
968         - 3   # rls2009 NDRPDR iter env 5
969         - 5   # rls2009 NDRPDR iter env 5
970         - 6   # rls2009 NDRPDR iter env 5
971         - 7   # rls2009 NDRPDR iter env 5
972         - 9   # rls2009 NDRPDR iter env 5
973         - 10  # rls2009 NDRPDR iter env 5
974         - 11  # rls2009 NDRPDR iter env 5
975         - 12  # rls2009 NDRPDR iter env 5
976         - 14  # rls2009 NDRPDR iter env 5
977         - 15  # rls2009 NDRPDR iter env 5
978
979     vpp-performance-changes-3n-dnv-h1:
980       csit-vpp-perf-verify-2001-3n-dnv:
981         - 5   # NDRPDR sel
982         - 6   # NDRPDR sel
983         - 7   # NDRPDR sel
984         - 8   # NDRPDR sel
985         - 9   # NDRPDR sel
986         - 10  # NDRPDR sel
987         - 12  # NDRPDR sel
988         - 16  # NDRPDR sel
989         - 17  # NDRPDR sel
990         - 18  # NDRPDR sel
991     vpp-performance-changes-3n-dnv-ref:
992       csit-vpp-perf-report-iterative-2009-3n-dnv:
993         - 16  # rls2005 NDRPDR iter env 5
994         - 23  # rls2005 NDRPDR iter env 5
995         - 25  # rls2005 NDRPDR iter env 5
996         - 26  # rls2005 NDRPDR iter env 5
997         - 27  # rls2005 NDRPDR iter env 5
998         - 28  # rls2005 NDRPDR iter env 5
999         - 29  # rls2005 NDRPDR iter env 5
1000         - 30  # rls2005 NDRPDR iter env 5
1001         - 31  # rls2005 NDRPDR iter env 5
1002         - 32  # rls2005 NDRPDR iter env 5
1003     vpp-performance-changes-3n-dnv-cmp:
1004       csit-vpp-perf-report-iterative-2009-3n-dnv:
1005         - 3   # rls2009 NDRPDR iter env 5
1006         - 6   # rls2009 NDRPDR iter env 5
1007         - 7   # rls2009 NDRPDR iter env 5
1008         - 8   # rls2009 NDRPDR iter env 5
1009         - 10  # rls2009 NDRPDR iter env 5
1010         - 11  # rls2009 NDRPDR iter env 5
1011         - 12  # rls2009 NDRPDR iter env 5
1012         - 14  # rls2009 NDRPDR iter env 5
1013         - 15  # rls2009 NDRPDR iter env 5
1014         - 24  # rls2009 NDRPDR iter env 5
1015
1016     vpp-performance-changes-3n-tsh-h1:
1017       csit-vpp-perf-report-iterative-2005-3n-tsh:
1018         - 28  # NDRPDR sel 2001.0-4
1019         - 29  # NDRPDR sel 2001.0-4
1020         - 31  # NDRPDR sel 2001.0-4
1021     vpp-performance-changes-3n-tsh-ref-env4:
1022       csit-vpp-perf-report-iterative-2005-3n-tsh:
1023         - 23  # NDRPDR sel env 4
1024         - 25  # NDRPDR sel env 4
1025         - 33  # NDRPDR sel env 4
1026         - 34  # NDRPDR sel env 4
1027         - 35  # NDRPDR sel env 4
1028         - 36  # NDRPDR sel env 4
1029         - 37  # NDRPDR sel env 4
1030         - 38  # NDRPDR sel env 4
1031         - 39  # NDRPDR sel env 4
1032         - 40  # NDRPDR sel env 4
1033     vpp-performance-changes-3n-tsh-ref-env5:
1034       csit-vpp-perf-report-iterative-2009-3n-tsh:
1035         - 8   # rls2005 NDRPDR iter env 5
1036         - 11  # rls2005 NDRPDR iter env 5
1037         - 12  # rls2005 NDRPDR iter env 5
1038         - 24  # rls2005 NDRPDR iter env 5
1039         - 27  # rls2005 NDRPDR iter env 5
1040         - 29  # rls2005 NDRPDR iter env 5
1041         - 31  # rls2005 NDRPDR iter env 5
1042     vpp-performance-changes-3n-tsh-cmp:
1043       # TODO: Add:
1044       csit-vpp-perf-report-iterative-2009-3n-tsh:
1045         - 14  # rls2009 NDRPDR iter env 5
1046         - 20  # rls2009 NDRPDR iter env 5
1047         - 21  # rls2009 NDRPDR iter env 5
1048         - 22  # rls2009 NDRPDR iter env 5
1049         - 23  # rls2009 NDRPDR iter env 5
1050         - 28  # rls2009 NDRPDR iter env 5
1051         - 30  # rls2009 NDRPDR iter env 5
1052         - 33  # rls2009 NDRPDR iter env 5
1053
1054     vpp-soak-vs-ndr-2n-skx-ref:
1055       csit-vpp-perf-report-iterative-2009-2n-skx:
1056         - 35  # rls2009 NDRPDR iter env 5
1057         - 36  # rls2009 NDRPDR iter env 5
1058         - 37  # rls2009 NDRPDR iter env 5
1059         - 39  # rls2009 NDRPDR iter env 5
1060         - 40  # rls2009 NDRPDR iter env 5
1061         - 42  # rls2009 NDRPDR iter env 5
1062         - 43  # rls2009 NDRPDR iter env 5
1063         - 44  # rls2009 NDRPDR iter env 5
1064         - 46  # rls2009 NDRPDR iter env 5
1065         - 48  # rls2009 NDRPDR iter env 5
1066     vpp-soak-vs-ndr-2n-skx-cmp:
1067       csit-vpp-perf-report-iterative-2009-2n-skx:
1068         - 33  # rls2009 soak env 5
1069         - 34  # rls2009 soak env 5
1070     vpp-soak-vs-ndr-2n-skx:
1071       csit-vpp-perf-report-iterative-2009-2n-skx:
1072         - 35  # rls2009 NDRPDR iter env 5
1073         - 36  # rls2009 NDRPDR iter env 5
1074         - 37  # rls2009 NDRPDR iter env 5
1075         - 39  # rls2009 NDRPDR iter env 5
1076         - 40  # rls2009 NDRPDR iter env 5
1077         - 42  # rls2009 NDRPDR iter env 5
1078         - 43  # rls2009 NDRPDR iter env 5
1079         - 44  # rls2009 NDRPDR iter env 5
1080         - 46  # rls2009 NDRPDR iter env 5
1081         - 48  # rls2009 NDRPDR iter env 5
1082         - 33  # rls2009 soak env 5
1083         - 34  # rls2009 soak env 5
1084
1085     vpp-soak-vs-ndr-2n-clx-ref:
1086       csit-vpp-perf-report-iterative-2009-2n-clx:
1087         - 36  # rls2009 NDRPDR iter env 5
1088         - 39  # rls2009 NDRPDR iter env 5
1089         - 40  # rls2009 NDRPDR iter env 5
1090         - 65  # rls2009 NDRPDR iter env 5
1091         - 66  # rls2009 NDRPDR iter env 5
1092         - 79  # rls2009 NDRPDR iter env 5
1093         - 82  # rls2009 NDRPDR iter env 5
1094         - 88  # rls2009 NDRPDR iter env 5
1095         - 89  # rls2009 NDRPDR iter env 5
1096         - 90  # rls2009 NDRPDR iter env 5
1097     vpp-soak-vs-ndr-2n-clx-cmp:
1098       csit-vpp-perf-report-iterative-2009-2n-clx:
1099         - 33  # rls2009 soak env 5
1100         - 34  # rls2009 soak env 5
1101     vpp-soak-vs-ndr-2n-clx:
1102       csit-vpp-perf-report-iterative-2009-2n-clx:
1103         - 36  # rls2009 NDRPDR iter env 5
1104         - 39  # rls2009 NDRPDR iter env 5
1105         - 40  # rls2009 NDRPDR iter env 5
1106         - 65  # rls2009 NDRPDR iter env 5
1107         - 66  # rls2009 NDRPDR iter env 5
1108         - 79  # rls2009 NDRPDR iter env 5
1109         - 82  # rls2009 NDRPDR iter env 5
1110         - 88  # rls2009 NDRPDR iter env 5
1111         - 89  # rls2009 NDRPDR iter env 5
1112         - 90  # rls2009 NDRPDR iter env 5
1113         - 33  # rls2009 soak env 5
1114         - 34  # rls2009 soak env 5
1115
1116     vpp-performance-changes-3n-hsw-mrr-h1:
1117       csit-vpp-perf-verify-2001-3n-hsw:
1118         - 17  # MRR sel
1119     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1120       csit-vpp-perf-report-iterative-2005-3n-hsw:
1121         - 30  # MRR env 4
1122     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1123       csit-vpp-perf-report-iterative-2009-3n-hsw:
1124         - 18  # rls2005 MRR iter env 5
1125     vpp-performance-changes-3n-hsw-mrr-cmp:
1126       csit-vpp-perf-report-iterative-2009-3n-hsw:
1127         - 23  # rls2009 MRR iter env 5
1128
1129     vpp-performance-changes-3n-skx-mrr-h1:
1130       csit-vpp-perf-verify-2001-3n-skx:
1131         - 50  # MRR sel
1132         - 53  # MRR sel addition
1133     vpp-performance-changes-3n-skx-mrr-ref-env4:
1134       csit-vpp-perf-report-iterative-2005-3n-skx:
1135         - 49  # MRR sel env 4
1136     vpp-performance-changes-3n-skx-mrr-ref-env5:
1137       csit-vpp-perf-report-iterative-2009-3n-skx:
1138         - 17  # rls2005 MRR iter env 5
1139     vpp-performance-changes-3n-skx-mrr-cmp:
1140       csit-vpp-perf-report-iterative-2009-3n-skx:
1141         - 24  # rls2009 MRR iter env 5
1142
1143     vpp-performance-changes-2n-skx-mrr-h1:
1144       csit-vpp-perf-verify-2001-2n-skx:
1145         - 101 # MRR sel
1146         - 128 # MRR sel addition
1147     vpp-performance-changes-2n-skx-mrr-ref-env4:
1148       csit-vpp-perf-report-iterative-2005-2n-skx:
1149         - 99  # MRR sel env 4
1150     vpp-performance-changes-2n-skx-mrr-ref-env5:
1151       csit-vpp-perf-report-iterative-2009-2n-skx:
1152         - 20  # rls2005 MRR iter env 5
1153     vpp-performance-changes-2n-skx-mrr-cmp:
1154       csit-vpp-perf-report-iterative-2009-2n-skx:
1155         - 26  # rls2009 MRR iter env 5
1156
1157     vpp-performance-changes-2n-clx-mrr-h1:
1158       csit-vpp-perf-verify-2001-2n-clx:
1159         - 39  # MRR
1160     vpp-performance-changes-2n-clx-mrr-ref-env4:
1161       csit-vpp-perf-report-iterative-2005-2n-clx:
1162         - 72   # MRR sel env 4
1163     vpp-performance-changes-2n-clx-mrr-ref-env5:
1164       csit-vpp-perf-report-iterative-2009-2n-clx:
1165         - 77  # rls2005 MRR iter env 5
1166     vpp-performance-changes-2n-clx-mrr-cmp:
1167       csit-vpp-perf-report-iterative-2009-2n-clx:
1168         - 78  # rls2009 MRR iter env 5
1169
1170     vpp-performance-changes-2n-dnv-mrr-h1:
1171       csit-vpp-perf-verify-2001-2n-dnv:
1172         - 12  # MRR sel
1173     vpp-performance-changes-2n-dnv-mrr-ref:
1174       csit-vpp-perf-report-iterative-2009-2n-dnv:
1175         - 23  # rls2005 MRR iter env 5
1176     vpp-performance-changes-2n-dnv-mrr-cmp:
1177       csit-vpp-perf-report-iterative-2009-2n-dnv:
1178         - 13  # rls2009 MRR iter env 5
1179
1180     vpp-performance-changes-3n-dnv-mrr-h1:
1181       csit-vpp-perf-verify-2001-3n-dnv:
1182         - 11  # MRR sel
1183     vpp-performance-changes-3n-dnv-mrr-ref:
1184       csit-vpp-perf-report-iterative-2009-3n-dnv:
1185         - 19  # rls2005 MRR iter env 5
1186     vpp-performance-changes-3n-dnv-mrr-cmp:
1187       csit-vpp-perf-report-iterative-2009-3n-dnv:
1188         - 22  # rls2009 MRR iter env 5
1189
1190     vpp-performance-changes-3n-tsh-mrr-h1:
1191       csit-vpp-perf-verify-2001-3n-tsh:
1192         - 9   # MRR sel
1193     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1194       csit-vpp-perf-report-iterative-2005-3n-tsh:
1195         - 27  # MRR sel env 4
1196     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1197       csit-vpp-perf-report-iterative-2009-3n-tsh:
1198         - 13  # rls2005 MRR iter env 5
1199     vpp-performance-changes-3n-tsh-mrr-cmp:
1200       csit-vpp-perf-report-iterative-2009-3n-tsh:
1201         - 15  # rls2009 MRR iter env 5
1202
1203     dpdk-performance-changes-3n-hsw-h1:
1204       csit-dpdk-perf-verify-2001-3n-hsw:
1205         - 4   # NDRPDR sel
1206         - 5   # NDRPDR sel
1207         - 6   # NDRPDR sel
1208         - 7   # NDRPDR sel
1209         - 8   # NDRPDR sel
1210         - 9   # NDRPDR sel
1211         - 10  # NDRPDR sel
1212         - 11  # NDRPDR sel
1213         - 12  # NDRPDR sel
1214         - 13  # NDRPDR sel
1215         - 15  # NDRPDR sel
1216         - 16  # NDRPDR sel
1217         - 17  # NDRPDR sel
1218         - 18  # NDRPDR sel
1219         - 19  # NDRPDR sel
1220         - 20  # NDRPDR sel
1221         - 21  # NDRPDR sel
1222         - 22  # NDRPDR sel
1223         - 23  # NDRPDR sel
1224         - 24  # NDRPDR sel
1225     dpdk-performance-changes-3n-hsw-ref:
1226       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1227         - 25  # NDRPDR iter
1228         - 26  # NDRPDR iter
1229         - 27  # NDRPDR iter
1230         - 28  # NDRPDR iter
1231         - 29  # NDRPDR iter
1232         - 30  # NDRPDR iter
1233         - 31  # NDRPDR iter
1234         - 32  # NDRPDR iter
1235         - 33  # NDRPDR iter
1236         - 34  # NDRPDR iter
1237     dpdk-performance-changes-3n-hsw-cmp:
1238       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1239         - 6   # NDRPDR iter env5
1240         - 7   # NDRPDR iter env5
1241         - 8   # NDRPDR iter env5
1242         - 9   # NDRPDR iter env5
1243         - 10  # NDRPDR iter env5
1244         - 11  # NDRPDR iter env5
1245         - 12  # NDRPDR iter env5
1246         - 13  # NDRPDR iter env5
1247         - 14  # NDRPDR iter env5
1248         - 15  # NDRPDR iter env5
1249
1250     dpdk-performance-changes-3n-skx-h1:
1251       csit-dpdk-perf-verify-2001-3n-skx:
1252         - 29  # NDRPDR sel xxv710
1253         - 33  # NDRPDR sel xxv710
1254         - 34  # NDRPDR sel xxv710
1255         - 35  # NDRPDR sel xxv710
1256         - 36  # NDRPDR sel xxv710
1257         - 37  # NDRPDR sel xxv710
1258         - 41  # NDRPDR sel xxv710
1259         - 42  # NDRPDR sel xxv710
1260         - 43  # NDRPDR sel xxv710
1261         - 45  # NDRPDR sel xxv710
1262         - 30  # NDRPDR sel x710
1263         - 31  # NDRPDR sel x710
1264         - 32  # NDRPDR sel x710
1265         - 38  # NDRPDR sel x710
1266         - 39  # NDRPDR sel x710
1267         - 40  # NDRPDR sel x710
1268         - 44  # NDRPDR sel x710
1269         - 46  # NDRPDR sel x710
1270         - 47  # NDRPDR sel x710
1271         - 48  # NDRPDR sel x710
1272     dpdk-performance-changes-3n-skx-ref:
1273       csit-dpdk-perf-report-iterative-2005-3n-skx:
1274         - 28  # NDRPDR iter
1275         - 29  # NDRPDR iter
1276         - 30  # NDRPDR iter
1277         - 31  # NDRPDR iter
1278         - 32  # NDRPDR iter
1279         - 33  # NDRPDR iter
1280         - 34  # NDRPDR iter
1281         - 35  # NDRPDR iter
1282         - 36  # NDRPDR iter
1283         - 37  # NDRPDR iter
1284     dpdk-performance-changes-3n-skx-cmp:
1285       csit-dpdk-perf-report-iterative-2009-3n-skx:
1286         - 4   # NDRPDR sel env5
1287         - 5   # NDRPDR sel env5
1288         - 6   # NDRPDR sel env5
1289         - 7   # NDRPDR sel env5
1290         - 8   # NDRPDR sel env5
1291         - 9   # NDRPDR sel env5
1292         - 14  # NDRPDR sel env5
1293         - 11  # NDRPDR sel env5
1294         - 12  # NDRPDR sel env5
1295         - 13  # NDRPDR sel env5
1296
1297     dpdk-performance-changes-2n-skx-h1:
1298       csit-dpdk-perf-verify-2001-2n-skx:
1299         - 35  # NDRPDR sel xxv710
1300         - 36  # NDRPDR sel xxv710
1301         - 37  # NDRPDR sel xxv710
1302         - 41  # NDRPDR sel xxv710
1303         - 42  # NDRPDR sel xxv710
1304         - 43  # NDRPDR sel xxv710
1305         - 46  # NDRPDR sel xxv710
1306         - 47  # NDRPDR sel xxv710
1307         - 52  # NDRPDR sel xxv710
1308         - 53  # NDRPDR sel xxv710
1309         - 38  # NDRPDR sel x710
1310         - 39  # NDRPDR sel x710
1311         - 40  # NDRPDR sel x710
1312         - 44  # NDRPDR sel x710
1313         - 45  # NDRPDR sel x710
1314         - 48  # NDRPDR sel x710
1315         - 49  # NDRPDR sel x710
1316         - 50  # NDRPDR sel x710
1317         - 51  # NDRPDR sel x710
1318         - 54  # NDRPDR sel x710
1319     dpdk-performance-changes-2n-skx-ref:
1320       csit-dpdk-perf-report-iterative-2005-2n-skx:
1321         - 20  # NDRPDR iter
1322         - 21  # NDRPDR iter
1323         - 22  # NDRPDR iter
1324         - 23  # NDRPDR iter
1325         - 24  # NDRPDR iter
1326         - 25  # NDRPDR iter
1327         - 26  # NDRPDR iter
1328         - 27  # NDRPDR iter
1329         - 28  # NDRPDR iter
1330         - 29  # NDRPDR iter
1331     dpdk-performance-changes-2n-skx-cmp:
1332       csit-dpdk-perf-report-iterative-2009-2n-skx:
1333         - 4   # NDRPDR iter env5
1334         - 5   # NDRPDR iter env5
1335         - 6   # NDRPDR iter env5
1336         - 7   # NDRPDR iter env5
1337         - 8   # NDRPDR iter env5
1338         - 9   # NDRPDR iter env5
1339         - 10  # NDRPDR iter env5
1340         - 11  # NDRPDR iter env5
1341         - 12  # NDRPDR iter env5
1342         - 13  # NDRPDR iter env5
1343
1344     dpdk-performance-changes-2n-clx-h1:
1345       csit-dpdk-perf-verify-2001-2n-clx:
1346         - 15  # NDRPDR sel
1347         - 16  # NDRPDR sel
1348         - 17  # NDRPDR sel
1349         - 18  # NDRPDR sel
1350         - 19  # NDRPDR sel
1351         - 20  # NDRPDR sel
1352         - 21  # NDRPDR sel
1353         - 22  # NDRPDR sel
1354         - 23  # NDRPDR sel
1355         - 24  # NDRPDR sel
1356         - 25  # NDRPDR sel
1357         - 26  # NDRPDR sel
1358         - 27  # NDRPDR sel
1359         - 28  # NDRPDR sel
1360         - 29  # NDRPDR sel
1361         - 30  # NDRPDR sel
1362         - 31  # NDRPDR sel
1363         - 32  # NDRPDR sel
1364         - 33  # NDRPDR sel
1365         - 34  # NDRPDR sel
1366     dpdk-performance-changes-2n-clx-ref:
1367       csit-dpdk-perf-report-iterative-2005-2n-clx:
1368         - 20  # NDRPDR iter
1369         - 21  # NDRPDR iter
1370         - 22  # NDRPDR iter
1371         - 23  # NDRPDR iter
1372         - 24  # NDRPDR iter
1373         - 25  # NDRPDR iter
1374         - 26  # NDRPDR iter
1375         - 27  # NDRPDR iter
1376         - 28  # NDRPDR iter
1377         - 29  # NDRPDR iter
1378     dpdk-performance-changes-2n-clx-cmp:
1379       csit-dpdk-perf-report-iterative-2009-2n-clx:
1380         - 4   # NDRPDR iter env5
1381         - 5   # NDRPDR iter env5
1382         - 6   # NDRPDR iter env5
1383         - 7   # NDRPDR iter env5
1384         - 8   # NDRPDR iter env5
1385         - 9   # NDRPDR iter env5
1386         - 10  # NDRPDR iter env5
1387         - 11  # NDRPDR iter env5
1388         - 12  # NDRPDR iter env5
1389         - 13  # NDRPDR iter env5
1390
1391 #    dpdk-performance-changes-2n-dnv-h1:
1392 #      csit-dpdk-perf-verify-2001-2n-dnv:
1393 #        - 9   # NDRPDR sel
1394 #        - 10  # NDRPDR sel
1395 #        - 11  # NDRPDR sel
1396 #        - 12  # NDRPDR sel
1397 #        - 13  # NDRPDR sel
1398 #        - 14  # NDRPDR sel
1399 #        - 15  # NDRPDR sel
1400 #        - 16  # NDRPDR sel
1401 #        - 17  # NDRPDR sel
1402 #        - 18  # NDRPDR sel
1403 #    dpdk-performance-changes-2n-dnv-ref:
1404 #      # No data
1405 #    dpdk-performance-changes-2n-dnv-cmp:
1406 #      # No data
1407 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1408
1409 #    dpdk-performance-changes-3n-dnv-h1:
1410 #      csit-dpdk-perf-verify-2001-3n-dnv:
1411 #        - 12  # NDRPDR sel
1412 #        - 13  # NDRPDR sel
1413 #        - 14  # NDRPDR sel
1414 #        - 15  # NDRPDR sel
1415 #        - 16  # NDRPDR sel
1416 #        - 17  # NDRPDR sel
1417 #        - 18  # NDRPDR sel
1418 #        - 19  # NDRPDR sel
1419 #        - 20  # NDRPDR sel
1420 #        - 22  # NDRPDR sel
1421 #    dpdk-performance-changes-3n-dnv-ref:
1422 #      # No data
1423 #    dpdk-performance-changes-3n-dnv-cmp:
1424 #      # No data
1425 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1426
1427     dpdk-performance-changes-3n-tsh-h1:
1428       csit-dpdk-perf-verify-2001-3n-tsh:
1429         - 3   # NDRPDR sel
1430         - 4   # NDRPDR sel
1431         - 5   # NDRPDR sel
1432         - 9   # NDRPDR sel
1433         - 10  # NDRPDR sel
1434         - 11  # NDRPDR sel
1435         - 12  # NDRPDR sel
1436         - 14  # NDRPDR sel
1437         - 15  # NDRPDR sel
1438         - 18  # NDRPDR sel
1439     dpdk-performance-changes-3n-tsh-ref:
1440       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1441         - 5   # NDRPDR sel
1442     dpdk-performance-changes-3n-tsh-cmp:
1443       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1444         - 1   # NDRPDR iter env5
1445         - 2   # NDRPDR iter env5
1446         - 3   # NDRPDR iter env5
1447         - 4   # NDRPDR iter env5
1448         - 5   # NDRPDR iter env5
1449         - 6   # NDRPDR iter env5
1450         - 7   # NDRPDR iter env5
1451         - 9   # NDRPDR iter env5
1452         - 10  # NDRPDR iter env5
1453         - 11  # NDRPDR iter env5
1454
1455     # Compare testbeds
1456
1457     vpp-compare-testbeds-ref:
1458       csit-vpp-perf-report-iterative-2009-3n-hsw:
1459         - 21  # rls2009 NDRPDR iter env 5
1460         - 22  # rls2009 NDRPDR iter env 5
1461         - 24  # rls2009 NDRPDR iter env 5
1462         - 25  # rls2009 NDRPDR iter env 5
1463         - 26  # rls2009 NDRPDR iter env 5
1464         - 27  # rls2009 NDRPDR iter env 5
1465         - 28  # rls2009 NDRPDR iter env 5
1466         - 29  # rls2009 NDRPDR iter env 5
1467         - 30  # rls2009 NDRPDR iter env 5
1468         - 31  # rls2009 NDRPDR iter env 5
1469     vpp-compare-testbeds-cmp:
1470       csit-vpp-perf-report-iterative-2009-3n-skx:
1471         - 26  # rls2009 NDRPDR iter env 5
1472         - 27  # rls2009 NDRPDR iter env 5
1473         - 28  # rls2009 NDRPDR iter env 5
1474         - 29  # rls2009 NDRPDR iter env 5
1475         - 35  # rls2009 NDRPDR iter env 5
1476         - 36  # rls2009 NDRPDR iter env 5
1477         - 37  # rls2009 NDRPDR iter env 5
1478         - 38  # rls2009 NDRPDR iter env 5
1479         - 39  # rls2009 NDRPDR iter env 5
1480         - 40  # rls2009 NDRPDR iter env 5
1481
1482     vpp-compare-testbeds-skx-clx-ref:
1483       csit-vpp-perf-report-iterative-2009-2n-skx:
1484         - 35  # rls2009 NDRPDR iter env 5
1485         - 36  # rls2009 NDRPDR iter env 5
1486         - 37  # rls2009 NDRPDR iter env 5
1487         - 39  # rls2009 NDRPDR iter env 5
1488         - 40  # rls2009 NDRPDR iter env 5
1489         - 42  # rls2009 NDRPDR iter env 5
1490         - 43  # rls2009 NDRPDR iter env 5
1491         - 44  # rls2009 NDRPDR iter env 5
1492         - 46  # rls2009 NDRPDR iter env 5
1493         - 48  # rls2009 NDRPDR iter env 5
1494         - 74  # rls2009 NDRPDR iter NAT44 env 5
1495         - 75  # rls2009 NDRPDR iter NAT44 env 5
1496         - 76  # rls2009 NDRPDR iter NAT44 env 5
1497         - 77  # rls2009 NDRPDR iter NAT44 env 5
1498         - 78  # rls2009 NDRPDR iter NAT44 env 5
1499         - 79  # rls2009 NDRPDR iter NAT44 env 5
1500         - 80  # rls2009 NDRPDR iter NAT44 env 5
1501         - 82  # rls2009 NDRPDR iter NAT44 env 5
1502         - 83  # rls2009 NDRPDR iter NAT44 env 5
1503     vpp-compare-testbeds-skx-clx-cmp:
1504       csit-vpp-perf-report-iterative-2009-2n-clx:
1505         - 36  # rls2009 NDRPDR iter env 5
1506         - 39  # rls2009 NDRPDR iter env 5
1507         - 40  # rls2009 NDRPDR iter env 5
1508         - 65  # rls2009 NDRPDR iter env 5
1509         - 66  # rls2009 NDRPDR iter env 5
1510         - 79  # rls2009 NDRPDR iter env 5
1511         - 82  # rls2009 NDRPDR iter env 5
1512         - 88  # rls2009 NDRPDR iter env 5
1513         - 89  # rls2009 NDRPDR iter env 5
1514         - 90  # rls2009 NDRPDR iter env 5
1515         - 91  # rls2009 NDRPDR iter NAT44 env 5
1516         - 92  # rls2009 NDRPDR iter NAT44 env 5
1517         - 94  # rls2009 NDRPDR iter NAT44 env 5
1518         - 95  # rls2009 NDRPDR iter NAT44 env 5
1519         - 96  # rls2009 NDRPDR iter NAT44 env 5
1520         - 97  # rls2009 NDRPDR iter NAT44 env 5
1521         - 98  # rls2009 NDRPDR iter NAT44 env 5
1522         - 99  # rls2009 NDRPDR iter NAT44 env 5
1523         - 101 # rls2009 NDRPDR iter NAT44 env 5
1524
1525     vpp-compare-testbeds-hsw-clx-ref:
1526       csit-vpp-perf-report-iterative-2009-3n-hsw:
1527         - 21  # rls2009 NDRPDR iter env 5
1528         - 22  # rls2009 NDRPDR iter env 5
1529         - 24  # rls2009 NDRPDR iter env 5
1530         - 25  # rls2009 NDRPDR iter env 5
1531         - 26  # rls2009 NDRPDR iter env 5
1532         - 27  # rls2009 NDRPDR iter env 5
1533         - 28  # rls2009 NDRPDR iter env 5
1534         - 29  # rls2009 NDRPDR iter env 5
1535         - 30  # rls2009 NDRPDR iter env 5
1536         - 31  # rls2009 NDRPDR iter env 5
1537     vpp-compare-testbeds-hsw-clx-cmp:
1538       csit-vpp-perf-report-iterative-2009-2n-clx:
1539         - 36  # rls2009 NDRPDR iter env 5
1540         - 39  # rls2009 NDRPDR iter env 5
1541         - 40  # rls2009 NDRPDR iter env 5
1542         - 65  # rls2009 NDRPDR iter env 5
1543         - 66  # rls2009 NDRPDR iter env 5
1544         - 79  # rls2009 NDRPDR iter env 5
1545         - 82  # rls2009 NDRPDR iter env 5
1546         - 88  # rls2009 NDRPDR iter env 5
1547         - 89  # rls2009 NDRPDR iter env 5
1548         - 90  # rls2009 NDRPDR iter env 5
1549
1550     vpp-compare-testbeds-mrr-ref:
1551       csit-vpp-perf-report-iterative-2009-3n-hsw:
1552         - 23  # rls2009 MRR iter env 5
1553     vpp-compare-testbeds-mrr-cmp:
1554       csit-vpp-perf-report-iterative-2009-3n-skx:
1555         - 24  # rls2009 MRR iter env 5
1556
1557     vpp-compare-testbeds-mrr-skx-clx-ref:
1558       csit-vpp-perf-report-iterative-2009-2n-skx:
1559         - 26  # rls2009 MRR iter env 5
1560     vpp-compare-testbeds-mrr-skx-clx-cmp:
1561       csit-vpp-perf-report-iterative-2009-2n-clx:
1562         - 78  # rls2009 MRR iter env 5
1563
1564     vpp-compare-testbeds-mrr-hsw-clx-ref:
1565       csit-vpp-perf-report-iterative-2009-3n-hsw:
1566         - 23  # rls2009 MRR iter env 5
1567     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1568       csit-vpp-perf-report-iterative-2009-2n-clx:
1569         - 78  # rls2009 MRR iter env 5
1570
1571     dpdk-compare-testbeds-ref:
1572       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1573         - 6   # NDRPDR iter env5
1574         - 7   # NDRPDR iter env5
1575         - 8   # NDRPDR iter env5
1576         - 9   # NDRPDR iter env5
1577         - 10  # NDRPDR iter env5
1578         - 11  # NDRPDR iter env5
1579         - 12  # NDRPDR iter env5
1580         - 13  # NDRPDR iter env5
1581         - 14  # NDRPDR iter env5
1582         - 15  # NDRPDR iter env5
1583     dpdk-compare-testbeds-cmp:
1584       csit-dpdk-perf-report-iterative-2009-3n-skx:
1585         - 4   # NDRPDR sel env5
1586         - 5   # NDRPDR sel env5
1587         - 6   # NDRPDR sel env5
1588         - 7   # NDRPDR sel env5
1589         - 8   # NDRPDR sel env5
1590         - 9   # NDRPDR sel env5
1591         - 14  # NDRPDR sel env5
1592         - 11  # NDRPDR sel env5
1593         - 12  # NDRPDR sel env5
1594         - 13  # NDRPDR sel env5
1595
1596     dpdk-compare-testbeds-skx-clx-ref:
1597       csit-dpdk-perf-report-iterative-2009-2n-skx:
1598         - 4   # NDRPDR iter env5
1599         - 5   # NDRPDR iter env5
1600         - 6   # NDRPDR iter env5
1601         - 7   # NDRPDR iter env5
1602         - 8   # NDRPDR iter env5
1603         - 9   # NDRPDR iter env5
1604         - 10  # NDRPDR iter env5
1605         - 11  # NDRPDR iter env5
1606         - 12  # NDRPDR iter env5
1607         - 13  # NDRPDR iter env5
1608     dpdk-compare-testbeds-skx-clx-cmp:
1609       csit-dpdk-perf-report-iterative-2009-2n-clx:
1610         - 4   # NDRPDR iter env5
1611         - 5   # NDRPDR iter env5
1612         - 6   # NDRPDR iter env5
1613         - 7   # NDRPDR iter env5
1614         - 8   # NDRPDR iter env5
1615         - 9   # NDRPDR iter env5
1616         - 10  # NDRPDR iter env5
1617         - 11  # NDRPDR iter env5
1618         - 12  # NDRPDR iter env5
1619         - 13  # NDRPDR iter env5
1620
1621     # Compare topologies
1622
1623     vpp-compare-topologies-ref:
1624       csit-vpp-perf-report-iterative-2009-3n-skx:
1625         - 26  # rls2009 NDRPDR iter env 5
1626         - 27  # rls2009 NDRPDR iter env 5
1627         - 28  # rls2009 NDRPDR iter env 5
1628         - 29  # rls2009 NDRPDR iter env 5
1629         - 35  # rls2009 NDRPDR iter env 5
1630         - 36  # rls2009 NDRPDR iter env 5
1631         - 37  # rls2009 NDRPDR iter env 5
1632         - 38  # rls2009 NDRPDR iter env 5
1633         - 39  # rls2009 NDRPDR iter env 5
1634         - 40  # rls2009 NDRPDR iter env 5
1635     vpp-compare-topologies-cmp:
1636       csit-vpp-perf-report-iterative-2009-2n-skx:
1637         - 35  # rls2009 NDRPDR iter env 5
1638         - 36  # rls2009 NDRPDR iter env 5
1639         - 37  # rls2009 NDRPDR iter env 5
1640         - 39  # rls2009 NDRPDR iter env 5
1641         - 40  # rls2009 NDRPDR iter env 5
1642         - 42  # rls2009 NDRPDR iter env 5
1643         - 43  # rls2009 NDRPDR iter env 5
1644         - 44  # rls2009 NDRPDR iter env 5
1645         - 46  # rls2009 NDRPDR iter env 5
1646         - 48  # rls2009 NDRPDR iter env 5
1647
1648     vpp-compare-topologies-mrr-ref:
1649       csit-vpp-perf-report-iterative-2009-3n-skx:
1650         - 24  # rls2009 MRR iter env 5
1651     vpp-compare-topologies-mrr-cmp:
1652       csit-vpp-perf-report-iterative-2009-2n-skx:
1653         - 26  # rls2009 MRR iter env 5
1654
1655     dpdk-compare-topologies-ref:
1656       csit-dpdk-perf-report-iterative-2009-3n-skx:
1657         - 4   # NDRPDR sel env5
1658         - 5   # NDRPDR sel env5
1659         - 6   # NDRPDR sel env5
1660         - 7   # NDRPDR sel env5
1661         - 8   # NDRPDR sel env5
1662         - 9   # NDRPDR sel env5
1663         - 14  # NDRPDR sel env5
1664         - 11  # NDRPDR sel env5
1665         - 12  # NDRPDR sel env5
1666         - 13  # NDRPDR sel env5
1667     dpdk-compare-topologies-cmp:
1668       csit-dpdk-perf-report-iterative-2009-2n-skx:
1669         - 4   # NDRPDR iter env5
1670         - 5   # NDRPDR iter env5
1671         - 6   # NDRPDR iter env5
1672         - 7   # NDRPDR iter env5
1673         - 8   # NDRPDR iter env5
1674         - 9   # NDRPDR iter env5
1675         - 10  # NDRPDR iter env5
1676         - 11  # NDRPDR iter env5
1677         - 12  # NDRPDR iter env5
1678         - 13  # NDRPDR iter env5
1679
1680   plot-layouts:
1681
1682     plot-soak-throughput:
1683       titlefont:
1684         size: 16
1685       xaxis:
1686         title: "<b>Test Cases [Index]</b>"
1687         titlefont:
1688           size: 14
1689         autorange: True
1690         fixedrange: False
1691         gridcolor: "rgb(230, 230, 230)"
1692         linecolor: "rgb(220, 220, 220)"
1693         linewidth: 1
1694         showgrid: True
1695         showline: True
1696         showticklabels: True
1697         tickcolor: "rgb(220, 220, 220)"
1698         tickmode: "linear"
1699         tickfont:
1700           size: 14
1701         zeroline: False
1702       yaxis:
1703         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1704         titlefont:
1705           size: 14
1706         gridcolor: "rgb(230, 230, 230)"
1707         hoverformat: ".4r"
1708         tickformat: ".3r"
1709         linecolor: "rgb(220, 220, 220)"
1710         linewidth: 1
1711         showgrid: True
1712         showline: True
1713         showticklabels: True
1714         tickcolor: "rgb(220, 220, 220)"
1715         tickfont:
1716           size: 14
1717         zeroline: False
1718         range: [0,50]
1719       autosize: False
1720       margin:
1721         t: 50
1722         b: 0
1723         l: 80
1724         r: 20
1725       showlegend: True
1726       legend:
1727         orientation: "h"
1728         font:
1729           size: 14
1730       width: 700
1731       height: 900
1732       paper_bgcolor: "#fff"
1733       plot_bgcolor: "#fff"
1734       hoverlabel:
1735         namelength: -1
1736
1737     plot-service-density:
1738       titlefont:
1739         size: 16
1740       xaxis:
1741         side: "top"
1742         autorange: True
1743         fixedrange: False
1744         showgrid: False
1745         showline: False
1746         showticklabels: False
1747         ticks: ""
1748         ticklen: 0
1749         tickwidth: 0
1750         zeroline: False
1751       yaxis:
1752         autorange: "reversed"
1753         showgrid: False
1754         showline: False
1755         showticklabels: False
1756         ticks: ""
1757         ticklen: 0
1758         tickwidth: 0
1759         zeroline: False
1760       showlegend: False
1761       paper_bgcolor: "#fff"
1762       plot_bgcolor: "#fff"
1763       width: 700
1764       height: 700
1765       hoverlabel:
1766         namelength: -1
1767
1768     plot-hoststack:
1769       titlefont:
1770         size: 16
1771       xaxis:
1772         title: "<b>Test Cases [Index]</b>"
1773         titlefont:
1774           size: 14
1775         autorange: True
1776         fixedrange: False
1777         gridcolor: "rgb(230, 230, 230)"
1778         linecolor: "rgb(220, 220, 220)"
1779         linewidth: 1
1780         showgrid: True
1781         showline: True
1782         showticklabels: True
1783         tickcolor: "rgb(220, 220, 220)"
1784         tickmode: "linear"
1785         tickfont:
1786           size: 14
1787         zeroline: False
1788       yaxis:
1789         title: "<b>Bandwidth [Gbps]</b>"
1790         titlefont:
1791           size: 14
1792         gridcolor: "rgb(230, 230, 230)"
1793         hoverformat: ".4s"
1794         linecolor: "rgb(220, 220, 220)"
1795         linewidth: 1
1796         rangemode: "tozero"
1797         showgrid: True
1798         showline: True
1799         showticklabels: True
1800         tickcolor: "rgb(230, 230, 230)"
1801         tickformat: ".3s"
1802         tickfont:
1803           size: 14
1804         zeroline: False
1805       autosize: False
1806       margin:
1807         t: 50
1808         b: 20
1809         l: 80
1810         r: 20
1811       showlegend: True
1812       legend:
1813         orientation: "h"
1814         font:
1815           size: 14
1816       width: 700
1817       height: 800
1818       paper_bgcolor: "#fff"
1819       plot_bgcolor: "#fff"
1820       hoverlabel:
1821         namelength: -1
1822
1823     plot-throughput:
1824       titlefont:
1825         size: 16
1826       xaxis:
1827         title: "<b>Test Cases [Index]</b>"
1828         titlefont:
1829           size: 14
1830         autorange: True
1831         fixedrange: False
1832         gridcolor: "rgb(230, 230, 230)"
1833         linecolor: "rgb(220, 220, 220)"
1834         linewidth: 1
1835         showgrid: True
1836         showline: True
1837         showticklabels: True
1838         tickcolor: "rgb(220, 220, 220)"
1839         tickmode: "linear"
1840         tickfont:
1841           size: 14
1842         zeroline: False
1843       yaxis:
1844         title: "<b>Packet Throughput [Mpps]</b>"
1845         titlefont:
1846           size: 14
1847         gridcolor: "rgb(230, 230, 230)"
1848         hoverformat: ".4r"
1849         tickformat: ".3r"
1850         linecolor: "rgb(220, 220, 220)"
1851         linewidth: 1
1852         showgrid: True
1853         showline: True
1854         showticklabels: True
1855         tickcolor: "rgb(220, 220, 220)"
1856         tickfont:
1857           size: 14
1858         zeroline: False
1859         range: [0,50]
1860       autosize: False
1861       margin:
1862         t: 50
1863         b: 0
1864         l: 80
1865         r: 20
1866       showlegend: True
1867       legend:
1868         orientation: "h"
1869         font:
1870           size: 14
1871       width: 700
1872       height: 900
1873       paper_bgcolor: "#fff"
1874       plot_bgcolor: "#fff"
1875       hoverlabel:
1876         namelength: -1
1877
1878     plot-throughput-gbps:
1879       titlefont:
1880         size: 16
1881       xaxis:
1882         title: "<b>Test Cases [Index]</b>"
1883         titlefont:
1884           size: 14
1885         autorange: True
1886         fixedrange: False
1887         gridcolor: "rgb(230, 230, 230)"
1888         linecolor: "rgb(220, 220, 220)"
1889         linewidth: 1
1890         showgrid: True
1891         showline: True
1892         showticklabels: True
1893         tickcolor: "rgb(220, 220, 220)"
1894         tickmode: "linear"
1895         tickfont:
1896           size: 14
1897         zeroline: False
1898       yaxis:
1899         title: "<b>Packet Throughput [Gbps]</b>"
1900         titlefont:
1901           size: 14
1902         gridcolor: "rgb(230, 230, 230)"
1903         hoverformat: ".4r"
1904         tickformat: ".3r"
1905         linecolor: "rgb(220, 220, 220)"
1906         linewidth: 1
1907         showgrid: True
1908         showline: True
1909         showticklabels: True
1910         tickcolor: "rgb(220, 220, 220)"
1911         tickfont:
1912           size: 14
1913         zeroline: False
1914         range: [0,10]
1915       autosize: False
1916       margin:
1917         t: 50
1918         b: 0
1919         l: 80
1920         r: 20
1921       showlegend: True
1922       legend:
1923         orientation: "h"
1924         font:
1925           size: 14
1926       width: 700
1927       height: 900
1928       paper_bgcolor: "#fff"
1929       plot_bgcolor: "#fff"
1930       hoverlabel:
1931         namelength: -1
1932
1933     plot-cps:
1934       titlefont:
1935         size: 16
1936       xaxis:
1937         title: "<b>Test Cases [Index]</b>"
1938         titlefont:
1939           size: 14
1940         autorange: True
1941         fixedrange: False
1942         gridcolor: "rgb(230, 230, 230)"
1943         linecolor: "rgb(220, 220, 220)"
1944         linewidth: 1
1945         showgrid: True
1946         showline: True
1947         showticklabels: True
1948         tickcolor: "rgb(220, 220, 220)"
1949         tickmode: "linear"
1950         tickfont:
1951           size: 14
1952         zeroline: False
1953       yaxis:
1954         title: "<b>Connections Per Second [cps]</b>"
1955         titlefont:
1956           size: 14
1957         gridcolor: "rgb(230, 230, 230)"
1958         hoverformat: ".4r"
1959         tickformat: ".3s"
1960         linecolor: "rgb(220, 220, 220)"
1961         linewidth: 1
1962         showgrid: True
1963         showline: True
1964         showticklabels: True
1965         tickcolor: "rgb(220, 220, 220)"
1966         tickfont:
1967           size: 14
1968         zeroline: False
1969         range: [0,10]
1970       autosize: False
1971       margin:
1972         t: 50
1973         b: 0
1974         l: 80
1975         r: 20
1976       showlegend: True
1977       legend:
1978         orientation: "h"
1979         font:
1980           size: 14
1981       width: 700
1982       height: 900
1983       paper_bgcolor: "#fff"
1984       plot_bgcolor: "#fff"
1985       hoverlabel:
1986         namelength: -1
1987
1988     plot-throughput-speedup-analysis:
1989       titlefont:
1990         size: 16
1991       xaxis:
1992         title: "<b>Number of Cores [Qty]</b>"
1993         titlefont:
1994           size: 14
1995         autorange: True
1996         fixedrange: False
1997         gridcolor: "rgb(230, 230, 230)"
1998         linecolor: "rgb(220, 220, 220)"
1999         linewidth: 1
2000         showgrid: True
2001         showline: True
2002         showticklabels: True
2003         tickcolor: "rgb(238, 238, 238)"
2004         tickmode: "linear"
2005         tickfont:
2006           size: 14
2007         zeroline: False
2008       yaxis:
2009         title: "<b>Packet Throughput [Mpps]</b>"
2010         titlefont:
2011           size: 14
2012         type: "linear"
2013         gridcolor: "rgb(230, 230, 230)"
2014         hoverformat: ".4s"
2015         linecolor: "rgb(220, 220, 220)"
2016         linewidth: 1
2017         showgrid: True
2018         showline: True
2019         showticklabels: True
2020         tickcolor: "rgb(220, 220, 220)"
2021         tickformat: ".4s"
2022         tickfont:
2023           size: 14
2024         zeroline: True
2025         rangemode: "tozero"
2026         range: [0,100]
2027       legend:
2028         orientation: "h"
2029         font:
2030           size: 14
2031         xanchor: "left"
2032         yanchor: "top"
2033         x: 0
2034         y: -0.2
2035         bgcolor: "rgba(255, 255, 255, 0)"
2036         bordercolor: "rgba(255, 255, 255, 0)"
2037         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2038       autosize: False
2039       margin:
2040           't': 50
2041           'b': 150
2042           'l': 85
2043           'r': 10
2044       showlegend: True
2045       width: 700
2046       height: 700
2047       paper_bgcolor: "#fff"
2048       plot_bgcolor: "#fff"
2049       hoverlabel:
2050         namelength: -1
2051       annotations: [
2052         {
2053           text: "_ _          __          ...",
2054           align: "left",
2055           showarrow: False,
2056           xref: "paper",
2057           yref: "paper",
2058           xanchor: "left",
2059           yanchor: "top",
2060           x: 0,
2061           y: -0.14,
2062           font: {
2063             family: "Consolas, Courier New",
2064             size: 13
2065           },
2066         },
2067         {
2068           text: "    Perfect     Measured     Limit",
2069           align: "left",
2070           showarrow: False,
2071           xref: "paper",
2072           yref: "paper",
2073           xanchor: "left",
2074           yanchor: "top",
2075           x: 0,
2076           y: -0.15,
2077           font: {
2078             family: "Consolas, Courier New",
2079             size: 13
2080           },
2081         },
2082       ]
2083
2084     plot-throughput-speedup-analysis-gbps:
2085       titlefont:
2086         size: 16
2087       xaxis:
2088         title: "<b>Number of Cores [Qty]</b>"
2089         titlefont:
2090           size: 14
2091         autorange: True
2092         fixedrange: False
2093         gridcolor: "rgb(230, 230, 230)"
2094         linecolor: "rgb(220, 220, 220)"
2095         linewidth: 1
2096         showgrid: True
2097         showline: True
2098         showticklabels: True
2099         tickcolor: "rgb(238, 238, 238)"
2100         tickmode: "linear"
2101         tickfont:
2102           size: 14
2103         zeroline: False
2104       yaxis:
2105         title: "<b>Packet Throughput [Gbps]</b>"
2106         titlefont:
2107           size: 14
2108         type: "linear"
2109         gridcolor: "rgb(230, 230, 230)"
2110         hoverformat: ".4s"
2111         linecolor: "rgb(220, 220, 220)"
2112         linewidth: 1
2113         showgrid: True
2114         showline: True
2115         showticklabels: True
2116         tickcolor: "rgb(220, 220, 220)"
2117         tickformat: ".4s"
2118         tickfont:
2119           size: 14
2120         zeroline: True
2121         rangemode: "tozero"
2122         range: [0,100]
2123       legend:
2124         orientation: "h"
2125         font:
2126           size: 14
2127         xanchor: "left"
2128         yanchor: "top"
2129         x: 0
2130         y: -0.2
2131         bgcolor: "rgba(255, 255, 255, 0)"
2132         bordercolor: "rgba(255, 255, 255, 0)"
2133         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2134       autosize: False
2135       margin:
2136           't': 50
2137           'b': 150
2138           'l': 85
2139           'r': 10
2140       showlegend: True
2141       width: 700
2142       height: 700
2143       paper_bgcolor: "#fff"
2144       plot_bgcolor: "#fff"
2145       hoverlabel:
2146         namelength: -1
2147       annotations: [
2148         {
2149           text: "_ _          __",
2150           align: "left",
2151           showarrow: False,
2152           xref: "paper",
2153           yref: "paper",
2154           xanchor: "left",
2155           yanchor: "top",
2156           x: 0,
2157           y: -0.13,
2158           font: {
2159             family: "Consolas, Courier New",
2160             size: 13
2161           },
2162         },
2163         {
2164           text: "    Perfect     Measured",
2165           align: "left",
2166           showarrow: False,
2167           xref: "paper",
2168           yref: "paper",
2169           xanchor: "left",
2170           yanchor: "top",
2171           x: 0,
2172           y: -0.15,
2173           font: {
2174             family: "Consolas, Courier New",
2175             size: 13
2176           },
2177         },
2178       ]
2179
2180     plot-throughput-speedup-analysis-cps:
2181       titlefont:
2182         size: 16
2183       xaxis:
2184         title: "<b>Number of Cores [Qty]</b>"
2185         titlefont:
2186           size: 14
2187         autorange: True
2188         fixedrange: False
2189         gridcolor: "rgb(230, 230, 230)"
2190         linecolor: "rgb(220, 220, 220)"
2191         linewidth: 1
2192         showgrid: True
2193         showline: True
2194         showticklabels: True
2195         tickcolor: "rgb(238, 238, 238)"
2196         tickmode: "linear"
2197         tickfont:
2198           size: 14
2199         zeroline: False
2200       yaxis:
2201         title: "<b>Connections Per Second [cps]</b>"
2202         titlefont:
2203           size: 14
2204         type: "linear"
2205         gridcolor: "rgb(230, 230, 230)"
2206         hoverformat: ".4s"
2207         linecolor: "rgb(220, 220, 220)"
2208         linewidth: 1
2209         showgrid: True
2210         showline: True
2211         showticklabels: True
2212         tickcolor: "rgb(220, 220, 220)"
2213         tickformat: ".4s"
2214         tickfont:
2215           size: 14
2216         zeroline: True
2217         rangemode: "tozero"
2218         range: [0,100]
2219       legend:
2220         orientation: "h"
2221         font:
2222           size: 14
2223         xanchor: "left"
2224         yanchor: "top"
2225         x: 0
2226         y: -0.2
2227         bgcolor: "rgba(255, 255, 255, 0)"
2228         bordercolor: "rgba(255, 255, 255, 0)"
2229         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2230       autosize: False
2231       margin:
2232           't': 50
2233           'b': 150
2234           'l': 85
2235           'r': 10
2236       showlegend: True
2237       width: 700
2238       height: 700
2239       paper_bgcolor: "#fff"
2240       plot_bgcolor: "#fff"
2241       hoverlabel:
2242         namelength: -1
2243       annotations: [
2244         {
2245           text: "_ _          __",
2246           align: "left",
2247           showarrow: False,
2248           xref: "paper",
2249           yref: "paper",
2250           xanchor: "left",
2251           yanchor: "top",
2252           x: 0,
2253           y: -0.13,
2254           font: {
2255             family: "Consolas, Courier New",
2256             size: 13
2257           },
2258         },
2259         {
2260           text: "    Perfect     Measured",
2261           align: "left",
2262           showarrow: False,
2263           xref: "paper",
2264           yref: "paper",
2265           xanchor: "left",
2266           yanchor: "top",
2267           x: 0,
2268           y: -0.15,
2269           font: {
2270             family: "Consolas, Courier New",
2271             size: 13
2272           },
2273         },
2274       ]
2275
2276     plot-latency:
2277       titlefont:
2278         size: 16
2279       xaxis:
2280         title: "<b>Direction</b>"
2281         titlefont:
2282           size: 14
2283         autorange: True
2284         fixedrange: False
2285         gridcolor: "rgb(230, 230, 230)"
2286         linecolor: "rgb(220, 220, 220)"
2287         linewidth: 1
2288         showgrid: True
2289         showline: True
2290         showticklabels: False
2291         tickcolor: "rgb(220, 220, 220)"
2292         tickmode: "linear"
2293         tickfont:
2294           size: 14
2295         zeroline: False
2296       yaxis:
2297         title: "<b>Packet Latency [uSec]</b>"
2298         titlefont:
2299           size: 14
2300         type: "linear"
2301         gridcolor: "rgb(230, 230, 230)"
2302         hoverformat: ".4s"
2303         linecolor: "rgb(220, 220, 220)"
2304         linewidth: 1
2305         showgrid: True
2306         showline: True
2307         showticklabels: True
2308         tickcolor: "rgb(220, 220, 220)"
2309         tickformat: ".4s"
2310         tickfont:
2311           size: 14
2312         zeroline: True
2313         rangemode: "tozero"
2314       legend:
2315         orientation: "h"
2316         font:
2317           size: 14
2318         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2319       autosize: False
2320       margin:
2321           't': 50
2322           'b': 150
2323           'l': 80
2324           'r': 10
2325       showlegend: True
2326       width: 700
2327       height: 700
2328       paper_bgcolor: "#fff"
2329       plot_bgcolor: "#fff"
2330       hoverlabel:
2331         namelength: -1
2332
2333     plot-hdrh-latency:
2334       title:
2335         text: ""
2336         xanchor: "center"
2337         x: 0.5
2338         font:
2339           size: 16
2340       width: 700
2341       plot_bgcolor: "white"
2342       annotations:
2343         - font:
2344             size: 14
2345           showarrow: False
2346           text: "<b>Packet Latency [uSec]</b>"
2347           x: 1
2348           xanchor: "right"
2349           xref: "paper"
2350           y: -0.045
2351           yanchor: "top"
2352           yref: "paper"
2353         - font:
2354             size: 14
2355           showarrow: False
2356           text: "<b>Probability [%]</b>"
2357           textangle: 270
2358           x: -0.06
2359           xanchor: "center"
2360           xref: "paper"
2361           y: 0.5
2362           yanchor: "middle"
2363           yref: "paper"
2364         - font:
2365             size: 14
2366           showarrow: False
2367           text: "<b>Direction: E-W</b>"
2368           x: 0.24
2369           xanchor: "center"
2370           xref: "paper"
2371           y: 1.05
2372           yanchor: "bottom"
2373           yref: "paper"
2374         - font:
2375             size: 14
2376           showarrow: False
2377           text: "<b>Direction: W-E</b>"
2378           x: 0.74
2379           xanchor: "center"
2380           xref: "paper"
2381           y: 1.05
2382           yanchor: "bottom"
2383           yref: "paper"
2384
2385     plot-hdrh-latency-percentile:
2386       title:
2387         text: ""
2388         xanchor: "center"
2389         x: 0.5
2390         font:
2391           size: 16
2392       xaxis:
2393         type: "log"
2394         title: "<b>Percentile [%]</b>"
2395         titlefont:
2396           size: 14
2397         autorange: True
2398         fixedrange: False
2399         gridcolor: "rgb(230, 230, 230)"
2400         linecolor: "rgb(220, 220, 220)"
2401         linewidth: 1
2402         showgrid: True
2403         showline: True
2404         showticklabels: True
2405         tickcolor: "rgb(220, 220, 220)"
2406         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2407         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2408         tickfont:
2409           size: 14
2410       yaxis:
2411         title: "<b>Packet Latency [uSec]</b>"
2412         titlefont:
2413           size: 14
2414         gridcolor: "rgb(230, 230, 230)"
2415         linecolor: "rgb(220, 220, 220)"
2416         linewidth: 1
2417         showgrid: True
2418         showline: True
2419         showticklabels: True
2420         tickcolor: "rgb(220, 220, 220)"
2421         tickfont:
2422           size: 14
2423       autosize: False
2424       showlegend: True
2425       legend:
2426         traceorder: "normal"
2427         orientation: "h"
2428         font:
2429           size: 14
2430         xanchor: "left"
2431         yanchor: "top"
2432         x: 0
2433         y: -0.15
2434         bgcolor: "rgba(255, 255, 255, 0)"
2435         bordercolor: "rgba(255, 255, 255, 0)"
2436       width: 700
2437       height: 700
2438       paper_bgcolor: "white"
2439       plot_bgcolor: "white"
2440
2441     plot-hdrh-latency-by-percentile:
2442       title:
2443         text: "<b>Latency by Percentile Distribution</b>"
2444         xanchor: "center"
2445         x: 0.5
2446         font:
2447           size: 18
2448       showlegend: True
2449       legend:
2450         traceorder: "normal"
2451         orientation: "h"
2452         font:
2453           size: 16
2454         xanchor: "left"
2455         yanchor: "top"
2456         x: 0
2457         y: -0.2
2458         bgcolor: "rgba(255, 255, 255, 0)"
2459         bordercolor: "rgba(255, 255, 255, 0)"
2460       xaxis:
2461         type: "linear"
2462         title: "<b>Percentile [%]</b>"
2463         titlefont:
2464           size: 14
2465         autorange: False
2466         fixedrange: False
2467         range: [0, 100]
2468         gridcolor: "rgb(230, 230, 230)"
2469         linecolor: "rgb(220, 220, 220)"
2470         linewidth: 1
2471         showgrid: True
2472         showline: True
2473         showticklabels: True
2474         tickcolor: "rgb(220, 220, 220)"
2475         tickvals: [0, 25, 50, 75, 100]
2476         ticktext: [0, 25, 50, 75, 100]
2477         tickfont:
2478           size: 14
2479       yaxis:
2480         title: "<b>One-Way Latency per Direction [uSec]</b>"
2481         titlefont:
2482           size: 14
2483         gridcolor: "rgb(230, 230, 230)"
2484         linecolor: "rgb(220, 220, 220)"
2485         linewidth: 1
2486         showgrid: True
2487         showline: True
2488         showticklabels: True
2489         tickcolor: "rgb(220, 220, 220)"
2490         tickfont:
2491           size: 14
2492       width: 700
2493       height: 700
2494       paper_bgcolor: "white"
2495       plot_bgcolor: "white"
2496
2497 - type: "static"
2498   src-path: "{DIR[RST]}"
2499   dst-path: "{DIR[WORKING,SRC]}"
2500
2501 - type: "input"
2502   general:
2503     file-name: "output_info.xml.gz"
2504     file-format: ".gz"
2505     arch-file-format:
2506       - ".gz"
2507       - ".zip"
2508     download-path: "{job}/{build}/archives/{filename}"
2509     extract: "output.xml"
2510
2511     zip-file-name: "robot-plugin.zip"
2512     zip-file-format: ".zip"
2513     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2514     zip-extract: "robot-plugin/output.xml"
2515
2516   builds:
2517
2518     csit-vpp-perf-verify-2001-3n-hsw:
2519       - 17  # MRR sel
2520     csit-vpp-perf-report-iterative-2005-3n-hsw:
2521       - 20  # NDRPDR sel env 4
2522       - 21  # NDRPDR sel env 4
2523       - 22  # NDRPDR sel env 4
2524       - 23  # NDRPDR sel env 4
2525       - 24  # NDRPDR sel env 4
2526       - 25  # NDRPDR sel env 4
2527       - 26  # NDRPDR sel env 4
2528       - 27  # NDRPDR sel env 4
2529       - 28  # NDRPDR sel env 4
2530       - 29  # NDRPDR sel env 4
2531       - 30  # MRR env 4
2532       - 31  # NDRPDR sel 2001.0-4
2533       - 32  # NDRPDR sel 2001.0-4
2534       - 33  # NDRPDR sel 2001.0-4
2535       - 34  # NDRPDR sel 2001.0-4
2536       - 35  # NDRPDR sel 2001.0-4
2537       - 36  # NDRPDR sel 2001.0-4
2538       - 38  # NDRPDR sel 2001.0-4
2539     csit-vpp-perf-report-iterative-2009-3n-hsw:
2540       - 18  # rls2005 MRR iter env 5
2541       - 9   # rls2005 NDRPDR iter env 5
2542       - 10  # rls2005 NDRPDR iter env 5
2543       - 11  # rls2005 NDRPDR iter env 5
2544       - 12  # rls2005 NDRPDR iter env 5
2545       - 13  # rls2005 NDRPDR iter env 5
2546       - 14  # rls2005 NDRPDR iter env 5
2547       - 15  # rls2005 NDRPDR iter env 5
2548       - 16  # rls2005 NDRPDR iter env 5
2549       - 17  # rls2005 NDRPDR iter env 5
2550       - 19  # rls2005 NDRPDR iter env 5
2551       - 23  # rls2009 MRR iter env 5
2552       - 21  # rls2009 NDRPDR iter env 5
2553       - 22  # rls2009 NDRPDR iter env 5
2554       - 24  # rls2009 NDRPDR iter env 5
2555       - 25  # rls2009 NDRPDR iter env 5
2556       - 26  # rls2009 NDRPDR iter env 5
2557       - 27  # rls2009 NDRPDR iter env 5
2558       - 28  # rls2009 NDRPDR iter env 5
2559       - 29  # rls2009 NDRPDR iter env 5
2560       - 30  # rls2009 NDRPDR iter env 5
2561       - 31  # rls2009 NDRPDR iter env 5
2562       - 32  # rls2009 Hoststack iter env 5
2563       - 33  # rls2009 Hoststack iter env 5
2564       - 34  # rls2009 Hoststack iter env 5
2565       - 35  # rls2009 Hoststack iter env 5
2566       - 36  # rls2009 Hoststack iter env 5
2567       - 37  # rls2009 Hoststack iter env 5
2568       - 38  # rls2009 Hoststack iter env 5
2569       - 39  # rls2009 Hoststack iter env 5
2570       - 40  # rls2009 Hoststack iter env 5
2571       - 41  # rls2009 Hoststack iter env 5
2572     csit-vpp-perf-report-coverage-2009-3n-hsw:
2573       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2574       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2575       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2576       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2577       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2578       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2579       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2580       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2581       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2582       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2583       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2584       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2585       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2586       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2587       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2588       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2589       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2590       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2591       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2592       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2593       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2594       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2595       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2596       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2597       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2598       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2599       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2600       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2601       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2602       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2603       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2604       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2605       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2606       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2607       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2608
2609     csit-vpp-perf-verify-2001-3n-skx:
2610       - 50  # MRR sel
2611       - 53  # MRR sel addition
2612     csit-vpp-perf-report-iterative-2005-3n-skx:
2613       - 4   # NDRPDR sel
2614       - 5   # NDRPDR sel ??? all x710 failed
2615       - 33  # NDRPDR sel
2616       - 28  # NDRPDR sel
2617       - 34  # NDRPDR sel
2618       - 42  # NDRPDR sel env 4
2619       - 43  # NDRPDR sel env 4
2620       - 44  # NDRPDR sel env 4
2621       - 45  # NDRPDR sel env 4
2622       - 47  # NDRPDR sel env 4
2623       - 55  # NDRPDR sel env 4
2624       - 56  # NDRPDR sel env 4
2625       - 57  # NDRPDR sel env 4
2626       - 61  # NDRPDR sel env 4
2627       - 62  # NDRPDR sel env 4
2628       - 50  # NDRPDR sel 2001.0-4
2629       - 51  # NDRPDR sel 2001.0-4
2630       - 52  # NDRPDR sel 2001.0-4
2631       - 53  # NDRPDR sel 2001.0-4
2632       - 54  # NDRPDR sel 2001.0-4
2633       - 49  # MRR sel env 4
2634     csit-vpp-perf-report-iterative-2009-3n-skx:
2635       - 17  # rls2005 MRR iter env 5
2636       - 13  # rls2005 NDRPDR iter env 5
2637       - 18  # rls2005 NDRPDR iter env 5
2638       - 19  # rls2005 NDRPDR iter env 5
2639       - 41  # rls2005 NDRPDR iter env 5
2640       - 43  # rls2005 NDRPDR iter env 5
2641       - 44  # rls2005 NDRPDR iter env 5
2642       - 45  # rls2005 NDRPDR iter env 5
2643       - 46  # rls2005 NDRPDR iter env 5
2644       - 48  # rls2005 NDRPDR iter env 5
2645       - 49  # rls2005 NDRPDR iter env 5
2646       - 24  # rls2009 MRR iter env 5
2647       - 26  # rls2009 NDRPDR iter env 5
2648       - 27  # rls2009 NDRPDR iter env 5
2649       - 28  # rls2009 NDRPDR iter env 5
2650       - 29  # rls2009 NDRPDR iter env 5
2651       - 35  # rls2009 NDRPDR iter env 5
2652       - 36  # rls2009 NDRPDR iter env 5
2653       - 37  # rls2009 NDRPDR iter env 5
2654       - 38  # rls2009 NDRPDR iter env 5
2655       - 39  # rls2009 NDRPDR iter env 5
2656       - 40  # rls2009 NDRPDR iter env 5
2657     csit-vpp-perf-report-coverage-2009-3n-skx:
2658       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2659       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2660       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2661       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2662       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2663       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2664       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2665       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2666       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2667       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2668       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2669       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2670       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2671       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2672       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2673       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2674       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2675       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2676       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2677       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2678       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2679       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2680       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2681       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2682       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2683       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2684       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2685       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2686       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2687       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2688       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2689       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2690       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2691       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2692       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2693       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2694
2695     csit-vpp-perf-verify-2001-2n-skx:
2696       - 101  # MRR sel - old
2697       - 128  # MRR sel addition - old
2698     csit-vpp-perf-report-iterative-2005-2n-skx:
2699       - 88  # NDRPDR sel env 4
2700       - 89  # NDRPDR sel env 4
2701       - 90  # NDRPDR sel env 4
2702       - 91  # NDRPDR sel env 4
2703       - 92  # NDRPDR sel env 4
2704       - 93  # NDRPDR sel env 4
2705       - 94  # NDRPDR sel env 4
2706       - 125 # NDRPDR sel env 4
2707       - 126 # NDRPDR sel env 4
2708       - 127 # NDRPDR sel env 4
2709       - 100 # NDRPDR sel 2001.0-4
2710       - 101 # NDRPDR sel 2001.0-4
2711       - 102 # NDRPDR sel 2001.0-4
2712       - 103 # NDRPDR sel 2001.0-4
2713       - 104 # NDRPDR sel 2001.0-4
2714       - 105 # NDRPDR sel 2001.0-4
2715       - 99  # MRR sel env 4
2716     csit-vpp-perf-report-iterative-2009-2n-skx:
2717       - 20  # rls2005 MRR iter env 5
2718       - 13  # rls2005 NDRPDR iter env 5
2719       - 16  # rls2005 NDRPDR iter env 5
2720       - 17  # rls2005 NDRPDR iter env 5
2721       - 18  # rls2005 NDRPDR iter env 5
2722       - 19  # rls2005 NDRPDR iter env 5
2723       - 21  # rls2005 NDRPDR iter env 5
2724       - 22  # rls2005 NDRPDR iter env 5
2725       - 23  # rls2005 NDRPDR iter env 5
2726       - 24  # rls2005 NDRPDR iter env 5
2727       - 25  # rls2005 NDRPDR iter env 5
2728       - 26  # rls2009 MRR iter env 5
2729       - 35  # rls2009 NDRPDR iter env 5
2730       - 36  # rls2009 NDRPDR iter env 5
2731       - 37  # rls2009 NDRPDR iter env 5
2732       - 39  # rls2009 NDRPDR iter env 5
2733       - 40  # rls2009 NDRPDR iter env 5
2734       - 42  # rls2009 NDRPDR iter env 5
2735       - 43  # rls2009 NDRPDR iter env 5
2736       - 44  # rls2009 NDRPDR iter env 5
2737       - 46  # rls2009 NDRPDR iter env 5
2738       - 48  # rls2009 NDRPDR iter env 5
2739       - 74  # rls2009 NDRPDR iter NAT44 env 5
2740       - 75  # rls2009 NDRPDR iter NAT44 env 5
2741       - 76  # rls2009 NDRPDR iter NAT44 env 5
2742       - 77  # rls2009 NDRPDR iter NAT44 env 5
2743       - 78  # rls2009 NDRPDR iter NAT44 env 5
2744       - 79  # rls2009 NDRPDR iter NAT44 env 5
2745       - 80  # rls2009 NDRPDR iter NAT44 env 5
2746       - 82  # rls2009 NDRPDR iter NAT44 env 5
2747       - 83  # rls2009 NDRPDR iter NAT44 env 5
2748 #      - 51  # rls2009 NDRPDR iter NAT44 env 5
2749 #      - 52  # rls2009 NDRPDR iter NAT44 env 5
2750 #      - 53  # rls2009 NDRPDR iter NAT44 env 5
2751 #      - 54  # rls2009 NDRPDR iter NAT44 env 5
2752 #      - 55  # rls2009 NDRPDR iter NAT44 env 5
2753 #      - 56  # rls2009 NDRPDR iter NAT44 env 5
2754 #      - 57  # rls2009 NDRPDR iter NAT44 env 5
2755 #      - 58  # rls2009 NDRPDR iter NAT44 env 5
2756 #      - 59  # rls2009 NDRPDR iter NAT44 env 5
2757 #      - 60  # rls2009 NDRPDR iter NAT44 env 5
2758       - 38  # rls2009 nf-density iter env 5
2759       - 41  # rls2009 nf-density iter env 5
2760       - 45  # rls2009 nf-density iter env 5
2761       - 47  # rls2009 nf-density iter env 5
2762       - 49  # rls2009 nf-density iter env 5
2763       - 63  # rls2009 nf-density iter env 5
2764       - 65  # rls2009 nf-density iter env 5
2765       - 66  # rls2009 nf-density iter env 5
2766       - 71  # rls2009 nf-density iter env 5
2767       - 72  # rls2009 nf-density iter env 5
2768       - 50  # rls2009 MRR nf-density iter env 5
2769       - 27  # rls2009 reconf env 5
2770       - 28  # rls2009 reconf env 5
2771       - 29  # rls2009 reconf env 5
2772       - 30  # rls2009 reconf env 5
2773       - 31  # rls2009 reconf env 5
2774       - 32  # rls2009 reconf env 5
2775       - 61  # rls2009 reconf env 5
2776       - 62  # rls2009 reconf env 5
2777       - 68  # rls2009 reconf env 5
2778       - 70  # rls2009 reconf env 5
2779       - 33  # rls2009 soak env 5
2780       - 34  # rls2009 soak env 5
2781     csit-vpp-perf-report-coverage-2009-2n-skx:
2782       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2783       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2784       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2785       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2786       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2787       - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
2788       - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
2789       - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
2790       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2791       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2792       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2793       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2794       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2795       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2796       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2797       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2798       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2799
2800     csit-vpp-perf-verify-2001-2n-clx:
2801       - 39  # MRR
2802     csit-vpp-perf-report-iterative-2005-2n-clx:
2803       - 62  # NDRPDR sel env 4
2804       - 63  # NDRPDR sel env 4
2805       - 64  # NDRPDR sel env 4
2806       - 65  # NDRPDR sel env 4
2807       - 66  # NDRPDR sel env 4
2808       - 68  # NDRPDR sel env 4
2809       - 69  # NDRPDR sel env 4
2810       - 70  # NDRPDR sel env 4
2811       - 103 # NDRPDR sel env 4
2812       - 104 # NDRPDR sel env 4
2813       - 73  # NDRPDR sel 2001.0-4
2814       - 74  # NDRPDR sel 2001.0-4
2815       - 75  # NDRPDR sel 2001.0-4
2816       - 76  # NDRPDR sel 2001.0-4
2817       - 77  # NDRPDR sel 2001.0-4
2818       - 78  # NDRPDR sel 2001.0-4
2819       - 79  # NDRPDR sel 2001.0-4
2820       - 80  # NDRPDR sel 2001.0-4
2821       - 72  # MRR env 4
2822     csit-vpp-perf-report-iterative-2009-2n-clx:
2823       - 77  # rls2005 MRR iter env 5
2824       - 13  # rls2005 NDRPDR iter env 5
2825       - 15  # rls2005 NDRPDR iter env 5
2826       - 17  # rls2005 NDRPDR iter env 5
2827       - 18  # rls2005 NDRPDR iter env 5
2828       - 19  # rls2005 NDRPDR iter env 5
2829       - 20  # rls2005 NDRPDR iter env 5
2830       - 21  # rls2005 NDRPDR iter env 5
2831       - 22  # rls2005 NDRPDR iter env 5
2832       - 23  # rls2005 NDRPDR iter env 5
2833       - 24  # rls2005 NDRPDR iter env 5
2834       - 78  # rls2009 MRR iter env 5
2835       - 36  # rls2009 NDRPDR iter env 5
2836       - 39  # rls2009 NDRPDR iter env 5
2837       - 40  # rls2009 NDRPDR iter env 5
2838       - 65  # rls2009 NDRPDR iter env 5
2839       - 66  # rls2009 NDRPDR iter env 5
2840       - 79  # rls2009 NDRPDR iter env 5
2841       - 82  # rls2009 NDRPDR iter env 5
2842       - 88  # rls2009 NDRPDR iter env 5
2843       - 89  # rls2009 NDRPDR iter env 5
2844       - 90  # rls2009 NDRPDR iter env 5
2845       - 91  # rls2009 NDRPDR iter NAT44 env 5
2846       - 92  # rls2009 NDRPDR iter NAT44 env 5
2847       - 94  # rls2009 NDRPDR iter NAT44 env 5
2848       - 95  # rls2009 NDRPDR iter NAT44 env 5
2849       - 96  # rls2009 NDRPDR iter NAT44 env 5
2850       - 97  # rls2009 NDRPDR iter NAT44 env 5
2851       - 98  # rls2009 NDRPDR iter NAT44 env 5
2852       - 99  # rls2009 NDRPDR iter NAT44 env 5
2853       - 101 # rls2009 NDRPDR iter NAT44 env 5
2854       - 37  # rls2009 nf-density iter env 5
2855       - 43  # rls2009 nf-density iter env 5
2856       - 69  # rls2009 nf-density iter env 5
2857       - 70  # rls2009 nf-density iter env 5
2858       - 71  # rls2009 nf-density iter env 5
2859       - 72  # rls2009 nf-density iter env 5
2860       - 73  # rls2009 nf-density iter env 5
2861       - 74  # rls2009 nf-density iter env 5
2862       - 75  # rls2009 nf-density iter env 5
2863       - 76  # rls2009 nf-density iter env 5
2864       - 45  # rls2009 MRR nf-density iter env 5
2865       - 25  # rls2009 reconf env 5
2866       - 27  # rls2009 reconf env 5
2867       - 28  # rls2009 reconf env 5
2868       - 29  # rls2009 reconf env 5
2869       - 30  # rls2009 reconf env 5
2870       - 30  # rls2009 reconf env 5
2871       - 32  # rls2009 reconf env 5
2872       - 48  # rls2009 reconf env 5
2873       - 53  # rls2009 reconf env 5
2874       - 68  # rls2009 reconf env 5
2875       - 33  # rls2009 soak env 5
2876       - 34  # rls2009 soak env 5
2877     csit-vpp-perf-report-coverage-2009-2n-clx:
2878       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2879       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2880       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2881       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2882       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2883       - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
2884       - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
2885       - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
2886       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2887       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2888       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2889       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2890       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2891       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2892       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2893       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2894       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2895
2896     csit-vpp-perf-verify-2001-3n-tsh:
2897       - 9   # MRR sel
2898     csit-vpp-perf-report-iterative-2005-3n-tsh:
2899       - 23  # NDRPDR sel env 4
2900       - 25  # NDRPDR sel env 4
2901       - 33  # NDRPDR sel env 4
2902       - 34  # NDRPDR sel env 4
2903       - 35  # NDRPDR sel env 4
2904       - 36  # NDRPDR sel env 4
2905       - 37  # NDRPDR sel env 4
2906       - 38  # NDRPDR sel env 4
2907       - 39  # NDRPDR sel env 4
2908       - 40  # NDRPDR sel env 4
2909       - 28  # NDRPDR sel 2001.0-4
2910       - 29  # NDRPDR sel 2001.0-4
2911       - 31  # NDRPDR sel 2001.0-4
2912       - 27  # MRR sel env 4
2913     # TODO: Add:
2914     csit-vpp-perf-report-iterative-2009-3n-tsh:
2915       - 8   # rls2005 NDRPDR iter env 5
2916       - 11  # rls2005 NDRPDR iter env 5
2917       - 12  # rls2005 NDRPDR iter env 5
2918       - 24  # rls2005 NDRPDR iter env 5
2919       - 27  # rls2005 NDRPDR iter env 5
2920       - 29  # rls2005 NDRPDR iter env 5
2921       - 31  # rls2005 NDRPDR iter env 5
2922       - 13  # rls2005 MRR iter env 5
2923       - 14  # rls2009 NDRPDR iter env 5
2924       - 20  # rls2009 NDRPDR iter env 5
2925       - 21  # rls2009 NDRPDR iter env 5
2926       - 22  # rls2009 NDRPDR iter env 5
2927       - 23  # rls2009 NDRPDR iter env 5
2928       - 28  # rls2009 NDRPDR iter env 5
2929       - 30  # rls2009 NDRPDR iter env 5
2930       - 33  # rls2009 NDRPDR iter env 5
2931       - 15  # rls2009 MRR iter env 5
2932
2933     csit-vpp-perf-verify-2001-3n-dnv:
2934       - 5   # NDRPDR sel
2935       - 6   # NDRPDR sel
2936       - 7   # NDRPDR sel
2937       - 8   # NDRPDR sel
2938       - 9   # NDRPDR sel
2939       - 10  # NDRPDR sel
2940       - 12  # NDRPDR sel
2941       - 16  # NDRPDR sel
2942       - 17  # NDRPDR sel
2943       - 18  # NDRPDR sel
2944       - 11  # MRR sel
2945     csit-vpp-perf-report-iterative-2009-3n-dnv:
2946       - 16  # rls2005 NDRPDR iter env 5
2947       - 23  # rls2005 NDRPDR iter env 5
2948       - 25  # rls2005 NDRPDR iter env 5
2949       - 26  # rls2005 NDRPDR iter env 5
2950       - 27  # rls2005 NDRPDR iter env 5
2951       - 28  # rls2005 NDRPDR iter env 5
2952       - 29  # rls2005 NDRPDR iter env 5
2953       - 30  # rls2005 NDRPDR iter env 5
2954       - 31  # rls2005 NDRPDR iter env 5
2955       - 32  # rls2005 NDRPDR iter env 5
2956       - 19  # rls2005 MRR iter env 5
2957       - 3   # rls2009 NDRPDR iter env 5
2958       - 6   # rls2009 NDRPDR iter env 5
2959       - 7   # rls2009 NDRPDR iter env 5
2960       - 8   # rls2009 NDRPDR iter env 5
2961       - 10  # rls2009 NDRPDR iter env 5
2962       - 11  # rls2009 NDRPDR iter env 5
2963       - 12  # rls2009 NDRPDR iter env 5
2964       - 14  # rls2009 NDRPDR iter env 5
2965       - 15  # rls2009 NDRPDR iter env 5
2966       - 24  # rls2009 NDRPDR iter env 5
2967       - 22  # rls2009 MRR iter env 5
2968     csit-vpp-perf-report-coverage-2009-3n-dnv:
2969       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2970       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2971       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2972       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2973       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2974       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2975       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2976       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2977       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2978
2979     csit-vpp-perf-verify-2001-2n-dnv:
2980       - 4   # NDRPDR sel
2981       - 5   # NDRPDR sel
2982       - 6   # NDRPDR sel
2983       - 7   # NDRPDR sel
2984       - 8   # NDRPDR sel
2985       - 9   # NDRPDR sel
2986       - 10  # NDRPDR sel
2987       - 11  # NDRPDR sel
2988       - 13  # NDRPDR sel
2989       - 16  # NDRPDR sel
2990       - 12  # MRR sel
2991     csit-vpp-perf-report-iterative-2009-2n-dnv:
2992       - 16  # rls2005 NDRPDR iter env 5
2993       - 17  # rls2005 NDRPDR iter env 5
2994       - 18  # rls2005 NDRPDR iter env 5
2995       - 19  # rls2005 NDRPDR iter env 5
2996       - 21  # rls2005 NDRPDR iter env 5
2997       - 24  # rls2005 NDRPDR iter env 5
2998       - 27  # rls2005 NDRPDR iter env 5
2999       - 28  # rls2005 NDRPDR iter env 5
3000       - 29  # rls2005 NDRPDR iter env 5
3001       - 30  # rls2005 NDRPDR iter env 5
3002       - 23  # rls2005 MRR iter env 5
3003       - 3   # rls2009 NDRPDR iter env 5
3004       - 5   # rls2009 NDRPDR iter env 5
3005       - 6   # rls2009 NDRPDR iter env 5
3006       - 7   # rls2009 NDRPDR iter env 5
3007       - 9   # rls2009 NDRPDR iter env 5
3008       - 10  # rls2009 NDRPDR iter env 5
3009       - 11  # rls2009 NDRPDR iter env 5
3010       - 12  # rls2009 NDRPDR iter env 5
3011       - 14  # rls2009 NDRPDR iter env 5
3012       - 15  # rls2009 NDRPDR iter env 5
3013       - 13  # rls2009 MRR iter env 5
3014     csit-vpp-perf-report-coverage-2009-2n-dnv:
3015       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
3016       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
3017       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
3018       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
3019       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
3020       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
3021
3022     csit-dpdk-perf-verify-2001-3n-hsw:
3023       - 4   # NDRPDR sel
3024       - 5   # NDRPDR sel
3025       - 6   # NDRPDR sel
3026       - 7   # NDRPDR sel
3027       - 8   # NDRPDR sel
3028       - 9   # NDRPDR sel
3029       - 10  # NDRPDR sel
3030       - 11  # NDRPDR sel
3031       - 12  # NDRPDR sel
3032       - 13  # NDRPDR sel
3033       - 15  # NDRPDR sel
3034       - 16  # NDRPDR sel
3035       - 17  # NDRPDR sel
3036       - 18  # NDRPDR sel
3037       - 19  # NDRPDR sel
3038       - 20  # NDRPDR sel
3039       - 21  # NDRPDR sel
3040       - 22  # NDRPDR sel
3041       - 23  # NDRPDR sel
3042       - 24  # NDRPDR sel
3043     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3044       - 25  # NDRPDR iter
3045       - 26  # NDRPDR iter
3046       - 27  # NDRPDR iter
3047       - 28  # NDRPDR iter
3048       - 29  # NDRPDR iter
3049       - 30  # NDRPDR iter
3050       - 31  # NDRPDR iter
3051       - 32  # NDRPDR iter
3052       - 33  # NDRPDR iter
3053       - 34  # NDRPDR iter
3054     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3055       - 6   # NDRPDR iter env5
3056       - 7   # NDRPDR iter env5
3057       - 8   # NDRPDR iter env5
3058       - 9   # NDRPDR iter env5
3059       - 10  # NDRPDR iter env5
3060       - 11  # NDRPDR iter env5
3061       - 12  # NDRPDR iter env5
3062       - 13  # NDRPDR iter env5
3063       - 14  # NDRPDR iter env5
3064       - 15  # NDRPDR iter env5
3065
3066     csit-dpdk-perf-verify-2001-3n-skx:
3067       - 29  # NDRPDR sel xxv710
3068       - 33  # NDRPDR sel xxv710
3069       - 34  # NDRPDR sel xxv710
3070       - 35  # NDRPDR sel xxv710
3071       - 36  # NDRPDR sel xxv710
3072       - 37  # NDRPDR sel xxv710
3073       - 41  # NDRPDR sel xxv710
3074       - 42  # NDRPDR sel xxv710
3075       - 43  # NDRPDR sel xxv710
3076       - 45  # NDRPDR sel xxv710
3077       - 30  # NDRPDR sel x710
3078       - 31  # NDRPDR sel x710
3079       - 32  # NDRPDR sel x710
3080       - 38  # NDRPDR sel x710
3081       - 39  # NDRPDR sel x710
3082       - 40  # NDRPDR sel x710
3083       - 44  # NDRPDR sel x710
3084       - 46  # NDRPDR sel x710
3085       - 47  # NDRPDR sel x710
3086       - 48  # NDRPDR sel x710
3087     csit-dpdk-perf-report-iterative-2005-3n-skx:
3088       - 28  # NDRPDR iter
3089       - 29  # NDRPDR iter
3090       - 30  # NDRPDR iter
3091       - 31  # NDRPDR iter
3092       - 32  # NDRPDR iter
3093       - 33  # NDRPDR iter
3094       - 34  # NDRPDR iter
3095       - 35  # NDRPDR iter
3096       - 36  # NDRPDR iter
3097       - 37  # NDRPDR iter
3098     csit-dpdk-perf-report-iterative-2009-3n-skx:
3099       - 4   # NDRPDR sel env5
3100       - 5   # NDRPDR sel env5
3101       - 6   # NDRPDR sel env5
3102       - 7   # NDRPDR sel env5
3103       - 8   # NDRPDR sel env5
3104       - 9   # NDRPDR sel env5
3105       - 14  # NDRPDR sel env5
3106       - 11  # NDRPDR sel env5
3107       - 12  # NDRPDR sel env5
3108       - 13  # NDRPDR sel env5
3109
3110     csit-dpdk-perf-verify-2001-2n-skx:
3111       - 35  # NDRPDR sel xxv710
3112       - 36  # NDRPDR sel xxv710
3113       - 37  # NDRPDR sel xxv710
3114       - 41  # NDRPDR sel xxv710
3115       - 42  # NDRPDR sel xxv710
3116       - 43  # NDRPDR sel xxv710
3117       - 46  # NDRPDR sel xxv710
3118       - 47  # NDRPDR sel xxv710
3119       - 52  # NDRPDR sel xxv710
3120       - 53  # NDRPDR sel xxv710
3121       - 38  # NDRPDR sel x710
3122       - 39  # NDRPDR sel x710
3123       - 40  # NDRPDR sel x710
3124       - 44  # NDRPDR sel x710
3125       - 45  # NDRPDR sel x710
3126       - 48  # NDRPDR sel x710
3127       - 49  # NDRPDR sel x710
3128       - 50  # NDRPDR sel x710
3129       - 51  # NDRPDR sel x710
3130       - 54  # NDRPDR sel x710
3131     csit-dpdk-perf-report-iterative-2005-2n-skx:
3132       - 20  # NDRPDR iter
3133       - 21  # NDRPDR iter
3134       - 22  # NDRPDR iter
3135       - 23  # NDRPDR iter
3136       - 24  # NDRPDR iter
3137       - 25  # NDRPDR iter
3138       - 26  # NDRPDR iter
3139       - 27  # NDRPDR iter
3140       - 28  # NDRPDR iter
3141       - 29  # NDRPDR iter
3142     csit-dpdk-perf-report-iterative-2009-2n-skx:
3143       - 4   # NDRPDR iter env5
3144       - 5   # NDRPDR iter env5
3145       - 6   # NDRPDR iter env5
3146       - 7   # NDRPDR iter env5
3147       - 8   # NDRPDR iter env5
3148       - 9   # NDRPDR iter env5
3149       - 10  # NDRPDR iter env5
3150       - 11  # NDRPDR iter env5
3151       - 12  # NDRPDR iter env5
3152       - 13  # NDRPDR iter env5
3153
3154     csit-dpdk-perf-verify-2001-2n-clx:
3155       - 15  # NDRPDR sel
3156       - 16  # NDRPDR sel
3157       - 17  # NDRPDR sel
3158       - 18  # NDRPDR sel
3159       - 19  # NDRPDR sel
3160       - 20  # NDRPDR sel
3161       - 21  # NDRPDR sel
3162       - 22  # NDRPDR sel
3163       - 23  # NDRPDR sel
3164       - 24  # NDRPDR sel
3165       - 25  # NDRPDR sel
3166       - 26  # NDRPDR sel
3167       - 27  # NDRPDR sel
3168       - 28  # NDRPDR sel
3169       - 29  # NDRPDR sel
3170       - 30  # NDRPDR sel
3171       - 31  # NDRPDR sel
3172       - 32  # NDRPDR sel
3173       - 33  # NDRPDR sel
3174       - 34  # NDRPDR sel
3175     csit-dpdk-perf-report-iterative-2005-2n-clx:
3176       - 20  # NDRPDR iter
3177       - 21  # NDRPDR iter
3178       - 22  # NDRPDR iter
3179       - 23  # NDRPDR iter
3180       - 24  # NDRPDR iter
3181       - 25  # NDRPDR iter
3182       - 26  # NDRPDR iter
3183       - 27  # NDRPDR iter
3184       - 28  # NDRPDR iter
3185       - 29  # NDRPDR iter
3186     csit-dpdk-perf-report-iterative-2009-2n-clx:
3187       - 4   # NDRPDR iter env5
3188       - 5   # NDRPDR iter env5
3189       - 6   # NDRPDR iter env5
3190       - 7   # NDRPDR iter env5
3191       - 8   # NDRPDR iter env5
3192       - 9   # NDRPDR iter env5
3193       - 10  # NDRPDR iter env5
3194       - 11  # NDRPDR iter env5
3195       - 12  # NDRPDR iter env5
3196       - 13  # NDRPDR iter env5
3197
3198 #    csit-dpdk-perf-verify-2001-2n-dnv:
3199 #      - 9   # NDRPDR sel
3200 #      - 10  # NDRPDR sel
3201 #      - 11  # NDRPDR sel
3202 #      - 12  # NDRPDR sel
3203 #      - 13  # NDRPDR sel
3204 #      - 14  # NDRPDR sel
3205 #      - 15  # NDRPDR sel
3206 #      - 16  # NDRPDR sel
3207 #      - 17  # NDRPDR sel
3208 #      - 18  # NDRPDR sel
3209 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3210 #      # No data
3211 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3212 #      # No data
3213
3214 #    csit-dpdk-perf-verify-2001-3n-dnv:
3215 #      - 12  # NDRPDR sel
3216 #      - 13  # NDRPDR sel
3217 #      - 14  # NDRPDR sel
3218 #      - 15  # NDRPDR sel
3219 #      - 16  # NDRPDR sel
3220 #      - 17  # NDRPDR sel
3221 #      - 18  # NDRPDR sel
3222 #      - 19  # NDRPDR sel
3223 #      - 20  # NDRPDR sel
3224 #      - 22  # NDRPDR sel
3225 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3226 #      # No data
3227 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3228 #      # No data
3229
3230     csit-dpdk-perf-verify-2001-3n-tsh:
3231       - 3   # NDRPDR sel
3232       - 4   # NDRPDR sel
3233       - 5   # NDRPDR sel
3234       - 9   # NDRPDR sel
3235       - 10  # NDRPDR sel
3236       - 11  # NDRPDR sel
3237       - 12  # NDRPDR sel
3238       - 14  # NDRPDR sel
3239       - 15  # NDRPDR sel
3240       - 18  # NDRPDR sel
3241     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3242       - 5   # NDRPDR sel
3243     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3244       - 1   # NDRPDR iter env5
3245       - 2   # NDRPDR iter env5
3246       - 3   # NDRPDR iter env5
3247       - 4   # NDRPDR iter env5
3248       - 5   # NDRPDR iter env5
3249       - 6   # NDRPDR iter env5
3250       - 7   # NDRPDR iter env5
3251       - 9   # NDRPDR iter env5
3252       - 10  # NDRPDR iter env5
3253       - 11  # NDRPDR iter env5
3254
3255     csit-vpp-device-2009-ubuntu1804-1n-skx:
3256       - 131 # rls2009 env 5
3257
3258 - type: "output"
3259   output: "report"
3260   format:
3261     html:
3262     - full
3263     pdf:
3264     - minimal
3265
3266 ################################################################################
3267 ###                               T A B L E S                                ###
3268 ################################################################################
3269
3270 # VPP Soak vs NDR - 2n-skx
3271 - type: "table"
3272   title: "VPP Soak vs NDR 2n-skx"
3273   algorithm: "table_soak_vs_ndr"
3274   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3275   reference:
3276     title: "NDR"
3277     data: "vpp-soak-vs-ndr-2n-skx-ref"
3278   compare:
3279     title: "Soak"
3280     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3281   data: "vpp-soak-vs-ndr-2n-skx"
3282   include-tests: "NDR"
3283   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3284   parameters:
3285     - "throughput"
3286     - "name"
3287     - "parent"
3288
3289 # VPP Soak vs NDR - 2n-clx
3290 - type: "table"
3291   title: "VPP Soak vs NDR 2n-clx"
3292   algorithm: "table_soak_vs_ndr"
3293   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3294   reference:
3295     title: "NDR"
3296     data: "vpp-soak-vs-ndr-2n-clx-ref"
3297   compare:
3298     title: "Soak"
3299     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3300   data: "vpp-soak-vs-ndr-2n-clx"
3301   include-tests: "NDR"
3302   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3303   parameters:
3304     - "throughput"
3305     - "name"
3306     - "parent"
3307
3308 ################################################################################
3309
3310 # VPP Compare NICs 3n-skx 2t1c ndr
3311 - type: "table"
3312   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3313   algorithm: "table_comparison"
3314   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3315   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3316   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3317   columns:
3318     - title: "x710"
3319       data-set: "vpp-nic-comparison-3n-skx"
3320       tag: "NIC_Intel-X710"
3321     - title: "xxv710"
3322       data-set: "vpp-nic-comparison-3n-skx"
3323       tag: "NIC_Intel-XXV710"
3324   comparisons:
3325     - title: "Diff"
3326       reference: 1
3327       compare: 2
3328   legend:
3329     - ""
3330     - "x710, xxv710 - NICs tested."
3331     - "Diff - difference between x710 and xxv710 NIC."
3332
3333 # VPP Compare NICs 3n-skx 4t2c ndr
3334 - type: "table"
3335   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3336   algorithm: "table_comparison"
3337   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3339   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3340   columns:
3341     - title: "x710"
3342       data-set: "vpp-nic-comparison-3n-skx"
3343       tag: "NIC_Intel-X710"
3344     - title: "xxv710"
3345       data-set: "vpp-nic-comparison-3n-skx"
3346       tag: "NIC_Intel-XXV710"
3347   comparisons:
3348     - title: "Diff"
3349       reference: 1
3350       compare: 2
3351   legend:
3352     - ""
3353     - "x710, xxv710 - NICs tested."
3354     - "Diff - difference between x710 and xxv710 NIC."
3355
3356 # VPP Compare NICs 3n-skx 2t1c pdr
3357 - type: "table"
3358   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3359   algorithm: "table_comparison"
3360   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3361   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3362   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3363   columns:
3364     - title: "x710"
3365       data-set: "vpp-nic-comparison-3n-skx"
3366       tag: "NIC_Intel-X710"
3367     - title: "xxv710"
3368       data-set: "vpp-nic-comparison-3n-skx"
3369       tag: "NIC_Intel-XXV710"
3370   comparisons:
3371     - title: "Diff"
3372       reference: 1
3373       compare: 2
3374   legend:
3375     - ""
3376     - "x710, xxv710 - NICs tested."
3377     - "Diff - difference between x710 and xxv710 NIC."
3378
3379 # VPP Compare NICs 3n-skx 4t2c pdr
3380 - type: "table"
3381   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3382   algorithm: "table_comparison"
3383   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3384   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3385   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3386   columns:
3387     - title: "x710"
3388       data-set: "vpp-nic-comparison-3n-skx"
3389       tag: "NIC_Intel-X710"
3390     - title: "xxv710"
3391       data-set: "vpp-nic-comparison-3n-skx"
3392       tag: "NIC_Intel-XXV710"
3393   comparisons:
3394     - title: "Diff"
3395       reference: 1
3396       compare: 2
3397   legend:
3398     - ""
3399     - "x710, xxv710 - NICs tested."
3400     - "Diff - difference between x710 and xxv710 NIC."
3401
3402 # VPP Compare NICs 3n-skx 2t1c mrr
3403 - type: "table"
3404   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3405   algorithm: "table_comparison"
3406   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3407   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3408   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3409   columns:
3410     - title: "x710"
3411       data-set: "vpp-nic-comparison-3n-skx-mrr"
3412       tag: "NIC_Intel-X710"
3413     - title: "xxv710"
3414       data-set: "vpp-nic-comparison-3n-skx-mrr"
3415       tag: "NIC_Intel-XXV710"
3416   comparisons:
3417     - title: "Diff"
3418       reference: 1
3419       compare: 2
3420   legend:
3421     - ""
3422     - "x710, xxv710 - NICs tested."
3423     - "Diff - difference between x710 and xxv710 NIC."
3424
3425 # VPP Compare NICs 3n-skx 4t2c mrr
3426 - type: "table"
3427   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3428   algorithm: "table_comparison"
3429   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3430   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3431   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3432   columns:
3433     - title: "x710"
3434       data-set: "vpp-nic-comparison-3n-skx-mrr"
3435       tag: "NIC_Intel-X710"
3436     - title: "xxv710"
3437       data-set: "vpp-nic-comparison-3n-skx-mrr"
3438       tag: "NIC_Intel-XXV710"
3439   comparisons:
3440     - title: "Diff"
3441       reference: 1
3442       compare: 2
3443   legend:
3444     - ""
3445     - "x710, xxv710 - NICs tested."
3446     - "Diff - difference between x710 and xxv710 NIC."
3447
3448 # VPP Compare NICs 3n-skx 8t4c mrr
3449 - type: "table"
3450   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3451   algorithm: "table_comparison"
3452   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3453   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3454   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3455   columns:
3456     - title: "x710"
3457       data-set: "vpp-nic-comparison-3n-skx-mrr"
3458       tag: "NIC_Intel-X710"
3459     - title: "xxv710"
3460       data-set: "vpp-nic-comparison-3n-skx-mrr"
3461       tag: "NIC_Intel-XXV710"
3462   comparisons:
3463     - title: "Diff"
3464       reference: 1
3465       compare: 2
3466   legend:
3467     - ""
3468     - "x710, xxv710 - NICs tested."
3469     - "Diff - difference between x710 and xxv710 NIC."
3470
3471 # VPP Compare NICs 2n-skx 2t1c ndr
3472 - type: "table"
3473   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3474   algorithm: "table_comparison"
3475   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3476   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3477   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3478   columns:
3479     - title: "x710"
3480       data-set: "vpp-nic-comparison-2n-skx"
3481       tag: "NIC_Intel-X710"
3482     - title: "xxv710"
3483       data-set: "vpp-nic-comparison-2n-skx"
3484       tag: "NIC_Intel-XXV710"
3485   comparisons:
3486     - title: "Diff"
3487       reference: 1
3488       compare: 2
3489   legend:
3490     - ""
3491     - "x710, xxv710 - NICs tested."
3492     - "Diff - difference between x710 and xxv710 NIC."
3493
3494 # VPP Compare NICs 2n-skx 4t2c ndr
3495 - type: "table"
3496   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3497   algorithm: "table_comparison"
3498   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3499   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3500   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3501   columns:
3502     - title: "x710"
3503       data-set: "vpp-nic-comparison-2n-skx"
3504       tag: "NIC_Intel-X710"
3505     - title: "xxv710"
3506       data-set: "vpp-nic-comparison-2n-skx"
3507       tag: "NIC_Intel-XXV710"
3508   comparisons:
3509     - title: "Diff"
3510       reference: 1
3511       compare: 2
3512   legend:
3513     - ""
3514     - "x710, xxv710 - NICs tested."
3515     - "Diff - difference between x710 and xxv710 NIC."
3516
3517 # VPP Compare NICs 2n-skx 2t1c pdr
3518 - type: "table"
3519   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3520   algorithm: "table_comparison"
3521   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3523   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3524   columns:
3525     - title: "x710"
3526       data-set: "vpp-nic-comparison-2n-skx"
3527       tag: "NIC_Intel-X710"
3528     - title: "xxv710"
3529       data-set: "vpp-nic-comparison-2n-skx"
3530       tag: "NIC_Intel-XXV710"
3531   comparisons:
3532     - title: "Diff"
3533       reference: 1
3534       compare: 2
3535   legend:
3536     - ""
3537     - "x710, xxv710 - NICs tested."
3538     - "Diff - difference between x710 and xxv710 NIC."
3539
3540 # VPP Compare NICs 2n-skx 4t2c pdr
3541 - type: "table"
3542   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3543   algorithm: "table_comparison"
3544   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3545   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3546   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3547   columns:
3548     - title: "x710"
3549       data-set: "vpp-nic-comparison-2n-skx"
3550       tag: "NIC_Intel-X710"
3551     - title: "xxv710"
3552       data-set: "vpp-nic-comparison-2n-skx"
3553       tag: "NIC_Intel-XXV710"
3554   comparisons:
3555     - title: "Diff"
3556       reference: 1
3557       compare: 2
3558   legend:
3559     - ""
3560     - "x710, xxv710 - NICs tested."
3561     - "Diff - difference between x710 and xxv710 NIC."
3562
3563 # VPP Compare NICs 2n-skx 2t1c mrr
3564 - type: "table"
3565   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3566   algorithm: "table_comparison"
3567   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3568   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3569   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3570   columns:
3571     - title: "x710"
3572       data-set: "vpp-nic-comparison-2n-skx-mrr"
3573       tag: "NIC_Intel-X710"
3574     - title: "xxv710"
3575       data-set: "vpp-nic-comparison-2n-skx-mrr"
3576       tag: "NIC_Intel-XXV710"
3577   comparisons:
3578     - title: "Diff"
3579       reference: 1
3580       compare: 2
3581   legend:
3582     - ""
3583     - "x710, xxv710 - NICs tested."
3584     - "Diff - difference between x710 and xxv710 NIC."
3585
3586 # VPP Compare NICs 2n-skx 4t2c mrr
3587 - type: "table"
3588   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3589   algorithm: "table_comparison"
3590   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3592   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3593   columns:
3594     - title: "x710"
3595       data-set: "vpp-nic-comparison-2n-skx-mrr"
3596       tag: "NIC_Intel-X710"
3597     - title: "xxv710"
3598       data-set: "vpp-nic-comparison-2n-skx-mrr"
3599       tag: "NIC_Intel-XXV710"
3600   comparisons:
3601     - title: "Diff"
3602       reference: 1
3603       compare: 2
3604   legend:
3605     - ""
3606     - "x710, xxv710 - NICs tested."
3607     - "Diff - difference between x710 and xxv710 NIC."
3608
3609 # VPP Compare NICs 2n-skx 8t4c mrr
3610 - type: "table"
3611   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3612   algorithm: "table_comparison"
3613   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3615   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3616   columns:
3617     - title: "x710"
3618       data-set: "vpp-nic-comparison-2n-skx-mrr"
3619       tag: "NIC_Intel-X710"
3620     - title: "xxv710"
3621       data-set: "vpp-nic-comparison-2n-skx-mrr"
3622       tag: "NIC_Intel-XXV710"
3623   comparisons:
3624     - title: "Diff"
3625       reference: 1
3626       compare: 2
3627   legend:
3628     - ""
3629     - "x710, xxv710 - NICs tested."
3630     - "Diff - difference between x710 and xxv710 NIC."
3631
3632 ################################################################################
3633 # VPP
3634
3635 # VPP Performance Changes 3n-hsw 1t1c pdr
3636 - type: "table"
3637   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3638   algorithm: "table_comparison"
3639   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3640   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3641   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3642   columns:
3643     - title: "2001.0-4"
3644       data-set: "vpp-performance-changes-3n-hsw-h1"
3645     - title: "2005.0-4"
3646       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3647     - title: "2005.0-5"
3648       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3649     - title: "2009.0-5"
3650       data-set: "vpp-performance-changes-3n-hsw-cmp"
3651   comparisons:
3652     - title: "2005.0-5 vs 2005.0-4"
3653       reference: 2
3654       compare: 3
3655 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3656     - title: "2009.0-5 vs 2005.0-5"
3657       reference: 3
3658       compare: 4
3659 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3660   legend:
3661     - ''
3662     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3663     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3664     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3665     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3666     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3667
3668 # VPP Performance Changes 3n-hsw 2t2c pdr
3669 - type: "table"
3670   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3671   algorithm: "table_comparison"
3672   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3673   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3674   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3675   columns:
3676     - title: "2001.0-4"
3677       data-set: "vpp-performance-changes-3n-hsw-h1"
3678     - title: "2005.0-4"
3679       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3680     - title: "2005.0-5"
3681       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3682     - title: "2009.0-5"
3683       data-set: "vpp-performance-changes-3n-hsw-cmp"
3684   comparisons:
3685     - title: "2005.0-5 vs 2005.0-4"
3686       reference: 2
3687       compare: 3
3688 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3689     - title: "2009.0-5 vs 2005.0-5"
3690       reference: 3
3691       compare: 4
3692 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3693   legend:
3694     - ''
3695     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3696     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3697     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3698     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3699     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3700
3701 # VPP Performance Changes 3n-hsw 1t1c ndr
3702 - type: "table"
3703   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3704   algorithm: "table_comparison"
3705   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3706   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3707   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3708   columns:
3709     - title: "2001.0-4"
3710       data-set: "vpp-performance-changes-3n-hsw-h1"
3711     - title: "2005.0-4"
3712       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3713     - title: "2005.0-5"
3714       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3715     - title: "2009.0-5"
3716       data-set: "vpp-performance-changes-3n-hsw-cmp"
3717   comparisons:
3718     - title: "2005.0-5 vs 2005.0-4"
3719       reference: 2
3720       compare: 3
3721 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3722     - title: "2009.0-5 vs 2005.0-5"
3723       reference: 3
3724       compare: 4
3725 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3726   legend:
3727     - ''
3728     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3729     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3730     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3731     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3732     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3733
3734 # VPP Performance Changes 3n-hsw 2t2c ndr
3735 - type: "table"
3736   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3737   algorithm: "table_comparison"
3738   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3739   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3740   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3741   columns:
3742     - title: "2001.0-4"
3743       data-set: "vpp-performance-changes-3n-hsw-h1"
3744     - title: "2005.0-4"
3745       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3746     - title: "2005.0-5"
3747       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3748     - title: "2009.0-5"
3749       data-set: "vpp-performance-changes-3n-hsw-cmp"
3750   comparisons:
3751     - title: "2005.0-5 vs 2005.0-4"
3752       reference: 2
3753       compare: 3
3754 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3755     - title: "2009.0-5 vs 2005.0-5"
3756       reference: 3
3757       compare: 4
3758 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3759   legend:
3760     - ''
3761     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3762     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3763     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3764     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3765     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3766
3767 # VPP Performance Changes 3n-skx 2t1c pdr
3768 - type: "table"
3769   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3770   algorithm: "table_comparison"
3771   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3772   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3773   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3774   columns:
3775     - title: "2001.0-4"
3776       data-set: "vpp-performance-changes-3n-skx-h1"
3777     - title: "2005.0-4"
3778       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3779     - title: "2005.0-5"
3780       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3781     - title: "2009.0-5"
3782       data-set: "vpp-performance-changes-3n-skx-cmp"
3783   comparisons:
3784     - title: "2005.0-5 vs 2005.0-4"
3785       reference: 2
3786       compare: 3
3787 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3788     - title: "2009.0-5 vs 2005.0-5"
3789       reference: 3
3790       compare: 4
3791 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3792   legend:
3793     - ''
3794     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3795     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3796     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3797     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3798     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3799
3800 # VPP Performance Changes 3n-skx 4t2c pdr
3801 - type: "table"
3802   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3803   algorithm: "table_comparison"
3804   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3805   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3806   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3807   columns:
3808     - title: "2001.0-4"
3809       data-set: "vpp-performance-changes-3n-skx-h1"
3810     - title: "2005.0-4"
3811       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3812     - title: "2005.0-5"
3813       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3814     - title: "2009.0-5"
3815       data-set: "vpp-performance-changes-3n-skx-cmp"
3816   comparisons:
3817     - title: "2005.0-5 vs 2005.0-4"
3818       reference: 2
3819       compare: 3
3820 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3821     - title: "2009.0-5 vs 2005.0-5"
3822       reference: 3
3823       compare: 4
3824 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3825   legend:
3826     - ''
3827     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3828     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3829     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3830     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3831     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3832
3833 # VPP Performance Changes 3n-skx 2t1c ndr
3834 - type: "table"
3835   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3836   algorithm: "table_comparison"
3837   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3838   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3839   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3840   columns:
3841     - title: "2001.0-4"
3842       data-set: "vpp-performance-changes-3n-skx-h1"
3843     - title: "2005.0-4"
3844       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3845     - title: "2005.0-5"
3846       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3847     - title: "2009.0-5"
3848       data-set: "vpp-performance-changes-3n-skx-cmp"
3849   comparisons:
3850     - title: "2005.0-5 vs 2005.0-4"
3851       reference: 2
3852       compare: 3
3853 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3854     - title: "2009.0-5 vs 2005.0-5"
3855       reference: 3
3856       compare: 4
3857 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3858   legend:
3859     - ''
3860     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3861     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3862     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3863     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3864     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3865
3866 # VPP Performance Changes 3n-skx 4t2c ndr
3867 - type: "table"
3868   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3869   algorithm: "table_comparison"
3870   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3871   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3872   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3873   columns:
3874     - title: "2001.0-4"
3875       data-set: "vpp-performance-changes-3n-skx-h1"
3876     - title: "2005.0-4"
3877       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3878     - title: "2005.0-5"
3879       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3880     - title: "2009.0-5"
3881       data-set: "vpp-performance-changes-3n-skx-cmp"
3882   comparisons:
3883     - title: "2005.0-5 vs 2005.0-4"
3884       reference: 2
3885       compare: 3
3886 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3887     - title: "2009.0-5 vs 2005.0-5"
3888       reference: 3
3889       compare: 4
3890 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3891   legend:
3892     - ''
3893     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3894     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3895     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3896     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3897     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3898
3899 # VPP Performance Changes 2n-skx 2t1c pdr
3900 - type: "table"
3901   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3902   algorithm: "table_comparison"
3903   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3904   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3905   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3906   columns:
3907     - title: "2001.0-4"
3908       data-set: "vpp-performance-changes-2n-skx-h1"
3909     - title: "2005.0-4"
3910       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3911     - title: "2005.0-5"
3912       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3913     - title: "2009.0-5"
3914       data-set: "vpp-performance-changes-2n-skx-cmp"
3915   comparisons:
3916     - title: "2005.0-5 vs 2005.0-4"
3917       reference: 2
3918       compare: 3
3919 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3920     - title: "2009.0-5 vs 2005.0-5"
3921       reference: 3
3922       compare: 4
3923 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3924   legend:
3925     - ''
3926     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3927     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3928     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3929     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3930     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3931
3932 # VPP Performance Changes 2n-skx 4t2c pdr
3933 - type: "table"
3934   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3935   algorithm: "table_comparison"
3936   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3937   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3938   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3939   columns:
3940     - title: "2001.0-4"
3941       data-set: "vpp-performance-changes-2n-skx-h1"
3942     - title: "2005.0-4"
3943       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3944     - title: "2005.0-5"
3945       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3946     - title: "2009.0-5"
3947       data-set: "vpp-performance-changes-2n-skx-cmp"
3948   comparisons:
3949     - title: "2005.0-5 vs 2005.0-4"
3950       reference: 2
3951       compare: 3
3952 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3953     - title: "2009.0-5 vs 2005.0-5"
3954       reference: 3
3955       compare: 4
3956 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3957   legend:
3958     - ''
3959     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3960     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3961     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3962     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3963     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3964
3965 # VPP Performance Changes 2n-skx 2t1c ndr
3966 - type: "table"
3967   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3968   algorithm: "table_comparison"
3969   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3970   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3971   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3972   columns:
3973     - title: "2001.0-4"
3974       data-set: "vpp-performance-changes-2n-skx-h1"
3975     - title: "2005.0-4"
3976       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3977     - title: "2005.0-5"
3978       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3979     - title: "2009.0-5"
3980       data-set: "vpp-performance-changes-2n-skx-cmp"
3981   comparisons:
3982     - title: "2005.0-5 vs 2005.0-4"
3983       reference: 2
3984       compare: 3
3985 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3986     - title: "2009.0-5 vs 2005.0-5"
3987       reference: 3
3988       compare: 4
3989 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3990   legend:
3991     - ''
3992     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3993     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3994     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3995     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3996     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3997
3998 # VPP Performance Changes 2n-skx 4t2c ndr
3999 - type: "table"
4000   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4001   algorithm: "table_comparison"
4002   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4004   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4005   columns:
4006     - title: "2001.0-4"
4007       data-set: "vpp-performance-changes-2n-skx-h1"
4008     - title: "2005.0-4"
4009       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4010     - title: "2005.0-5"
4011       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4012     - title: "2009.0-5"
4013       data-set: "vpp-performance-changes-2n-skx-cmp"
4014   comparisons:
4015     - title: "2005.0-5 vs 2005.0-4"
4016       reference: 2
4017       compare: 3
4018 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4019     - title: "2009.0-5 vs 2005.0-5"
4020       reference: 3
4021       compare: 4
4022 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4023   legend:
4024     - ''
4025     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4026     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4027     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4028     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4029     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4030
4031 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4032 - type: "table"
4033   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4034   algorithm: "table_comparison"
4035   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4036   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4037   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4038   columns:
4039     - title: "2001.0-4"
4040       data-set: "vpp-performance-changes-2n-clx-h1"
4041     - title: "2005.0-4"
4042       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4043     - title: "2005.0-5"
4044       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4045     - title: "2009.0-5"
4046       data-set: "vpp-performance-changes-2n-clx-cmp"
4047   comparisons:
4048     - title: "2005.0-5 vs 2005.0-4"
4049       reference: 2
4050       compare: 3
4051 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4052     - title: "2009.0-5 vs 2005.0-5"
4053       reference: 3
4054       compare: 4
4055 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4056   legend:
4057     - ''
4058     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4059     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4060     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4061     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4062     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4063
4064 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4065 - type: "table"
4066   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4067   algorithm: "table_comparison"
4068   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4069   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4070   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4071   columns:
4072     - title: "2001.0-4"
4073       data-set: "vpp-performance-changes-2n-clx-h1"
4074     - title: "2005.0-4"
4075       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4076     - title: "2005.0-5"
4077       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4078     - title: "2009.0-5"
4079       data-set: "vpp-performance-changes-2n-clx-cmp"
4080   comparisons:
4081     - title: "2005.0-5 vs 2005.0-4"
4082       reference: 2
4083       compare: 3
4084 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4085     - title: "2009.0-5 vs 2005.0-5"
4086       reference: 3
4087       compare: 4
4088 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4089   legend:
4090     - ''
4091     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4092     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4093     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4094     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4095     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4096
4097 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4098 - type: "table"
4099   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4100   algorithm: "table_comparison"
4101   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4102   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4103   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4104   columns:
4105     - title: "2001.0-4"
4106       data-set: "vpp-performance-changes-2n-clx-h1"
4107     - title: "2005.0-4"
4108       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4109     - title: "2005.0-5"
4110       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4111     - title: "2009.0-5"
4112       data-set: "vpp-performance-changes-2n-clx-cmp"
4113   comparisons:
4114     - title: "2005.0-5 vs 2005.0-4"
4115       reference: 2
4116       compare: 3
4117 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4118     - title: "2009.0-5 vs 2005.0-5"
4119       reference: 3
4120       compare: 4
4121 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4122   legend:
4123     - ''
4124     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4125     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4126     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4127     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4128     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4129
4130 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4131 - type: "table"
4132   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4133   algorithm: "table_comparison"
4134   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4136   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4137   columns:
4138     - title: "2001.0-4"
4139       data-set: "vpp-performance-changes-2n-clx-h1"
4140     - title: "2005.0-4"
4141       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4142     - title: "2005.0-5"
4143       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4144     - title: "2009.0-5"
4145       data-set: "vpp-performance-changes-2n-clx-cmp"
4146   comparisons:
4147     - title: "2005.0-5 vs 2005.0-4"
4148       reference: 2
4149       compare: 3
4150 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4151     - title: "2009.0-5 vs 2005.0-5"
4152       reference: 3
4153       compare: 4
4154 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4155   legend:
4156     - ''
4157     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4158     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4159     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4160     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4161     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4162
4163 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4164 #- type: "table"
4165 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4166 #  algorithm: "table_comparison"
4167 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4168 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4169 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4170 #  columns:
4171 #    - title: "2001.0-2"
4172 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4173 #    - title: "2005.0-3"
4174 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4175 #  comparisons:
4176 #    - title: "Diff"
4177 #      reference: 1
4178 #      compare: 2
4179 #  legend:
4180 #    - ''
4181 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4182 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4183 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4184 #    - '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.'
4185 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4186 #
4187 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4188 #- type: "table"
4189 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4190 #  algorithm: "table_comparison"
4191 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4192 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4193 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4194 #  columns:
4195 #    - title: "2001.0-2"
4196 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4197 #    - title: "2005.0-3"
4198 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4199 #  comparisons:
4200 #    - title: "Diff"
4201 #      reference: 1
4202 #      compare: 2
4203 #  legend:
4204 #    - ''
4205 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4206 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4207 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4208 #    - '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.'
4209 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4210 #
4211 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4212 #- type: "table"
4213 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4214 #  algorithm: "table_comparison"
4215 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4216 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4217 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4218 #  columns:
4219 #    - title: "2001.0-2"
4220 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4221 #    - title: "2005.0-3"
4222 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4223 #  comparisons:
4224 #    - title: "Diff"
4225 #      reference: 1
4226 #      compare: 2
4227 #  legend:
4228 #    - ''
4229 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4230 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4231 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4232 #    - '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.'
4233 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4234 #
4235 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4236 #- type: "table"
4237 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4238 #  algorithm: "table_comparison"
4239 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4240 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4241 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4242 #  columns:
4243 #    - title: "2001.0-2"
4244 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4245 #    - title: "2005.0-3"
4246 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4247 #  comparisons:
4248 #    - title: "Diff"
4249 #      reference: 1
4250 #      compare: 2
4251 #  legend:
4252 #    - ''
4253 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4254 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4255 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4256 #    - '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.'
4257 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4258
4259 # VPP Performance Changes 2n-dnv 1t1c pdr
4260 - type: "table"
4261   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4262   algorithm: "table_comparison"
4263   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4265   filter: "'1T1C'"
4266   columns:
4267     - title: "2001.0-2"
4268       data-set: "vpp-performance-changes-2n-dnv-h1"
4269     - title: "2005.0-5"
4270       data-set: "vpp-performance-changes-2n-dnv-ref"
4271     - title: "2009.0-5"
4272       data-set: "vpp-performance-changes-2n-dnv-cmp"
4273   comparisons:
4274     - title: "2009.0-5 vs 2005.0-5"
4275       reference: 2
4276       compare: 3
4277   legend:
4278     - ''
4279     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4280     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4281     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
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-dnv 2t2c pdr
4285 - type: "table"
4286   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4287   algorithm: "table_comparison"
4288   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4289   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4290   filter: "'2T2C'"
4291   columns:
4292     - title: "2001.0-2"
4293       data-set: "vpp-performance-changes-2n-dnv-h1"
4294     - title: "2005.0-5"
4295       data-set: "vpp-performance-changes-2n-dnv-ref"
4296     - title: "2009.0-5"
4297       data-set: "vpp-performance-changes-2n-dnv-cmp"
4298   comparisons:
4299     - title: "2009.0-5 vs 2005.0-5"
4300       reference: 2
4301       compare: 3
4302   legend:
4303     - ''
4304     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4305     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4306     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4307     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4308
4309 # VPP Performance Changes 2n-dnv 1t1c ndr
4310 - type: "table"
4311   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4312   algorithm: "table_comparison"
4313   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4314   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4315   filter: "'1T1C'"
4316   columns:
4317     - title: "2001.0-2"
4318       data-set: "vpp-performance-changes-2n-dnv-h1"
4319     - title: "2005.0-5"
4320       data-set: "vpp-performance-changes-2n-dnv-ref"
4321     - title: "2009.0-5"
4322       data-set: "vpp-performance-changes-2n-dnv-cmp"
4323   comparisons:
4324     - title: "2009.0-5 vs 2005.0-5"
4325       reference: 2
4326       compare: 3
4327   legend:
4328     - ''
4329     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4330     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4331     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4332     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4333
4334 # VPP Performance Changes 2n-dnv 2t2c ndr
4335 - type: "table"
4336   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4337   algorithm: "table_comparison"
4338   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4339   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4340   filter: "'2T2C'"
4341   columns:
4342     - title: "2001.0-2"
4343       data-set: "vpp-performance-changes-2n-dnv-h1"
4344     - title: "2005.0-5"
4345       data-set: "vpp-performance-changes-2n-dnv-ref"
4346     - title: "2009.0-5"
4347       data-set: "vpp-performance-changes-2n-dnv-cmp"
4348   comparisons:
4349     - title: "2009.0-5 vs 2005.0-5"
4350       reference: 2
4351       compare: 3
4352   legend:
4353     - ''
4354     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4355     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4356     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4357     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4358
4359 # VPP Performance Changes 3n-dnv 1t1c pdr
4360 - type: "table"
4361   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4362   algorithm: "table_comparison"
4363   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4364   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4365   filter: "'1T1C'"
4366   columns:
4367     - title: "2001.0-2"
4368       data-set: "vpp-performance-changes-3n-dnv-h1"
4369     - title: "2005.0-5"
4370       data-set: "vpp-performance-changes-3n-dnv-ref"
4371     - title: "2009.0-5"
4372       data-set: "vpp-performance-changes-3n-dnv-cmp"
4373   comparisons:
4374     - title: "2009.0-5 vs 2005.0-5"
4375       reference: 2
4376       compare: 3
4377   legend:
4378     - ''
4379     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4380     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4381     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4382     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4383
4384 # VPP Performance Changes 3n-dnv 2t2c pdr
4385 - type: "table"
4386   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4387   algorithm: "table_comparison"
4388   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4389   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4390   filter: "'2T2C'"
4391   columns:
4392     - title: "2001.0-2"
4393       data-set: "vpp-performance-changes-3n-dnv-h1"
4394     - title: "2005.0-5"
4395       data-set: "vpp-performance-changes-3n-dnv-ref"
4396     - title: "2009.0-5"
4397       data-set: "vpp-performance-changes-3n-dnv-cmp"
4398   comparisons:
4399     - title: "2009.0-5 vs 2005.0-5"
4400       reference: 2
4401       compare: 3
4402   legend:
4403     - ''
4404     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4405     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4406     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4407     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4408
4409 # VPP Performance Changes 3n-dnv 1t1c ndr
4410 - type: "table"
4411   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4412   algorithm: "table_comparison"
4413   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4414   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4415   filter: "'1T1C'"
4416   columns:
4417     - title: "2001.0-2"
4418       data-set: "vpp-performance-changes-3n-dnv-h1"
4419     - title: "2005.0-5"
4420       data-set: "vpp-performance-changes-3n-dnv-ref"
4421     - title: "2009.0-5"
4422       data-set: "vpp-performance-changes-3n-dnv-cmp"
4423   comparisons:
4424     - title: "2009.0-5 vs 2005.0-5"
4425       reference: 2
4426       compare: 3
4427   legend:
4428     - ''
4429     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4430     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4431     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4432     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4433
4434 # VPP Performance Changes 3n-dnv 2t2c ndr
4435 - type: "table"
4436   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4437   algorithm: "table_comparison"
4438   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4439   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4440   filter: "'2T2C'"
4441   columns:
4442     - title: "2001.0-2"
4443       data-set: "vpp-performance-changes-3n-dnv-h1"
4444     - title: "2005.0-5"
4445       data-set: "vpp-performance-changes-3n-dnv-ref"
4446     - title: "2009.0-5"
4447       data-set: "vpp-performance-changes-3n-dnv-cmp"
4448   comparisons:
4449     - title: "2009.0-5 vs 2005.0-5"
4450       reference: 2
4451       compare: 3
4452   legend:
4453     - ''
4454     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4455     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4456     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4457     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4458
4459 # VPP Performance Changes 3n-tsh 1t1c pdr
4460 - type: "table"
4461   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4462   algorithm: "table_comparison"
4463   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4464   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4465   filter: "'1T1C'"
4466   columns:
4467     - title: "2001.0-4"
4468       data-set: "vpp-performance-changes-3n-tsh-h1"
4469     - title: "2005.0-4"
4470       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4471     - title: "2005.0-5"
4472       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4473     - title: "2009.0-5"
4474       data-set: "vpp-performance-changes-3n-tsh-cmp"
4475   comparisons:
4476     - title: "2005.0-5 vs 2005.0-4"
4477       reference: 2
4478       compare: 3
4479 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4480     - title: "2009.0-5 vs 2005.0-5"
4481       reference: 3
4482       compare: 4
4483 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4484   legend:
4485     - ''
4486     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4487     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4488     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4489     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4490     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4491
4492 # VPP Performance Changes 3n-tsh 2t2c pdr
4493 - type: "table"
4494   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4495   algorithm: "table_comparison"
4496   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4498   filter: "'2T2C'"
4499   columns:
4500     - title: "2001.0-4"
4501       data-set: "vpp-performance-changes-3n-tsh-h1"
4502     - title: "2005.0-4"
4503       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4504     - title: "2005.0-5"
4505       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4506     - title: "2009.0-5"
4507       data-set: "vpp-performance-changes-3n-tsh-cmp"
4508   comparisons:
4509     - title: "2005.0-5 vs 2005.0-4"
4510       reference: 2
4511       compare: 3
4512 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4513     - title: "2009.0-5 vs 2005.0-5"
4514       reference: 3
4515       compare: 4
4516 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4517   legend:
4518     - ''
4519     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4520     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4521     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4522     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4523     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4524
4525 # VPP Performance Changes 3n-tsh 1t1c ndr
4526 - type: "table"
4527   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4528   algorithm: "table_comparison"
4529   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4530   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4531   filter: "'1T1C'"
4532   columns:
4533     - title: "2001.0-4"
4534       data-set: "vpp-performance-changes-3n-tsh-h1"
4535     - title: "2005.0-4"
4536       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4537     - title: "2005.0-5"
4538       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4539     - title: "2009.0-5"
4540       data-set: "vpp-performance-changes-3n-tsh-cmp"
4541   comparisons:
4542     - title: "2005.0-5 vs 2005.0-4"
4543       reference: 2
4544       compare: 3
4545 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4546     - title: "2009.0-5 vs 2005.0-5"
4547       reference: 3
4548       compare: 4
4549 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4550   legend:
4551     - ''
4552     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4553     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4554     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4555     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4556     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4557
4558 # VPP Performance Changes 3n-tsh 2t2c ndr
4559 - type: "table"
4560   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4561   algorithm: "table_comparison"
4562   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4563   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4564   filter: "'2T2C'"
4565   columns:
4566     - title: "2001.0-4"
4567       data-set: "vpp-performance-changes-3n-tsh-h1"
4568     - title: "2005.0-4"
4569       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4570     - title: "2005.0-5"
4571       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4572     - title: "2009.0-5"
4573       data-set: "vpp-performance-changes-3n-tsh-cmp"
4574   comparisons:
4575     - title: "2005.0-5 vs 2005.0-4"
4576       reference: 2
4577       compare: 3
4578 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4579     - title: "2009.0-5 vs 2005.0-5"
4580       reference: 3
4581       compare: 4
4582 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4583   legend:
4584     - ''
4585     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4586     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4587     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4588     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4589     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4590
4591 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4592 - type: "table"
4593   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4594   algorithm: "table_comparison"
4595   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4596   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4597   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4598   columns:
4599     - title: "3n-hsw xl710"
4600       data-set: "vpp-compare-testbeds-ref"
4601       tag: "NIC_Intel-XL710"
4602     - title: "3n-skx xxv710"
4603       data-set: "vpp-compare-testbeds-cmp"
4604       tag: "NIC_Intel-XXV710"
4605   comparisons:
4606     - title: "Diff"
4607       reference: 1
4608       compare: 2
4609   legend:
4610     - ""
4611     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4612     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4613
4614 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4615 - type: "table"
4616   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4617   algorithm: "table_comparison"
4618   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4619   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4620   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4621   columns:
4622     - title: "3n-hsw xl710"
4623       data-set: "vpp-compare-testbeds-ref"
4624       tag: "NIC_Intel-XL710"
4625     - title: "3n-skx xxv710"
4626       data-set: "vpp-compare-testbeds-cmp"
4627       tag: "NIC_Intel-XXV710"
4628   comparisons:
4629     - title: "Diff"
4630       reference: 1
4631       compare: 2
4632   legend:
4633     - ""
4634     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4635     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4636
4637 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4638 - type: "table"
4639   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4640   algorithm: "table_comparison"
4641   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4642   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4643   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4644   columns:
4645     - title: "3n-hsw xl710"
4646       data-set: "vpp-compare-testbeds-ref"
4647       tag: "NIC_Intel-XL710"
4648     - title: "3n-skx xxv710"
4649       data-set: "vpp-compare-testbeds-cmp"
4650       tag: "NIC_Intel-XXV710"
4651   comparisons:
4652     - title: "Diff"
4653       reference: 1
4654       compare: 2
4655   legend:
4656     - ""
4657     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4658     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4659
4660 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4661 - type: "table"
4662   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4663   algorithm: "table_comparison"
4664   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4665   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4666   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4667   columns:
4668     - title: "3n-hsw xl710"
4669       data-set: "vpp-compare-testbeds-ref"
4670       tag: "NIC_Intel-XL710"
4671     - title: "3n-skx xxv710"
4672       data-set: "vpp-compare-testbeds-cmp"
4673       tag: "NIC_Intel-XXV710"
4674   comparisons:
4675     - title: "Diff"
4676       reference: 1
4677       compare: 2
4678   legend:
4679     - ""
4680     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4681     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4682
4683 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4684 - type: "table"
4685   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4686   algorithm: "table_comparison"
4687   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4688   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4689   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4690   columns:
4691     - title: "2n-skx"
4692       data-set: "vpp-compare-testbeds-skx-clx-ref"
4693     - title: "2n-clx"
4694       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4695   comparisons:
4696     - title: "Diff"
4697       reference: 1
4698       compare: 2
4699   legend:
4700     - ""
4701     - "2n-skx, 2n-clx - testbeds and NICs tested."
4702     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4703
4704 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4705 - type: "table"
4706   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4707   algorithm: "table_comparison"
4708   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4709   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4710   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4711   columns:
4712     - title: "2n-skx"
4713       data-set: "vpp-compare-testbeds-skx-clx-ref"
4714     - title: "2n-clx"
4715       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4716   comparisons:
4717     - title: "Diff"
4718       reference: 1
4719       compare: 2
4720   legend:
4721     - ""
4722     - "2n-skx, 2n-clx - testbeds and NICs tested."
4723     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4724
4725 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4726 - type: "table"
4727   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4728   algorithm: "table_comparison"
4729   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4730   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4731   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4732   columns:
4733     - title: "2n-skx"
4734       data-set: "vpp-compare-testbeds-skx-clx-ref"
4735     - title: "2n-clx"
4736       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4737   comparisons:
4738     - title: "Diff"
4739       reference: 1
4740       compare: 2
4741   legend:
4742     - ""
4743     - "2n-skx, 2n-clx - testbeds and NICs tested."
4744     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4745
4746 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4747 - type: "table"
4748   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4749   algorithm: "table_comparison"
4750   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4751   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4752   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4753   columns:
4754     - title: "2n-skx"
4755       data-set: "vpp-compare-testbeds-skx-clx-ref"
4756     - title: "2n-clx"
4757       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4758   comparisons:
4759     - title: "Diff"
4760       reference: 1
4761       compare: 2
4762   legend:
4763     - ""
4764     - "2n-skx, 2n-clx - testbeds and NICs tested."
4765     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4766
4767 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4768 - type: "table"
4769   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4770   algorithm: "table_comparison"
4771   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4772   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4773   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4774   columns:
4775     - title: "3n-hsw xl710"
4776       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4777       tag: "NIC_Intel-XL710"
4778     - title: "2n-clx xxv710"
4779       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4780       tag: "NIC_Intel-XXV710"
4781   comparisons:
4782     - title: "Diff"
4783       reference: 1
4784       compare: 2
4785   legend:
4786     - ""
4787     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4788     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4789
4790 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4791 - type: "table"
4792   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4793   algorithm: "table_comparison"
4794   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4795   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4796   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4797   columns:
4798     - title: "3n-hsw xl710"
4799       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4800       tag: "NIC_Intel-XL710"
4801     - title: "2n-clx xxv710"
4802       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4803       tag: "NIC_Intel-XXV710"
4804   comparisons:
4805     - title: "Diff"
4806       reference: 1
4807       compare: 2
4808   legend:
4809     - ""
4810     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4811     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4812
4813 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4814 - type: "table"
4815   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4816   algorithm: "table_comparison"
4817   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4818   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4819   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4820   columns:
4821     - title: "3n-hsw xl710"
4822       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4823       tag: "NIC_Intel-XL710"
4824     - title: "2n-clx xxv710"
4825       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4826       tag: "NIC_Intel-XXV710"
4827   comparisons:
4828     - title: "Diff"
4829       reference: 1
4830       compare: 2
4831   legend:
4832     - ""
4833     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4834     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4835
4836 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4837 - type: "table"
4838   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4839   algorithm: "table_comparison"
4840   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4842   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4843   columns:
4844     - title: "3n-hsw xl710"
4845       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4846       tag: "NIC_Intel-XL710"
4847     - title: "2n-clx xxv710"
4848       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4849       tag: "NIC_Intel-XXV710"
4850   comparisons:
4851     - title: "Diff"
4852       reference: 1
4853       compare: 2
4854   legend:
4855     - ""
4856     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4857     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4858
4859 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4860 - type: "table"
4861   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4862   algorithm: "table_comparison"
4863   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4864   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4865   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4866   columns:
4867     - title: "3n-skx"
4868       data-set: "vpp-compare-topologies-ref"
4869     - title: "2n-skx"
4870       data-set: "vpp-compare-topologies-cmp"
4871   comparisons:
4872     - title: "Diff"
4873       reference: 1
4874       compare: 2
4875   legend:
4876     - ""
4877     - "3n-skx, 2n-skx - topologies tested."
4878     - "Diff - difference between 3n-skx and 2n-skx topologies."
4879
4880 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4881 - type: "table"
4882   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4883   algorithm: "table_comparison"
4884   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4885   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4886   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4887   columns:
4888     - title: "3n-skx"
4889       data-set: "vpp-compare-topologies-ref"
4890     - title: "2n-skx"
4891       data-set: "vpp-compare-topologies-cmp"
4892   comparisons:
4893     - title: "Diff"
4894       reference: 1
4895       compare: 2
4896   legend:
4897     - ""
4898     - "3n-skx, 2n-skx - topologies tested."
4899     - "Diff - difference between 3n-skx and 2n-skx topologies."
4900
4901 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4902 - type: "table"
4903   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4904   algorithm: "table_comparison"
4905   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4906   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4907   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4908   columns:
4909     - title: "3n-skx"
4910       data-set: "vpp-compare-topologies-ref"
4911     - title: "2n-skx"
4912       data-set: "vpp-compare-topologies-cmp"
4913   comparisons:
4914     - title: "Diff"
4915       reference: 1
4916       compare: 2
4917   legend:
4918     - ""
4919     - "3n-skx, 2n-skx - topologies tested."
4920     - "Diff - difference between 3n-skx and 2n-skx topologies."
4921
4922 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4923 - type: "table"
4924   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4925   algorithm: "table_comparison"
4926   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4928   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4929   columns:
4930     - title: "3n-skx"
4931       data-set: "vpp-compare-topologies-ref"
4932     - title: "2n-skx"
4933       data-set: "vpp-compare-topologies-cmp"
4934   comparisons:
4935     - title: "Diff"
4936       reference: 1
4937       compare: 2
4938   legend:
4939     - ""
4940     - "3n-skx, 2n-skx - topologies tested."
4941     - "Diff - difference between 3n-skx and 2n-skx topologies."
4942
4943 # VPP Performance Changes 3n-hsw 1t1c mrr
4944 - type: "table"
4945   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4946   algorithm: "table_comparison"
4947   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4948   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4949   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4950   columns:
4951     - title: "2001.0-2"
4952       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4953     - title: "2005.0-4"
4954       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4955     - title: "2005.0-5"
4956       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4957     - title: "2009.0-5"
4958       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4959   comparisons:
4960     - title: "2005.0-5 vs 2005.0-4"
4961       reference: 2
4962       compare: 3
4963 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4964     - title: "2009.0-5 vs 2005.0-5"
4965       reference: 3
4966       compare: 4
4967 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4968   legend:
4969     - ''
4970     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4971     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4972     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4973     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4974     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4975
4976 # VPP Performance Changes 3n-hsw 2t2c mrr
4977 - type: "table"
4978   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4979   algorithm: "table_comparison"
4980   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4982   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4983   columns:
4984     - title: "2001.0-2"
4985       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4986     - title: "2005.0-4"
4987       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4988     - title: "2005.0-5"
4989       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4990     - title: "2009.0-5"
4991       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4992   comparisons:
4993     - title: "2005.0-5 vs 2005.0-4"
4994       reference: 2
4995       compare: 3
4996 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4997     - title: "2009.0-5 vs 2005.0-5"
4998       reference: 3
4999       compare: 4
5000 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5001   legend:
5002     - ''
5003     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5004     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5005     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5006     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5007     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5008
5009 # VPP Performance Changes 3n-hsw 4t4c mrr
5010 - type: "table"
5011   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5012   algorithm: "table_comparison"
5013   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5014   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5015   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5016   columns:
5017     - title: "2001.0-2"
5018       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5019     - title: "2005.0-4"
5020       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5021     - title: "2005.0-5"
5022       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5023     - title: "2009.0-5"
5024       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5025   comparisons:
5026     - title: "2005.0-5 vs 2005.0-4"
5027       reference: 2
5028       compare: 3
5029 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5030     - title: "2009.0-5 vs 2005.0-5"
5031       reference: 3
5032       compare: 4
5033 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5034   legend:
5035     - ''
5036     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5037     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5038     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5039     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5040     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5041
5042 # VPP Performance Changes 3n-skx 2t1c mrr
5043 - type: "table"
5044   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5045   algorithm: "table_comparison"
5046   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5047   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5048   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5049   columns:
5050     - title: "2001.0-2"
5051       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5052     - title: "2005.0-4"
5053       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5054     - title: "2005.0-5"
5055       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5056     - title: "2009.0-5"
5057       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5058   comparisons:
5059     - title: "2005.0-5 vs 2005.0-4"
5060       reference: 2
5061       compare: 3
5062 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
5063     - title: "2009.0-5 vs 2005.0-5"
5064       reference: 2
5065       compare: 3
5066 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
5067   legend:
5068     - ''
5069     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5070     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5071     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5072     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5073     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5074
5075 # VPP Performance Changes 3n-skx 4t2c mrr
5076 - type: "table"
5077   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5078   algorithm: "table_comparison"
5079   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5080   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5081   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5082   columns:
5083     - title: "2001.0-2"
5084       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5085     - title: "2005.0-4"
5086       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5087     - title: "2005.0-5"
5088       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5089     - title: "2009.0-5"
5090       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5091   comparisons:
5092     - title: "2005.0-5 vs 2005.0-4"
5093       reference: 2
5094       compare: 3
5095 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5096     - title: "2009.0-5 vs 2005.0-5"
5097       reference: 2
5098       compare: 3
5099 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5100   legend:
5101     - ''
5102     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5103     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5104     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5105     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5106     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5107
5108 # VPP Performance Changes 3n-skx 8t4c mrr
5109 - type: "table"
5110   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5111   algorithm: "table_comparison"
5112   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5113   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5114   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5115   columns:
5116     - title: "2001.0-2"
5117       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5118     - title: "2005.0-4"
5119       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5120     - title: "2005.0-5"
5121       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5122     - title: "2009.0-5"
5123       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5124   comparisons:
5125     - title: "2005.0-5 vs 2005.0-4"
5126       reference: 2
5127       compare: 3
5128 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5129     - title: "2009.0-5 vs 2005.0-5"
5130       reference: 2
5131       compare: 3
5132 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5133   legend:
5134     - ''
5135     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5136     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5137     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5138     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5139     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5140
5141 # VPP Performance Changes 2n-skx 2t1c mrr
5142 - type: "table"
5143   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5144   algorithm: "table_comparison"
5145   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5146   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5147   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5148   columns:
5149     - title: "2001.0-2"
5150       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5151     - title: "2005.0-4"
5152       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5153     - title: "2005.0-5"
5154       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5155     - title: "2009.0-5"
5156       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5157   comparisons:
5158     - title: "2005.0-5 vs 2005.0-4"
5159       reference: 2
5160       compare: 3
5161 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5162     - title: "2009.0-5 vs 2005.0-4"
5163       reference: 3
5164       compare: 4
5165 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5166   legend:
5167     - ''
5168     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5169     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5170     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5171     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5172     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5173
5174 # VPP Performance Changes 2n-skx 4t2c mrr
5175 - type: "table"
5176   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5177   algorithm: "table_comparison"
5178   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5179   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5180   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5181   columns:
5182     - title: "2001.0-2"
5183       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5184     - title: "2005.0-4"
5185       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5186     - title: "2005.0-5"
5187       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5188     - title: "2009.0-5"
5189       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5190   comparisons:
5191     - title: "2005.0-5 vs 2005.0-4"
5192       reference: 2
5193       compare: 3
5194 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5195     - title: "2009.0-5 vs 2005.0-4"
5196       reference: 3
5197       compare: 4
5198 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5199   legend:
5200     - ''
5201     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5202     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5203     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5204     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5205     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5206
5207 # VPP Performance Changes 2n-skx 8t4c mrr
5208 - type: "table"
5209   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5210   algorithm: "table_comparison"
5211   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5212   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5213   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5214   columns:
5215     - title: "2001.0-2"
5216       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5217     - title: "2005.0-4"
5218       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5219     - title: "2005.0-5"
5220       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5221     - title: "2009.0-5"
5222       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5223   comparisons:
5224     - title: "2005.0-5 vs 2005.0-4"
5225       reference: 2
5226       compare: 3
5227 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5228     - title: "2009.0-5 vs 2005.0-4"
5229       reference: 3
5230       compare: 4
5231 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5232   legend:
5233     - ''
5234     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5235     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5236     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5237     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5238     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5239
5240 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5241 - type: "table"
5242   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5243   algorithm: "table_comparison"
5244   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5245   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5246   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5247   columns:
5248     - title: "2001.0-2"
5249       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5250     - title: "2005.0-4"
5251       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5252     - title: "2005.0-5"
5253       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5254     - title: "2009.0-5"
5255       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5256   comparisons:
5257     - title: "2005.0-5 vs 2005.0-4"
5258       reference: 2
5259       compare: 3
5260 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5261     - title: "2009.0-5 vs 2005.0-5"
5262       reference: 3
5263       compare: 4
5264 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5265   legend:
5266     - ''
5267     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5268     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5269     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5270     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5271     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5272
5273 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5274 - type: "table"
5275   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5276   algorithm: "table_comparison"
5277   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5278   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5279   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5280   columns:
5281     - title: "2001.0-2"
5282       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5283     - title: "2005.0-4"
5284       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5285     - title: "2005.0-5"
5286       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5287     - title: "2009.0-5"
5288       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5289   comparisons:
5290     - title: "2005.0-5 vs 2005.0-4"
5291       reference: 2
5292       compare: 3
5293 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5294     - title: "2009.0-5 vs 2005.0-5"
5295       reference: 3
5296       compare: 4
5297 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5298   legend:
5299     - ''
5300     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5301     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5302     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5303     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5304     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5305
5306 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5307 - type: "table"
5308   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5309   algorithm: "table_comparison"
5310   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5311   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5312   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5313   columns:
5314     - title: "2001.0-2"
5315       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5316     - title: "2005.0-4"
5317       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5318     - title: "2005.0-5"
5319       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5320     - title: "2009.0-5"
5321       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5322   comparisons:
5323     - title: "2005.0-5 vs 2005.0-4"
5324       reference: 2
5325       compare: 3
5326 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5327     - title: "2009.0-5 vs 2005.0-5"
5328       reference: 3
5329       compare: 4
5330 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5331   legend:
5332     - ''
5333     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5334     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5335     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5336     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5337     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5338
5339 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5340 #- type: "table"
5341 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5342 #  algorithm: "table_comparison"
5343 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5344 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5345 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5346 #  columns:
5347 #    - title: "2001"
5348 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5349 #    - title: "2005"
5350 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5351 #  comparisons:
5352 #    - title: "Diff"
5353 #      reference: 1
5354 #      compare: 2
5355 #  legend:
5356 #    - ""
5357 #    - "2001, 2005 - VPP versions tested."
5358 #    - "Diff - difference between 2001 and 2005 VPP version."
5359 #
5360 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5361 #- type: "table"
5362 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5363 #  algorithm: "table_comparison"
5364 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5365 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5366 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5367 #  columns:
5368 #    - title: "2001"
5369 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5370 #    - title: "2005"
5371 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5372 #  comparisons:
5373 #    - title: "Diff"
5374 #      reference: 1
5375 #      compare: 2
5376 #  legend:
5377 #    - ""
5378 #    - "2001, 2005 - VPP versions tested."
5379 #    - "Diff - difference between 2001 and 2005 VPP version."
5380 #
5381 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5382 #- type: "table"
5383 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5384 #  algorithm: "table_comparison"
5385 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5386 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5387 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5388 #  columns:
5389 #    - title: "2001"
5390 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5391 #    - title: "2005"
5392 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5393 #  comparisons:
5394 #    - title: "Diff"
5395 #      reference: 1
5396 #      compare: 2
5397 #  legend:
5398 #    - ""
5399 #    - "2001, 2005 - VPP versions tested."
5400 #    - "Diff - difference between 2001 and 2005 VPP version."
5401
5402 # VPP Performance Changes 2n-dnv 1t1c mrr
5403 - type: "table"
5404   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5405   algorithm: "table_comparison"
5406   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5407   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5408   filter: "'1T1C'"
5409   columns:
5410     - title: "2001.0-2"
5411       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5412     - title: "2005.0-5"
5413       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5414     - title: "2009.0-5"
5415       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5416   comparisons:
5417     - title: "2009.0-5 vs 2005.0-5"
5418       reference: 2
5419       compare: 3
5420   legend:
5421     - ''
5422     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5423     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5424     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
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-dnv 2t2c mrr
5428 - type: "table"
5429   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5430   algorithm: "table_comparison"
5431   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5432   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5433   filter: "'2T2C'"
5434   columns:
5435     - title: "2001.0-2"
5436       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5437     - title: "2005.0-5"
5438       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5439     - title: "2009.0-5"
5440       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5441   comparisons:
5442     - title: "2009.0-5 vs 2005.0-5"
5443       reference: 2
5444       compare: 3
5445   legend:
5446     - ''
5447     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5448     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5449     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5450     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5451
5452 # VPP Performance Changes 2n-dnv 4t4c mrr
5453 - type: "table"
5454   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5455   algorithm: "table_comparison"
5456   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5457   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5458   filter: "'4T4C'"
5459   columns:
5460     - title: "2001.0-2"
5461       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5462     - title: "2005.0-5"
5463       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5464     - title: "2009.0-5"
5465       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5466   comparisons:
5467     - title: "2009.0-5 vs 2005.0-5"
5468       reference: 2
5469       compare: 3
5470   legend:
5471     - ''
5472     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5473     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5474     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5475     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5476
5477 # VPP Performance Changes 3n-dnv 1t1c mrr
5478 - type: "table"
5479   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5480   algorithm: "table_comparison"
5481   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5482   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5483   filter: "'1T1C'"
5484   columns:
5485     - title: "2001.0-2"
5486       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5487     - title: "2005.0-5"
5488       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5489     - title: "2009.0-5"
5490       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5491   comparisons:
5492     - title: "2009.0-5 vs 2005.0-5"
5493       reference: 2
5494       compare: 3
5495   legend:
5496     - ''
5497     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5498     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5499     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5500     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5501
5502 # VPP Performance Changes 3n-dnv 2t2c mrr
5503 - type: "table"
5504   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5505   algorithm: "table_comparison"
5506   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5507   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5508   filter: "'2T2C'"
5509   columns:
5510     - title: "2001.0-2"
5511       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5512     - title: "2005.0-5"
5513       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5514     - title: "2009.0-5"
5515       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5516   comparisons:
5517     - title: "2009.0-5 vs 2005.0-5"
5518       reference: 2
5519       compare: 3
5520   legend:
5521     - ''
5522     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5523     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5524     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5525     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5526
5527 # VPP Performance Changes 3n-dnv 4t4c mrr
5528 - type: "table"
5529   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5530   algorithm: "table_comparison"
5531   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5532   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5533   filter: "'4T4C'"
5534   columns:
5535     - title: "2001.0-2"
5536       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5537     - title: "2005.0-5"
5538       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5539     - title: "2009.0-5"
5540       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5541   comparisons:
5542     - title: "2009.0-5 vs 2005.0-5"
5543       reference: 2
5544       compare: 3
5545   legend:
5546     - ''
5547     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5548     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5549     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5550     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5551
5552 # VPP Performance Changes 3n-tsh 1t1c mrr
5553 - type: "table"
5554   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5555   algorithm: "table_comparison"
5556   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5557   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5558   filter: "'1T1C'"
5559   columns:
5560     - title: "2001.0-2"
5561       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5562     - title: "2005.0-4"
5563       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5564     - title: "2005.0-5"
5565       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5566     - title: "2009.0-5"
5567       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5568   comparisons:
5569     - title: "2005.0-5 vs 2005.0-4"
5570       reference: 2
5571       compare: 3
5572 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5573     - title: "2009.0-5 vs 2005.0-5"
5574       reference: 3
5575       compare: 4
5576 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5577   legend:
5578     - ''
5579     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5580     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5581     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5582     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5583     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5584
5585 # VPP Performance Changes 3n-tsh 2t2c mrr
5586 - type: "table"
5587   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5588   algorithm: "table_comparison"
5589   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5590   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5591   filter: "'2T2C'"
5592   columns:
5593     - title: "2001.0-2"
5594       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5595     - title: "2005.0-4"
5596       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5597     - title: "2005.0-5"
5598       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5599     - title: "2009.0-5"
5600       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5601   comparisons:
5602     - title: "2005.0-5 vs 2005.0-4"
5603       reference: 2
5604       compare: 3
5605 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5606     - title: "2009.0-5 vs 2005.0-5"
5607       reference: 3
5608       compare: 4
5609 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5610   legend:
5611     - ''
5612     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5613     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5614     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5615     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5616     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5617
5618 # VPP Performance Changes 3n-tsh 4t4c mrr
5619 - type: "table"
5620   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5621   algorithm: "table_comparison"
5622   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5623   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5624   filter: "'4T4C'"
5625   columns:
5626     - title: "2001.0-2"
5627       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5628     - title: "2005.0-4"
5629       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5630     - title: "2005.0-5"
5631       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5632     - title: "2009.0-5"
5633       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5634   comparisons:
5635     - title: "2005.0-5 vs 2005.0-4"
5636       reference: 2
5637       compare: 3
5638 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5639     - title: "2009.0-5 vs 2005.0-5"
5640       reference: 3
5641       compare: 4
5642 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5643   legend:
5644     - ''
5645     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5646     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5647     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5648     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5649     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5650
5651 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5652 - type: "table"
5653   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5654   algorithm: "table_comparison"
5655   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5656   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5657   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5658   columns:
5659     - title: "3n-hsw xl710"
5660       data-set: "vpp-compare-testbeds-mrr-ref"
5661       tag: "NIC_Intel-XL710"
5662     - title: "3n-skx xxv710"
5663       data-set: "vpp-compare-testbeds-mrr-cmp"
5664       tag: "NIC_Intel-XXV710"
5665   comparisons:
5666     - title: "Diff"
5667       reference: 1
5668       compare: 2
5669   legend:
5670     - ""
5671     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5672     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5673
5674 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5675 - type: "table"
5676   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5677   algorithm: "table_comparison"
5678   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5679   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5680   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5681   columns:
5682     - title: "3n-hsw xl710"
5683       data-set: "vpp-compare-testbeds-mrr-ref"
5684       tag: "NIC_Intel-XL710"
5685     - title: "3n-skx xxv710"
5686       data-set: "vpp-compare-testbeds-mrr-cmp"
5687       tag: "NIC_Intel-XXV710"
5688   comparisons:
5689     - title: "Diff"
5690       reference: 1
5691       compare: 2
5692   legend:
5693     - ""
5694     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5695     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5696
5697 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5698 - type: "table"
5699   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5700   algorithm: "table_comparison"
5701   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5702   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5703   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5704   columns:
5705     - title: "3n-hsw xl710"
5706       data-set: "vpp-compare-testbeds-mrr-ref"
5707       tag: "NIC_Intel-XL710"
5708     - title: "3n-skx xxv710"
5709       data-set: "vpp-compare-testbeds-mrr-cmp"
5710       tag: "NIC_Intel-XXV710"
5711   comparisons:
5712     - title: "Diff"
5713       reference: 1
5714       compare: 2
5715   legend:
5716     - ""
5717     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5718     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5719
5720 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5721 - type: "table"
5722   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5723   algorithm: "table_comparison"
5724   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5725   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5726   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5727   columns:
5728     - title: "2n-skx"
5729       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5730     - title: "2n-clx"
5731       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5732   comparisons:
5733     - title: "Diff"
5734       reference: 1
5735       compare: 2
5736   legend:
5737     - ""
5738     - "2n-skx, 2n-clx - testbeds and NICs tested."
5739     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5740
5741 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5742 - type: "table"
5743   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5744   algorithm: "table_comparison"
5745   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5747   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5748   columns:
5749     - title: "2n-skx"
5750       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5751     - title: "2n-clx"
5752       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5753   comparisons:
5754     - title: "Diff"
5755       reference: 1
5756       compare: 2
5757   legend:
5758     - ""
5759     - "2n-skx, 2n-clx - testbeds and NICs tested."
5760     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5761
5762 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5763 - type: "table"
5764   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5765   algorithm: "table_comparison"
5766   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5768   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5769   columns:
5770     - title: "2n-skx"
5771       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5772     - title: "2n-clx"
5773       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5774   comparisons:
5775     - title: "Diff"
5776       reference: 1
5777       compare: 2
5778   legend:
5779     - ""
5780     - "2n-skx, 2n-clx - testbeds and NICs tested."
5781     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5782
5783 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5784 - type: "table"
5785   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5786   algorithm: "table_comparison"
5787   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5788   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5789   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5790   columns:
5791     - title: "3n-skx"
5792       data-set: "vpp-compare-topologies-mrr-ref"
5793     - title: "2n-skx"
5794       data-set: "vpp-compare-topologies-mrr-cmp"
5795   comparisons:
5796     - title: "Diff"
5797       reference: 1
5798       compare: 2
5799   legend:
5800     - ""
5801     - "3n-skx, 2n-skx - topologies tested."
5802     - "Diff - difference between 3n-skx and 2n-skx topologies."
5803
5804 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5805 - type: "table"
5806   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5807   algorithm: "table_comparison"
5808   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5810   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5811   columns:
5812     - title: "3n-skx"
5813       data-set: "vpp-compare-topologies-mrr-ref"
5814     - title: "2n-skx"
5815       data-set: "vpp-compare-topologies-mrr-cmp"
5816   comparisons:
5817     - title: "Diff"
5818       reference: 1
5819       compare: 2
5820   legend:
5821     - ""
5822     - "3n-skx, 2n-skx - topologies tested."
5823     - "Diff - difference between 3n-skx and 2n-skx topologies."
5824
5825 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5826 - type: "table"
5827   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5828   algorithm: "table_comparison"
5829   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5831   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5832   columns:
5833     - title: "3n-skx"
5834       data-set: "vpp-compare-topologies-mrr-ref"
5835     - title: "2n-skx"
5836       data-set: "vpp-compare-topologies-mrr-cmp"
5837   comparisons:
5838     - title: "Diff"
5839       reference: 1
5840       compare: 2
5841   legend:
5842     - ""
5843     - "3n-skx, 2n-skx - topologies tested."
5844     - "Diff - difference between 3n-skx and 2n-skx topologies."
5845
5846 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5847 - type: "table"
5848   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5849   algorithm: "table_comparison"
5850   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5851   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5852   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5853   columns:
5854     - title: "3n-hsw xl710"
5855       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5856       tag: "NIC_Intel-XL710"
5857     - title: "2n-clx xxv710"
5858       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5859       tag: "NIC_Intel-XXV710"
5860   comparisons:
5861     - title: "Diff"
5862       reference: 1
5863       compare: 2
5864   legend:
5865     - ""
5866     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5867     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5868
5869 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5870 - type: "table"
5871   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5872   algorithm: "table_comparison"
5873   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5874   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5875   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5876   columns:
5877     - title: "3n-hsw xl710"
5878       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5879       tag: "NIC_Intel-XL710"
5880     - title: "2n-clx xxv710"
5881       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5882       tag: "NIC_Intel-XXV710"
5883   comparisons:
5884     - title: "Diff"
5885       reference: 1
5886       compare: 2
5887   legend:
5888     - ""
5889     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5890     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5891
5892 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5893 - type: "table"
5894   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5895   algorithm: "table_comparison"
5896   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5897   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5898   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5899   columns:
5900     - title: "3n-hsw xl710"
5901       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5902       tag: "NIC_Intel-XL710"
5903     - title: "2n-clx xxv710"
5904       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5905       tag: "NIC_Intel-XXV710"
5906   comparisons:
5907     - title: "Diff"
5908       reference: 1
5909       compare: 2
5910   legend:
5911     - ""
5912     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5913     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5914
5915 # Detailed Test Results - VPP Performance Results 3n-hsw
5916 - type: "table"
5917   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5918   algorithm: "table_merged_details"
5919   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5920   columns:
5921     - title: " |prein| Test Name |preout| "
5922       data: "data name"
5923     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5924       data: "data msg"
5925   data: "vpp-perf-results-3n-hsw"
5926   filter: "all"
5927   parameters:
5928   - "name"
5929   - "parent"
5930   - "msg"
5931
5932 # Detailed Test Results - VPP Performance Results 3n-skx
5933 - type: "table"
5934   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5935   algorithm: "table_merged_details"
5936   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5937   columns:
5938     - title: " |prein| Test Name |preout| "
5939       data: "data name"
5940     - 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| "
5941       data: "data msg"
5942   data: "vpp-perf-results-3n-skx"
5943   filter: "all"
5944   remove-ndr: False
5945   parameters:
5946   - "name"
5947   - "parent"
5948   - "msg"
5949
5950 # Detailed Test Results - VPP Performance Results 2n-skx
5951 - type: "table"
5952   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5953   algorithm: "table_merged_details"
5954   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5955   columns:
5956     - title: " |prein| Test Name |preout| "
5957       data: "data name"
5958     - 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| "
5959       data: "data msg"
5960   data: "vpp-perf-results-2n-skx"
5961   filter: "all"
5962   remove-ndr: False
5963   parameters:
5964   - "name"
5965   - "parent"
5966   - "msg"
5967
5968 # Detailed Test Results - VPP Performance Results 2n-clx
5969 - type: "table"
5970   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5971   algorithm: "table_merged_details"
5972   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5973   columns:
5974     - title: " |prein| Test Name |preout| "
5975       data: "data name"
5976     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5977       data: "data msg"
5978   data: "vpp-perf-results-2n-clx"
5979   filter: "all"
5980   parameters:
5981   - "name"
5982   - "parent"
5983   - "msg"
5984
5985 # Detailed Test Results - VPP Performance Results 3n-tsh
5986 - type: "table"
5987   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5988   algorithm: "table_merged_details"
5989   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5990   columns:
5991     - title: " |prein| Test Name |preout| "
5992       data: "data name"
5993     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
5994       data: "data msg"
5995   data: "vpp-perf-results-3n-tsh"
5996   filter: "all"
5997   parameters:
5998   - "name"
5999   - "parent"
6000   - "msg"
6001
6002 # Detailed Test Results - VPP Performance Results 3n-dnv
6003 - type: "table"
6004   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6005   algorithm: "table_merged_details"
6006   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6007   columns:
6008     - title: " |prein| Test Name |preout| "
6009       data: "data name"
6010     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
6011       data: "data msg"
6012   data: "vpp-perf-results-3n-dnv"
6013   filter: "all"
6014   parameters:
6015   - "name"
6016   - "parent"
6017   - "msg"
6018
6019 # Detailed Test Results - VPP Performance Results 2n-dnv
6020 - type: "table"
6021   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6022   algorithm: "table_merged_details"
6023   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6024   columns:
6025     - title: " |prein| Test Name |preout| "
6026       data: "data name"
6027     - 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| "
6028       data: "data msg"
6029   data: "vpp-perf-results-2n-dnv"
6030   filter: "all"
6031   parameters:
6032   - "name"
6033   - "parent"
6034   - "msg"
6035
6036 # Test configuration - VPP Performance Test Configs 3n-hsw
6037 - type: "table"
6038   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6039   algorithm: "table_merged_details"
6040   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6041   columns:
6042     - title: " |prein| Test Name |preout| "
6043       data: "data name"
6044     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6045       data: "data conf-history"
6046   data: "vpp-perf-results-3n-hsw"
6047   filter: "all"
6048   parameters:
6049   - "parent"
6050   - "name"
6051   - "conf-history"
6052
6053 # Test configuration - VPP Performance Test Configs 3n-skx
6054 - type: "table"
6055   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6056   algorithm: "table_merged_details"
6057   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6058   columns:
6059     - title: " |prein| Test Name |preout| "
6060       data: "data name"
6061     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6062       data: "data conf-history"
6063   data: "vpp-perf-results-3n-skx"
6064   filter: "all"
6065   parameters:
6066   - "parent"
6067   - "name"
6068   - "conf-history"
6069
6070 # Test configuration - VPP Performance Test Configs 2n-skx
6071 - type: "table"
6072   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6073   algorithm: "table_merged_details"
6074   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6075   columns:
6076     - title: " |prein| Test Name |preout| "
6077       data: "data name"
6078     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6079       data: "data conf-history"
6080   data: "vpp-perf-results-2n-skx"
6081   filter: "all"
6082   parameters:
6083   - "parent"
6084   - "name"
6085   - "conf-history"
6086
6087 # Test configuration - VPP Performance Test Configs 2n-clx
6088 - type: "table"
6089   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6090   algorithm: "table_merged_details"
6091   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6092   columns:
6093     - title: " |prein| Test Name |preout| "
6094       data: "data name"
6095     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6096       data: "data conf-history"
6097   data: "vpp-perf-results-2n-clx"
6098   filter: "all"
6099   parameters:
6100   - "parent"
6101   - "name"
6102   - "conf-history"
6103
6104 # Test configuration - VPP Performance Test Configs 3n-tsh
6105 - type: "table"
6106   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6107   algorithm: "table_merged_details"
6108   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6109   columns:
6110     - title: " |prein| Test Name |preout| "
6111       data: "data name"
6112     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6113       data: "data conf-history"
6114   data: "vpp-perf-results-3n-tsh"
6115   filter: "all"
6116   parameters:
6117   - "parent"
6118   - "name"
6119   - "conf-history"
6120
6121 # Test configuration - VPP Performance Test Configs 3n-dnv
6122 - type: "table"
6123   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6124   algorithm: "table_merged_details"
6125   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6126   columns:
6127     - title: " |prein| Test Name |preout| "
6128       data: "data name"
6129     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6130       data: "data conf-history"
6131   data: "vpp-perf-results-3n-dnv"
6132   filter: "all"
6133   parameters:
6134   - "parent"
6135   - "name"
6136   - "conf-history"
6137
6138 # Test configuration - VPP Performance Test Configs 2n-dnv
6139 - type: "table"
6140   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6141   algorithm: "table_merged_details"
6142   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6143   columns:
6144     - title: " |prein| Test Name |preout| "
6145       data: "data name"
6146     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6147       data: "data conf-history"
6148   data: "vpp-perf-results-2n-dnv"
6149   filter: "all"
6150   parameters:
6151   - "parent"
6152   - "name"
6153   - "conf-history"
6154
6155 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6156 - type: "table"
6157   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6158   algorithm: "table_oper_data_html"
6159   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6160   data: "vpp-perf-results-3n-hsw"
6161   filter: "all"
6162
6163 # Test Operational Data - VPP Performance Operational Data 3n-skx
6164 - type: "table"
6165   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6166   algorithm: "table_oper_data_html"
6167   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6168   data: "vpp-perf-results-3n-skx"
6169   filter: "all"
6170
6171 # Test Operational Data - VPP Performance Operational Data 2n-skx
6172 - type: "table"
6173   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6174   algorithm: "table_oper_data_html"
6175   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6176   data: "vpp-perf-results-2n-skx"
6177   filter: "all"
6178
6179 # Test Operational Data - VPP Performance Operational Data 2n-clx
6180 - type: "table"
6181   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6182   algorithm: "table_oper_data_html"
6183   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6184   data: "vpp-perf-results-2n-clx"
6185   filter: "all"
6186
6187 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6188 - type: "table"
6189   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6190   algorithm: "table_oper_data_html"
6191   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6192   data: "vpp-perf-results-3n-tsh"
6193   filter: "all"
6194
6195 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6196 - type: "table"
6197   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6198   algorithm: "table_oper_data_html"
6199   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6200   data: "vpp-perf-results-3n-dnv"
6201   filter: "all"
6202
6203 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6204 - type: "table"
6205   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6206   algorithm: "table_oper_data_html"
6207   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6208   data: "vpp-perf-results-2n-dnv"
6209   filter: "all"
6210
6211 # Detailed Test Results - VPP MRR Results 3n-hsw
6212 - type: "table"
6213   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6214   algorithm: "table_merged_details"
6215   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6216   columns:
6217     - title: " |prein| Test Name |preout| "
6218       data: "data name"
6219     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6220       data: "data msg"
6221   data: "vpp-mrr-results-3n-hsw"
6222   filter: "all"
6223   parameters:
6224   - "name"
6225   - "parent"
6226   - "msg"
6227
6228 # Detailed Test Results - VPP MRR Results 3n-skx
6229 - type: "table"
6230   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6231   algorithm: "table_merged_details"
6232   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6233   columns:
6234     - title: " |prein| Test Name |preout| "
6235       data: "data name"
6236     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6237       data: "data msg"
6238   data: "vpp-mrr-results-3n-skx"
6239   filter: "all"
6240   parameters:
6241   - "name"
6242   - "parent"
6243   - "msg"
6244
6245 # Detailed Test Results - VPP MRR Results 2n-skx
6246 - type: "table"
6247   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6248   algorithm: "table_merged_details"
6249   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6250   columns:
6251     - title: " |prein| Test Name |preout| "
6252       data: "data name"
6253     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6254       data: "data msg"
6255   data: "vpp-mrr-results-2n-skx"
6256   filter: "all"
6257   parameters:
6258   - "name"
6259   - "parent"
6260   - "msg"
6261
6262 # Detailed Test Results - VPP MRR Results 2n-clx
6263 - type: "table"
6264   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6265   algorithm: "table_merged_details"
6266   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6267   columns:
6268     - title: " |prein| Test Name |preout| "
6269       data: "data name"
6270     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6271       data: "data msg"
6272   data: "vpp-mrr-results-2n-clx"
6273   filter: "all"
6274   parameters:
6275   - "name"
6276   - "parent"
6277   - "msg"
6278
6279 # Detailed Test Results - VPP MRR Results 3n-tsh
6280 - type: "table"
6281   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6282   algorithm: "table_merged_details"
6283   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6284   columns:
6285     - title: " |prein| Test Name |preout| "
6286       data: "data name"
6287     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6288       data: "data msg"
6289   data: "vpp-mrr-results-3n-tsh"
6290   filter: "all"
6291   parameters:
6292   - "name"
6293   - "parent"
6294   - "msg"
6295
6296 # Detailed Test Results - VPP MRR Results 3n-dnv
6297 - type: "table"
6298   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6299   algorithm: "table_merged_details"
6300   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6301   columns:
6302     - title: " |prein| Test Name |preout| "
6303       data: "data name"
6304     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6305       data: "data msg"
6306   data: "vpp-mrr-results-3n-dnv"
6307   filter: "all"
6308   parameters:
6309   - "name"
6310   - "parent"
6311   - "msg"
6312
6313 # Detailed Test Results - VPP MRR Results 2n-dnv
6314 - type: "table"
6315   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6316   algorithm: "table_merged_details"
6317   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6318   columns:
6319     - title: " |prein| Test Name |preout| "
6320       data: "data name"
6321     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6322       data: "data msg"
6323   data: "vpp-mrr-results-2n-dnv"
6324   filter: "all"
6325   parameters:
6326   - "name"
6327   - "parent"
6328   - "msg"
6329
6330 # Test configuration - VPP MRR Test Configs 3n-hsw
6331 - type: "table"
6332   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6333   algorithm: "table_merged_details"
6334   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6335   columns:
6336     - title: " |prein| Test Name |preout| "
6337       data: "data name"
6338     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6339       data: "data conf-history"
6340   data: "vpp-mrr-results-3n-hsw"
6341   filter: "all"
6342   parameters:
6343   - "parent"
6344   - "name"
6345   - "conf-history"
6346
6347 # Test configuration - VPP MRR Test Configs 3n-skx
6348 - type: "table"
6349   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6350   algorithm: "table_merged_details"
6351   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6352   columns:
6353     - title: " |prein| Test Name |preout| "
6354       data: "data name"
6355     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6356       data: "data conf-history"
6357   data: "vpp-mrr-results-3n-skx"
6358   filter: "all"
6359   parameters:
6360   - "parent"
6361   - "name"
6362   - "conf-history"
6363
6364 # Test configuration - VPP MRR Test Configs 2n-skx
6365 - type: "table"
6366   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6367   algorithm: "table_merged_details"
6368   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6369   columns:
6370     - title: " |prein| Test Name |preout| "
6371       data: "data name"
6372     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6373       data: "data conf-history"
6374   data: "vpp-mrr-results-2n-skx"
6375   filter: "all"
6376   parameters:
6377   - "parent"
6378   - "name"
6379   - "conf-history"
6380
6381 # Test configuration - VPP MRR Test Configs 2n-clx
6382 - type: "table"
6383   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6384   algorithm: "table_merged_details"
6385   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6386   columns:
6387     - title: " |prein| Test Name |preout| "
6388       data: "data name"
6389     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6390       data: "data conf-history"
6391   data: "vpp-mrr-results-2n-clx"
6392   filter: "all"
6393   parameters:
6394   - "parent"
6395   - "name"
6396   - "conf-history"
6397
6398 # Test configuration - VPP MRR Test Configs 3n-tsh
6399 - type: "table"
6400   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6401   algorithm: "table_merged_details"
6402   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6403   columns:
6404     - title: " |prein| Test Name |preout| "
6405       data: "data name"
6406     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6407       data: "data conf-history"
6408   data: "vpp-mrr-results-3n-tsh"
6409   filter: "all"
6410   parameters:
6411   - "parent"
6412   - "name"
6413   - "conf-history"
6414
6415 # Test configuration - VPP MRR Test Configs 3n-dnv
6416 - type: "table"
6417   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6418   algorithm: "table_merged_details"
6419   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6420   columns:
6421     - title: " |prein| Test Name |preout| "
6422       data: "data name"
6423     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6424       data: "data conf-history"
6425   data: "vpp-mrr-results-3n-dnv"
6426   filter: "all"
6427   parameters:
6428   - "parent"
6429   - "name"
6430   - "conf-history"
6431
6432 # Test configuration - VPP MRR Test Configs 2n-dnv
6433 - type: "table"
6434   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6435   algorithm: "table_merged_details"
6436   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6437   columns:
6438     - title: " |prein| Test Name |preout| "
6439       data: "data name"
6440     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6441       data: "data conf-history"
6442   data: "vpp-mrr-results-2n-dnv"
6443   filter: "all"
6444   parameters:
6445   - "parent"
6446   - "name"
6447   - "conf-history"
6448
6449 # Detailed Test Results - VPP Device Results - Ubuntu
6450 - type: "table"
6451   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6452   algorithm: "table_merged_details"
6453   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6454   columns:
6455     - title: " |prein| Test Name |preout| "
6456       data: "data name"
6457     - title: " |prein| Status |preout| "
6458       data: "data status"
6459   data: "vpp-device-results-ubuntu"
6460   filter: "all"
6461   parameters:
6462   - "name"
6463   - "parent"
6464   - "doc"
6465   - "status"
6466
6467 # Test configuration - VPP Device Test Configs - Ubuntu
6468 - type: "table"
6469   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6470   algorithm: "table_merged_details"
6471   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6472   columns:
6473     - title: " |prein| Test Name |preout| "
6474       data: "data name"
6475     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6476       data: "data conf-history"
6477   data: "vpp-device-results-ubuntu"
6478   filter: "all"
6479   parameters:
6480   - "parent"
6481   - "name"
6482   - "conf-history"
6483
6484 ################################################################################
6485
6486 # DPDK Performance Changes 3n-hsw 1t1c pdr
6487 - type: "table"
6488   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6489   algorithm: "table_comparison"
6490   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6491   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6492   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6493   columns:
6494     - title: "2001"
6495       data-set: "dpdk-performance-changes-3n-hsw-h1"
6496     - title: "2005"
6497       data-set: "dpdk-performance-changes-3n-hsw-ref"
6498     - title: "2009"
6499       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6500   comparisons:
6501     - title: "Diff"
6502       reference: 2
6503       compare: 3
6504   legend:
6505     - ""
6506     - "2001, 2005, 2009 - DPDK versions tested."
6507     - "Diff - difference between 2005 and 2009 DPDK version."
6508
6509 # DPDK Performance Changes 3n-hsw 2t2c pdr
6510 - type: "table"
6511   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6512   algorithm: "table_comparison"
6513   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6514   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6515   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6516   columns:
6517     - title: "2001"
6518       data-set: "dpdk-performance-changes-3n-hsw-h1"
6519     - title: "2005"
6520       data-set: "dpdk-performance-changes-3n-hsw-ref"
6521     - title: "2009"
6522       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6523   comparisons:
6524     - title: "Diff"
6525       reference: 2
6526       compare: 3
6527   legend:
6528     - ""
6529     - "2001, 2005, 2009 - DPDK versions tested."
6530     - "Diff - difference between 2005 and 2009 DPDK version."
6531
6532 # DPDK Performance Changes 3n-hsw 1t1c pdr
6533 - type: "table"
6534   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6535   algorithm: "table_comparison"
6536   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6538   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6539   columns:
6540     - title: "2001"
6541       data-set: "dpdk-performance-changes-3n-hsw-h1"
6542     - title: "2005"
6543       data-set: "dpdk-performance-changes-3n-hsw-ref"
6544     - title: "2009"
6545       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6546   comparisons:
6547     - title: "Diff"
6548       reference: 2
6549       compare: 3
6550   legend:
6551     - ""
6552     - "2001, 2005, 2009 - DPDK versions tested."
6553     - "Diff - difference between 2005 and 2009 DPDK version."
6554
6555 # DPDK Performance Changes 3n-hsw 2t2c ndr
6556 - type: "table"
6557   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6558   algorithm: "table_comparison"
6559   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6561   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6562   columns:
6563     - title: "2001"
6564       data-set: "dpdk-performance-changes-3n-hsw-h1"
6565     - title: "2005"
6566       data-set: "dpdk-performance-changes-3n-hsw-ref"
6567     - title: "2009"
6568       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6569   comparisons:
6570     - title: "Diff"
6571       reference: 2
6572       compare: 3
6573   legend:
6574     - ""
6575     - "2001, 2005, 2009 - DPDK versions tested."
6576     - "Diff - difference between 2005 and 2009 DPDK version."
6577
6578 # DPDK Performance Changes 3n-skx 2t1c pdr
6579 - type: "table"
6580   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6581   algorithm: "table_comparison"
6582   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6583   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6584   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6585   columns:
6586     - title: "2001"
6587       data-set: "dpdk-performance-changes-3n-skx-h1"
6588     - title: "2005"
6589       data-set: "dpdk-performance-changes-3n-skx-ref"
6590     - title: "2009"
6591       data-set: "dpdk-performance-changes-3n-skx-cmp"
6592   comparisons:
6593     - title: "Diff"
6594       reference: 2
6595       compare: 3
6596   legend:
6597     - ""
6598     - "2001, 2005, 2009 - DPDK versions tested."
6599     - "Diff - difference between 2005 and 2009 DPDK version."
6600
6601 # DPDK Performance Changes 3n-skx 4t2c pdr
6602 - type: "table"
6603   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6604   algorithm: "table_comparison"
6605   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6606   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6607   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6608   columns:
6609     - title: "2001"
6610       data-set: "dpdk-performance-changes-3n-skx-h1"
6611     - title: "2005"
6612       data-set: "dpdk-performance-changes-3n-skx-ref"
6613     - title: "2009"
6614       data-set: "dpdk-performance-changes-3n-skx-cmp"
6615   comparisons:
6616     - title: "Diff"
6617       reference: 2
6618       compare: 3
6619   legend:
6620     - ""
6621     - "2001, 2005, 2009 - DPDK versions tested."
6622     - "Diff - difference between 2005 and 2009 DPDK version."
6623
6624 # DPDK Performance Changes 3n-skx 2t1c ndr
6625 - type: "table"
6626   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6627   algorithm: "table_comparison"
6628   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6629   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6630   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6631   columns:
6632     - title: "2001"
6633       data-set: "dpdk-performance-changes-3n-skx-h1"
6634     - title: "2005"
6635       data-set: "dpdk-performance-changes-3n-skx-ref"
6636     - title: "2009"
6637       data-set: "dpdk-performance-changes-3n-skx-cmp"
6638   comparisons:
6639     - title: "Diff"
6640       reference: 2
6641       compare: 3
6642   legend:
6643     - ""
6644     - "2001, 2005, 2009 - DPDK versions tested."
6645     - "Diff - difference between 2005 and 2009 DPDK version."
6646
6647 # DPDK Performance Changes 3n-skx 4t2c ndr
6648 - type: "table"
6649   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6650   algorithm: "table_comparison"
6651   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6653   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6654   columns:
6655     - title: "2001"
6656       data-set: "dpdk-performance-changes-3n-skx-h1"
6657     - title: "2005"
6658       data-set: "dpdk-performance-changes-3n-skx-ref"
6659     - title: "2009"
6660       data-set: "dpdk-performance-changes-3n-skx-cmp"
6661   comparisons:
6662     - title: "Diff"
6663       reference: 2
6664       compare: 3
6665   legend:
6666     - ""
6667     - "2001, 2005, 2009 - DPDK versions tested."
6668     - "Diff - difference between 2005 and 2009 DPDK version."
6669
6670 # DPDK Performance Changes 2n-skx 2t1c pdr
6671 - type: "table"
6672   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6673   algorithm: "table_comparison"
6674   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6676   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6677   columns:
6678     - title: "2001"
6679       data-set: "dpdk-performance-changes-2n-skx-h1"
6680     - title: "2005"
6681       data-set: "dpdk-performance-changes-2n-skx-ref"
6682     - title: "2009"
6683       data-set: "dpdk-performance-changes-2n-skx-cmp"
6684   comparisons:
6685     - title: "Diff"
6686       reference: 2
6687       compare: 3
6688   legend:
6689     - ""
6690     - "2001, 2005, 2009 - DPDK versions tested."
6691     - "Diff - difference between 2005 and 2009 DPDK version."
6692
6693 # DPDK Performance Changes 2n-skx 4t2c pdr
6694 - type: "table"
6695   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6696   algorithm: "table_comparison"
6697   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6698   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6699   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6700   columns:
6701     - title: "2001"
6702       data-set: "dpdk-performance-changes-2n-skx-h1"
6703     - title: "2005"
6704       data-set: "dpdk-performance-changes-2n-skx-ref"
6705     - title: "2009"
6706       data-set: "dpdk-performance-changes-2n-skx-cmp"
6707   comparisons:
6708     - title: "Diff"
6709       reference: 2
6710       compare: 3
6711   legend:
6712     - ""
6713     - "2001, 2005, 2009 - DPDK versions tested."
6714     - "Diff - difference between 2005 and 2009 DPDK version."
6715
6716 # DPDK Performance Changes 2n-skx 2t1c ndr
6717 - type: "table"
6718   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6719   algorithm: "table_comparison"
6720   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6721   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6722   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6723   columns:
6724     - title: "2001"
6725       data-set: "dpdk-performance-changes-2n-skx-h1"
6726     - title: "2005"
6727       data-set: "dpdk-performance-changes-2n-skx-ref"
6728     - title: "2009"
6729       data-set: "dpdk-performance-changes-2n-skx-cmp"
6730   comparisons:
6731     - title: "Diff"
6732       reference: 2
6733       compare: 3
6734   legend:
6735     - ""
6736     - "2001, 2005, 2009 - DPDK versions tested."
6737     - "Diff - difference between 2005 and 2009 DPDK version."
6738
6739 # DPDK Performance Changes 2n-skx 4t2c ndr
6740 - type: "table"
6741   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6742   algorithm: "table_comparison"
6743   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6744   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6745   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6746   columns:
6747     - title: "2001"
6748       data-set: "dpdk-performance-changes-2n-skx-h1"
6749     - title: "2005"
6750       data-set: "dpdk-performance-changes-2n-skx-ref"
6751     - title: "2009"
6752       data-set: "dpdk-performance-changes-2n-skx-cmp"
6753   comparisons:
6754     - title: "Diff"
6755       reference: 2
6756       compare: 3
6757   legend:
6758     - ""
6759     - "2001, 2005, 2009 - DPDK versions tested."
6760     - "Diff - difference between 2005 and 2009 DPDK version."
6761
6762 # DPDK Performance Changes 2n-clx 2t1c pdr
6763 - type: "table"
6764   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6765   algorithm: "table_comparison"
6766   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6767   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6768   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6769   columns:
6770     - title: "2001"
6771       data-set: "dpdk-performance-changes-2n-clx-h1"
6772     - title: "2005"
6773       data-set: "dpdk-performance-changes-2n-clx-ref"
6774     - title: "2009"
6775       data-set: "dpdk-performance-changes-2n-clx-cmp"
6776   comparisons:
6777     - title: "Diff"
6778       reference: 2
6779       compare: 3
6780   legend:
6781     - ""
6782     - "2001, 2005, 2009 - DPDK versions tested."
6783     - "Diff - difference between 2005 and 2009 DPDK version."
6784
6785 # DPDK Performance Changes 2n-clx 4t2c pdr
6786 - type: "table"
6787   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6788   algorithm: "table_comparison"
6789   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6790   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6791   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6792   columns:
6793     - title: "2001"
6794       data-set: "dpdk-performance-changes-2n-clx-h1"
6795     - title: "2005"
6796       data-set: "dpdk-performance-changes-2n-clx-ref"
6797     - title: "2009"
6798       data-set: "dpdk-performance-changes-2n-clx-cmp"
6799   comparisons:
6800     - title: "Diff"
6801       reference: 2
6802       compare: 3
6803   legend:
6804     - ""
6805     - "2001, 2005, 2009 - DPDK versions tested."
6806     - "Diff - difference between 2005 and 2009 DPDK version."
6807
6808 # DPDK Performance Changes 2n-clx 2t1c ndr
6809 - type: "table"
6810   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6811   algorithm: "table_comparison"
6812   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6813   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6814   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6815   columns:
6816     - title: "2001"
6817       data-set: "dpdk-performance-changes-2n-clx-h1"
6818     - title: "2005"
6819       data-set: "dpdk-performance-changes-2n-clx-ref"
6820     - title: "2009"
6821       data-set: "dpdk-performance-changes-2n-clx-cmp"
6822   comparisons:
6823     - title: "Diff"
6824       reference: 2
6825       compare: 3
6826   legend:
6827     - ""
6828     - "2001, 2005, 2009 - DPDK versions tested."
6829     - "Diff - difference between 2005 and 2009 DPDK version."
6830
6831 # DPDK Performance Changes 2n-clx 4t2c ndr
6832 - type: "table"
6833   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6834   algorithm: "table_comparison"
6835   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6836   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6837   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6838   columns:
6839     - title: "2001"
6840       data-set: "dpdk-performance-changes-2n-clx-h1"
6841     - title: "2005"
6842       data-set: "dpdk-performance-changes-2n-clx-ref"
6843     - title: "2009"
6844       data-set: "dpdk-performance-changes-2n-clx-cmp"
6845   comparisons:
6846     - title: "Diff"
6847       reference: 2
6848       compare: 3
6849   legend:
6850     - ""
6851     - "2001, 2005, 2009 - DPDK versions tested."
6852     - "Diff - difference between 2005 and 2009 DPDK version."
6853
6854 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6855 #- type: "table"
6856 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6857 #  algorithm: "table_comparison"
6858 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6859 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6860 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6861 #  columns:
6862 #    - title: "2001"
6863 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6864 #    - title: "2005"
6865 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6866 #    - title: "2009"
6867 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6868 #  comparisons:
6869 #    - title: "Diff"
6870 #      reference: 2
6871 #      compare: 3
6872 #  legend:
6873 #    - ""
6874 #    - "2001, 2005, 2009 - DPDK versions tested."
6875 #    - "Diff - difference between 2005 and 2009 DPDK version."
6876 #
6877 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6878 #- type: "table"
6879 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6880 #  algorithm: "table_comparison"
6881 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6882 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6883 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6884 #  columns:
6885 #    - title: "2001"
6886 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6887 #    - title: "2005"
6888 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6889 #    - title: "2009"
6890 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6891 #  comparisons:
6892 #    - title: "Diff"
6893 #      reference: 2
6894 #      compare: 3
6895 #  legend:
6896 #    - ""
6897 #    - "2001, 2005, 2009 - DPDK versions tested."
6898 #    - "Diff - difference between 2005 and 2009 DPDK version."
6899 #
6900 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6901 #- type: "table"
6902 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6903 #  algorithm: "table_comparison"
6904 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6905 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6906 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6907 #  columns:
6908 #    - title: "2001"
6909 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6910 #    - title: "2005"
6911 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6912 #    - title: "2009"
6913 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6914 #  comparisons:
6915 #    - title: "Diff"
6916 #      reference: 2
6917 #      compare: 3
6918 #  legend:
6919 #    - ""
6920 #    - "2001, 2005, 2009 - DPDK versions tested."
6921 #    - "Diff - difference between 2005 and 2009 DPDK version."
6922 #
6923 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6924 #- type: "table"
6925 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6926 #  algorithm: "table_comparison"
6927 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6928 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6929 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6930 #  columns:
6931 #    - title: "2001"
6932 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6933 #    - title: "2005"
6934 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6935 #    - title: "2009"
6936 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6937 #  comparisons:
6938 #    - title: "Diff"
6939 #      reference: 2
6940 #      compare: 3
6941 #  legend:
6942 #    - ""
6943 #    - "2001, 2005, 2009 - DPDK versions tested."
6944 #    - "Diff - difference between 2005 and 2009 DPDK version."
6945 #
6946 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6947 #- type: "table"
6948 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6949 #  algorithm: "table_comparison"
6950 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6951 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6952 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6953 #  columns:
6954 #    - title: "2001"
6955 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6956 #    - title: "2005"
6957 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6958 #    - title: "2009"
6959 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6960 #  comparisons:
6961 #    - title: "Diff"
6962 #      reference: 2
6963 #      compare: 3
6964 #  legend:
6965 #    - ""
6966 #    - "2001, 2005, 2009 - DPDK versions tested."
6967 #    - "Diff - difference between 2005 and 2009 DPDK version."
6968 #
6969 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6970 #- type: "table"
6971 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6972 #  algorithm: "table_comparison"
6973 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6974 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6975 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6976 #  columns:
6977 #    - title: "2001"
6978 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6979 #    - title: "2005"
6980 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6981 #    - title: "2009"
6982 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6983 #  comparisons:
6984 #    - title: "Diff"
6985 #      reference: 2
6986 #      compare: 3
6987 #  legend:
6988 #    - ""
6989 #    - "2001, 2005, 2009 - DPDK versions tested."
6990 #    - "Diff - difference between 2005 and 2009 DPDK version."
6991 #
6992 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6993 #- type: "table"
6994 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6995 #  algorithm: "table_comparison"
6996 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6997 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6998 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6999 #  columns:
7000 #    - title: "2001"
7001 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7002 #    - title: "2005"
7003 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7004 #    - title: "2009"
7005 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7006 #  comparisons:
7007 #    - title: "Diff"
7008 #      reference: 2
7009 #      compare: 3
7010 #  legend:
7011 #    - ""
7012 #    - "2001, 2005, 2009 - DPDK versions tested."
7013 #    - "Diff - difference between 2005 and 2009 DPDK version."
7014 #
7015 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7016 #- type: "table"
7017 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7018 #  algorithm: "table_comparison"
7019 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7020 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7021 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7022 #  columns:
7023 #    - title: "2001"
7024 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7025 #    - title: "2005"
7026 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7027 #    - title: "2009"
7028 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7029 #  comparisons:
7030 #    - title: "Diff"
7031 #      reference: 2
7032 #      compare: 3
7033 #  legend:
7034 #    - ""
7035 #    - "2001, 2005, 2009 - DPDK versions tested."
7036 #    - "Diff - difference between 2005 and 2009 DPDK version."
7037
7038 # DPDK Performance Changes 3n-tsh 1t1c pdr
7039 - type: "table"
7040   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7041   algorithm: "table_comparison"
7042   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7043   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7044   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7045   columns:
7046     - title: "2001"
7047       data-set: "dpdk-performance-changes-3n-tsh-h1"
7048     - title: "2005"
7049       data-set: "dpdk-performance-changes-3n-tsh-ref"
7050     - title: "2009"
7051       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7052   comparisons:
7053     - title: "Diff"
7054       reference: 2
7055       compare: 3
7056   legend:
7057     - ""
7058     - "2001, 2005, 2009 - DPDK versions tested."
7059     - "Diff - difference between 2005 and 2009 DPDK version."
7060
7061 # DPDK Performance Changes 3n-tsh 2t2c pdr
7062 - type: "table"
7063   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7064   algorithm: "table_comparison"
7065   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7067   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7068   columns:
7069     - title: "2001"
7070       data-set: "dpdk-performance-changes-3n-tsh-h1"
7071     - title: "2005"
7072       data-set: "dpdk-performance-changes-3n-tsh-ref"
7073     - title: "2009"
7074       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7075   comparisons:
7076     - title: "Diff"
7077       reference: 2
7078       compare: 3
7079   legend:
7080     - ""
7081     - "2001, 2005, 2009 - DPDK versions tested."
7082     - "Diff - difference between 2005 and 2009 DPDK version."
7083
7084 # DPDK Performance Changes 3n-tsh 1t1c ndr
7085 - type: "table"
7086   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7087   algorithm: "table_comparison"
7088   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7089   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7090   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7091   columns:
7092     - title: "2001"
7093       data-set: "dpdk-performance-changes-3n-tsh-h1"
7094     - title: "2005"
7095       data-set: "dpdk-performance-changes-3n-tsh-ref"
7096     - title: "2009"
7097       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7098   comparisons:
7099     - title: "Diff"
7100       reference: 2
7101       compare: 3
7102   legend:
7103     - ""
7104     - "2001, 2005, 2009 - DPDK versions tested."
7105     - "Diff - difference between 2005 and 2009 DPDK version."
7106
7107 # DPDK Performance Changes 3n-tsh 2t2c ndr
7108 - type: "table"
7109   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7110   algorithm: "table_comparison"
7111   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7112   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7113   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7114   columns:
7115     - title: "2001"
7116       data-set: "dpdk-performance-changes-3n-tsh-h1"
7117     - title: "2005"
7118       data-set: "dpdk-performance-changes-3n-tsh-ref"
7119     - title: "2009"
7120       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7121   comparisons:
7122     - title: "Diff"
7123       reference: 2
7124       compare: 3
7125   legend:
7126     - ""
7127     - "2001, 2005, 2009 - DPDK versions tested."
7128     - "Diff - difference between 2005 and 2009 DPDK version."
7129
7130 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7131 - type: "table"
7132   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7133   algorithm: "table_comparison"
7134   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7135   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7136   filter: "'NIC_Intel-X710'"
7137   columns:
7138     - title: "3n-hsw x710"
7139       data-set: "dpdk-compare-testbeds-ref"
7140     - title: "3n-skx x710"
7141       data-set: "dpdk-compare-testbeds-cmp"
7142   comparisons:
7143     - title: "Diff"
7144       reference: 1
7145       compare: 2
7146   legend:
7147     - ""
7148     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7149     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7150
7151 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7152 - type: "table"
7153   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7154   algorithm: "table_comparison"
7155   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7156   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7157   filter: "'NIC_Intel-X710'"
7158   columns:
7159     - title: "3n-hsw x710"
7160       data-set: "dpdk-compare-testbeds-ref"
7161     - title: "3n-skx x710"
7162       data-set: "dpdk-compare-testbeds-cmp"
7163   comparisons:
7164     - title: "Diff"
7165       reference: 1
7166       compare: 2
7167   legend:
7168     - ""
7169     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7170     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7171
7172 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7173 - type: "table"
7174   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7175   algorithm: "table_comparison"
7176   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7178   filter: "'NIC_Intel-XXV710'"
7179   columns:
7180     - title: "2n-skx"
7181       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7182     - title: "2n-clx"
7183       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7184   comparisons:
7185     - title: "Diff"
7186       reference: 1
7187       compare: 2
7188   legend:
7189     - ""
7190     - "2n-skx, 2n-clx - testbeds and NICs tested."
7191     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7192
7193 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7194 - type: "table"
7195   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7196   algorithm: "table_comparison"
7197   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7199   filter: "'NIC_Intel-XXV710'"
7200   columns:
7201     - title: "2n-skx"
7202       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7203     - title: "2n-clx"
7204       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7205   comparisons:
7206     - title: "Diff"
7207       reference: 1
7208       compare: 2
7209   legend:
7210     - ""
7211     - "2n-skx, 2n-clx - testbeds and NICs tested."
7212     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7213
7214 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7215 - type: "table"
7216   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7217   algorithm: "table_comparison"
7218   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7219   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7220   filter: "'NIC_Intel-XXV710'"
7221   columns:
7222     - title: "3n-skx"
7223       data-set: "dpdk-compare-topologies-ref"
7224     - title: "2n-skx"
7225       data-set: "dpdk-compare-topologies-cmp"
7226   comparisons:
7227     - title: "Diff"
7228       reference: 1
7229       compare: 2
7230   legend:
7231     - ""
7232     - "3n-skx, 2n-skx - topologies tested."
7233     - "Diff - difference between 3n-skx and 2n-skx topologies."
7234
7235 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7236 - type: "table"
7237   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7238   algorithm: "table_comparison"
7239   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7240   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7241   filter: "'NIC_Intel-XXV710'"
7242   columns:
7243     - title: "3n-skx"
7244       data-set: "dpdk-compare-topologies-ref"
7245     - title: "2n-skx"
7246       data-set: "dpdk-compare-topologies-cmp"
7247   comparisons:
7248     - title: "Diff"
7249       reference: 1
7250       compare: 2
7251   legend:
7252     - ""
7253     - "3n-skx, 2n-skx - topologies tested."
7254     - "Diff - difference between 3n-skx and 2n-skx topologies."
7255
7256 # Detailed Test Results - DPDK Performance Results 3n-hsw
7257 - type: "table"
7258   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7259   algorithm: "table_merged_details"
7260   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7261   columns:
7262     - title: " |prein| Test Name |preout| "
7263       data: "data name"
7264     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7265       data: "data msg"
7266   data: "dpdk-perf-results-3n-hsw"
7267   filter: "all"
7268   parameters:
7269   - "name"
7270   - "parent"
7271   - "msg"
7272
7273 # Detailed Test Results - DPDK Performance Results 3n-skx
7274 - type: "table"
7275   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7276   algorithm: "table_merged_details"
7277   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7278   columns:
7279     - title: " |prein| Test Name |preout| "
7280       data: "data name"
7281     - 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| "
7282       data: "data msg"
7283   data: "dpdk-perf-results-3n-skx"
7284   filter: "all"
7285   remove-ndr: False
7286   parameters:
7287   - "name"
7288   - "parent"
7289   - "msg"
7290
7291 # Detailed Test Results - DPDK Performance Results 2n-skx
7292 - type: "table"
7293   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7294   algorithm: "table_merged_details"
7295   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7296   columns:
7297     - title: " |prein| Test Name |preout| "
7298       data: "data name"
7299     - 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| "
7300       data: "data msg"
7301   data: "dpdk-perf-results-2n-skx"
7302   filter: "all"
7303   remove-ndr: False
7304   parameters:
7305   - "name"
7306   - "parent"
7307   - "msg"
7308
7309 # Detailed Test Results - DPDK Performance Results 2n-clx
7310 - type: "table"
7311   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7312   algorithm: "table_merged_details"
7313   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7314   columns:
7315     - title: " |prein| Test Name |preout| "
7316       data: "data name"
7317     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7318       data: "data msg"
7319   data: "dpdk-perf-results-2n-clx"
7320   filter: "all"
7321   parameters:
7322   - "name"
7323   - "parent"
7324   - "msg"
7325
7326 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7327 #- type: "table"
7328 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7329 #  algorithm: "table_merged_details"
7330 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7331 #  columns:
7332 #    - title: " |prein| Test Name |preout| "
7333 #      data: "data name"
7334 #    - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7335 #      data: "data msg"
7336 #  data: "dpdk-perf-results-2n-dnv"
7337 #  filter: "all"
7338 #  parameters:
7339 #  - "name"
7340 #  - "parent"
7341 #  - "msg"
7342 #
7343 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7344 #- type: "table"
7345 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7346 #  algorithm: "table_merged_details"
7347 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7348 #  columns:
7349 #    - title: " |prein| Test Name |preout| "
7350 #      data: "data name"
7351 #    - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7352 #      data: "data msg"
7353 #  data: "dpdk-perf-results-3n-dnv"
7354 #  filter: "all"
7355 #  parameters:
7356 #  - "name"
7357 #  - "parent"
7358 #  - "msg"
7359
7360 # Detailed Test Results - DPDK Performance Results 3n-tsh
7361 - type: "table"
7362   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7363   algorithm: "table_merged_details"
7364   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7365   columns:
7366     - title: " |prein| Test Name |preout| "
7367       data: "data name"
7368     - 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| "
7369       data: "data msg"
7370   data: "dpdk-perf-results-3n-tsh"
7371   filter: "all"
7372   parameters:
7373   - "name"
7374   - "parent"
7375   - "msg"
7376
7377 ################################################################################
7378 ###                                F I L E S                                 ###
7379 ################################################################################
7380
7381 # VPP Performance Results
7382 - type: "file"
7383   title: "VPP Performance Results"
7384   algorithm: "file_details_split"
7385   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7386   dir-tables:
7387     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7388     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7389     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7390     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7391     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7392     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7393     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7394   data:
7395     - "vpp-perf-results-2n-skx"
7396     - "vpp-perf-results-3n-skx"
7397     - "vpp-perf-results-2n-clx"
7398     - "vpp-perf-results-3n-hsw"
7399     - "vpp-perf-results-3n-tsh"
7400     - "vpp-perf-results-2n-dnv"
7401     - "vpp-perf-results-3n-dnv"
7402   filter: "all"
7403   data-start-level: 4
7404   order-chapters:
7405     level-1:
7406       - "l2"
7407       - "ip4"
7408       - "ip6"
7409       - "srv6"
7410       - "ip4_tunnels"
7411       - "ip6_tunnels"
7412       - "vm_vhost"
7413       - "container_memif"
7414       - "crypto"
7415       - "vts"
7416       - "lb"
7417       - "nfv_density"
7418       - "hoststack"
7419     level-2:
7420       - "2n-skx"
7421       - "3n-skx"
7422       - "2n-clx"
7423       - "3n-hsw"
7424       - "3n-tsh"
7425       - "2n-dnv"
7426       - "3n-dnv"
7427     level-3:
7428       - "xl710"
7429       - "x520"
7430       - "xxv710"
7431       - "x710"
7432       - "x553"
7433       - "cx556a"
7434       - "vic1227"
7435       - "vic1385"
7436
7437 # VPP Performance Configuration
7438 - type: "file"
7439   title: "VPP Performance Configuration"
7440   algorithm: "file_details_split"
7441   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7442   dir-tables:
7443     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7444     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7445     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7446     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7447     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7448     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7449     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7450   data:
7451     - "vpp-perf-results-2n-skx"
7452     - "vpp-perf-results-3n-skx"
7453     - "vpp-perf-results-2n-clx"
7454     - "vpp-perf-results-3n-hsw"
7455     - "vpp-perf-results-3n-tsh"
7456     - "vpp-perf-results-2n-dnv"
7457     - "vpp-perf-results-3n-dnv"
7458   filter: "all"
7459   data-start-level: 4
7460   order-chapters:
7461     level-1:
7462       - "l2"
7463       - "ip4"
7464       - "ip6"
7465       - "srv6"
7466       - "ip4_tunnels"
7467       - "ip6_tunnels"
7468       - "vm_vhost"
7469       - "container_memif"
7470       - "crypto"
7471       - "vts"
7472       - "lb"
7473       - "nfv_density"
7474       - "hoststack"
7475     level-2:
7476       - "2n-skx"
7477       - "3n-skx"
7478       - "2n-clx"
7479       - "3n-hsw"
7480       - "3n-tsh"
7481       - "2n-dnv"
7482       - "3n-dnv"
7483     level-3:
7484       - "xl710"
7485       - "x520"
7486       - "xxv710"
7487       - "x710"
7488       - "x553"
7489       - "cx556a"
7490       - "vic1227"
7491       - "vic1385"
7492
7493 # VPP Performance Operational
7494 - type: "file"
7495   title: "VPP Performance Operational"
7496   algorithm: "file_details_split_html"
7497   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7498   dir-tables:
7499     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7500     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7501     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7502     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7503     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7504     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7505     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7506   data:
7507     - "vpp-perf-results-2n-skx"
7508     - "vpp-perf-results-3n-skx"
7509     - "vpp-perf-results-2n-clx"
7510     - "vpp-perf-results-3n-hsw"
7511     - "vpp-perf-results-3n-tsh"
7512     - "vpp-perf-results-2n-dnv"
7513     - "vpp-perf-results-3n-dnv"
7514   filter: "all"
7515   data-start-level: 4
7516   order-chapters:
7517     level-1:
7518       - "l2"
7519       - "ip4"
7520       - "ip6"
7521       - "srv6"
7522       - "ip4_tunnels"
7523       - "ip6_tunnels"
7524       - "vm_vhost"
7525       - "container_memif"
7526       - "crypto"
7527       - "vts"
7528       - "lb"
7529       - "nfv_density"
7530       - "hoststack"
7531     level-2:
7532       - "2n-skx"
7533       - "3n-skx"
7534       - "2n-clx"
7535       - "3n-hsw"
7536       - "3n-tsh"
7537       - "2n-dnv"
7538       - "3n-dnv"
7539     level-3:
7540       - "xl710"
7541       - "x520"
7542       - "xxv710"
7543       - "x710"
7544       - "x553"
7545       - "cx556a"
7546       - "vic1227"
7547       - "vic1385"
7548
7549 # VPP MRR Results
7550 - type: "file"
7551   title: "VPP MRR Results"
7552   algorithm: "file_details_split"
7553   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7554   dir-tables:
7555     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7556     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7557     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7558     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7559     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7560     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7561     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7562   data:
7563     - "vpp-mrr-results-2n-skx"
7564     - "vpp-mrr-results-3n-skx"
7565     - "vpp-mrr-results-2n-clx"
7566     - "vpp-mrr-results-3n-hsw"
7567     - "vpp-mrr-results-3n-tsh"
7568     - "vpp-mrr-results-2n-dnv"
7569     - "vpp-mrr-results-3n-dnv"
7570   filter: "all"
7571   data-start-level: 4
7572   order-chapters:
7573     level-1:
7574       - "l2"
7575       - "ip4"
7576       - "ip6"
7577       - "srv6"
7578       - "ip4_tunnels"
7579       - "ip6_tunnels"
7580       - "vm_vhost"
7581       - "container_memif"
7582       - "crypto"
7583       - "vts"
7584       - "lb"
7585       - "nfv_density"
7586       - "hoststack"
7587     level-2:
7588       - "2n-skx"
7589       - "3n-skx"
7590       - "2n-clx"
7591       - "3n-hsw"
7592       - "3n-tsh"
7593       - "2n-dnv"
7594       - "3n-dnv"
7595     level-3:
7596       - "xl710"
7597       - "x520"
7598       - "xxv710"
7599       - "x710"
7600       - "x553"
7601       - "cx556a"
7602       - "vic1227"
7603       - "vic1385"
7604
7605 # VPP MRR Configuration
7606 - type: "file"
7607   title: "VPP MRR Configuration"
7608   algorithm: "file_details_split"
7609   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7610   dir-tables:
7611     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7612     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7613     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7614     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7615     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7616     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7617     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7618   data:
7619     - "vpp-mrr-results-2n-skx"
7620     - "vpp-mrr-results-3n-skx"
7621     - "vpp-mrr-results-2n-clx"
7622     - "vpp-mrr-results-3n-hsw"
7623     - "vpp-mrr-results-3n-tsh"
7624     - "vpp-mrr-results-2n-dnv"
7625     - "vpp-mrr-results-3n-dnv"
7626   filter: "all"
7627   data-start-level: 4
7628   order-chapters:
7629     level-1:
7630       - "l2"
7631       - "ip4"
7632       - "ip6"
7633       - "srv6"
7634       - "ip4_tunnels"
7635       - "ip6_tunnels"
7636       - "vm_vhost"
7637       - "container_memif"
7638       - "crypto"
7639       - "vts"
7640       - "lb"
7641       - "nfv_density"
7642       - "hoststack"
7643     level-2:
7644       - "2n-skx"
7645       - "3n-skx"
7646       - "2n-clx"
7647       - "3n-hsw"
7648       - "3n-tsh"
7649       - "2n-dnv"
7650       - "3n-dnv"
7651     level-3:
7652       - "xl710"
7653       - "x520"
7654       - "xxv710"
7655       - "x710"
7656       - "x553"
7657       - "cx556a"
7658       - "vic1227"
7659       - "vic1385"
7660
7661 # VPP Device Results - Ubuntu
7662 - type: "file"
7663   title: "VPP Device Results - Ubuntu"
7664   algorithm: "file_test_results"
7665   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7666   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7667   data: "vpp-device-results-ubuntu"
7668   filter: "all"
7669   data-start-level: 4
7670
7671 # VPP Device Configuration - Ubuntu
7672 - type: "file"
7673   title: "VPP Device Configuration - Ubuntu"
7674   algorithm: "file_test_results"
7675   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7676   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7677   data: "vpp-device-results-ubuntu"
7678   filter: "all"
7679   data-start-level: 4
7680
7681 # DPDK Performance Results 3n-hsw
7682 - type: "file"
7683   title: "DPDK Performance Results 3n-hsw"
7684   algorithm: "file_test_results"
7685   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7686   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7687   data: "dpdk-perf-results-3n-hsw"
7688   filter: "all"
7689   data-start-level: 4
7690
7691 # DPDK Performance Results 3n-skx
7692 - type: "file"
7693   title: "DPDK Performance Results 3n-skx"
7694   algorithm: "file_test_results"
7695   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7696   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7697   data: "dpdk-perf-results-3n-skx"
7698   filter: "all"
7699   data-start-level: 4
7700
7701 # DPDK Performance Results 2n-skx
7702 - type: "file"
7703   title: "DPDK Performance Results 2n-skx"
7704   algorithm: "file_test_results"
7705   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7706   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7707   data: "dpdk-perf-results-2n-skx"
7708   filter: "all"
7709   data-start-level: 4
7710
7711 # DPDK Performance Results 2n-clx
7712 - type: "file"
7713   title: "DPDK Performance Results 2n-clx"
7714   algorithm: "file_test_results"
7715   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7716   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7717   data: "dpdk-perf-results-2n-clx"
7718   filter: "all"
7719   data-start-level: 4
7720
7721 ## DPDK Performance Results 2n-dnv
7722 #- type: "file"
7723 #  title: "DPDK Performance Results 2n-dnv"
7724 #  algorithm: "file_test_results"
7725 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7726 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7727 #  data: "dpdk-perf-results-2n-dnv"
7728 #  filter: "all"
7729 #  data-start-level: 4
7730 #
7731 ## DPDK Performance Results 3n-dnv
7732 #- type: "file"
7733 #  title: "DPDK Performance Results 3n-dnv"
7734 #  algorithm: "file_test_results"
7735 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7736 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7737 #  data: "dpdk-perf-results-3n-dnv"
7738 #  filter: "all"
7739 #  data-start-level: 4
7740
7741 # DPDK Performance Results 3n-tsh
7742 - type: "file"
7743   title: "DPDK Performance Results 3n-tsh"
7744   algorithm: "file_test_results"
7745   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7746   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7747   data: "dpdk-perf-results-3n-tsh"
7748   filter: "all"
7749   data-start-level: 4
7750
7751 ################################################################################
7752 ###                                P L O T S                                 ###
7753 ################################################################################
7754
7755 # Hoststack tests 3n-hsw
7756
7757 - type: "plot"
7758   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7759   algorithm: "plot_perf_box_name"
7760   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7761   data: "plot-vpp-hoststack-3n-hsw"
7762   include:
7763     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7764     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7765   layout:
7766     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7767     layout: "plot-hoststack"
7768
7769 - type: "plot"
7770   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7771   algorithm: "plot_perf_box_name"
7772   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7773   data: "plot-vpp-hoststack-3n-hsw"
7774   include:
7775     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7776     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7777   layout:
7778     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7779     layout: "plot-hoststack"
7780
7781 - type: "plot"
7782   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7783   algorithm: "plot_perf_box_name"
7784   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7785   data: "plot-vpp-hoststack-3n-hsw"
7786   include:
7787     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7788     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7789     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7790     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7791   layout:
7792     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7793     layout: "plot-hoststack"
7794
7795 ################################################################################
7796
7797 # Soak Test (PLRsearch), boxes - 2n-clx
7798 - type: "plot"
7799   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7800   algorithm: "plot_perf_box_name"
7801   output-file-type: ".html"
7802   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7803   data: "plot-vpp-soak-2n-clx"
7804   include:
7805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7811   layout:
7812     title: "30 Minutes Soak Test (PLRsearch)"
7813     layout: "plot-soak-throughput"
7814
7815 # Soak Test (PLRsearch), boxes - 2n-clx
7816 - type: "plot"
7817   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7818   algorithm: "plot_perf_box_name"
7819   output-file-type: ".html"
7820   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7821   data: "plot-vpp-soak-2n-clx"
7822   include:
7823     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7825     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7828     - "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"
7829   layout:
7830     title: "30 Minutes Soak Test (PLRsearch)"
7831     layout: "plot-soak-throughput"
7832
7833 # Soak Test (PLRsearch), boxes - 2n-skx
7834 - type: "plot"
7835   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7836   algorithm: "plot_perf_box_name"
7837   output-file-type: ".html"
7838   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7839   data: "plot-vpp-soak-2n-skx"
7840   include:
7841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7847   layout:
7848     title: "30 Minutes Soak Test (PLRsearch)"
7849     layout: "plot-soak-throughput"
7850
7851 # Soak Test (PLRsearch), boxes - 2n-skx
7852 - type: "plot"
7853   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7854   algorithm: "plot_perf_box_name"
7855   output-file-type: ".html"
7856   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7857   data: "plot-vpp-soak-2n-skx"
7858   include:
7859     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7860     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7861     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7862     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7864     - "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"
7865   layout:
7866     title: "30 Minutes Soak Test (PLRsearch)"
7867     layout: "plot-soak-throughput"
7868
7869 ###############################################################################
7870
7871 # Reconf tests 2n-skx
7872
7873 - type: "plot"
7874   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7875   algorithm: "plot_nf_reconf_box_name"
7876   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7877   data: "plot-vpp-nfv-reconf-2n-skx"
7878   include:
7879     - "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"
7880     - "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"
7881     - "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"
7882     - "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"
7883     - "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"
7884     - "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"
7885   layout:
7886     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7887     layout: "plot-throughput"
7888
7889 - type: "plot"
7890   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7891   algorithm: "plot_nf_reconf_box_name"
7892   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7893   data: "plot-vpp-nfv-reconf-2n-skx"
7894   include:
7895     - "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"
7896     - "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"
7897     - "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"
7898     - "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"
7899     - "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"
7900     - "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"
7901   layout:
7902     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7903     layout: "plot-throughput"
7904
7905 - type: "plot"
7906   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7907   algorithm: "plot_nf_reconf_box_name"
7908   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7909   data: "plot-vpp-nfv-reconf-2n-skx"
7910   include:
7911     - "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"
7912     - "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"
7913     - "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"
7914     - "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"
7915     - "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"
7916     - "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"
7917   layout:
7918     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7919     layout: "plot-throughput"
7920
7921 ###############################################################################
7922
7923 # Reconf tests 2n-clx
7924
7925 - type: "plot"
7926   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7927   algorithm: "plot_nf_reconf_box_name"
7928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7929   data: "plot-vpp-nfv-reconf-2n-clx"
7930   include:
7931     - "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"
7932     - "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"
7933     - "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"
7934     - "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"
7935   layout:
7936     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7937     layout: "plot-throughput"
7938
7939 - type: "plot"
7940   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7941   algorithm: "plot_nf_reconf_box_name"
7942   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7943   data: "plot-vpp-nfv-reconf-2n-clx"
7944   include:
7945     - "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"
7946     - "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"
7947     - "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"
7948     - "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"
7949   layout:
7950     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7951     layout: "plot-throughput"
7952
7953 - type: "plot"
7954   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7955   algorithm: "plot_nf_reconf_box_name"
7956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7957   data: "plot-vpp-nfv-reconf-2n-clx"
7958   include:
7959     - "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"
7960     - "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"
7961     - "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"
7962     - "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"
7963   layout:
7964     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7965     layout: "plot-throughput"
7966
7967 ###############################################################################
7968
7969 # Plots - NF Density - VSC - MRR IMIX
7970 - type: "plot"
7971   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7972   algorithm: "plot_nf_heatmap"
7973   output-file-type: ".html"
7974   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7975   data: "plot-vpp-nfv-2n-skx-mrr"
7976   filter: "'NIC_Intel-XXV710' and
7977            'NF_DENSITY' and
7978            'VHOST' and
7979            not 'VXLAN' and
7980            'CHAIN' and
7981            'NF_VPPIP4' and
7982            'IMIX' and
7983            '2T1C' and
7984            'MRR'"
7985   parameters:
7986   - "result"
7987   - "name"
7988   - "tags"
7989   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7990   x-axis: "X = VNFs per Service Chain"
7991   y-axis: "Y = Number of Service Chains"
7992   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7993   layout:
7994     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7995     layout: "plot-service-density"
7996
7997 - type: "plot"
7998   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7999   algorithm: "plot_nf_heatmap"
8000   output-file-type: ".html"
8001   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8002   data: "plot-vpp-nfv-2n-skx-mrr"
8003   filter: "'NIC_Intel-XXV710' and
8004            'NF_DENSITY' and
8005            'VHOST' and
8006            not 'VXLAN' and
8007            'CHAIN' and
8008            'NF_VPPIP4' and
8009            'IMIX' and
8010            '4T2C' and
8011            'MRR'"
8012   parameters:
8013   - "result"
8014   - "name"
8015   - "tags"
8016   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8017   x-axis: "X = VNFs per Service Chain"
8018   y-axis: "Y = Number of Service Chains"
8019   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8020   layout:
8021     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8022     layout: "plot-service-density"
8023
8024 - type: "plot"
8025   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8026   algorithm: "plot_nf_heatmap"
8027   output-file-type: ".html"
8028   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8029   data: "plot-vpp-nfv-2n-skx-mrr"
8030   filter: "'NIC_Intel-XXV710' and
8031            'NF_DENSITY' and
8032            'VHOST' and
8033            not 'VXLAN' and
8034            'CHAIN' and
8035            'NF_VPPIP4' and
8036            'IMIX' and
8037            '8T4C' and
8038            'MRR'"
8039   parameters:
8040   - "result"
8041   - "name"
8042   - "tags"
8043   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8044   x-axis: "X = VNFs per Service Chain"
8045   y-axis: "Y = Number of Service Chains"
8046   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8047   layout:
8048     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8049     layout: "plot-service-density"
8050
8051 # Plots - NF Density - VSC - NDR IMIX
8052 - type: "plot"
8053   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8054   algorithm: "plot_nf_heatmap"
8055   output-file-type: ".html"
8056   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8057   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8058   filter: "'NIC_Intel-XXV710' and
8059            'NF_DENSITY' and
8060            'VHOST' and
8061            not 'VXLAN' and
8062            'CHAIN' and
8063            'NF_VPPIP4' and
8064            'IMIX' and
8065            '2T1C' and
8066            'NDRPDR'"
8067   parameters:
8068   - "throughput"
8069   - "name"
8070   - "tags"
8071   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8072   x-axis: "X = VNFs per Service Chain"
8073   y-axis: "Y = Number of Service Chains"
8074   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8075   layout:
8076     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8077     layout: "plot-service-density"
8078
8079 - type: "plot"
8080   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8081   algorithm: "plot_nf_heatmap"
8082   output-file-type: ".html"
8083   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8084   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8085   filter: "'NIC_Intel-XXV710' and
8086            'NF_DENSITY' and
8087            'VHOST' and
8088            not 'VXLAN' and
8089            'CHAIN' and
8090            'NF_VPPIP4' and
8091            'IMIX' and
8092            '4T2C' and
8093            'NDRPDR'"
8094   parameters:
8095   - "throughput"
8096   - "name"
8097   - "tags"
8098   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8099   x-axis: "X = VNFs per Service Chain"
8100   y-axis: "Y = Number of Service Chains"
8101   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8102   layout:
8103     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8104     layout: "plot-service-density"
8105
8106 - type: "plot"
8107   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8108   algorithm: "plot_nf_heatmap"
8109   output-file-type: ".html"
8110   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8111   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8112   filter: "'NIC_Intel-XXV710' and
8113            'NF_DENSITY' and
8114            'VHOST' and
8115            not 'VXLAN' and
8116            'CHAIN' and
8117            'NF_VPPIP4' and
8118            'IMIX' and
8119            '8T4C' and
8120            'NDRPDR'"
8121   parameters:
8122   - "throughput"
8123   - "name"
8124   - "tags"
8125   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8126   x-axis: "X = VNFs per Service Chain"
8127   y-axis: "Y = Number of Service Chains"
8128   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8129   layout:
8130     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8131     layout: "plot-service-density"
8132
8133 # Plots - NF Density - VSC - PDR IMIX
8134 - type: "plot"
8135   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8136   algorithm: "plot_nf_heatmap"
8137   output-file-type: ".html"
8138   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8139   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8140   filter: "'NIC_Intel-XXV710' and
8141            'NF_DENSITY' and
8142            'VHOST' and
8143            not 'VXLAN' and
8144            'CHAIN' and
8145            'NF_VPPIP4' and
8146            'IMIX' and
8147            '2T1C' and
8148            'NDRPDR'"
8149   parameters:
8150   - "throughput"
8151   - "name"
8152   - "tags"
8153   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8154   x-axis: "X = VNFs per Service Chain"
8155   y-axis: "Y = Number of Service Chains"
8156   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8157   layout:
8158     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8159     layout: "plot-service-density"
8160
8161 - type: "plot"
8162   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8163   algorithm: "plot_nf_heatmap"
8164   output-file-type: ".html"
8165   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8166   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8167   filter: "'NIC_Intel-XXV710' and
8168            'NF_DENSITY' and
8169            'VHOST' and
8170            not 'VXLAN' and
8171            'CHAIN' and
8172            'NF_VPPIP4' and
8173            'IMIX' and
8174            '4T2C' and
8175            'NDRPDR'"
8176   parameters:
8177   - "throughput"
8178   - "name"
8179   - "tags"
8180   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8181   x-axis: "X = VNFs per Service Chain"
8182   y-axis: "Y = Number of Service Chains"
8183   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8184   layout:
8185     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8186     layout: "plot-service-density"
8187
8188 - type: "plot"
8189   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8190   algorithm: "plot_nf_heatmap"
8191   output-file-type: ".html"
8192   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8193   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8194   filter: "'NIC_Intel-XXV710' and
8195            'NF_DENSITY' and
8196            'VHOST' and
8197            not 'VXLAN' and
8198            'CHAIN' and
8199            'NF_VPPIP4' and
8200            'IMIX' and
8201            '8T4C' and
8202            'NDRPDR'"
8203   parameters:
8204   - "throughput"
8205   - "name"
8206   - "tags"
8207   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8208   x-axis: "X = VNFs per Service Chain"
8209   y-axis: "Y = Number of Service Chains"
8210   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8211   layout:
8212     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8213     layout: "plot-service-density"
8214
8215 ###############################################################################
8216
8217 # Plots - NF Density - VSC - MRR IMIX
8218 - type: "plot"
8219   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8220   algorithm: "plot_nf_heatmap"
8221   output-file-type: ".html"
8222   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8223   data: "plot-vpp-nfv-2n-skx-mrr"
8224   filter: "'NIC_Intel-XXV710' and
8225            'NF_DENSITY' and
8226            'VHOST' and
8227            'VXLAN' and
8228            'CHAIN' and
8229            'IMIX' and
8230            '2T1C' and
8231            'MRR'"
8232   parameters:
8233   - "result"
8234   - "name"
8235   - "tags"
8236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8237   x-axis: "X = VNFs per Service Chain"
8238   y-axis: "Y = Number of Service Chains"
8239   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8240   layout:
8241     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8242     layout: "plot-service-density"
8243
8244 - type: "plot"
8245   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8246   algorithm: "plot_nf_heatmap"
8247   output-file-type: ".html"
8248   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8249   data: "plot-vpp-nfv-2n-skx-mrr"
8250   filter: "'NIC_Intel-XXV710' and
8251            'NF_DENSITY' and
8252            'VHOST' and
8253            'VXLAN' and
8254            'CHAIN' and
8255            'IMIX' and
8256            '4T2C' and
8257            'MRR'"
8258   parameters:
8259   - "result"
8260   - "name"
8261   - "tags"
8262   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8263   x-axis: "X = VNFs per Service Chain"
8264   y-axis: "Y = Number of Service Chains"
8265   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8266   layout:
8267     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8268     layout: "plot-service-density"
8269
8270 - type: "plot"
8271   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8272   algorithm: "plot_nf_heatmap"
8273   output-file-type: ".html"
8274   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8275   data: "plot-vpp-nfv-2n-skx-mrr"
8276   filter: "'NIC_Intel-XXV710' and
8277            'NF_DENSITY' and
8278            'VHOST' and
8279            'VXLAN' and
8280            'CHAIN' and
8281            'IMIX' and
8282            '8T4C' and
8283            'MRR'"
8284   parameters:
8285   - "result"
8286   - "name"
8287   - "tags"
8288   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8289   x-axis: "X = VNFs per Service Chain"
8290   y-axis: "Y = Number of Service Chains"
8291   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8292   layout:
8293     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8294     layout: "plot-service-density"
8295
8296 # Plots - NF Density - VSC - NDR IMIX
8297 - type: "plot"
8298   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8299   algorithm: "plot_nf_heatmap"
8300   output-file-type: ".html"
8301   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8302   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8303   filter: "'NIC_Intel-XXV710' and
8304            'NF_DENSITY' and
8305            'VHOST' and
8306            'VXLAN' and
8307            'CHAIN' and
8308            'IMIX' and
8309            '2T1C' and
8310            'NDRPDR'"
8311   parameters:
8312   - "throughput"
8313   - "name"
8314   - "tags"
8315   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8316   x-axis: "X = VNFs per Service Chain"
8317   y-axis: "Y = Number of Service Chains"
8318   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8319   layout:
8320     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8321     layout: "plot-service-density"
8322
8323 - type: "plot"
8324   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8325   algorithm: "plot_nf_heatmap"
8326   output-file-type: ".html"
8327   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8328   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8329   filter: "'NIC_Intel-XXV710' and
8330            'NF_DENSITY' and
8331            'VHOST' and
8332            'VXLAN' and
8333            'CHAIN' and
8334            'IMIX' and
8335            '4T2C' and
8336            'NDRPDR'"
8337   parameters:
8338   - "throughput"
8339   - "name"
8340   - "tags"
8341   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8342   x-axis: "X = VNFs per Service Chain"
8343   y-axis: "Y = Number of Service Chains"
8344   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8345   layout:
8346     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8347     layout: "plot-service-density"
8348
8349 - type: "plot"
8350   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8351   algorithm: "plot_nf_heatmap"
8352   output-file-type: ".html"
8353   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8354   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8355   filter: "'NIC_Intel-XXV710' and
8356            'NF_DENSITY' and
8357            'VHOST' and
8358            'VXLAN' and
8359            'CHAIN' and
8360            'IMIX' and
8361            '8T4C' and
8362            'NDRPDR'"
8363   parameters:
8364   - "throughput"
8365   - "name"
8366   - "tags"
8367   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8368   x-axis: "X = VNFs per Service Chain"
8369   y-axis: "Y = Number of Service Chains"
8370   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8371   layout:
8372     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8373     layout: "plot-service-density"
8374
8375 # Plots - NF Density - VSC - PDR IMIX
8376 - type: "plot"
8377   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8378   algorithm: "plot_nf_heatmap"
8379   output-file-type: ".html"
8380   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8381   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8382   filter: "'NIC_Intel-XXV710' and
8383            'NF_DENSITY' and
8384            'VHOST' and
8385            'VXLAN' and
8386            'CHAIN' and
8387            'IMIX' and
8388            '2T1C' and
8389            'NDRPDR'"
8390   parameters:
8391   - "throughput"
8392   - "name"
8393   - "tags"
8394   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8395   x-axis: "X = VNFs per Service Chain"
8396   y-axis: "Y = Number of Service Chains"
8397   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8398   layout:
8399     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8400     layout: "plot-service-density"
8401
8402 - type: "plot"
8403   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8404   algorithm: "plot_nf_heatmap"
8405   output-file-type: ".html"
8406   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8407   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8408   filter: "'NIC_Intel-XXV710' and
8409            'NF_DENSITY' and
8410            'VHOST' and
8411            'VXLAN' and
8412            'CHAIN' and
8413            'IMIX' and
8414            '4T2C' and
8415            'NDRPDR'"
8416   parameters:
8417   - "throughput"
8418   - "name"
8419   - "tags"
8420   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8421   x-axis: "X = VNFs per Service Chain"
8422   y-axis: "Y = Number of Service Chains"
8423   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8424   layout:
8425     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8426     layout: "plot-service-density"
8427
8428 - type: "plot"
8429   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8430   algorithm: "plot_nf_heatmap"
8431   output-file-type: ".html"
8432   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8433   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8434   filter: "'NIC_Intel-XXV710' and
8435            'NF_DENSITY' and
8436            'VHOST' and
8437            'VXLAN' and
8438            'CHAIN' and
8439            'IMIX' and
8440            '8T4C' and
8441            'NDRPDR'"
8442   parameters:
8443   - "throughput"
8444   - "name"
8445   - "tags"
8446   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8447   x-axis: "X = VNFs per Service Chain"
8448   y-axis: "Y = Number of Service Chains"
8449   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8450   layout:
8451     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8452     layout: "plot-service-density"
8453
8454 ###############################################################################
8455
8456 # Plots - NF Density - CSC - MRR IMIX
8457 - type: "plot"
8458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8459   algorithm: "plot_nf_heatmap"
8460   output-file-type: ".html"
8461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8462   data: "plot-vpp-nfv-2n-skx-mrr"
8463   filter: "'NIC_Intel-XXV710' and
8464            'NF_DENSITY' and
8465            'DOCKER' and
8466            'CHAIN' and
8467            'NF_VPPIP4' and
8468            'IMIX' and
8469            '2T1C' and
8470            'MRR'"
8471   parameters:
8472   - "result"
8473   - "name"
8474   - "tags"
8475   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8476   x-axis: "X = CNFs per Service Chain"
8477   y-axis: "Y = Number of Service Chains"
8478   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8479   layout:
8480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8481     layout: "plot-service-density"
8482
8483 - type: "plot"
8484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8485   algorithm: "plot_nf_heatmap"
8486   output-file-type: ".html"
8487   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8488   data: "plot-vpp-nfv-2n-skx-mrr"
8489   filter: "'NIC_Intel-XXV710' and
8490            'NF_DENSITY' and
8491            'DOCKER' and
8492            'CHAIN' and
8493            'NF_VPPIP4' and
8494            'IMIX' and
8495            '4T2C' and
8496            'MRR'"
8497   parameters:
8498   - "result"
8499   - "name"
8500   - "tags"
8501   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8502   x-axis: "X = CNFs per Service Chain"
8503   y-axis: "Y = Number of Service Chains"
8504   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8505   layout:
8506     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8507     layout: "plot-service-density"
8508
8509 - type: "plot"
8510   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8511   algorithm: "plot_nf_heatmap"
8512   output-file-type: ".html"
8513   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8514   data: "plot-vpp-nfv-2n-skx-mrr"
8515   filter: "'NIC_Intel-XXV710' and
8516            'NF_DENSITY' and
8517            'DOCKER' and
8518            'CHAIN' and
8519            'NF_VPPIP4' and
8520            'IMIX' and
8521            '8T4C' and
8522            'MRR'"
8523   parameters:
8524   - "result"
8525   - "name"
8526   - "tags"
8527   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8528   x-axis: "X = CNFs per Service Chain"
8529   y-axis: "Y = Number of Service Chains"
8530   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8531   layout:
8532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8533     layout: "plot-service-density"
8534
8535 # Plots - NF Density - CSC - NDR IMIX
8536 - type: "plot"
8537   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8538   algorithm: "plot_nf_heatmap"
8539   output-file-type: ".html"
8540   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8541   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8542   filter: "'NIC_Intel-XXV710' and
8543            'NF_DENSITY' and
8544            'DOCKER' and
8545            'CHAIN' and
8546            'NF_VPPIP4' and
8547            'IMIX' and
8548            '2T1C' and
8549            'NDRPDR'"
8550   parameters:
8551   - "throughput"
8552   - "name"
8553   - "tags"
8554   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8555   x-axis: "X = CNFs per Service Chain"
8556   y-axis: "Y = Number of Service Chains"
8557   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8558   layout:
8559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8560     layout: "plot-service-density"
8561
8562 - type: "plot"
8563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8564   algorithm: "plot_nf_heatmap"
8565   output-file-type: ".html"
8566   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8567   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8568   filter: "'NIC_Intel-XXV710' and
8569            'NF_DENSITY' and
8570            'DOCKER' and
8571            'CHAIN' and
8572            'NF_VPPIP4' and
8573            'IMIX' and
8574            '4T2C' and
8575            'NDRPDR'"
8576   parameters:
8577   - "throughput"
8578   - "name"
8579   - "tags"
8580   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8581   x-axis: "X = CNFs per Service Chain"
8582   y-axis: "Y = Number of Service Chains"
8583   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8584   layout:
8585     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8586     layout: "plot-service-density"
8587
8588 - type: "plot"
8589   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8590   algorithm: "plot_nf_heatmap"
8591   output-file-type: ".html"
8592   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8593   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8594   filter: "'NIC_Intel-XXV710' and
8595            'NF_DENSITY' and
8596            'DOCKER' and
8597            'CHAIN' and
8598            'NF_VPPIP4' and
8599            'IMIX' and
8600            '8T4C' and
8601            'NDRPDR'"
8602   parameters:
8603   - "throughput"
8604   - "name"
8605   - "tags"
8606   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8607   x-axis: "X = CNFs per Service Chain"
8608   y-axis: "Y = Number of Service Chains"
8609   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8610   layout:
8611     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8612     layout: "plot-service-density"
8613
8614 # Plots - NF Density - CSC - PDR IMIX
8615 - type: "plot"
8616   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8617   algorithm: "plot_nf_heatmap"
8618   output-file-type: ".html"
8619   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8620   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8621   filter: "'NIC_Intel-XXV710' and
8622            'NF_DENSITY' and
8623            'DOCKER' and
8624            'CHAIN' and
8625            'NF_VPPIP4' and
8626            'IMIX' and
8627            '2T1C' and
8628            'NDRPDR'"
8629   parameters:
8630   - "throughput"
8631   - "name"
8632   - "tags"
8633   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8634   x-axis: "X = CNFs per Service Chain"
8635   y-axis: "Y = Number of Service Chains"
8636   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8637   layout:
8638     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8639     layout: "plot-service-density"
8640
8641 - type: "plot"
8642   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8643   algorithm: "plot_nf_heatmap"
8644   output-file-type: ".html"
8645   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8646   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8647   filter: "'NIC_Intel-XXV710' and
8648            'NF_DENSITY' and
8649            'DOCKER' and
8650            'CHAIN' and
8651            'NF_VPPIP4' and
8652            'IMIX' and
8653            '4T2C' and
8654            'NDRPDR'"
8655   parameters:
8656   - "throughput"
8657   - "name"
8658   - "tags"
8659   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8660   x-axis: "X = CNFs per Service Chain"
8661   y-axis: "Y = Number of Service Chains"
8662   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8663   layout:
8664     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8665     layout: "plot-service-density"
8666
8667 - type: "plot"
8668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8669   algorithm: "plot_nf_heatmap"
8670   output-file-type: ".html"
8671   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8672   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8673   filter: "'NIC_Intel-XXV710' and
8674            'NF_DENSITY' and
8675            'DOCKER' and
8676            'CHAIN' and
8677            'NF_VPPIP4' and
8678            'IMIX' and
8679            '8T4C' and
8680            'NDRPDR'"
8681   parameters:
8682   - "throughput"
8683   - "name"
8684   - "tags"
8685   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8686   x-axis: "X = CNFs per Service Chain"
8687   y-axis: "Y = Number of Service Chains"
8688   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8689   layout:
8690     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8691     layout: "plot-service-density"
8692
8693 ################################################################################
8694 #
8695 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8696 #- type: "plot"
8697 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8698 #  algorithm: "plot_nf_heatmap"
8699 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8700 #  data: "plot-vpp-nfv-3n-skx-mrr"
8701 #  filter: "'NIC_Intel-XXV710' and
8702 #           'NF_DENSITY' and
8703 #           'DOCKER' and
8704 #           'CHAIN' and
8705 #           'NF_VPPIP4' and
8706 #           'IPSEC' and
8707 #           'TNL_4' and
8708 #           'IMIX' and
8709 #           '2T1C' and
8710 #           'MRR'"
8711 #  parameters:
8712 #  - "result"
8713 #  - "name"
8714 #  - "tags"
8715 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8716 #  x-axis: "X = CNFs per Service Chain"
8717 #  y-axis: "Y = Number of Service Chains"
8718 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8719 #  layout:
8720 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8721 #    layout: "plot-service-density"
8722 #
8723 #- type: "plot"
8724 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8725 #  algorithm: "plot_nf_heatmap"
8726 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8727 #  data: "plot-vpp-nfv-3n-skx-mrr"
8728 #  filter: "'NIC_Intel-XXV710' and
8729 #           'NF_DENSITY' and
8730 #           'DOCKER' and
8731 #           'CHAIN' and
8732 #           'NF_VPPIP4' and
8733 #           'IPSEC' and
8734 #           'TNL_4' and
8735 #           'IMIX' and
8736 #           '4T2C' and
8737 #           'MRR'"
8738 #  parameters:
8739 #  - "result"
8740 #  - "name"
8741 #  - "tags"
8742 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8743 #  x-axis: "X = CNFs per Service Chain"
8744 #  y-axis: "Y = Number of Service Chains"
8745 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8746 #  layout:
8747 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8748 #    layout: "plot-service-density"
8749 #
8750 #- type: "plot"
8751 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8752 #  algorithm: "plot_nf_heatmap"
8753 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8754 #  data: "plot-vpp-nfv-3n-skx-mrr"
8755 #  filter: "'NIC_Intel-XXV710' and
8756 #           'NF_DENSITY' and
8757 #           'DOCKER' and
8758 #           'CHAIN' and
8759 #           'NF_VPPIP4' and
8760 #           'IPSEC' and
8761 #           'TNL_4' and
8762 #           'IMIX' and
8763 #           '8T4C' and
8764 #           'MRR'"
8765 #  parameters:
8766 #  - "result"
8767 #  - "name"
8768 #  - "tags"
8769 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8770 #  x-axis: "X = CNFs per Service Chain"
8771 #  y-axis: "Y = Number of Service Chains"
8772 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8773 #  layout:
8774 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8775 #    layout: "plot-service-density"
8776
8777 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8778 #- type: "plot"
8779 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8780 #  algorithm: "plot_nf_heatmap"
8781 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8782 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8783 #  filter: "'NIC_Intel-XXV710' and
8784 #           'NF_DENSITY' and
8785 #           'DOCKER' and
8786 #           'CHAIN' and
8787 #           'NF_VPPIP4' and
8788 #           'IPSEC' and
8789 #           'TNL_4' and
8790 #           'IMIX' and
8791 #           '2T1C' and
8792 #           'NDRPDR'"
8793 #  parameters:
8794 #  - "throughput"
8795 #  - "name"
8796 #  - "tags"
8797 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8798 #  x-axis: "X = CNFs per Service Chain"
8799 #  y-axis: "Y = Number of Service Chains"
8800 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8801 #  layout:
8802 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8803 #    layout: "plot-service-density"
8804 #
8805 #- type: "plot"
8806 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8807 #  algorithm: "plot_nf_heatmap"
8808 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8809 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8810 #  filter: "'NIC_Intel-XXV710' and
8811 #           'NF_DENSITY' and
8812 #           'DOCKER' and
8813 #           'CHAIN' and
8814 #           'NF_VPPIP4' and
8815 #           'IPSEC' and
8816 #           'TNL_4' and
8817 #           'IMIX' and
8818 #           '4T2C' and
8819 #           'NDRPDR'"
8820 #  parameters:
8821 #  - "throughput"
8822 #  - "name"
8823 #  - "tags"
8824 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8825 #  x-axis: "X = CNFs per Service Chain"
8826 #  y-axis: "Y = Number of Service Chains"
8827 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8828 #  layout:
8829 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8830 #    layout: "plot-service-density"
8831 #
8832 #- type: "plot"
8833 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8834 #  algorithm: "plot_nf_heatmap"
8835 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8836 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8837 #  filter: "'NIC_Intel-XXV710' and
8838 #           'NF_DENSITY' and
8839 #           'DOCKER' and
8840 #           'CHAIN' and
8841 #           'NF_VPPIP4' and
8842 #           'IPSEC' and
8843 #           'TNL_4' and
8844 #           'IMIX' and
8845 #           '8T4C' and
8846 #           'NDRPDR'"
8847 #  parameters:
8848 #  - "throughput"
8849 #  - "name"
8850 #  - "tags"
8851 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8852 #  x-axis: "X = CNFs per Service Chain"
8853 #  y-axis: "Y = Number of Service Chains"
8854 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8855 #  layout:
8856 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8857 #    layout: "plot-service-density"
8858 #
8859 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8860 #- type: "plot"
8861 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8862 #  algorithm: "plot_nf_heatmap"
8863 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8864 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8865 #  filter: "'NIC_Intel-XXV710' and
8866 #           'NF_DENSITY' and
8867 #           'DOCKER' and
8868 #           'CHAIN' and
8869 #           'NF_VPPIP4' and
8870 #           'IPSEC' and
8871 #           'TNL_4' and
8872 #           'IMIX' and
8873 #           '2T1C' and
8874 #           'NDRPDR'"
8875 #  parameters:
8876 #  - "throughput"
8877 #  - "name"
8878 #  - "tags"
8879 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8880 #  x-axis: "X = CNFs per Service Chain"
8881 #  y-axis: "Y = Number of Service Chains"
8882 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8883 #  layout:
8884 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8885 #    layout: "plot-service-density"
8886 #
8887 #- type: "plot"
8888 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8889 #  algorithm: "plot_nf_heatmap"
8890 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8891 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8892 #  filter: "'NIC_Intel-XXV710' and
8893 #           'NF_DENSITY' and
8894 #           'DOCKER' and
8895 #           'CHAIN' and
8896 #           'NF_VPPIP4' and
8897 #           'IPSEC' and
8898 #           'TNL_4' and
8899 #           'IMIX' and
8900 #           '4T2C' and
8901 #           'NDRPDR'"
8902 #  parameters:
8903 #  - "throughput"
8904 #  - "name"
8905 #  - "tags"
8906 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8907 #  x-axis: "X = CNFs per Service Chain"
8908 #  y-axis: "Y = Number of Service Chains"
8909 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8910 #  layout:
8911 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8912 #    layout: "plot-service-density"
8913 #
8914 #- type: "plot"
8915 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8916 #  algorithm: "plot_nf_heatmap"
8917 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8918 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8919 #  filter: "'NIC_Intel-XXV710' and
8920 #           'NF_DENSITY' and
8921 #           'DOCKER' and
8922 #           'CHAIN' and
8923 #           'NF_VPPIP4' and
8924 #           'IPSEC' and
8925 #           'TNL_4' and
8926 #           'IMIX' and
8927 #           '8T4C' and
8928 #           'NDRPDR'"
8929 #  parameters:
8930 #  - "throughput"
8931 #  - "name"
8932 #  - "tags"
8933 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8934 #  x-axis: "X = CNFs per Service Chain"
8935 #  y-axis: "Y = Number of Service Chains"
8936 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8937 #  layout:
8938 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8939 #    layout: "plot-service-density"
8940
8941 ###############################################################################
8942
8943 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8944 #- type: "plot"
8945 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8946 #  algorithm: "plot_nf_heatmap"
8947 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8948 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8949 #  filter: "'NIC_Intel-XL710' and
8950 #           'NF_DENSITY' and
8951 #           'DOCKER' and
8952 #           'CHAIN' and
8953 #           'NF_VPPIP4' and
8954 #           'IMIX' and
8955 #           'TNL_4' and
8956 #           '1T1C' and
8957 #           'MRR'"
8958 #  parameters:
8959 #  - "result"
8960 #  - "name"
8961 #  - "tags"
8962 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8963 #  x-axis: "X = CNFs per Service Chain"
8964 #  y-axis: "Y = Number of Service Chains"
8965 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8966 #  layout:
8967 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8968 #    layout: "plot-service-density"
8969 #
8970 #- type: "plot"
8971 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8972 #  algorithm: "plot_nf_heatmap"
8973 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8974 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8975 #  filter: "'NIC_Intel-XL710' and
8976 #           'NF_DENSITY' and
8977 #           'DOCKER' and
8978 #           'CHAIN' and
8979 #           'NF_VPPIP4' and
8980 #           'IPSEC' and
8981 #           'TNL_4' and
8982 #           'IMIX' and
8983 #           '2T2C' and
8984 #           'MRR'"
8985 #  parameters:
8986 #  - "result"
8987 #  - "name"
8988 #  - "tags"
8989 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8990 #  x-axis: "X = CNFs per Service Chain"
8991 #  y-axis: "Y = Number of Service Chains"
8992 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8993 #  layout:
8994 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8995 #    layout: "plot-service-density"
8996 #
8997 #- type: "plot"
8998 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8999 #  algorithm: "plot_nf_heatmap"
9000 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9001 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9002 #  filter: "'NIC_Intel-XL710' and
9003 #           'NF_DENSITY' and
9004 #           'DOCKER' and
9005 #           'CHAIN' and
9006 #           'NF_VPPIP4' and
9007 #           'IPSEC' and
9008 #           'TNL_4' and
9009 #           'IMIX' and
9010 #           '4T4C' and
9011 #           'MRR'"
9012 #  parameters:
9013 #  - "result"
9014 #  - "name"
9015 #  - "tags"
9016 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9017 #  x-axis: "X = CNFs per Service Chain"
9018 #  y-axis: "Y = Number of Service Chains"
9019 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9020 #  layout:
9021 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9022 #    layout: "plot-service-density"
9023
9024 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9025 #- type: "plot"
9026 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9027 #  algorithm: "plot_nf_heatmap"
9028 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9029 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9030 #  filter: "'NIC_Intel-XL710' and
9031 #           'NF_DENSITY' and
9032 #           'DOCKER' and
9033 #           'CHAIN' and
9034 #           'NF_VPPIP4' and
9035 #           'IPSEC' and
9036 #           'TNL_4' and
9037 #           'IMIX' and
9038 #           '1T1C' and
9039 #           'NDRPDR'"
9040 #  parameters:
9041 #  - "throughput"
9042 #  - "name"
9043 #  - "tags"
9044 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9045 #  x-axis: "X = CNFs per Service Chain"
9046 #  y-axis: "Y = Number of Service Chains"
9047 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9048 #  layout:
9049 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9050 #    layout: "plot-service-density"
9051 #
9052 #- type: "plot"
9053 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9054 #  algorithm: "plot_nf_heatmap"
9055 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9056 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9057 #  filter: "'NIC_Intel-XL710' and
9058 #           'NF_DENSITY' and
9059 #           'DOCKER' and
9060 #           'CHAIN' and
9061 #           'NF_VPPIP4' and
9062 #           'IPSEC' and
9063 #           'TNL_4' and
9064 #           'IMIX' and
9065 #           '2T2C' and
9066 #           'NDRPDR'"
9067 #  parameters:
9068 #  - "throughput"
9069 #  - "name"
9070 #  - "tags"
9071 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9072 #  x-axis: "X = CNFs per Service Chain"
9073 #  y-axis: "Y = Number of Service Chains"
9074 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9075 #  layout:
9076 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9077 #    layout: "plot-service-density"
9078 #
9079 #- type: "plot"
9080 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9081 #  algorithm: "plot_nf_heatmap"
9082 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9083 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9084 #  filter: "'NIC_Intel-XL710' and
9085 #           'NF_DENSITY' and
9086 #           'DOCKER' and
9087 #           'CHAIN' and
9088 #           'NF_VPPIP4' and
9089 #           'IPSEC' and
9090 #           'TNL_4' and
9091 #           'IMIX' and
9092 #           '4T4C' and
9093 #           'NDRPDR'"
9094 #  parameters:
9095 #  - "throughput"
9096 #  - "name"
9097 #  - "tags"
9098 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9099 #  x-axis: "X = CNFs per Service Chain"
9100 #  y-axis: "Y = Number of Service Chains"
9101 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9102 #  layout:
9103 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9104 #    layout: "plot-service-density"
9105 #
9106 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9107 #- type: "plot"
9108 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9109 #  algorithm: "plot_nf_heatmap"
9110 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9111 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9112 #  filter: "'NIC_Intel-XL710' and
9113 #           'NF_DENSITY' and
9114 #           'DOCKER' and
9115 #           'CHAIN' and
9116 #           'NF_VPPIP4' and
9117 #           'IPSEC' and
9118 #           'TNL_4' and
9119 #           'IMIX' and
9120 #           '1T1C' and
9121 #           'NDRPDR'"
9122 #  parameters:
9123 #  - "throughput"
9124 #  - "name"
9125 #  - "tags"
9126 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9127 #  x-axis: "X = CNFs per Service Chain"
9128 #  y-axis: "Y = Number of Service Chains"
9129 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9130 #  layout:
9131 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9132 #    layout: "plot-service-density"
9133 #
9134 #- type: "plot"
9135 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9136 #  algorithm: "plot_nf_heatmap"
9137 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9138 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9139 #  filter: "'NIC_Intel-XL710' and
9140 #           'NF_DENSITY' and
9141 #           'DOCKER' and
9142 #           'CHAIN' and
9143 #           'NF_VPPIP4' and
9144 #           'IPSEC' and
9145 #           'TNL_4' and
9146 #           'IMIX' and
9147 #           '2T2C' and
9148 #           'NDRPDR'"
9149 #  parameters:
9150 #  - "throughput"
9151 #  - "name"
9152 #  - "tags"
9153 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9154 #  x-axis: "X = CNFs per Service Chain"
9155 #  y-axis: "Y = Number of Service Chains"
9156 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9157 #  layout:
9158 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9159 #    layout: "plot-service-density"
9160 #
9161 #- type: "plot"
9162 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9163 #  algorithm: "plot_nf_heatmap"
9164 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9165 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9166 #  filter: "'NIC_Intel-XL710' and
9167 #           'NF_DENSITY' and
9168 #           'DOCKER' and
9169 #           'CHAIN' and
9170 #           'NF_VPPIP4' and
9171 #           'IPSEC' and
9172 #           'TNL_4' and
9173 #           'IMIX' and
9174 #           '4T4C' and
9175 #           'NDRPDR'"
9176 #  parameters:
9177 #  - "throughput"
9178 #  - "name"
9179 #  - "tags"
9180 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9181 #  x-axis: "X = CNFs per Service Chain"
9182 #  y-axis: "Y = Number of Service Chains"
9183 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9184 #  layout:
9185 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9186 #    layout: "plot-service-density"
9187
9188 ###############################################################################
9189
9190 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9191 #- type: "plot"
9192 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9193 #  algorithm: "plot_nf_heatmap"
9194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9195 #  data: "plot-vpp-nfv-3n-skx-mrr"
9196 #  filter: "'NIC_Intel-XXV710' and
9197 #           'NF_DENSITY' and
9198 #           'DOCKER' and
9199 #           'CHAIN' and
9200 #           'NF_VPPIP4' and
9201 #           'IPSEC' and
9202 #           'TNL_1000' and
9203 #           'IMIX' and
9204 #           '2T1C' and
9205 #           'MRR'"
9206 #  parameters:
9207 #  - "result"
9208 #  - "name"
9209 #  - "tags"
9210 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9211 #  x-axis: "X = CNFs per Service Chain"
9212 #  y-axis: "Y = Number of Service Chains"
9213 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9214 #  layout:
9215 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9216 #    layout: "plot-service-density"
9217 #
9218 #- type: "plot"
9219 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9220 #  algorithm: "plot_nf_heatmap"
9221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9222 #  data: "plot-vpp-nfv-3n-skx-mrr"
9223 #  filter: "'NIC_Intel-XXV710' and
9224 #           'NF_DENSITY' and
9225 #           'DOCKER' and
9226 #           'CHAIN' and
9227 #           'NF_VPPIP4' and
9228 #           'IPSEC' and
9229 #           'TNL_1000' and
9230 #           'IMIX' and
9231 #           '4T2C' and
9232 #           'MRR'"
9233 #  parameters:
9234 #  - "result"
9235 #  - "name"
9236 #  - "tags"
9237 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9238 #  x-axis: "X = CNFs per Service Chain"
9239 #  y-axis: "Y = Number of Service Chains"
9240 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9241 #  layout:
9242 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9243 #    layout: "plot-service-density"
9244 #
9245 #- type: "plot"
9246 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9247 #  algorithm: "plot_nf_heatmap"
9248 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9249 #  data: "plot-vpp-nfv-3n-skx-mrr"
9250 #  filter: "'NIC_Intel-XXV710' and
9251 #           'NF_DENSITY' and
9252 #           'DOCKER' and
9253 #           'CHAIN' and
9254 #           'NF_VPPIP4' and
9255 #           'IPSEC' and
9256 #           'TNL_1000' and
9257 #           'IMIX' and
9258 #           '8T4C' and
9259 #           'MRR'"
9260 #  parameters:
9261 #  - "result"
9262 #  - "name"
9263 #  - "tags"
9264 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9265 #  x-axis: "X = CNFs per Service Chain"
9266 #  y-axis: "Y = Number of Service Chains"
9267 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9268 #  layout:
9269 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9270 #    layout: "plot-service-density"
9271
9272 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9273 #- type: "plot"
9274 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9275 #  algorithm: "plot_nf_heatmap"
9276 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9277 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9278 #  filter: "'NIC_Intel-XXV710' and
9279 #           'NF_DENSITY' and
9280 #           'DOCKER' and
9281 #           'CHAIN' and
9282 #           'NF_VPPIP4' and
9283 #           'IPSEC' and
9284 #           'TNL_1000' and
9285 #           'IMIX' and
9286 #           '2T1C' and
9287 #           'NDRPDR'"
9288 #  parameters:
9289 #  - "throughput"
9290 #  - "name"
9291 #  - "tags"
9292 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9293 #  x-axis: "X = CNFs per Service Chain"
9294 #  y-axis: "Y = Number of Service Chains"
9295 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9296 #  layout:
9297 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9298 #    layout: "plot-service-density"
9299 #
9300 #- type: "plot"
9301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9302 #  algorithm: "plot_nf_heatmap"
9303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9304 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9305 #  filter: "'NIC_Intel-XXV710' and
9306 #           'NF_DENSITY' and
9307 #           'DOCKER' and
9308 #           'CHAIN' and
9309 #           'NF_VPPIP4' and
9310 #           'IPSEC' and
9311 #           'TNL_1000' and
9312 #           'IMIX' and
9313 #           '4T2C' and
9314 #           'NDRPDR'"
9315 #  parameters:
9316 #  - "throughput"
9317 #  - "name"
9318 #  - "tags"
9319 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9320 #  x-axis: "X = CNFs per Service Chain"
9321 #  y-axis: "Y = Number of Service Chains"
9322 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9323 #  layout:
9324 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9325 #    layout: "plot-service-density"
9326 #
9327 #- type: "plot"
9328 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9329 #  algorithm: "plot_nf_heatmap"
9330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9331 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9332 #  filter: "'NIC_Intel-XXV710' and
9333 #           'NF_DENSITY' and
9334 #           'DOCKER' and
9335 #           'CHAIN' and
9336 #           'NF_VPPIP4' and
9337 #           'IPSEC' and
9338 #           'TNL_1000' and
9339 #           'IMIX' and
9340 #           '8T4C' and
9341 #           'NDRPDR'"
9342 #  parameters:
9343 #  - "throughput"
9344 #  - "name"
9345 #  - "tags"
9346 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9347 #  x-axis: "X = CNFs per Service Chain"
9348 #  y-axis: "Y = Number of Service Chains"
9349 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9350 #  layout:
9351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9352 #    layout: "plot-service-density"
9353 #
9354 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9355 #- type: "plot"
9356 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9357 #  algorithm: "plot_nf_heatmap"
9358 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9359 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9360 #  filter: "'NIC_Intel-XXV710' and
9361 #           'NF_DENSITY' and
9362 #           'DOCKER' and
9363 #           'CHAIN' and
9364 #           'NF_VPPIP4' and
9365 #           'IPSEC' and
9366 #           'TNL_1000' and
9367 #           'IMIX' and
9368 #           '2T1C' and
9369 #           'NDRPDR'"
9370 #  parameters:
9371 #  - "throughput"
9372 #  - "name"
9373 #  - "tags"
9374 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9375 #  x-axis: "X = CNFs per Service Chain"
9376 #  y-axis: "Y = Number of Service Chains"
9377 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9378 #  layout:
9379 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9380 #    layout: "plot-service-density"
9381 #
9382 #- type: "plot"
9383 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9384 #  algorithm: "plot_nf_heatmap"
9385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9386 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9387 #  filter: "'NIC_Intel-XXV710' and
9388 #           'NF_DENSITY' and
9389 #           'DOCKER' and
9390 #           'CHAIN' and
9391 #           'NF_VPPIP4' and
9392 #           'IPSEC' and
9393 #           'TNL_1000' and
9394 #           'IMIX' and
9395 #           '4T2C' and
9396 #           'NDRPDR'"
9397 #  parameters:
9398 #  - "throughput"
9399 #  - "name"
9400 #  - "tags"
9401 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9402 #  x-axis: "X = CNFs per Service Chain"
9403 #  y-axis: "Y = Number of Service Chains"
9404 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9405 #  layout:
9406 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9407 #    layout: "plot-service-density"
9408 #
9409 #- type: "plot"
9410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9411 #  algorithm: "plot_nf_heatmap"
9412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9413 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9414 #  filter: "'NIC_Intel-XXV710' and
9415 #           'NF_DENSITY' and
9416 #           'DOCKER' and
9417 #           'CHAIN' and
9418 #           'NF_VPPIP4' and
9419 #           'IPSEC' and
9420 #           'TNL_1000' and
9421 #           'IMIX' and
9422 #           '8T4C' and
9423 #           'NDRPDR'"
9424 #  parameters:
9425 #  - "throughput"
9426 #  - "name"
9427 #  - "tags"
9428 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9429 #  x-axis: "X = CNFs per Service Chain"
9430 #  y-axis: "Y = Number of Service Chains"
9431 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9432 #  layout:
9433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9434 #    layout: "plot-service-density"
9435
9436 ###############################################################################
9437
9438 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9439 #- type: "plot"
9440 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9441 #  algorithm: "plot_nf_heatmap"
9442 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9443 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9444 #  filter: "'NIC_Intel-XL710' and
9445 #           'NF_DENSITY' and
9446 #           'DOCKER' and
9447 #           'CHAIN' and
9448 #           'NF_VPPIP4' and
9449 #           'IMIX' and
9450 #           'TNL_1000' and
9451 #           '1T1C' and
9452 #           'MRR'"
9453 #  parameters:
9454 #  - "result"
9455 #  - "name"
9456 #  - "tags"
9457 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9458 #  x-axis: "X = CNFs per Service Chain"
9459 #  y-axis: "Y = Number of Service Chains"
9460 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9461 #  layout:
9462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9463 #    layout: "plot-service-density"
9464 #
9465 #- type: "plot"
9466 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9467 #  algorithm: "plot_nf_heatmap"
9468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9469 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9470 #  filter: "'NIC_Intel-XL710' and
9471 #           'NF_DENSITY' and
9472 #           'DOCKER' and
9473 #           'CHAIN' and
9474 #           'NF_VPPIP4' and
9475 #           'IPSEC' and
9476 #           'TNL_1000' and
9477 #           'IMIX' and
9478 #           '2T2C' and
9479 #           'MRR'"
9480 #  parameters:
9481 #  - "result"
9482 #  - "name"
9483 #  - "tags"
9484 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9485 #  x-axis: "X = CNFs per Service Chain"
9486 #  y-axis: "Y = Number of Service Chains"
9487 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9488 #  layout:
9489 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9490 #    layout: "plot-service-density"
9491 #
9492 #- type: "plot"
9493 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9494 #  algorithm: "plot_nf_heatmap"
9495 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9496 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9497 #  filter: "'NIC_Intel-XL710' and
9498 #           'NF_DENSITY' and
9499 #           'DOCKER' and
9500 #           'CHAIN' and
9501 #           'NF_VPPIP4' and
9502 #           'IPSEC' and
9503 #           'TNL_1000' and
9504 #           'IMIX' and
9505 #           '4T4C' and
9506 #           'MRR'"
9507 #  parameters:
9508 #  - "result"
9509 #  - "name"
9510 #  - "tags"
9511 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9512 #  x-axis: "X = CNFs per Service Chain"
9513 #  y-axis: "Y = Number of Service Chains"
9514 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9515 #  layout:
9516 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9517 #    layout: "plot-service-density"
9518
9519 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9520 #- type: "plot"
9521 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9522 #  algorithm: "plot_nf_heatmap"
9523 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9524 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9525 #  filter: "'NIC_Intel-XL710' and
9526 #           'NF_DENSITY' and
9527 #           'DOCKER' and
9528 #           'CHAIN' and
9529 #           'NF_VPPIP4' and
9530 #           'IPSEC' and
9531 #           'TNL_1000' and
9532 #           'IMIX' and
9533 #           '1T1C' and
9534 #           'NDRPDR'"
9535 #  parameters:
9536 #  - "throughput"
9537 #  - "name"
9538 #  - "tags"
9539 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9540 #  x-axis: "X = CNFs per Service Chain"
9541 #  y-axis: "Y = Number of Service Chains"
9542 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9543 #  layout:
9544 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9545 #    layout: "plot-service-density"
9546 #
9547 #- type: "plot"
9548 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9549 #  algorithm: "plot_nf_heatmap"
9550 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9551 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9552 #  filter: "'NIC_Intel-XL710' and
9553 #           'NF_DENSITY' and
9554 #           'DOCKER' and
9555 #           'CHAIN' and
9556 #           'NF_VPPIP4' and
9557 #           'IPSEC' and
9558 #           'TNL_1000' and
9559 #           'IMIX' and
9560 #           '2T2C' and
9561 #           'NDRPDR'"
9562 #  parameters:
9563 #  - "throughput"
9564 #  - "name"
9565 #  - "tags"
9566 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9567 #  x-axis: "X = CNFs per Service Chain"
9568 #  y-axis: "Y = Number of Service Chains"
9569 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9570 #  layout:
9571 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9572 #    layout: "plot-service-density"
9573 #
9574 #- type: "plot"
9575 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9576 #  algorithm: "plot_nf_heatmap"
9577 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9578 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9579 #  filter: "'NIC_Intel-XL710' and
9580 #           'NF_DENSITY' and
9581 #           'DOCKER' and
9582 #           'CHAIN' and
9583 #           'NF_VPPIP4' and
9584 #           'IPSEC' and
9585 #           'TNL_1000' and
9586 #           'IMIX' and
9587 #           '4T4C' and
9588 #           'NDRPDR'"
9589 #  parameters:
9590 #  - "throughput"
9591 #  - "name"
9592 #  - "tags"
9593 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9594 #  x-axis: "X = CNFs per Service Chain"
9595 #  y-axis: "Y = Number of Service Chains"
9596 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9597 #  layout:
9598 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9599 #    layout: "plot-service-density"
9600 #
9601 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9602 #- type: "plot"
9603 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9604 #  algorithm: "plot_nf_heatmap"
9605 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9606 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9607 #  filter: "'NIC_Intel-XL710' and
9608 #           'NF_DENSITY' and
9609 #           'DOCKER' and
9610 #           'CHAIN' and
9611 #           'NF_VPPIP4' and
9612 #           'IPSEC' and
9613 #           'TNL_1000' and
9614 #           'IMIX' and
9615 #           '1T1C' and
9616 #           'NDRPDR'"
9617 #  parameters:
9618 #  - "throughput"
9619 #  - "name"
9620 #  - "tags"
9621 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9622 #  x-axis: "X = CNFs per Service Chain"
9623 #  y-axis: "Y = Number of Service Chains"
9624 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9625 #  layout:
9626 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9627 #    layout: "plot-service-density"
9628 #
9629 #- type: "plot"
9630 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9631 #  algorithm: "plot_nf_heatmap"
9632 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9633 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9634 #  filter: "'NIC_Intel-XL710' and
9635 #           'NF_DENSITY' and
9636 #           'DOCKER' and
9637 #           'CHAIN' and
9638 #           'NF_VPPIP4' and
9639 #           'IPSEC' and
9640 #           'TNL_1000' and
9641 #           'IMIX' and
9642 #           '2T2C' and
9643 #           'NDRPDR'"
9644 #  parameters:
9645 #  - "throughput"
9646 #  - "name"
9647 #  - "tags"
9648 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9649 #  x-axis: "X = CNFs per Service Chain"
9650 #  y-axis: "Y = Number of Service Chains"
9651 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9652 #  layout:
9653 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9654 #    layout: "plot-service-density"
9655 #
9656 #- type: "plot"
9657 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9658 #  algorithm: "plot_nf_heatmap"
9659 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9660 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9661 #  filter: "'NIC_Intel-XL710' and
9662 #           'NF_DENSITY' and
9663 #           'DOCKER' and
9664 #           'CHAIN' and
9665 #           'NF_VPPIP4' and
9666 #           'IPSEC' and
9667 #           'TNL_1000' and
9668 #           'IMIX' and
9669 #           '4T4C' and
9670 #           'NDRPDR'"
9671 #  parameters:
9672 #  - "throughput"
9673 #  - "name"
9674 #  - "tags"
9675 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9676 #  x-axis: "X = CNFs per Service Chain"
9677 #  y-axis: "Y = Number of Service Chains"
9678 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9679 #  layout:
9680 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9681 #    layout: "plot-service-density"
9682
9683 ###############################################################################
9684
9685 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9686 #- type: "plot"
9687 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9688 #  algorithm: "plot_nf_heatmap"
9689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9690 #  data: "plot-vpp-nfv-3n-skx-mrr"
9691 #  filter: "'NIC_Intel-XXV710' and
9692 #           'NF_DENSITY' and
9693 #           'DOCKER' and
9694 #           'CHAIN' and
9695 #           'NF_VPPIP4' and
9696 #           'IPSEC' and
9697 #           'TNL_10000' and
9698 #           'IMIX' and
9699 #           '2T1C' and
9700 #           'MRR'"
9701 #  parameters:
9702 #  - "result"
9703 #  - "name"
9704 #  - "tags"
9705 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9706 #  x-axis: "X = CNFs per Service Chain"
9707 #  y-axis: "Y = Number of Service Chains"
9708 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9709 #  layout:
9710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9711 #    layout: "plot-service-density"
9712 #
9713 #- type: "plot"
9714 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9715 #  algorithm: "plot_nf_heatmap"
9716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9717 #  data: "plot-vpp-nfv-3n-skx-mrr"
9718 #  filter: "'NIC_Intel-XXV710' and
9719 #           'NF_DENSITY' and
9720 #           'DOCKER' and
9721 #           'CHAIN' and
9722 #           'NF_VPPIP4' and
9723 #           'IPSEC' and
9724 #           'TNL_10000' and
9725 #           'IMIX' and
9726 #           '4T2C' and
9727 #           'MRR'"
9728 #  parameters:
9729 #  - "result"
9730 #  - "name"
9731 #  - "tags"
9732 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9733 #  x-axis: "X = CNFs per Service Chain"
9734 #  y-axis: "Y = Number of Service Chains"
9735 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9736 #  layout:
9737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9738 #    layout: "plot-service-density"
9739 #
9740 #- type: "plot"
9741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9742 #  algorithm: "plot_nf_heatmap"
9743 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9744 #  data: "plot-vpp-nfv-3n-skx-mrr"
9745 #  filter: "'NIC_Intel-XXV710' and
9746 #           'NF_DENSITY' and
9747 #           'DOCKER' and
9748 #           'CHAIN' and
9749 #           'NF_VPPIP4' and
9750 #           'IPSEC' and
9751 #           'TNL_10000' and
9752 #           'IMIX' and
9753 #           '8T4C' and
9754 #           'MRR'"
9755 #  parameters:
9756 #  - "result"
9757 #  - "name"
9758 #  - "tags"
9759 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9760 #  x-axis: "X = CNFs per Service Chain"
9761 #  y-axis: "Y = Number of Service Chains"
9762 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9763 #  layout:
9764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9765 #    layout: "plot-service-density"
9766
9767 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9768 #- type: "plot"
9769 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9770 #  algorithm: "plot_nf_heatmap"
9771 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9772 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9773 #  filter: "'NIC_Intel-XXV710' and
9774 #           'NF_DENSITY' and
9775 #           'DOCKER' and
9776 #           'CHAIN' and
9777 #           'NF_VPPIP4' and
9778 #           'IPSEC' and
9779 #           'TNL_10000' and
9780 #           'IMIX' and
9781 #           '2T1C' and
9782 #           'NDRPDR'"
9783 #  parameters:
9784 #  - "throughput"
9785 #  - "name"
9786 #  - "tags"
9787 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9788 #  x-axis: "X = CNFs per Service Chain"
9789 #  y-axis: "Y = Number of Service Chains"
9790 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9791 #  layout:
9792 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9793 #    layout: "plot-service-density"
9794 #
9795 #- type: "plot"
9796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9797 #  algorithm: "plot_nf_heatmap"
9798 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9799 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9800 #  filter: "'NIC_Intel-XXV710' and
9801 #           'NF_DENSITY' and
9802 #           'DOCKER' and
9803 #           'CHAIN' and
9804 #           'NF_VPPIP4' and
9805 #           'IPSEC' and
9806 #           'TNL_10000' and
9807 #           'IMIX' and
9808 #           '4T2C' and
9809 #           'NDRPDR'"
9810 #  parameters:
9811 #  - "throughput"
9812 #  - "name"
9813 #  - "tags"
9814 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9815 #  x-axis: "X = CNFs per Service Chain"
9816 #  y-axis: "Y = Number of Service Chains"
9817 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9818 #  layout:
9819 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9820 #    layout: "plot-service-density"
9821 #
9822 #- type: "plot"
9823 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9824 #  algorithm: "plot_nf_heatmap"
9825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9826 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9827 #  filter: "'NIC_Intel-XXV710' and
9828 #           'NF_DENSITY' and
9829 #           'DOCKER' and
9830 #           'CHAIN' and
9831 #           'NF_VPPIP4' and
9832 #           'IPSEC' and
9833 #           'TNL_10000' and
9834 #           'IMIX' and
9835 #           '8T4C' and
9836 #           'NDRPDR'"
9837 #  parameters:
9838 #  - "throughput"
9839 #  - "name"
9840 #  - "tags"
9841 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9842 #  x-axis: "X = CNFs per Service Chain"
9843 #  y-axis: "Y = Number of Service Chains"
9844 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9845 #  layout:
9846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9847 #    layout: "plot-service-density"
9848 #
9849 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9850 #- type: "plot"
9851 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9852 #  algorithm: "plot_nf_heatmap"
9853 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9854 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9855 #  filter: "'NIC_Intel-XXV710' and
9856 #           'NF_DENSITY' and
9857 #           'DOCKER' and
9858 #           'CHAIN' and
9859 #           'NF_VPPIP4' and
9860 #           'IPSEC' and
9861 #           'TNL_10000' and
9862 #           'IMIX' and
9863 #           '2T1C' and
9864 #           'NDRPDR'"
9865 #  parameters:
9866 #  - "throughput"
9867 #  - "name"
9868 #  - "tags"
9869 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9870 #  x-axis: "X = CNFs per Service Chain"
9871 #  y-axis: "Y = Number of Service Chains"
9872 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9873 #  layout:
9874 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9875 #    layout: "plot-service-density"
9876 #
9877 #- type: "plot"
9878 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9879 #  algorithm: "plot_nf_heatmap"
9880 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9881 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9882 #  filter: "'NIC_Intel-XXV710' and
9883 #           'NF_DENSITY' and
9884 #           'DOCKER' and
9885 #           'CHAIN' and
9886 #           'NF_VPPIP4' and
9887 #           'IPSEC' and
9888 #           'TNL_10000' and
9889 #           'IMIX' and
9890 #           '4T2C' and
9891 #           'NDRPDR'"
9892 #  parameters:
9893 #  - "throughput"
9894 #  - "name"
9895 #  - "tags"
9896 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9897 #  x-axis: "X = CNFs per Service Chain"
9898 #  y-axis: "Y = Number of Service Chains"
9899 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9900 #  layout:
9901 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9902 #    layout: "plot-service-density"
9903 #
9904 #- type: "plot"
9905 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9906 #  algorithm: "plot_nf_heatmap"
9907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9908 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9909 #  filter: "'NIC_Intel-XXV710' and
9910 #           'NF_DENSITY' and
9911 #           'DOCKER' and
9912 #           'CHAIN' and
9913 #           'NF_VPPIP4' and
9914 #           'IPSEC' and
9915 #           'TNL_10000' and
9916 #           'IMIX' and
9917 #           '8T4C' and
9918 #           'NDRPDR'"
9919 #  parameters:
9920 #  - "throughput"
9921 #  - "name"
9922 #  - "tags"
9923 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9924 #  x-axis: "X = CNFs per Service Chain"
9925 #  y-axis: "Y = Number of Service Chains"
9926 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9927 #  layout:
9928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9929 #    layout: "plot-service-density"
9930
9931 ###############################################################################
9932
9933 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9934 #- type: "plot"
9935 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9936 #  algorithm: "plot_nf_heatmap"
9937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9938 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9939 #  filter: "'NIC_Intel-XL710' and
9940 #           'NF_DENSITY' and
9941 #           'DOCKER' and
9942 #           'CHAIN' and
9943 #           'NF_VPPIP4' and
9944 #           'IMIX' and
9945 #           'TNL_10000' and
9946 #           '1T1C' and
9947 #           'MRR'"
9948 #  parameters:
9949 #  - "result"
9950 #  - "name"
9951 #  - "tags"
9952 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9953 #  x-axis: "X = CNFs per Service Chain"
9954 #  y-axis: "Y = Number of Service Chains"
9955 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9956 #  layout:
9957 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9958 #    layout: "plot-service-density"
9959 #
9960 #- type: "plot"
9961 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9962 #  algorithm: "plot_nf_heatmap"
9963 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9964 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9965 #  filter: "'NIC_Intel-XL710' and
9966 #           'NF_DENSITY' and
9967 #           'DOCKER' and
9968 #           'CHAIN' and
9969 #           'NF_VPPIP4' and
9970 #           'IPSEC' and
9971 #           'TNL_10000' and
9972 #           'IMIX' and
9973 #           '2T2C' and
9974 #           'MRR'"
9975 #  parameters:
9976 #  - "result"
9977 #  - "name"
9978 #  - "tags"
9979 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9980 #  x-axis: "X = CNFs per Service Chain"
9981 #  y-axis: "Y = Number of Service Chains"
9982 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9983 #  layout:
9984 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9985 #    layout: "plot-service-density"
9986 #
9987 #- type: "plot"
9988 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9989 #  algorithm: "plot_nf_heatmap"
9990 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9991 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9992 #  filter: "'NIC_Intel-XL710' and
9993 #           'NF_DENSITY' and
9994 #           'DOCKER' and
9995 #           'CHAIN' and
9996 #           'NF_VPPIP4' and
9997 #           'IPSEC' and
9998 #           'TNL_10000' and
9999 #           'IMIX' and
10000 #           '4T4C' and
10001 #           'MRR'"
10002 #  parameters:
10003 #  - "result"
10004 #  - "name"
10005 #  - "tags"
10006 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10007 #  x-axis: "X = CNFs per Service Chain"
10008 #  y-axis: "Y = Number of Service Chains"
10009 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10010 #  layout:
10011 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10012 #    layout: "plot-service-density"
10013
10014 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10015 #- type: "plot"
10016 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10017 #  algorithm: "plot_nf_heatmap"
10018 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10019 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10020 #  filter: "'NIC_Intel-XL710' and
10021 #           'NF_DENSITY' and
10022 #           'DOCKER' and
10023 #           'CHAIN' and
10024 #           'NF_VPPIP4' and
10025 #           'IPSEC' and
10026 #           'TNL_10000' and
10027 #           'IMIX' and
10028 #           '1T1C' and
10029 #           'NDRPDR'"
10030 #  parameters:
10031 #  - "throughput"
10032 #  - "name"
10033 #  - "tags"
10034 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10035 #  x-axis: "X = CNFs per Service Chain"
10036 #  y-axis: "Y = Number of Service Chains"
10037 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10038 #  layout:
10039 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10040 #    layout: "plot-service-density"
10041 #
10042 #- type: "plot"
10043 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10044 #  algorithm: "plot_nf_heatmap"
10045 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10046 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10047 #  filter: "'NIC_Intel-XL710' and
10048 #           'NF_DENSITY' and
10049 #           'DOCKER' and
10050 #           'CHAIN' and
10051 #           'NF_VPPIP4' and
10052 #           'IPSEC' and
10053 #           'TNL_10000' and
10054 #           'IMIX' and
10055 #           '2T2C' and
10056 #           'NDRPDR'"
10057 #  parameters:
10058 #  - "throughput"
10059 #  - "name"
10060 #  - "tags"
10061 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10062 #  x-axis: "X = CNFs per Service Chain"
10063 #  y-axis: "Y = Number of Service Chains"
10064 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10065 #  layout:
10066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10067 #    layout: "plot-service-density"
10068 #
10069 #- type: "plot"
10070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10071 #  algorithm: "plot_nf_heatmap"
10072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10073 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10074 #  filter: "'NIC_Intel-XL710' and
10075 #           'NF_DENSITY' and
10076 #           'DOCKER' and
10077 #           'CHAIN' and
10078 #           'NF_VPPIP4' and
10079 #           'IPSEC' and
10080 #           'TNL_10000' and
10081 #           'IMIX' and
10082 #           '4T4C' and
10083 #           'NDRPDR'"
10084 #  parameters:
10085 #  - "throughput"
10086 #  - "name"
10087 #  - "tags"
10088 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10089 #  x-axis: "X = CNFs per Service Chain"
10090 #  y-axis: "Y = Number of Service Chains"
10091 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10092 #  layout:
10093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10094 #    layout: "plot-service-density"
10095 #
10096 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10097 #- type: "plot"
10098 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10099 #  algorithm: "plot_nf_heatmap"
10100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10101 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10102 #  filter: "'NIC_Intel-XL710' and
10103 #           'NF_DENSITY' and
10104 #           'DOCKER' and
10105 #           'CHAIN' and
10106 #           'NF_VPPIP4' and
10107 #           'IPSEC' and
10108 #           'TNL_10000' and
10109 #           'IMIX' and
10110 #           '1T1C' and
10111 #           'NDRPDR'"
10112 #  parameters:
10113 #  - "throughput"
10114 #  - "name"
10115 #  - "tags"
10116 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10117 #  x-axis: "X = CNFs per Service Chain"
10118 #  y-axis: "Y = Number of Service Chains"
10119 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10120 #  layout:
10121 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10122 #    layout: "plot-service-density"
10123 #
10124 #- type: "plot"
10125 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10126 #  algorithm: "plot_nf_heatmap"
10127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10128 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10129 #  filter: "'NIC_Intel-XL710' and
10130 #           'NF_DENSITY' and
10131 #           'DOCKER' and
10132 #           'CHAIN' and
10133 #           'NF_VPPIP4' and
10134 #           'IPSEC' and
10135 #           'TNL_10000' and
10136 #           'IMIX' and
10137 #           '2T2C' and
10138 #           'NDRPDR'"
10139 #  parameters:
10140 #  - "throughput"
10141 #  - "name"
10142 #  - "tags"
10143 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10144 #  x-axis: "X = CNFs per Service Chain"
10145 #  y-axis: "Y = Number of Service Chains"
10146 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10147 #  layout:
10148 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10149 #    layout: "plot-service-density"
10150 #
10151 #- type: "plot"
10152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10153 #  algorithm: "plot_nf_heatmap"
10154 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10155 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10156 #  filter: "'NIC_Intel-XL710' and
10157 #           'NF_DENSITY' and
10158 #           'DOCKER' and
10159 #           'CHAIN' and
10160 #           'NF_VPPIP4' and
10161 #           'IPSEC' and
10162 #           'TNL_10000' and
10163 #           'IMIX' and
10164 #           '4T4C' and
10165 #           'NDRPDR'"
10166 #  parameters:
10167 #  - "throughput"
10168 #  - "name"
10169 #  - "tags"
10170 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10171 #  x-axis: "X = CNFs per Service Chain"
10172 #  y-axis: "Y = Number of Service Chains"
10173 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10174 #  layout:
10175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10176 #    layout: "plot-service-density"
10177
10178 ###############################################################################
10179
10180 # Plots - NF Density - CSP - MRR IMIX
10181 - type: "plot"
10182   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10183   algorithm: "plot_nf_heatmap"
10184   output-file-type: ".html"
10185   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10186   data: "plot-vpp-nfv-2n-skx-mrr"
10187   filter: "'NIC_Intel-XXV710' and
10188            'NF_DENSITY' and
10189            'DOCKER' and
10190            'PIPELINE' and
10191            'NF_VPPIP4' and
10192            'IMIX' and
10193            '2T1C' and
10194            'MRR'"
10195   parameters:
10196   - "result"
10197   - "name"
10198   - "tags"
10199   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10200   x-axis: "X = CNFs per Service Pipeline"
10201   y-axis: "Y = Number of Service Pipelines"
10202   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10203   layout:
10204     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10205     layout: "plot-service-density"
10206
10207 - type: "plot"
10208   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10209   algorithm: "plot_nf_heatmap"
10210   output-file-type: ".html"
10211   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10212   data: "plot-vpp-nfv-2n-skx-mrr"
10213   filter: "'NIC_Intel-XXV710' and
10214            'NF_DENSITY' and
10215            'DOCKER' and
10216            'PIPELINE' and
10217            'NF_VPPIP4' and
10218            'IMIX' and
10219            '4T2C' and
10220            'MRR'"
10221   parameters:
10222   - "result"
10223   - "name"
10224   - "tags"
10225   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10226   x-axis: "X = CNFs per Service Pipeline"
10227   y-axis: "Y = Number of Service Pipelines"
10228   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10229   layout:
10230     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10231     layout: "plot-service-density"
10232
10233 - type: "plot"
10234   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10235   algorithm: "plot_nf_heatmap"
10236   output-file-type: ".html"
10237   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10238   data: "plot-vpp-nfv-2n-skx-mrr"
10239   filter: "'NIC_Intel-XXV710' and
10240            'NF_DENSITY' and
10241            'DOCKER' and
10242            'PIPELINE' and
10243            'NF_VPPIP4' and
10244            'IMIX' and
10245            '8T4C' and
10246            'MRR'"
10247   parameters:
10248   - "result"
10249   - "name"
10250   - "tags"
10251   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10252   x-axis: "X = CNFs per Service Pipeline"
10253   y-axis: "Y = Number of Service Pipelines"
10254   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10255   layout:
10256     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10257     layout: "plot-service-density"
10258
10259 # Plots - NF Density - CSP - NDR IMIX
10260 - type: "plot"
10261   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10262   algorithm: "plot_nf_heatmap"
10263   output-file-type: ".html"
10264   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10265   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10266   filter: "'NIC_Intel-XXV710' and
10267            'NF_DENSITY' and
10268            'DOCKER' and
10269            'PIPELINE' and
10270            'NF_VPPIP4' and
10271            'IMIX' and
10272            '2T1C' and
10273            'NDRPDR'"
10274   parameters:
10275   - "throughput"
10276   - "name"
10277   - "tags"
10278   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10279   x-axis: "X = CNFs per Service Pipeline"
10280   y-axis: "Y = Number of Service Pipelines"
10281   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10282   layout:
10283     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10284     layout: "plot-service-density"
10285
10286 - type: "plot"
10287   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10288   algorithm: "plot_nf_heatmap"
10289   output-file-type: ".html"
10290   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10291   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10292   filter: "'NIC_Intel-XXV710' and
10293            'NF_DENSITY' and
10294            'DOCKER' and
10295            'PIPELINE' and
10296            'NF_VPPIP4' and
10297            'IMIX' and
10298            '4T2C' and
10299            'NDRPDR'"
10300   parameters:
10301   - "throughput"
10302   - "name"
10303   - "tags"
10304   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10305   x-axis: "X = CNFs per Service Pipeline"
10306   y-axis: "Y = Number of Service Pipelines"
10307   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10308   layout:
10309     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10310     layout: "plot-service-density"
10311
10312 - type: "plot"
10313   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10314   algorithm: "plot_nf_heatmap"
10315   output-file-type: ".html"
10316   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10317   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10318   filter: "'NIC_Intel-XXV710' and
10319            'NF_DENSITY' and
10320            'DOCKER' and
10321            'PIPELINE' and
10322            'NF_VPPIP4' and
10323            'IMIX' and
10324            '8T4C' and
10325            'NDRPDR'"
10326   parameters:
10327   - "throughput"
10328   - "name"
10329   - "tags"
10330   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10331   x-axis: "X = CNFs per Service Pipeline"
10332   y-axis: "Y = Number of Service Pipelines"
10333   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10334   layout:
10335     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10336     layout: "plot-service-density"
10337
10338 # Plots - NF Density - CSP - PDR IMIX
10339 - type: "plot"
10340   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10341   algorithm: "plot_nf_heatmap"
10342   output-file-type: ".html"
10343   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10344   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10345   filter: "'NIC_Intel-XXV710' and
10346            'NF_DENSITY' and
10347            'DOCKER' and
10348            'PIPELINE' and
10349            'NF_VPPIP4' and
10350            'IMIX' and
10351            '2T1C' and
10352            'NDRPDR'"
10353   parameters:
10354   - "throughput"
10355   - "name"
10356   - "tags"
10357   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10358   x-axis: "X = CNFs per Service Pipeline"
10359   y-axis: "Y = Number of Service Pipelines"
10360   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10361   layout:
10362     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10363     layout: "plot-service-density"
10364
10365 - type: "plot"
10366   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10367   algorithm: "plot_nf_heatmap"
10368   output-file-type: ".html"
10369   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10370   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10371   filter: "'NIC_Intel-XXV710' and
10372            'NF_DENSITY' and
10373            'DOCKER' and
10374            'PIPELINE' and
10375            'NF_VPPIP4' and
10376            'IMIX' and
10377            '4T2C' and
10378            'NDRPDR'"
10379   parameters:
10380   - "throughput"
10381   - "name"
10382   - "tags"
10383   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10384   x-axis: "X = CNFs per Service Pipeline"
10385   y-axis: "Y = Number of Service Pipelines"
10386   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10387   layout:
10388     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10389     layout: "plot-service-density"
10390
10391 - type: "plot"
10392   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10393   algorithm: "plot_nf_heatmap"
10394   output-file-type: ".html"
10395   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10396   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10397   filter: "'NIC_Intel-XXV710' and
10398            'NF_DENSITY' and
10399            'DOCKER' and
10400            'PIPELINE' and
10401            'NF_VPPIP4' and
10402            'IMIX' and
10403            '8T4C' and
10404            'NDRPDR'"
10405   parameters:
10406   - "throughput"
10407   - "name"
10408   - "tags"
10409   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10410   x-axis: "X = CNFs per Service Pipeline"
10411   y-axis: "Y = Number of Service Pipelines"
10412   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10413   layout:
10414     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10415     layout: "plot-service-density"
10416
10417 ###############################################################################
10418 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10419
10420 - type: "plot"
10421   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10422   algorithm: "plot_nf_heatmap"
10423   output-file-type: ".html"
10424   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10425   data: "plot-vpp-nfv-2n-clx-mrr"
10426   filter: "'NIC_Intel-XXV710' and
10427            'NF_DENSITY' and
10428            'VHOST' and
10429            not 'VXLAN' and
10430            'CHAIN' and
10431            'NF_VPPIP4' and
10432            'IMIX' and
10433            '2T1C' and
10434            'MRR'"
10435   parameters:
10436   - "result"
10437   - "name"
10438   - "tags"
10439   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10440   x-axis: "X = VNFs per Service Chain"
10441   y-axis: "Y = Number of Service Chains"
10442   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10443   layout:
10444     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10445     layout: "plot-service-density"
10446
10447 - type: "plot"
10448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10449   algorithm: "plot_nf_heatmap"
10450   output-file-type: ".html"
10451   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10452   data: "plot-vpp-nfv-2n-clx-mrr"
10453   filter: "'NIC_Intel-XXV710' and
10454            'NF_DENSITY' and
10455            'VHOST' and
10456            not 'VXLAN' and
10457            'CHAIN' and
10458            'NF_VPPIP4' and
10459            'IMIX' and
10460            '4T2C' and
10461            'MRR'"
10462   parameters:
10463   - "result"
10464   - "name"
10465   - "tags"
10466   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10467   x-axis: "X = VNFs per Service Chain"
10468   y-axis: "Y = Number of Service Chains"
10469   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10470   layout:
10471     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10472     layout: "plot-service-density"
10473
10474 - type: "plot"
10475   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10476   algorithm: "plot_nf_heatmap"
10477   output-file-type: ".html"
10478   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10479   data: "plot-vpp-nfv-2n-clx-mrr"
10480   filter: "'NIC_Intel-XXV710' and
10481            'NF_DENSITY' and
10482            'VHOST' and
10483            not 'VXLAN' and
10484            'CHAIN' and
10485            'NF_VPPIP4' and
10486            'IMIX' and
10487            '8T4C' and
10488            'MRR'"
10489   parameters:
10490   - "result"
10491   - "name"
10492   - "tags"
10493   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10494   x-axis: "X = VNFs per Service Chain"
10495   y-axis: "Y = Number of Service Chains"
10496   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10497   layout:
10498     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10499     layout: "plot-service-density"
10500
10501 # Plots - NF Density - VSC - NDR IMIX
10502 - type: "plot"
10503   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10504   algorithm: "plot_nf_heatmap"
10505   output-file-type: ".html"
10506   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10507   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10508   filter: "'NIC_Intel-XXV710' and
10509            'NF_DENSITY' and
10510            'VHOST' and
10511            not 'VXLAN' and
10512            'CHAIN' and
10513            'NF_VPPIP4' and
10514            'IMIX' and
10515            '2T1C' and
10516            'NDRPDR'"
10517   parameters:
10518   - "throughput"
10519   - "name"
10520   - "tags"
10521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10522   x-axis: "X = VNFs per Service Chain"
10523   y-axis: "Y = Number of Service Chains"
10524   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10525   layout:
10526     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10527     layout: "plot-service-density"
10528
10529 - type: "plot"
10530   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10531   algorithm: "plot_nf_heatmap"
10532   output-file-type: ".html"
10533   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10534   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10535   filter: "'NIC_Intel-XXV710' and
10536            'NF_DENSITY' and
10537            'VHOST' and
10538            not 'VXLAN' and
10539            'CHAIN' and
10540            'NF_VPPIP4' and
10541            'IMIX' and
10542            '4T2C' and
10543            'NDRPDR'"
10544   parameters:
10545   - "throughput"
10546   - "name"
10547   - "tags"
10548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10549   x-axis: "X = VNFs per Service Chain"
10550   y-axis: "Y = Number of Service Chains"
10551   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10552   layout:
10553     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10554     layout: "plot-service-density"
10555
10556 - type: "plot"
10557   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10558   algorithm: "plot_nf_heatmap"
10559   output-file-type: ".html"
10560   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10561   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10562   filter: "'NIC_Intel-XXV710' and
10563            'NF_DENSITY' and
10564            'VHOST' and
10565            not 'VXLAN' and
10566            'CHAIN' and
10567            'NF_VPPIP4' and
10568            'IMIX' and
10569            '8T4C' and
10570            'NDRPDR'"
10571   parameters:
10572   - "throughput"
10573   - "name"
10574   - "tags"
10575   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10576   x-axis: "X = VNFs per Service Chain"
10577   y-axis: "Y = Number of Service Chains"
10578   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10579   layout:
10580     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10581     layout: "plot-service-density"
10582
10583 # Plots - NF Density - VSC - PDR IMIX
10584 - type: "plot"
10585   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10586   algorithm: "plot_nf_heatmap"
10587   output-file-type: ".html"
10588   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10589   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10590   filter: "'NIC_Intel-XXV710' and
10591            'NF_DENSITY' and
10592            'VHOST' and
10593            not 'VXLAN' and
10594            'CHAIN' and
10595            'NF_VPPIP4' and
10596            'IMIX' and
10597            '2T1C' and
10598            'NDRPDR'"
10599   parameters:
10600   - "throughput"
10601   - "name"
10602   - "tags"
10603   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10604   x-axis: "X = VNFs per Service Chain"
10605   y-axis: "Y = Number of Service Chains"
10606   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10607   layout:
10608     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10609     layout: "plot-service-density"
10610
10611 - type: "plot"
10612   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10613   algorithm: "plot_nf_heatmap"
10614   output-file-type: ".html"
10615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10616   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10617   filter: "'NIC_Intel-XXV710' and
10618            'NF_DENSITY' and
10619            'VHOST' and
10620            not 'VXLAN' and
10621            'CHAIN' and
10622            'NF_VPPIP4' and
10623            'IMIX' and
10624            '4T2C' and
10625            'NDRPDR'"
10626   parameters:
10627   - "throughput"
10628   - "name"
10629   - "tags"
10630   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10631   x-axis: "X = VNFs per Service Chain"
10632   y-axis: "Y = Number of Service Chains"
10633   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10634   layout:
10635     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10636     layout: "plot-service-density"
10637
10638 - type: "plot"
10639   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10640   algorithm: "plot_nf_heatmap"
10641   output-file-type: ".html"
10642   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10643   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10644   filter: "'NIC_Intel-XXV710' and
10645            'NF_DENSITY' and
10646            'VHOST' and
10647            not 'VXLAN' and
10648            'CHAIN' and
10649            'NF_VPPIP4' and
10650            'IMIX' and
10651            '8T4C' and
10652            'NDRPDR'"
10653   parameters:
10654   - "throughput"
10655   - "name"
10656   - "tags"
10657   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10658   x-axis: "X = VNFs per Service Chain"
10659   y-axis: "Y = Number of Service Chains"
10660   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10661   layout:
10662     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10663     layout: "plot-service-density"
10664
10665 # Plots - NF Density - VSC - MRR IMIX
10666 - type: "plot"
10667   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10668   algorithm: "plot_nf_heatmap"
10669   output-file-type: ".html"
10670   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10671   data: "plot-vpp-nfv-2n-clx-mrr"
10672   filter: "'NIC_Intel-XXV710' and
10673            'NF_DENSITY' and
10674            'VHOST' and
10675            'VXLAN' and
10676            'CHAIN' and
10677            'IMIX' and
10678            '2T1C' and
10679            'MRR'"
10680   parameters:
10681   - "result"
10682   - "name"
10683   - "tags"
10684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10685   x-axis: "X = VNFs per Service Chain"
10686   y-axis: "Y = Number of Service Chains"
10687   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10688   layout:
10689     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10690     layout: "plot-service-density"
10691
10692 - type: "plot"
10693   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10694   algorithm: "plot_nf_heatmap"
10695   output-file-type: ".html"
10696   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10697   data: "plot-vpp-nfv-2n-clx-mrr"
10698   filter: "'NIC_Intel-XXV710' and
10699            'NF_DENSITY' and
10700            'VHOST' and
10701            'VXLAN' and
10702            'CHAIN' and
10703            'IMIX' and
10704            '4T2C' and
10705            'MRR'"
10706   parameters:
10707   - "result"
10708   - "name"
10709   - "tags"
10710   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10711   x-axis: "X = VNFs per Service Chain"
10712   y-axis: "Y = Number of Service Chains"
10713   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10714   layout:
10715     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10716     layout: "plot-service-density"
10717
10718 - type: "plot"
10719   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10720   algorithm: "plot_nf_heatmap"
10721   output-file-type: ".html"
10722   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10723   data: "plot-vpp-nfv-2n-clx-mrr"
10724   filter: "'NIC_Intel-XXV710' and
10725            'NF_DENSITY' and
10726            'VHOST' and
10727            'VXLAN' and
10728            'CHAIN' and
10729            'IMIX' and
10730            '8T4C' and
10731            'MRR'"
10732   parameters:
10733   - "result"
10734   - "name"
10735   - "tags"
10736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10737   x-axis: "X = VNFs per Service Chain"
10738   y-axis: "Y = Number of Service Chains"
10739   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10740   layout:
10741     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10742     layout: "plot-service-density"
10743
10744 # Plots - NF Density - VSC - NDR IMIX
10745 - type: "plot"
10746   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10747   algorithm: "plot_nf_heatmap"
10748   output-file-type: ".html"
10749   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10750   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10751   filter: "'NIC_Intel-XXV710' and
10752            'NF_DENSITY' and
10753            'VHOST' and
10754            'VXLAN' and
10755            'CHAIN' and
10756            'IMIX' and
10757            '2T1C' and
10758            'NDRPDR'"
10759   parameters:
10760   - "throughput"
10761   - "name"
10762   - "tags"
10763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10764   x-axis: "X = VNFs per Service Chain"
10765   y-axis: "Y = Number of Service Chains"
10766   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10767   layout:
10768     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10769     layout: "plot-service-density"
10770
10771 - type: "plot"
10772   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10773   algorithm: "plot_nf_heatmap"
10774   output-file-type: ".html"
10775   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10776   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10777   filter: "'NIC_Intel-XXV710' and
10778            'NF_DENSITY' and
10779            'VHOST' and
10780            'VXLAN' and
10781            'CHAIN' and
10782            'IMIX' and
10783            '4T2C' and
10784            'NDRPDR'"
10785   parameters:
10786   - "throughput"
10787   - "name"
10788   - "tags"
10789   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10790   x-axis: "X = VNFs per Service Chain"
10791   y-axis: "Y = Number of Service Chains"
10792   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10793   layout:
10794     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10795     layout: "plot-service-density"
10796
10797 - type: "plot"
10798   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10799   algorithm: "plot_nf_heatmap"
10800   output-file-type: ".html"
10801   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10802   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10803   filter: "'NIC_Intel-XXV710' and
10804            'NF_DENSITY' and
10805            'VHOST' and
10806            'VXLAN' and
10807            'CHAIN' and
10808            'IMIX' and
10809            '8T4C' and
10810            'NDRPDR'"
10811   parameters:
10812   - "throughput"
10813   - "name"
10814   - "tags"
10815   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10816   x-axis: "X = VNFs per Service Chain"
10817   y-axis: "Y = Number of Service Chains"
10818   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10819   layout:
10820     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10821     layout: "plot-service-density"
10822
10823 # Plots - NF Density - VSC - PDR IMIX
10824 - type: "plot"
10825   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10826   algorithm: "plot_nf_heatmap"
10827   output-file-type: ".html"
10828   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10829   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10830   filter: "'NIC_Intel-XXV710' and
10831            'NF_DENSITY' and
10832            'VHOST' and
10833            'VXLAN' and
10834            'CHAIN' and
10835            'IMIX' and
10836            '2T1C' and
10837            'NDRPDR'"
10838   parameters:
10839   - "throughput"
10840   - "name"
10841   - "tags"
10842   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10843   x-axis: "X = VNFs per Service Chain"
10844   y-axis: "Y = Number of Service Chains"
10845   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10846   layout:
10847     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10848     layout: "plot-service-density"
10849
10850 - type: "plot"
10851   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10852   algorithm: "plot_nf_heatmap"
10853   output-file-type: ".html"
10854   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10855   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10856   filter: "'NIC_Intel-XXV710' and
10857            'NF_DENSITY' and
10858            'VHOST' and
10859            'VXLAN' and
10860            'CHAIN' and
10861            'IMIX' and
10862            '4T2C' and
10863            'NDRPDR'"
10864   parameters:
10865   - "throughput"
10866   - "name"
10867   - "tags"
10868   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10869   x-axis: "X = VNFs per Service Chain"
10870   y-axis: "Y = Number of Service Chains"
10871   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10872   layout:
10873     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10874     layout: "plot-service-density"
10875
10876 - type: "plot"
10877   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10878   algorithm: "plot_nf_heatmap"
10879   output-file-type: ".html"
10880   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10881   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10882   filter: "'NIC_Intel-XXV710' and
10883            'NF_DENSITY' and
10884            'VHOST' and
10885            'VXLAN' and
10886            'CHAIN' and
10887            'IMIX' and
10888            '8T4C' and
10889            'NDRPDR'"
10890   parameters:
10891   - "throughput"
10892   - "name"
10893   - "tags"
10894   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10895   x-axis: "X = VNFs per Service Chain"
10896   y-axis: "Y = Number of Service Chains"
10897   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10898   layout:
10899     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10900     layout: "plot-service-density"
10901
10902 # Plots - NF Density - CSC - MRR IMIX
10903 - type: "plot"
10904   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10905   algorithm: "plot_nf_heatmap"
10906   output-file-type: ".html"
10907   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10908   data: "plot-vpp-nfv-2n-clx-mrr"
10909   filter: "'NIC_Intel-XXV710' and
10910            'NF_DENSITY' and
10911            'DOCKER' and
10912            'CHAIN' and
10913            'NF_VPPIP4' and
10914            'IMIX' and
10915            '2T1C' and
10916            'MRR'"
10917   parameters:
10918   - "result"
10919   - "name"
10920   - "tags"
10921   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10922   x-axis: "X = CNFs per Service Chain"
10923   y-axis: "Y = Number of Service Chains"
10924   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10925   layout:
10926     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10927     layout: "plot-service-density"
10928
10929 - type: "plot"
10930   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10931   algorithm: "plot_nf_heatmap"
10932   output-file-type: ".html"
10933   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10934   data: "plot-vpp-nfv-2n-clx-mrr"
10935   filter: "'NIC_Intel-XXV710' and
10936            'NF_DENSITY' and
10937            'DOCKER' and
10938            'CHAIN' and
10939            'NF_VPPIP4' and
10940            'IMIX' and
10941            '4T2C' and
10942            'MRR'"
10943   parameters:
10944   - "result"
10945   - "name"
10946   - "tags"
10947   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10948   x-axis: "X = CNFs per Service Chain"
10949   y-axis: "Y = Number of Service Chains"
10950   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10951   layout:
10952     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10953     layout: "plot-service-density"
10954
10955 - type: "plot"
10956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10957   algorithm: "plot_nf_heatmap"
10958   output-file-type: ".html"
10959   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10960   data: "plot-vpp-nfv-2n-clx-mrr"
10961   filter: "'NIC_Intel-XXV710' and
10962            'NF_DENSITY' and
10963            'DOCKER' and
10964            'CHAIN' and
10965            'NF_VPPIP4' and
10966            'IMIX' and
10967            '8T4C' and
10968            'MRR'"
10969   parameters:
10970   - "result"
10971   - "name"
10972   - "tags"
10973   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10974   x-axis: "X = CNFs per Service Chain"
10975   y-axis: "Y = Number of Service Chains"
10976   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10977   layout:
10978     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10979     layout: "plot-service-density"
10980
10981 # Plots - NF Density - CSC - NDR IMIX
10982 - type: "plot"
10983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10984   algorithm: "plot_nf_heatmap"
10985   output-file-type: ".html"
10986   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10987   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10988   filter: "'NIC_Intel-XXV710' and
10989            'NF_DENSITY' and
10990            'DOCKER' and
10991            'CHAIN' and
10992            'NF_VPPIP4' and
10993            'IMIX' and
10994            '2T1C' and
10995            'NDRPDR'"
10996   parameters:
10997   - "throughput"
10998   - "name"
10999   - "tags"
11000   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11001   x-axis: "X = CNFs per Service Chain"
11002   y-axis: "Y = Number of Service Chains"
11003   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11004   layout:
11005     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11006     layout: "plot-service-density"
11007
11008 - type: "plot"
11009   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11010   algorithm: "plot_nf_heatmap"
11011   output-file-type: ".html"
11012   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11013   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11014   filter: "'NIC_Intel-XXV710' and
11015            'NF_DENSITY' and
11016            'DOCKER' and
11017            'CHAIN' and
11018            'NF_VPPIP4' and
11019            'IMIX' and
11020            '4T2C' and
11021            'NDRPDR'"
11022   parameters:
11023   - "throughput"
11024   - "name"
11025   - "tags"
11026   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11027   x-axis: "X = CNFs per Service Chain"
11028   y-axis: "Y = Number of Service Chains"
11029   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11030   layout:
11031     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11032     layout: "plot-service-density"
11033
11034 - type: "plot"
11035   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11036   algorithm: "plot_nf_heatmap"
11037   output-file-type: ".html"
11038   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11039   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11040   filter: "'NIC_Intel-XXV710' and
11041            'NF_DENSITY' and
11042            'DOCKER' and
11043            'CHAIN' and
11044            'NF_VPPIP4' and
11045            'IMIX' and
11046            '8T4C' and
11047            'NDRPDR'"
11048   parameters:
11049   - "throughput"
11050   - "name"
11051   - "tags"
11052   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11053   x-axis: "X = CNFs per Service Chain"
11054   y-axis: "Y = Number of Service Chains"
11055   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11056   layout:
11057     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11058     layout: "plot-service-density"
11059
11060 # Plots - NF Density - CSC - PDR IMIX
11061 - type: "plot"
11062   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11063   algorithm: "plot_nf_heatmap"
11064   output-file-type: ".html"
11065   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11066   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11067   filter: "'NIC_Intel-XXV710' and
11068            'NF_DENSITY' and
11069            'DOCKER' and
11070            'CHAIN' and
11071            'NF_VPPIP4' and
11072            'IMIX' and
11073            '2T1C' and
11074            'NDRPDR'"
11075   parameters:
11076   - "throughput"
11077   - "name"
11078   - "tags"
11079   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11080   x-axis: "X = CNFs per Service Chain"
11081   y-axis: "Y = Number of Service Chains"
11082   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11083   layout:
11084     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11085     layout: "plot-service-density"
11086
11087 - type: "plot"
11088   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11089   algorithm: "plot_nf_heatmap"
11090   output-file-type: ".html"
11091   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11092   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11093   filter: "'NIC_Intel-XXV710' and
11094            'NF_DENSITY' and
11095            'DOCKER' and
11096            'CHAIN' and
11097            'NF_VPPIP4' and
11098            'IMIX' and
11099            '4T2C' and
11100            'NDRPDR'"
11101   parameters:
11102   - "throughput"
11103   - "name"
11104   - "tags"
11105   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11106   x-axis: "X = CNFs per Service Chain"
11107   y-axis: "Y = Number of Service Chains"
11108   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11109   layout:
11110     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11111     layout: "plot-service-density"
11112
11113 - type: "plot"
11114   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11115   algorithm: "plot_nf_heatmap"
11116   output-file-type: ".html"
11117   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11118   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11119   filter: "'NIC_Intel-XXV710' and
11120            'NF_DENSITY' and
11121            'DOCKER' and
11122            'CHAIN' and
11123            'NF_VPPIP4' and
11124            'IMIX' and
11125            '8T4C' and
11126            'NDRPDR'"
11127   parameters:
11128   - "throughput"
11129   - "name"
11130   - "tags"
11131   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11132   x-axis: "X = CNFs per Service Chain"
11133   y-axis: "Y = Number of Service Chains"
11134   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11135   layout:
11136     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11137     layout: "plot-service-density"
11138
11139 # Plots - NF Density - CSP - MRR IMIX
11140 - type: "plot"
11141   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11142   algorithm: "plot_nf_heatmap"
11143   output-file-type: ".html"
11144   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11145   data: "plot-vpp-nfv-2n-clx-mrr"
11146   filter: "'NIC_Intel-XXV710' and
11147            'NF_DENSITY' and
11148            'DOCKER' and
11149            'PIPELINE' and
11150            'NF_VPPIP4' and
11151            'IMIX' and
11152            '2T1C' and
11153            'MRR'"
11154   parameters:
11155   - "result"
11156   - "name"
11157   - "tags"
11158   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11159   x-axis: "X = CNFs per Service Pipeline"
11160   y-axis: "Y = Number of Service Pipelines"
11161   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11162   layout:
11163     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11164     layout: "plot-service-density"
11165
11166 - type: "plot"
11167   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11168   algorithm: "plot_nf_heatmap"
11169   output-file-type: ".html"
11170   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11171   data: "plot-vpp-nfv-2n-clx-mrr"
11172   filter: "'NIC_Intel-XXV710' and
11173            'NF_DENSITY' and
11174            'DOCKER' and
11175            'PIPELINE' and
11176            'NF_VPPIP4' and
11177            'IMIX' and
11178            '4T2C' and
11179            'MRR'"
11180   parameters:
11181   - "result"
11182   - "name"
11183   - "tags"
11184   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11185   x-axis: "X = CNFs per Service Pipeline"
11186   y-axis: "Y = Number of Service Pipelines"
11187   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11188   layout:
11189     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11190     layout: "plot-service-density"
11191
11192 - type: "plot"
11193   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11194   algorithm: "plot_nf_heatmap"
11195   output-file-type: ".html"
11196   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11197   data: "plot-vpp-nfv-2n-clx-mrr"
11198   filter: "'NIC_Intel-XXV710' and
11199            'NF_DENSITY' and
11200            'DOCKER' and
11201            'PIPELINE' and
11202            'NF_VPPIP4' and
11203            'IMIX' and
11204            '8T4C' and
11205            'MRR'"
11206   parameters:
11207   - "result"
11208   - "name"
11209   - "tags"
11210   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11211   x-axis: "X = CNFs per Service Pipeline"
11212   y-axis: "Y = Number of Service Pipelines"
11213   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11214   layout:
11215     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11216     layout: "plot-service-density"
11217
11218 # Plots - NF Density - CSP - NDR IMIX
11219 - type: "plot"
11220   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11221   algorithm: "plot_nf_heatmap"
11222   output-file-type: ".html"
11223   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11224   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11225   filter: "'NIC_Intel-XXV710' and
11226            'NF_DENSITY' and
11227            'DOCKER' and
11228            'PIPELINE' and
11229            'NF_VPPIP4' and
11230            'IMIX' and
11231            '2T1C' and
11232            'NDRPDR'"
11233   parameters:
11234   - "throughput"
11235   - "name"
11236   - "tags"
11237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11238   x-axis: "X = CNFs per Service Pipeline"
11239   y-axis: "Y = Number of Service Pipelines"
11240   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11241   layout:
11242     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11243     layout: "plot-service-density"
11244
11245 - type: "plot"
11246   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11247   algorithm: "plot_nf_heatmap"
11248   output-file-type: ".html"
11249   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11250   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11251   filter: "'NIC_Intel-XXV710' and
11252            'NF_DENSITY' and
11253            'DOCKER' and
11254            'PIPELINE' and
11255            'NF_VPPIP4' and
11256            'IMIX' and
11257            '4T2C' and
11258            'NDRPDR'"
11259   parameters:
11260   - "throughput"
11261   - "name"
11262   - "tags"
11263   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11264   x-axis: "X = CNFs per Service Pipeline"
11265   y-axis: "Y = Number of Service Pipelines"
11266   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11267   layout:
11268     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11269     layout: "plot-service-density"
11270
11271 - type: "plot"
11272   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11273   algorithm: "plot_nf_heatmap"
11274   output-file-type: ".html"
11275   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11276   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11277   filter: "'NIC_Intel-XXV710' and
11278            'NF_DENSITY' and
11279            'DOCKER' and
11280            'PIPELINE' and
11281            'NF_VPPIP4' and
11282            'IMIX' and
11283            '8T4C' and
11284            'NDRPDR'"
11285   parameters:
11286   - "throughput"
11287   - "name"
11288   - "tags"
11289   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11290   x-axis: "X = CNFs per Service Pipeline"
11291   y-axis: "Y = Number of Service Pipelines"
11292   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11293   layout:
11294     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11295     layout: "plot-service-density"
11296
11297 # Plots - NF Density - CSP - PDR IMIX
11298 - type: "plot"
11299   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11300   algorithm: "plot_nf_heatmap"
11301   output-file-type: ".html"
11302   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11303   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11304   filter: "'NIC_Intel-XXV710' and
11305            'NF_DENSITY' and
11306            'DOCKER' and
11307            'PIPELINE' and
11308            'NF_VPPIP4' and
11309            'IMIX' and
11310            '2T1C' and
11311            'NDRPDR'"
11312   parameters:
11313   - "throughput"
11314   - "name"
11315   - "tags"
11316   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11317   x-axis: "X = CNFs per Service Pipeline"
11318   y-axis: "Y = Number of Service Pipelines"
11319   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11320   layout:
11321     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11322     layout: "plot-service-density"
11323
11324 - type: "plot"
11325   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11326   algorithm: "plot_nf_heatmap"
11327   output-file-type: ".html"
11328   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11329   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11330   filter: "'NIC_Intel-XXV710' and
11331            'NF_DENSITY' and
11332            'DOCKER' and
11333            'PIPELINE' and
11334            'NF_VPPIP4' and
11335            'IMIX' and
11336            '4T2C' and
11337            'NDRPDR'"
11338   parameters:
11339   - "throughput"
11340   - "name"
11341   - "tags"
11342   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11343   x-axis: "X = CNFs per Service Pipeline"
11344   y-axis: "Y = Number of Service Pipelines"
11345   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11346   layout:
11347     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11348     layout: "plot-service-density"
11349
11350 - type: "plot"
11351   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11352   algorithm: "plot_nf_heatmap"
11353   output-file-type: ".html"
11354   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11355   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11356   filter: "'NIC_Intel-XXV710' and
11357            'NF_DENSITY' and
11358            'DOCKER' and
11359            'PIPELINE' and
11360            'NF_VPPIP4' and
11361            'IMIX' and
11362            '8T4C' and
11363            'NDRPDR'"
11364   parameters:
11365   - "throughput"
11366   - "name"
11367   - "tags"
11368   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11369   x-axis: "X = CNFs per Service Pipeline"
11370   y-axis: "Y = Number of Service Pipelines"
11371   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11372   layout:
11373     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11374     layout: "plot-service-density"
11375
11376 ################################################################################
11377
11378 # Packet Throughput
11379
11380 - type: "plot"
11381   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11382   algorithm: "plot_perf_box_name"
11383   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11385   include:
11386     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11387     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11388     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11389     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11390   layout:
11391     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11392     layout: "plot-throughput"
11393
11394 - type: "plot"
11395   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11396   algorithm: "plot_perf_box_name"
11397   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11398   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11399   include:
11400     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11401     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11402     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11403     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11404   layout:
11405     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11406     layout: "plot-throughput"
11407
11408 - type: "plot"
11409   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11410   algorithm: "plot_perf_box_name"
11411   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11412   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11413   include:
11414     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11415     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11416     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11417     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11418   layout:
11419     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11420     layout: "plot-throughput"
11421
11422 - type: "plot"
11423   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11424   algorithm: "plot_perf_box_name"
11425   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11426   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11427   include:
11428     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11429     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11430     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11431     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11432   layout:
11433     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11434     layout: "plot-throughput"
11435
11436 - type: "plot"
11437   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11438   algorithm: "plot_perf_box_name"
11439   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11441   include:
11442     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11443     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11444     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11445     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11446     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11447   layout:
11448     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11449     layout: "plot-throughput"
11450
11451 - type: "plot"
11452   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11453   algorithm: "plot_perf_box_name"
11454   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11456   include:
11457     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11458     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11459     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11460     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11461     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11462   layout:
11463     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11464     layout: "plot-throughput"
11465
11466 - type: "plot"
11467   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11468   algorithm: "plot_perf_box_name"
11469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11471   include:
11472     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11473     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11474     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11475     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11476     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11477   layout:
11478     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11479     layout: "plot-throughput"
11480
11481 - type: "plot"
11482   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11483   algorithm: "plot_perf_box_name"
11484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11486   include:
11487     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11488     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11489     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11490     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11491     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11492   layout:
11493     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11494     layout: "plot-throughput"
11495
11496 - type: "plot"
11497   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11498   algorithm: "plot_perf_box_name"
11499   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11500   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11501   include:
11502     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11503     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11504     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11505     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11506     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11507   layout:
11508     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11509     layout: "plot-throughput"
11510
11511 - type: "plot"
11512   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11513   algorithm: "plot_perf_box_name"
11514   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11515   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11516   include:
11517     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11518     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11519     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11520     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11521     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11522   layout:
11523     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11524     layout: "plot-throughput"
11525
11526 - type: "plot"
11527   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11528   algorithm: "plot_perf_box_name"
11529   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11530   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11531   include:
11532     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11536     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11537     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11538   layout:
11539     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11540     layout: "plot-throughput"
11541
11542 - type: "plot"
11543   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11544   algorithm: "plot_perf_box_name"
11545   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11547   include:
11548     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11554   layout:
11555     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11556     layout: "plot-throughput"
11557
11558 - type: "plot"
11559   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11560   algorithm: "plot_perf_box_name"
11561   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11562   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11563   include:
11564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11569   layout:
11570     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11571     layout: "plot-throughput"
11572
11573 - type: "plot"
11574   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11575   algorithm: "plot_perf_box_name"
11576   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11577   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11578   include:
11579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11584   layout:
11585     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11586     layout: "plot-throughput"
11587
11588 - type: "plot"
11589   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11590   algorithm: "plot_perf_box_name"
11591   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11593   include:
11594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11597   layout:
11598     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11599     layout: "plot-throughput"
11600
11601 - type: "plot"
11602   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11603   algorithm: "plot_perf_box_name"
11604   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11606   include:
11607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11610   layout:
11611     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11612     layout: "plot-throughput"
11613
11614 - type: "plot"
11615   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11616   algorithm: "plot_perf_box_name"
11617   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11618   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11619   include:
11620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11625   layout:
11626     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11627     layout: "plot-throughput"
11628
11629 - type: "plot"
11630   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11631   algorithm: "plot_perf_box_name"
11632   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11634   include:
11635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11640   layout:
11641     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11642     layout: "plot-throughput"
11643
11644 - type: "plot"
11645   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11646   algorithm: "plot_perf_box_name"
11647   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11649   include:
11650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11653   layout:
11654     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11655     layout: "plot-throughput"
11656
11657 - type: "plot"
11658   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11659   algorithm: "plot_perf_box_name"
11660   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11662   include:
11663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11666   layout:
11667     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11668     layout: "plot-throughput"
11669
11670 - type: "plot"
11671   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11672   algorithm: "plot_perf_box_name"
11673   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11675   include:
11676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11682   layout:
11683     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11684     layout: "plot-throughput"
11685
11686 - type: "plot"
11687   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11688   algorithm: "plot_perf_box_name"
11689   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11690   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11691   include:
11692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11698   layout:
11699     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11700     layout: "plot-throughput"
11701
11702 - type: "plot"
11703   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11704   algorithm: "plot_perf_box_name"
11705   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11706   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11707   include:
11708     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11709     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11710     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11711 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11712     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11713   layout:
11714     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11715     layout: "plot-throughput"
11716
11717 - type: "plot"
11718   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11719   algorithm: "plot_perf_box_name"
11720   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11721   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11722   include:
11723     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11724 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11725     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11726 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11727     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11728   layout:
11729     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11730     layout: "plot-throughput"
11731
11732 - type: "plot"
11733   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
11734   algorithm: "plot_perf_box_name"
11735   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
11736   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11737   include:
11738     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11739     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11740     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11741     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11742     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11743     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11744   layout:
11745     title: "2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
11746     layout: "plot-cps"
11747
11748 - type: "plot"
11749   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
11750   algorithm: "plot_perf_box_name"
11751   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
11752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11753   include:
11754     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11755     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11756     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11757     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11758     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11759     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11760   layout:
11761     title: "2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
11762     layout: "plot-throughput"
11763
11764 #- type: "plot"
11765 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
11766 #  algorithm: "plot_perf_box_name"
11767 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
11768 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11769 #  include:
11770 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11771 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11772 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11773 #  layout:
11774 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
11775 #    layout: "plot-cps"
11776
11777 #- type: "plot"
11778 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
11779 #  algorithm: "plot_perf_box_name"
11780 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
11781 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11782 #  include:
11783 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11784 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11785 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11786 #  layout:
11787 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
11788 #    layout: "plot-throughput"
11789
11790 - type: "plot"
11791   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
11792   algorithm: "plot_perf_box_name"
11793   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
11794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11795   include:
11796     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11797     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11798     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11799     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11800     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11801     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11802   layout:
11803     title: "2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
11804     layout: "plot-cps"
11805
11806 - type: "plot"
11807   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
11808   algorithm: "plot_perf_box_name"
11809   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
11810   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11811   include:
11812     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11813     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11814     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11815     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11816     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11817     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11818   layout:
11819     title: "2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
11820     layout: "plot-throughput"
11821
11822 #- type: "plot"
11823 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
11824 #  algorithm: "plot_perf_box_name"
11825 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
11826 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11827 #  include:
11828 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11829 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11830 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11831 #  layout:
11832 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
11833 #    layout: "plot-cps"
11834
11835 #- type: "plot"
11836 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
11837 #  algorithm: "plot_perf_box_name"
11838 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
11839 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11840 #  include:
11841 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11842 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11843 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11844 #  layout:
11845 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
11846 #    layout: "plot-throughput"
11847
11848 - type: "plot"
11849   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11850   algorithm: "plot_perf_box_name"
11851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11853   include:
11854     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11855     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11856     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11857 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11858     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11859   layout:
11860     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11861     layout: "plot-throughput"
11862
11863 - type: "plot"
11864   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11865   algorithm: "plot_perf_box_name"
11866   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11868   include:
11869     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11870 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11871     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11872 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11873     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11874   layout:
11875     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11876     layout: "plot-throughput"
11877
11878 - type: "plot"
11879   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
11880   algorithm: "plot_perf_box_name"
11881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
11882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11883   include:
11884     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11885     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11886     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11887     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11888     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11889     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11890   layout:
11891     title: "2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
11892     layout: "plot-cps"
11893
11894 - type: "plot"
11895   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
11896   algorithm: "plot_perf_box_name"
11897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
11898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11899   include:
11900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11902     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11904     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11905     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11906   layout:
11907     title: "2n-skx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
11908     layout: "plot-throughput"
11909
11910 #- type: "plot"
11911 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
11912 #  algorithm: "plot_perf_box_name"
11913 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
11914 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11915 #  include:
11916 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11917 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11918 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11919 #  layout:
11920 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
11921 #    layout: "plot-cps"
11922
11923 #- type: "plot"
11924 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
11925 #  algorithm: "plot_perf_box_name"
11926 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
11927 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11928 #  include:
11929 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11930 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11931 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11932 #  layout:
11933 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
11934 #    layout: "plot-throughput"
11935
11936 - type: "plot"
11937   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
11938   algorithm: "plot_perf_box_name"
11939   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
11940   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11941   include:
11942     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11943     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11944     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11945     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11946     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11947     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11948   layout:
11949     title: "2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
11950     layout: "plot-cps"
11951
11952 - type: "plot"
11953   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
11954   algorithm: "plot_perf_box_name"
11955   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
11956   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11957   include:
11958     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11959     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11960     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11961     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11962     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11963     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11964   layout:
11965     title: "2n-skx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
11966     layout: "plot-throughput"
11967
11968 #- type: "plot"
11969 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
11970 #  algorithm: "plot_perf_box_name"
11971 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
11972 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11973 #  include:
11974 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11975 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11976 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11977 #  layout:
11978 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
11979 #    layout: "plot-cps"
11980
11981 #- type: "plot"
11982 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
11983 #  algorithm: "plot_perf_box_name"
11984 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
11985 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11986 #  include:
11987 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11988 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11989 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11990 #  layout:
11991 #    title: "2n-skx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
11992 #    layout: "plot-throughput"
11993
11994 - type: "plot"
11995   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11996   algorithm: "plot_perf_box_name"
11997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11999   include:
12000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12006   layout:
12007     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12008     layout: "plot-throughput"
12009
12010 - type: "plot"
12011   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12012   algorithm: "plot_perf_box_name"
12013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12015   include:
12016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12022   layout:
12023     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12024     layout: "plot-throughput"
12025
12026 - type: "plot"
12027   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12028   algorithm: "plot_perf_box_name"
12029   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12030   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12031   include:
12032     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12033     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12035   layout:
12036     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12037     layout: "plot-throughput"
12038
12039 - type: "plot"
12040   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12041   algorithm: "plot_perf_box_name"
12042   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12043   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12044   include:
12045     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12047     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12048   layout:
12049     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12050     layout: "plot-throughput"
12051
12052 - type: "plot"
12053   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12054   algorithm: "plot_perf_box_name"
12055   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12056   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12057   include:
12058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12060 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12061 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12062 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12063   layout:
12064     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12065     layout: "plot-throughput"
12066
12067 - type: "plot"
12068   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12069   algorithm: "plot_perf_box_name"
12070   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12072   include:
12073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12075 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12076 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12077 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12078   layout:
12079     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12080     layout: "plot-throughput"
12081
12082 - type: "plot"
12083   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12084   algorithm: "plot_perf_box_name"
12085   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12087   include:
12088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12091     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12092     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12093   layout:
12094     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12095     layout: "plot-throughput"
12096
12097 - type: "plot"
12098   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12099   algorithm: "plot_perf_box_name"
12100   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12102   include:
12103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12108   layout:
12109     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12110     layout: "plot-throughput"
12111
12112 - type: "plot"
12113   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12114   algorithm: "plot_perf_box_name"
12115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12117   include:
12118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12123   layout:
12124     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12125     layout: "plot-throughput"
12126
12127 - type: "plot"
12128   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12129   algorithm: "plot_perf_box_name"
12130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12132   include:
12133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12138   layout:
12139     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12140     layout: "plot-throughput"
12141
12142 - type: "plot"
12143   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12144   algorithm: "plot_perf_box_name"
12145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12147   include:
12148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12152   layout:
12153     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12154     layout: "plot-throughput"
12155
12156 - type: "plot"
12157   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12158   algorithm: "plot_perf_box_name"
12159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12161   include:
12162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12166   layout:
12167     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12168     layout: "plot-throughput"
12169
12170 - type: "plot"
12171   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12172   algorithm: "plot_perf_box_name"
12173   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12174   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12175   include:
12176     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12177     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12181   layout:
12182     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12183     layout: "plot-throughput"
12184
12185 - type: "plot"
12186   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12187   algorithm: "plot_perf_box_name"
12188   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12190   include:
12191     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12196   layout:
12197     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12198     layout: "plot-throughput"
12199
12200 - type: "plot"
12201   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12202   algorithm: "plot_perf_box_name"
12203   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12204   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12205   include:
12206     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12211   layout:
12212     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12213     layout: "plot-throughput"
12214
12215 - type: "plot"
12216   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12217   algorithm: "plot_perf_box_name"
12218   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12219   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12220   include:
12221     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12225     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12226   layout:
12227     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12228     layout: "plot-throughput"
12229
12230 - type: "plot"
12231   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12232   algorithm: "plot_perf_box_name"
12233   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12234   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12235   include:
12236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12240   layout:
12241     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12242     layout: "plot-throughput"
12243
12244 - type: "plot"
12245   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12246   algorithm: "plot_perf_box_name"
12247   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12248   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12249   include:
12250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12254   layout:
12255     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12256     layout: "plot-throughput"
12257
12258 - type: "plot"
12259   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12260   algorithm: "plot_perf_box_name"
12261   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12262   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12263   include:
12264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12269   layout:
12270     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12271     layout: "plot-throughput"
12272
12273 - type: "plot"
12274   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12275   algorithm: "plot_perf_box_name"
12276   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12277   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12278   include:
12279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12284   layout:
12285     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12286     layout: "plot-throughput"
12287
12288 - type: "plot"
12289   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12290   algorithm: "plot_perf_box_name"
12291   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12292   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12293   include:
12294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12300   layout:
12301     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12302     layout: "plot-throughput"
12303
12304 - type: "plot"
12305   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12306   algorithm: "plot_perf_box_name"
12307   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12308   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12309   include:
12310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12316   layout:
12317     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12318     layout: "plot-throughput"
12319
12320 - type: "plot"
12321   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12322   algorithm: "plot_perf_box_name"
12323   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12324   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12325   include:
12326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12331   layout:
12332     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12333     layout: "plot-throughput"
12334
12335 - type: "plot"
12336   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12337   algorithm: "plot_perf_box_name"
12338   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12339   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12340   include:
12341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12346   layout:
12347     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12348     layout: "plot-throughput"
12349
12350 - type: "plot"
12351   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12352   algorithm: "plot_perf_box_name"
12353   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12354   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12355   include:
12356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12361   layout:
12362     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12363     layout: "plot-throughput"
12364
12365 - type: "plot"
12366   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12367   algorithm: "plot_perf_box_name"
12368   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12369   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12370   include:
12371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12376   layout:
12377     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12378     layout: "plot-throughput"
12379
12380 - type: "plot"
12381   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12382   algorithm: "plot_perf_box_name"
12383   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12384   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12385   include:
12386     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12388   layout:
12389     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12390     layout: "plot-throughput"
12391
12392 - type: "plot"
12393   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12394   algorithm: "plot_perf_box_name"
12395   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12396   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12397   include:
12398     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12400   layout:
12401     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12402     layout: "plot-throughput"
12403
12404 - type: "plot"
12405   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12406   algorithm: "plot_perf_box_name"
12407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12409   include:
12410     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12411     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12414   layout:
12415     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12416     layout: "plot-throughput"
12417
12418 - type: "plot"
12419   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12420   algorithm: "plot_perf_box_name"
12421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12423   include:
12424     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12425     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12427     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12428   layout:
12429     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12430     layout: "plot-throughput"
12431
12432 - type: "plot"
12433   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12434   algorithm: "plot_perf_box_name"
12435   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12437   include:
12438     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12439     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12440     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12441     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12442   layout:
12443     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12444     layout: "plot-throughput"
12445
12446 - type: "plot"
12447   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12448   algorithm: "plot_perf_box_name"
12449   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12451   include:
12452     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12453     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12454     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12455     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12456   layout:
12457     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12458     layout: "plot-throughput"
12459
12460 - type: "plot"
12461   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12462   algorithm: "plot_perf_box_name"
12463   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12464   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12465   include:
12466     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12467     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12468     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12469     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12470   layout:
12471     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12472     layout: "plot-throughput"
12473
12474 - type: "plot"
12475   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12476   algorithm: "plot_perf_box_name"
12477   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12478   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12479   include:
12480     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12481     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12482     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12483     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12484   layout:
12485     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12486     layout: "plot-throughput"
12487
12488 - type: "plot"
12489   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12490   algorithm: "plot_perf_box_name"
12491   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12492   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12493   include:
12494     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12495     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12496     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12497     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12498   layout:
12499     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12500     layout: "plot-throughput"
12501
12502 - type: "plot"
12503   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12504   algorithm: "plot_perf_box_name"
12505   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12506   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12507   include:
12508     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12509     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12510     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12511     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12512   layout:
12513     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12514     layout: "plot-throughput"
12515
12516 - type: "plot"
12517   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12518   algorithm: "plot_perf_box_name"
12519   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12521   include:
12522     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12523     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12524     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12525     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12526     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12527     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12528   layout:
12529     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12530     layout: "plot-throughput"
12531
12532 - type: "plot"
12533   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12534   algorithm: "plot_perf_box_name"
12535   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12537   include:
12538     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12539     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12540     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12541     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12542     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12543     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12544   layout:
12545     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12546     layout: "plot-throughput"
12547
12548 - type: "plot"
12549   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12550   algorithm: "plot_perf_box_name"
12551   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12552   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12553   include:
12554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12555     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12556     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12559   layout:
12560     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12561     layout: "plot-throughput"
12562
12563 - type: "plot"
12564   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12565   algorithm: "plot_perf_box_name"
12566   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12568   include:
12569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12574   layout:
12575     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12576     layout: "plot-throughput"
12577
12578 - type: "plot"
12579   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12580   algorithm: "plot_perf_box_name"
12581   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12582   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12583   include:
12584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12585     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12589   layout:
12590     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12591     layout: "plot-throughput"
12592
12593 - type: "plot"
12594   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12595   algorithm: "plot_perf_box_name"
12596   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12597   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12598   include:
12599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12604   layout:
12605     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12606     layout: "plot-throughput"
12607
12608 - type: "plot"
12609   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12610   algorithm: "plot_perf_box_name"
12611   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12612   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12613   include:
12614     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12615     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12617   layout:
12618     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12619     layout: "plot-throughput"
12620
12621 - type: "plot"
12622   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12623   algorithm: "plot_perf_box_name"
12624   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12625   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12626   include:
12627     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12628     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12629     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12630   layout:
12631     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12632     layout: "plot-throughput"
12633
12634 - type: "plot"
12635   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12636   algorithm: "plot_perf_box_name"
12637   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12639   include:
12640     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12641     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12642     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12643   layout:
12644     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12645     layout: "plot-throughput"
12646
12647 - type: "plot"
12648   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12649   algorithm: "plot_perf_box_name"
12650   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12652   include:
12653     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12654     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12655     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12656   layout:
12657     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12658     layout: "plot-throughput"
12659
12660 - type: "plot"
12661   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12662   algorithm: "plot_perf_box_name"
12663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12665   include:
12666     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12667     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12668     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12669     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12670     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12671   layout:
12672     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12673     layout: "plot-throughput"
12674
12675 - type: "plot"
12676   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12677   algorithm: "plot_perf_box_name"
12678   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12679   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12680   include:
12681     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12682     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12683     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12684     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12685     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12686   layout:
12687     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12688     layout: "plot-throughput"
12689
12690 - type: "plot"
12691   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12692   algorithm: "plot_perf_box_name"
12693   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12694   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12695   include:
12696     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12697     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12698     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12699     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12700     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12701   layout:
12702     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12703     layout: "plot-throughput"
12704
12705 - type: "plot"
12706   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12707   algorithm: "plot_perf_box_name"
12708   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12709   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12710   include:
12711     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12712     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12713     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12714     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12715     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12716   layout:
12717     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12718     layout: "plot-throughput"
12719
12720 - type: "plot"
12721   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12722   algorithm: "plot_perf_box_name"
12723   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12724   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12725   include:
12726     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12727     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12728     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12729     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12730     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12731   layout:
12732     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12733     layout: "plot-throughput"
12734
12735 - type: "plot"
12736   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12737   algorithm: "plot_perf_box_name"
12738   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12739   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12740   include:
12741     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12742     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12743     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12744     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12746   layout:
12747     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12748     layout: "plot-throughput"
12749
12750 - type: "plot"
12751   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12752   algorithm: "plot_perf_box_name"
12753   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12754   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12755   include:
12756     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12757     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12758     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12759     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12761   layout:
12762     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12763     layout: "plot-throughput"
12764
12765 - type: "plot"
12766   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12767   algorithm: "plot_perf_box_name"
12768   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12769   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12770   include:
12771     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12772     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12773     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12776   layout:
12777     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12778     layout: "plot-throughput"
12779
12780 - type: "plot"
12781   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12782   algorithm: "plot_perf_box_name"
12783   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12784   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12785   include:
12786     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12787     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12788     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12791   layout:
12792     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12793     layout: "plot-throughput"
12794
12795 - type: "plot"
12796   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12797   algorithm: "plot_perf_box_name"
12798   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12799   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12800   include:
12801     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12802     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12803     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12806   layout:
12807     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12808     layout: "plot-throughput"
12809
12810 - type: "plot"
12811   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12812   algorithm: "plot_perf_box_name"
12813   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12814   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12815   include:
12816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12817     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12818     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12819     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12820     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12821     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12822   layout:
12823     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12824     layout: "plot-throughput"
12825
12826 - type: "plot"
12827   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12828   algorithm: "plot_perf_box_name"
12829   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12830   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12831   include:
12832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12833     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12834     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12835     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12836     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12837     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12838   layout:
12839     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12840     layout: "plot-throughput"
12841
12842 - type: "plot"
12843   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12844   algorithm: "plot_perf_box_name"
12845   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12846   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12847   include:
12848     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12849     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12850     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12851     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12852   layout:
12853     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12854     layout: "plot-throughput"
12855
12856 - type: "plot"
12857   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12858   algorithm: "plot_perf_box_name"
12859   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12860   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12861   include:
12862     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12863     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12864     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12865     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12866   layout:
12867     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12868     layout: "plot-throughput"
12869
12870 - type: "plot"
12871   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12872   algorithm: "plot_perf_box_name"
12873   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12875   include:
12876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12877     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12878     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12879     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12880     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12881     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12882   layout:
12883     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12884     layout: "plot-throughput"
12885
12886 - type: "plot"
12887   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12888   algorithm: "plot_perf_box_name"
12889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12891   include:
12892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12894     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12897     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12898   layout:
12899     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12900     layout: "plot-throughput"
12901
12902 - type: "plot"
12903   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12904   algorithm: "plot_perf_box_name"
12905   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12907   include:
12908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12909     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12910     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12911     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12912     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12913     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12914   layout:
12915     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12916     layout: "plot-throughput"
12917
12918 - type: "plot"
12919   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12920   algorithm: "plot_perf_box_name"
12921   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12922   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12923   include:
12924     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12926     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12930   layout:
12931     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12932     layout: "plot-throughput"
12933
12934 - type: "plot"
12935   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12936   algorithm: "plot_perf_box_name"
12937   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12938   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12939   include:
12940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12946   layout:
12947     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12948     layout: "plot-throughput"
12949
12950 - type: "plot"
12951   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12952   algorithm: "plot_perf_box_name"
12953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12955   include:
12956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12958     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12962   layout:
12963     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12964     layout: "plot-throughput"
12965
12966 - type: "plot"
12967   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12968   algorithm: "plot_perf_box_name"
12969   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12970   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12971   include:
12972     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12973     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12974     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12975     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12976     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12977     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12978   layout:
12979     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12980     layout: "plot-throughput"
12981
12982 - type: "plot"
12983   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12984   algorithm: "plot_perf_box_name"
12985   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12986   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12987   include:
12988     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12989     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12990     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12991     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12992     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12993     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12994   layout:
12995     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12996     layout: "plot-throughput"
12997
12998 - type: "plot"
12999   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13000   algorithm: "plot_perf_box_name"
13001   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13002   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13003   include:
13004     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13005     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13006     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13007     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13008     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13009     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13010   layout:
13011     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13012     layout: "plot-throughput"
13013
13014 - type: "plot"
13015   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13016   algorithm: "plot_perf_box_name"
13017   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13018   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13019   include:
13020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13021     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13025     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13026   layout:
13027     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13028     layout: "plot-throughput"
13029
13030 - type: "plot"
13031   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13032   algorithm: "plot_perf_box_name"
13033   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13034   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13035   include:
13036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13042   layout:
13043     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13044     layout: "plot-throughput"
13045
13046 - type: "plot"
13047   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13048   algorithm: "plot_perf_box_name"
13049   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13050   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13051   include:
13052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13058   layout:
13059     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13060     layout: "plot-throughput"
13061
13062 - type: "plot"
13063   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13064   algorithm: "plot_perf_box_name"
13065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13067   include:
13068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13074   layout:
13075     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13076     layout: "plot-throughput"
13077
13078 - type: "plot"
13079   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13080   algorithm: "plot_perf_box_name"
13081   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13083   include:
13084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13090   layout:
13091     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13092     layout: "plot-throughput"
13093
13094 - type: "plot"
13095   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13096   algorithm: "plot_perf_box_name"
13097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13099   include:
13100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13106   layout:
13107     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13108     layout: "plot-throughput"
13109
13110 - type: "plot"
13111   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13112   algorithm: "plot_perf_box_name"
13113   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13115   include:
13116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13122   layout:
13123     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13124     layout: "plot-throughput"
13125
13126 - type: "plot"
13127   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13128   algorithm: "plot_perf_box_name"
13129   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13131   include:
13132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13136   layout:
13137     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13138     layout: "plot-throughput"
13139
13140 - type: "plot"
13141   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13142   algorithm: "plot_perf_box_name"
13143   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13144   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13145   include:
13146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13150   layout:
13151     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13152     layout: "plot-throughput"
13153
13154 - type: "plot"
13155   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13156   algorithm: "plot_perf_box_name"
13157   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13159   include:
13160     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13161     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13162     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13164   layout:
13165     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13166     layout: "plot-throughput"
13167
13168 - type: "plot"
13169   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13170   algorithm: "plot_perf_box_name"
13171   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13173   include:
13174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13178   layout:
13179     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13180     layout: "plot-throughput"
13181
13182 - type: "plot"
13183   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13184   algorithm: "plot_perf_box_name"
13185   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13186   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13187   include:
13188     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13191     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13192     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13194   layout:
13195     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13196     layout: "plot-throughput"
13197
13198 - type: "plot"
13199   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13200   algorithm: "plot_perf_box_name"
13201   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13202   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13203   include:
13204     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13210   layout:
13211     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13212     layout: "plot-throughput"
13213
13214 - type: "plot"
13215   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13216   algorithm: "plot_perf_box_name"
13217   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13219   include:
13220     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13225   layout:
13226     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13227     layout: "plot-throughput"
13228
13229 - type: "plot"
13230   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13231   algorithm: "plot_perf_box_name"
13232   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13234   include:
13235     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13240   layout:
13241     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13242     layout: "plot-throughput"
13243
13244 - type: "plot"
13245   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13246   algorithm: "plot_perf_box_name"
13247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13249   include:
13250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13255   layout:
13256     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13257     layout: "plot-throughput"
13258
13259 - type: "plot"
13260   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13261   algorithm: "plot_perf_box_name"
13262   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13264   include:
13265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13270   layout:
13271     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13272     layout: "plot-throughput"
13273
13274 - type: "plot"
13275   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13276   algorithm: "plot_perf_box_name"
13277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13279   include:
13280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13284   layout:
13285     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13286     layout: "plot-throughput"
13287
13288 - type: "plot"
13289   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13290   algorithm: "plot_perf_box_name"
13291   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13292   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13293   include:
13294     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13298   layout:
13299     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13300     layout: "plot-throughput"
13301
13302 - type: "plot"
13303   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13304   algorithm: "plot_perf_box_name"
13305   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13307   include:
13308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13314   layout:
13315     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13316     layout: "plot-throughput"
13317
13318 - type: "plot"
13319   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13320   algorithm: "plot_perf_box_name"
13321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13323   include:
13324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13330   layout:
13331     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13332     layout: "plot-throughput"
13333
13334 - type: "plot"
13335   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13336   algorithm: "plot_perf_box_name"
13337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13339   include:
13340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13346   layout:
13347     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13348     layout: "plot-throughput"
13349
13350 - type: "plot"
13351   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13352   algorithm: "plot_perf_box_name"
13353   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13354   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13355   include:
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13362   layout:
13363     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13371   include:
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13378   layout:
13379     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13380     layout: "plot-throughput"
13381
13382 - type: "plot"
13383   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13384   algorithm: "plot_perf_box_name"
13385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13387   include:
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13394   layout:
13395     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13396     layout: "plot-throughput"
13397
13398 - type: "plot"
13399   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13400   algorithm: "plot_perf_box_name"
13401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13403   include:
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13410   layout:
13411     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13412     layout: "plot-throughput"
13413
13414 - type: "plot"
13415   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13416   algorithm: "plot_perf_box_name"
13417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13419   include:
13420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13426   layout:
13427     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13428     layout: "plot-throughput"
13429
13430 - type: "plot"
13431   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13432   algorithm: "plot_perf_box_name"
13433   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13434   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13435   include:
13436     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13437     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13438     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13440   layout:
13441     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13442     layout: "plot-throughput"
13443
13444 - type: "plot"
13445   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13446   algorithm: "plot_perf_box_name"
13447   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13448   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13449   include:
13450     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13451     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13452     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13453     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13454   layout:
13455     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13456     layout: "plot-throughput"
13457
13458 - type: "plot"
13459   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13460   algorithm: "plot_perf_box_name"
13461   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13462   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13463   include:
13464     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13467     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13469     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13470   layout:
13471     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13472     layout: "plot-throughput"
13473
13474 - type: "plot"
13475   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13476   algorithm: "plot_perf_box_name"
13477   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13478   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13479   include:
13480     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13482     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13483     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13486   layout:
13487     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13488     layout: "plot-throughput"
13489
13490 - type: "plot"
13491   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13492   algorithm: "plot_perf_box_name"
13493   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13494   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13495   include:
13496     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13498     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13499     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13502   layout:
13503     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13504     layout: "plot-throughput"
13505
13506 - type: "plot"
13507   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13508   algorithm: "plot_perf_box_name"
13509   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13510   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13511   include:
13512     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13514     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13515     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13518   layout:
13519     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13520     layout: "plot-throughput"
13521
13522 - type: "plot"
13523   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13524   algorithm: "plot_perf_box_name"
13525   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13526   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13527   include:
13528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13530     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13531     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13532   layout:
13533     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13534     layout: "plot-throughput"
13535
13536 - type: "plot"
13537   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13538   algorithm: "plot_perf_box_name"
13539   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13540   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13541   include:
13542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13546   layout:
13547     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13548     layout: "plot-throughput"
13549
13550 - type: "plot"
13551   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13552   algorithm: "plot_perf_box_name"
13553   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13554   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13555   include:
13556     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13557     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13560     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13561     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13562   layout:
13563     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13564     layout: "plot-throughput"
13565
13566 - type: "plot"
13567   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13568   algorithm: "plot_perf_box_name"
13569   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13570   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13571   include:
13572     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13573     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13574     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13578   layout:
13579     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13580     layout: "plot-throughput"
13581
13582 - type: "plot"
13583   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13584   algorithm: "plot_perf_box_name"
13585   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13586   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13587   include:
13588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13589     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13590     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13591     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13592   layout:
13593     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13594     layout: "plot-throughput"
13595
13596 - type: "plot"
13597   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13598   algorithm: "plot_perf_box_name"
13599   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13600   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13601   include:
13602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13604     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13605     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13606   layout:
13607     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13608     layout: "plot-throughput"
13609
13610 - type: "plot"
13611   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13612   algorithm: "plot_perf_box_name"
13613   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13614   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13615   include:
13616     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13617     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13618     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13619     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13620     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13621     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13622   layout:
13623     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13624     layout: "plot-throughput"
13625
13626 - type: "plot"
13627   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13628   algorithm: "plot_perf_box_name"
13629   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13630   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13631   include:
13632     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13633     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13634     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13635     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13636     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13637     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13638   layout:
13639     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13640     layout: "plot-throughput"
13641
13642 - type: "plot"
13643   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13644   algorithm: "plot_perf_box_name"
13645   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13646   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13647   include:
13648     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13649     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13650     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13651     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13652     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13653     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13654   layout:
13655     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13656     layout: "plot-throughput"
13657
13658 - type: "plot"
13659   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13660   algorithm: "plot_perf_box_name"
13661   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13662   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13663   include:
13664     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13665     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13666     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13667     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13668     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13669     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13670   layout:
13671     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13672     layout: "plot-throughput"
13673
13674 - type: "plot"
13675   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13676   algorithm: "plot_perf_box_name"
13677   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13678   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13679   include:
13680     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13681     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13682     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13683     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13684     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13685     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13686   layout:
13687     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13688     layout: "plot-throughput"
13689
13690 - type: "plot"
13691   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13692   algorithm: "plot_perf_box_name"
13693   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13694   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13695   include:
13696     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13697     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13698     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13699     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13700     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13701     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13702   layout:
13703     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13704     layout: "plot-throughput"
13705
13706 - type: "plot"
13707   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13708   algorithm: "plot_perf_box_name"
13709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13711   include:
13712     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13713     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13714     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13715 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13716 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13717 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13718   layout:
13719     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13720     layout: "plot-throughput"
13721
13722 - type: "plot"
13723   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13724   algorithm: "plot_perf_box_name"
13725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13727   include:
13728     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13729     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13730     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13731 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13732 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13733 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13734   layout:
13735     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13736     layout: "plot-throughput"
13737
13738 - type: "plot"
13739   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13740   algorithm: "plot_perf_box_name"
13741   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13743   include:
13744     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13745     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13746     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13747     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13748     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13749     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13750   layout:
13751     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13752     layout: "plot-throughput"
13753
13754 - type: "plot"
13755   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13756   algorithm: "plot_perf_box_name"
13757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13759   include:
13760     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13761     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13762     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13763     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13764     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13765     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13766   layout:
13767     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13768     layout: "plot-throughput"
13769
13770 - type: "plot"
13771   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13772   algorithm: "plot_perf_box_name"
13773   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13774   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13775   include:
13776     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13777     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13778     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13779     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13780     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13781     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13782   layout:
13783     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13784     layout: "plot-throughput"
13785
13786 - type: "plot"
13787   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13788   algorithm: "plot_perf_box_name"
13789   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13790   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13791   include:
13792     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13793     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13794     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13795     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13796     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13797     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13798   layout:
13799     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13800     layout: "plot-throughput"
13801
13802 #- type: "plot"
13803 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13804 #  algorithm: "plot_perf_box_name"
13805 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13806 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13807 #  include:
13808 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13809 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13810 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13811 #  layout:
13812 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13813 #    layout: "plot-throughput"
13814 #
13815 #- type: "plot"
13816 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13817 #  algorithm: "plot_perf_box_name"
13818 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13819 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13820 #  include:
13821 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13822 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13823 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13824 #  layout:
13825 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13826 #    layout: "plot-throughput"
13827
13828 - type: "plot"
13829   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13830   algorithm: "plot_perf_box_name"
13831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13833   include:
13834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13836     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13839   layout:
13840     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13841     layout: "plot-throughput"
13842
13843 - type: "plot"
13844   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13845   algorithm: "plot_perf_box_name"
13846   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13847   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13848   include:
13849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13854   layout:
13855     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13856     layout: "plot-throughput"
13857
13858 - type: "plot"
13859   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13860   algorithm: "plot_perf_box_name"
13861   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13862   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13863   include:
13864     - "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"
13865     - "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"
13866     - "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"
13867     - "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"
13868     - "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"
13869   layout:
13870     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13871     layout: "plot-throughput"
13872
13873 - type: "plot"
13874   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13875   algorithm: "plot_perf_box_name"
13876   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13877   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13878   include:
13879     - "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"
13880     - "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"
13881     - "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"
13882     - "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"
13883     - "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"
13884   layout:
13885     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13886     layout: "plot-throughput"
13887
13888 - type: "plot"
13889   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13890   algorithm: "plot_perf_box_name"
13891   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13893   include:
13894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13899   layout:
13900     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13901     layout: "plot-throughput"
13902
13903 - type: "plot"
13904   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13905   algorithm: "plot_perf_box_name"
13906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13908   include:
13909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13914   layout:
13915     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13916     layout: "plot-throughput"
13917
13918 - type: "plot"
13919   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13920   algorithm: "plot_perf_box_name"
13921   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13922   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13923   include:
13924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13929   layout:
13930     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13931     layout: "plot-throughput"
13932
13933 - type: "plot"
13934   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13935   algorithm: "plot_perf_box_name"
13936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13938   include:
13939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13944   layout:
13945     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13946     layout: "plot-throughput"
13947
13948 - type: "plot"
13949   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13950   algorithm: "plot_perf_box_name"
13951   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13952   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13953   include:
13954     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13955     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13956     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13957     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13958     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13959   layout:
13960     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13961     layout: "plot-throughput"
13962
13963 - type: "plot"
13964   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13965   algorithm: "plot_perf_box_name"
13966   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13968   include:
13969     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13970     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13971     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13972     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13973     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13974   layout:
13975     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13976     layout: "plot-throughput"
13977
13978 - type: "plot"
13979   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13980   algorithm: "plot_perf_box_name"
13981   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13982   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13983   include:
13984     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13985     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13986     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13987     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13988     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13989   layout:
13990     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13991     layout: "plot-throughput"
13992
13993 - type: "plot"
13994   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13995   algorithm: "plot_perf_box_name"
13996   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13997   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13998   include:
13999     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14000     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14001     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14002     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14004   layout:
14005     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14006     layout: "plot-throughput"
14007
14008 - type: "plot"
14009   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14010   algorithm: "plot_perf_box_name"
14011   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14012   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14013   include:
14014     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14015     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14016     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14018   layout:
14019     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14020     layout: "plot-throughput"
14021
14022 - type: "plot"
14023   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14024   algorithm: "plot_perf_box_name"
14025   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14026   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14027   include:
14028     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14029     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14030     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14031     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14032   layout:
14033     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14034     layout: "plot-throughput"
14035
14036 - type: "plot"
14037   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14038   algorithm: "plot_perf_box_name"
14039   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14041   include:
14042     - "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"
14043     - "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"
14044     - "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"
14045     - "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"
14046   layout:
14047     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14048     layout: "plot-throughput"
14049
14050 - type: "plot"
14051   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14052   algorithm: "plot_perf_box_name"
14053   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14054   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14055   include:
14056     - "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"
14057     - "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"
14058     - "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"
14059     - "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"
14060   layout:
14061     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14062     layout: "plot-throughput"
14063
14064 - type: "plot"
14065   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14066   algorithm: "plot_perf_box_name"
14067   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14068   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14069   include:
14070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14075     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14076   layout:
14077     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14078     layout: "plot-throughput"
14079
14080 - type: "plot"
14081   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14082   algorithm: "plot_perf_box_name"
14083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14085   include:
14086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14092   layout:
14093     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14094     layout: "plot-throughput"
14095
14096 - type: "plot"
14097   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14098   algorithm: "plot_perf_box_name"
14099   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14100   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14101   include:
14102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14105     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14106     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14107     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14108   layout:
14109     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14110     layout: "plot-throughput"
14111
14112 - type: "plot"
14113   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14114   algorithm: "plot_perf_box_name"
14115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14117   include:
14118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14119     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14124   layout:
14125     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14126     layout: "plot-throughput"
14127
14128 - type: "plot"
14129   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14130   algorithm: "plot_perf_box_name"
14131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14133   include:
14134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14140   layout:
14141     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14142     layout: "plot-throughput"
14143
14144 - type: "plot"
14145   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14146   algorithm: "plot_perf_box_name"
14147   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14148   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14149   include:
14150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14156   layout:
14157     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14158     layout: "plot-throughput"
14159
14160 - type: "plot"
14161   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14162   algorithm: "plot_perf_box_name"
14163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14165   include:
14166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14171   layout:
14172     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14173     layout: "plot-throughput"
14174
14175 - type: "plot"
14176   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14177   algorithm: "plot_perf_box_name"
14178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14180   include:
14181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14186   layout:
14187     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14188     layout: "plot-throughput"
14189
14190 - type: "plot"
14191   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14192   algorithm: "plot_perf_box_name"
14193   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14195   include:
14196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14198   layout:
14199     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14200     layout: "plot-throughput"
14201
14202 - type: "plot"
14203   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14204   algorithm: "plot_perf_box_name"
14205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14207   include:
14208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14210   layout:
14211     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14212     layout: "plot-throughput"
14213
14214 - type: "plot"
14215   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14216   algorithm: "plot_perf_box_name"
14217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14219   include:
14220     - "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"
14221     - "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"
14222   layout:
14223     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14224     layout: "plot-throughput"
14225
14226 - type: "plot"
14227   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14228   algorithm: "plot_perf_box_name"
14229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14231   include:
14232     - "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"
14233     - "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"
14234   layout:
14235     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14236     layout: "plot-throughput"
14237
14238 - type: "plot"
14239   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14240   algorithm: "plot_perf_box_name"
14241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14243   include:
14244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14246   layout:
14247     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14248     layout: "plot-throughput"
14249
14250 - type: "plot"
14251   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14252   algorithm: "plot_perf_box_name"
14253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14255   include:
14256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14258   layout:
14259     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14260     layout: "plot-throughput"
14261
14262 - type: "plot"
14263   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14264   algorithm: "plot_perf_box_name"
14265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14267   include:
14268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14270   layout:
14271     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14272     layout: "plot-throughput"
14273
14274 - type: "plot"
14275   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14276   algorithm: "plot_perf_box_name"
14277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14279   include:
14280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14282   layout:
14283     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14284     layout: "plot-throughput"
14285
14286 - type: "plot"
14287   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14288   algorithm: "plot_perf_box_name"
14289   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14290   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14291   include:
14292     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14293     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14294     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14295     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14296     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14297     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14298   layout:
14299     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14300     layout: "plot-throughput"
14301
14302 - type: "plot"
14303   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14304   algorithm: "plot_perf_box_name"
14305   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14306   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14307   include:
14308     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14309     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14310     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14311     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14312     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14313     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14314   layout:
14315     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14316     layout: "plot-throughput"
14317
14318 - type: "plot"
14319   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14320   algorithm: "plot_perf_box_name"
14321   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14322   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14323   include:
14324     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14325     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14326     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14327     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14328     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14329     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14330   layout:
14331     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14332     layout: "plot-throughput"
14333
14334 - type: "plot"
14335   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14336   algorithm: "plot_perf_box_name"
14337   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14338   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14339   include:
14340     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14341     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14342     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14343     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14344     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14345     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14346   layout:
14347     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14348     layout: "plot-throughput"
14349
14350 #- type: "plot"
14351 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14352 #  algorithm: "plot_perf_box_name"
14353 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14354 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14355 #  include:
14356 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14357 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14358 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14359 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14360 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14361 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14362 #  layout:
14363 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14364 #    layout: "plot-throughput"
14365 #
14366 #- type: "plot"
14367 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14368 #  algorithm: "plot_perf_box_name"
14369 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14370 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14371 #  include:
14372 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
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-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14375 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14376 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14377 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14378 #  layout:
14379 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14380 #    layout: "plot-throughput"
14381
14382 - type: "plot"
14383   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14384   algorithm: "plot_perf_box_name"
14385   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14386   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14387   include:
14388     - "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"
14389     - "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"
14390     - "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"
14391     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14392     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14393     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14394   layout:
14395     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14396     layout: "plot-throughput"
14397
14398 - type: "plot"
14399   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14400   algorithm: "plot_perf_box_name"
14401   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14402   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14403   include:
14404     - "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"
14405     - "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"
14406     - "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"
14407     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14408     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14409     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14410   layout:
14411     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14412     layout: "plot-throughput"
14413
14414 ################################################################################
14415
14416 # Packet Speedup
14417
14418 - type: "plot"
14419   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14420   algorithm: "plot_tsa_name"
14421   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14422   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14423   include:
14424     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14425     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14426     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14427     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14428   layout:
14429     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14430     layout: "plot-throughput-speedup-analysis"
14431
14432 - type: "plot"
14433   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14434   algorithm: "plot_tsa_name"
14435   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14436   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14437   include:
14438     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14439     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14440     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14441     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14442   layout:
14443     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14444     layout: "plot-throughput-speedup-analysis"
14445
14446 - type: "plot"
14447   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14448   algorithm: "plot_tsa_name"
14449   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14451   include:
14452     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14453     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14454     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14455     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14456   layout:
14457     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14458     layout: "plot-throughput-speedup-analysis"
14459
14460 - type: "plot"
14461   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14462   algorithm: "plot_tsa_name"
14463   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14464   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14465   include:
14466     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14467     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14468     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14469     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14470   layout:
14471     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14472     layout: "plot-throughput-speedup-analysis"
14473
14474 - type: "plot"
14475   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14476   algorithm: "plot_tsa_name"
14477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14479   include:
14480     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14481     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14482     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14483     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14484     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14485   layout:
14486     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14487     layout: "plot-throughput-speedup-analysis"
14488
14489 - type: "plot"
14490   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14491   algorithm: "plot_tsa_name"
14492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14494   include:
14495     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14496     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14497     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14498     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14499     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14500   layout:
14501     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14502     layout: "plot-throughput-speedup-analysis"
14503
14504 - type: "plot"
14505   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14506   algorithm: "plot_tsa_name"
14507   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14509   include:
14510     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14511     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14512     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14513     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14514     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14515   layout:
14516     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14517     layout: "plot-throughput-speedup-analysis"
14518
14519 - type: "plot"
14520   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14521   algorithm: "plot_tsa_name"
14522   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14524   include:
14525     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14526     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14527     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14528     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14529     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14530   layout:
14531     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14532     layout: "plot-throughput-speedup-analysis"
14533
14534 - type: "plot"
14535   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14536   algorithm: "plot_tsa_name"
14537   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14538   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14539   include:
14540     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14543     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14544     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14545     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14546   layout:
14547     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14548     layout: "plot-throughput-speedup-analysis"
14549
14550 - type: "plot"
14551   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14552   algorithm: "plot_tsa_name"
14553   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14555   include:
14556     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14557     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14558     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14559     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14560     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14561     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14562   layout:
14563     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14564     layout: "plot-throughput-speedup-analysis"
14565
14566 - type: "plot"
14567   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14568   algorithm: "plot_tsa_name"
14569   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14571   include:
14572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14577   layout:
14578     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14579     layout: "plot-throughput-speedup-analysis"
14580
14581 - type: "plot"
14582   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14583   algorithm: "plot_tsa_name"
14584   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14586   include:
14587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14592   layout:
14593     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14594     layout: "plot-throughput-speedup-analysis"
14595
14596 - type: "plot"
14597   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14598   algorithm: "plot_tsa_name"
14599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14601   include:
14602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14605   layout:
14606     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14607     layout: "plot-throughput-speedup-analysis"
14608
14609 - type: "plot"
14610   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14611   algorithm: "plot_tsa_name"
14612   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14614   include:
14615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14618   layout:
14619     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14620     layout: "plot-throughput-speedup-analysis"
14621
14622 - type: "plot"
14623   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14624   algorithm: "plot_tsa_name"
14625   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14626   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14627   include:
14628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14633   layout:
14634     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14635     layout: "plot-throughput-speedup-analysis"
14636
14637 - type: "plot"
14638   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14639   algorithm: "plot_tsa_name"
14640   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14642   include:
14643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14648   layout:
14649     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14650     layout: "plot-throughput-speedup-analysis"
14651
14652 - type: "plot"
14653   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14654   algorithm: "plot_tsa_name"
14655   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14657   include:
14658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14661   layout:
14662     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14663     layout: "plot-throughput-speedup-analysis"
14664
14665 - type: "plot"
14666   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14667   algorithm: "plot_tsa_name"
14668   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14670   include:
14671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14674   layout:
14675     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14676     layout: "plot-throughput-speedup-analysis"
14677
14678 - type: "plot"
14679   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14680   algorithm: "plot_tsa_name"
14681   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14682   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14683   include:
14684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14690   layout:
14691     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14692     layout: "plot-throughput-speedup-analysis"
14693
14694 - type: "plot"
14695   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14696   algorithm: "plot_tsa_name"
14697   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14699   include:
14700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14706   layout:
14707     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14708     layout: "plot-throughput-speedup-analysis"
14709
14710 - type: "plot"
14711   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14712   algorithm: "plot_tsa_name"
14713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14715   include:
14716     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14717     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14718     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14719 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14720     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14721   layout:
14722     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14723     layout: "plot-throughput-speedup-analysis"
14724
14725 - type: "plot"
14726   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14727   algorithm: "plot_tsa_name"
14728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14730   include:
14731     - "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"
14732     - "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"
14733     - "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"
14734   layout:
14735     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14736     layout: "plot-throughput-speedup-analysis"
14737
14738 - type: "plot"
14739   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr-tsa"
14740   algorithm: "plot_tsa_name"
14741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr-tsa"
14742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14743   include:
14744     - "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"
14745     - "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"
14746     - "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"
14747     - "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"
14748     - "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"
14749     - "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"
14750   layout:
14751     title: "2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr"
14752     layout: "plot-throughput-speedup-analysis-cps"
14753
14754 - type: "plot"
14755   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr-tsa"
14756   algorithm: "plot_tsa_name"
14757   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr-tsa"
14758   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14759   include:
14760     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
14761     - "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"
14762     - "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"
14763     - "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"
14764     - "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"
14765     - "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"
14766   layout:
14767     title: "2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 #- type: "plot"
14771 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr-tsa"
14772 #  algorithm: "plot_tsa_name"
14773 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr-tsa"
14774 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14775 #  include:
14776 #    - "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"
14777 #    - "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"
14778 #    - "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"
14779 #  layout:
14780 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr"
14781 #    layout: "plot-throughput-speedup-analysis-cps"
14782
14783 #- type: "plot"
14784 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr-tsa"
14785 #  algorithm: "plot_tsa_name"
14786 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr-tsa"
14787 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14788 #  include:
14789 #    - "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"
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-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
14792 #  layout:
14793 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr"
14794 #    layout: "plot-throughput-speedup-analysis"
14795
14796 - type: "plot"
14797   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14798   algorithm: "plot_tsa_name"
14799   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14800   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14801   include:
14802     - "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"
14803     - "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"
14804     - "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"
14805     - "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"
14806     - "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"
14807     - "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"
14808   layout:
14809     title: "2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr"
14810     layout: "plot-throughput-speedup-analysis-cps"
14811
14812 - type: "plot"
14813   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14814   algorithm: "plot_tsa_name"
14815   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14816   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14817   include:
14818     - "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"
14819     - "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"
14820     - "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"
14821     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
14822     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
14823     - "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"
14824   layout:
14825     title: "2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr"
14826     layout: "plot-throughput-speedup-analysis"
14827
14828 #- type: "plot"
14829 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14830 #  algorithm: "plot_tsa_name"
14831 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14832 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14833 #  include:
14834 #    - "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"
14835 #    - "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"
14836 #    - "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"
14837 #  layout:
14838 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
14839 #    layout: "plot-throughput-speedup-analysis-cps"
14840
14841 #- type: "plot"
14842 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14843 #  algorithm: "plot_tsa_name"
14844 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14845 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14846 #  include:
14847 #    - "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"
14848 #    - "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"
14849 #    - "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"
14850 #  layout:
14851 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
14852 #    layout: "plot-throughput-speedup-analysis"
14853
14854 - type: "plot"
14855   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14856   algorithm: "plot_tsa_name"
14857   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14858   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14859   include:
14860     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14861     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14862     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14863 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14864     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14865   layout:
14866     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14867     layout: "plot-throughput-speedup-analysis"
14868
14869 - type: "plot"
14870   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14871   algorithm: "plot_tsa_name"
14872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14874   include:
14875     - "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"
14876     - "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"
14877     - "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"
14878   layout:
14879     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14880     layout: "plot-throughput-speedup-analysis"
14881
14882 - type: "plot"
14883   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr-tsa"
14884   algorithm: "plot_tsa_name"
14885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr-tsa"
14886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14887   include:
14888     - "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"
14889     - "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"
14890     - "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"
14891     - "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"
14892     - "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"
14893     - "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"
14894   layout:
14895     title: "2n-skx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr"
14896     layout: "plot-throughput-speedup-analysis-cps"
14897
14898 - type: "plot"
14899   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr-tsa"
14900   algorithm: "plot_tsa_name"
14901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr-tsa"
14902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14903   include:
14904     - "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"
14905     - "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"
14906     - "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"
14907     - "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"
14908     - "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"
14909     - "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"
14910   layout:
14911     title: "2n-skx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr"
14912     layout: "plot-throughput-speedup-analysis"
14913
14914 #- type: "plot"
14915 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr-tsa"
14916 #  algorithm: "plot_tsa_name"
14917 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr-tsa"
14918 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14919 #  include:
14920 #    - "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"
14921 #    - "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"
14922 #    - "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"
14923 #  layout:
14924 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr"
14925 #    layout: "plot-throughput-speedup-analysis-cps"
14926
14927 #- type: "plot"
14928 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr-tsa"
14929 #  algorithm: "plot_tsa_name"
14930 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr-tsa"
14931 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14932 #  include:
14933 #    - "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"
14934 #    - "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"
14935 #    - "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"
14936 #  layout:
14937 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr"
14938 #    layout: "plot-throughput-speedup-analysis"
14939
14940 - type: "plot"
14941   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14942   algorithm: "plot_tsa_name"
14943   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14944   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14945   include:
14946     - "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"
14947     - "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"
14948     - "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"
14949     - "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"
14950     - "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"
14951     - "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"
14952   layout:
14953     title: "2n-skx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr"
14954     layout: "plot-throughput-speedup-analysis-cps"
14955
14956 - type: "plot"
14957   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14958   algorithm: "plot_tsa_name"
14959   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14960   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14961   include:
14962     - "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"
14963     - "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"
14964     - "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"
14965     - "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"
14966     - "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"
14967     - "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"
14968   layout:
14969     title: "2n-skx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr"
14970     layout: "plot-throughput-speedup-analysis"
14971
14972 #- type: "plot"
14973 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14974 #  algorithm: "plot_tsa_name"
14975 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14976 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14977 #  include:
14978 #    - "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"
14979 #    - "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"
14980 #    - "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"
14981 #  layout:
14982 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
14983 #    layout: "plot-throughput-speedup-analysis-cps"
14984
14985 #- type: "plot"
14986 #  title: "Speedup: 2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14987 #  algorithm: "plot_tsa_name"
14988 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14989 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14990 #  include:
14991 #    - "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"
14992 #    - "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"
14993 #    - "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"
14994 #  layout:
14995 #    title: "2n-skx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
14996 #    layout: "plot-throughput-speedup-analysis"
14997
14998 - type: "plot"
14999   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15000   algorithm: "plot_tsa_name"
15001   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15003   include:
15004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15010   layout:
15011     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15012     layout: "plot-throughput-speedup-analysis"
15013
15014 - type: "plot"
15015   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15016   algorithm: "plot_tsa_name"
15017   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15019   include:
15020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15026   layout:
15027     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15028     layout: "plot-throughput-speedup-analysis"
15029
15030 - type: "plot"
15031   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15032   algorithm: "plot_tsa_name"
15033   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15034   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15035   include:
15036     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15037     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15038     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15039   layout:
15040     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
15041     layout: "plot-throughput-speedup-analysis"
15042
15043 - type: "plot"
15044   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15045   algorithm: "plot_tsa_name"
15046   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15048   include:
15049     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15050     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15051     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15052   layout:
15053     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
15054     layout: "plot-throughput-speedup-analysis"
15055
15056 - type: "plot"
15057   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15058   algorithm: "plot_tsa_name"
15059   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15061   include:
15062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15064     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15065 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15066 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15067   layout:
15068     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
15069     layout: "plot-throughput-speedup-analysis"
15070
15071 - type: "plot"
15072   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15073   algorithm: "plot_tsa_name"
15074   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15076   include:
15077     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15078     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15079     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15080 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15081 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15082   layout:
15083     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
15084     layout: "plot-throughput-speedup-analysis"
15085
15086 - type: "plot"
15087   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15088   algorithm: "plot_tsa_name"
15089   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15091   include:
15092     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15093     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15094     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15095     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15096     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15097   layout:
15098     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15099     layout: "plot-throughput-speedup-analysis"
15100
15101 - type: "plot"
15102   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15103   algorithm: "plot_tsa_name"
15104   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15105   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15106   include:
15107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15108     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15109     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15110     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15111     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15112   layout:
15113     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15114     layout: "plot-throughput-speedup-analysis"
15115
15116 - type: "plot"
15117   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15118   algorithm: "plot_tsa_name"
15119   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15121   include:
15122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15123     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15125     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15126     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15127   layout:
15128     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15129     layout: "plot-throughput-speedup-analysis"
15130
15131 - type: "plot"
15132   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15133   algorithm: "plot_tsa_name"
15134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15136   include:
15137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15138     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15142   layout:
15143     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15144     layout: "plot-throughput-speedup-analysis"
15145
15146 - type: "plot"
15147   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15148   algorithm: "plot_tsa_name"
15149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15151   include:
15152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15153     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15156   layout:
15157     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15158     layout: "plot-throughput-speedup-analysis"
15159
15160 - type: "plot"
15161   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15162   algorithm: "plot_tsa_name"
15163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15165   include:
15166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15167     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15168     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15170   layout:
15171     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15172     layout: "plot-throughput-speedup-analysis"
15173
15174 - type: "plot"
15175   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15176   algorithm: "plot_tsa_name"
15177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15179   include:
15180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15181     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15182     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15185   layout:
15186     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15187     layout: "plot-throughput-speedup-analysis"
15188
15189 - type: "plot"
15190   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15191   algorithm: "plot_tsa_name"
15192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15194   include:
15195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15200   layout:
15201     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15202     layout: "plot-throughput-speedup-analysis"
15203
15204 - type: "plot"
15205   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15206   algorithm: "plot_tsa_name"
15207   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15208   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15209   include:
15210     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15211     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15212   layout:
15213     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15214     layout: "plot-throughput-speedup-analysis"
15215
15216 - type: "plot"
15217   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15218   algorithm: "plot_tsa_name"
15219   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15220   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15221   include:
15222     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15223     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15224   layout:
15225     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15226     layout: "plot-throughput-speedup-analysis"
15227
15228 - type: "plot"
15229   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15230   algorithm: "plot_tsa_name"
15231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15233   include:
15234     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15235     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15236     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15237     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15238   layout:
15239     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15240     layout: "plot-throughput-speedup-analysis"
15241
15242 - type: "plot"
15243   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15244   algorithm: "plot_tsa_name"
15245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15247   include:
15248     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15249     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15250     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15251     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15252   layout:
15253     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15254     layout: "plot-throughput-speedup-analysis"
15255
15256 - type: "plot"
15257   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15258   algorithm: "plot_tsa_name"
15259   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15261   include:
15262     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15263     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15264     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15265     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15266   layout:
15267     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15268     layout: "plot-throughput-speedup-analysis"
15269
15270 - type: "plot"
15271   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15272   algorithm: "plot_tsa_name"
15273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15275   include:
15276     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15278     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15279     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15280   layout:
15281     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15282     layout: "plot-throughput-speedup-analysis"
15283
15284 - type: "plot"
15285   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15286   algorithm: "plot_tsa_name"
15287   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15288   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15289   include:
15290     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15291     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15292     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15293     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15294     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15295     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15296   layout:
15297     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15298     layout: "plot-throughput-speedup-analysis"
15299
15300 - type: "plot"
15301   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15302   algorithm: "plot_tsa_name"
15303   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15304   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15305   include:
15306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15309     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15310     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15311     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15312   layout:
15313     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15314     layout: "plot-throughput-speedup-analysis"
15315
15316 - type: "plot"
15317   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15318   algorithm: "plot_tsa_name"
15319   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15320   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15321   include:
15322     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15323     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15324     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15325     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15326     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15327   layout:
15328     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15329     layout: "plot-throughput-speedup-analysis"
15330
15331 - type: "plot"
15332   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15333   algorithm: "plot_tsa_name"
15334   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15335   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15336   include:
15337     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15338     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15339     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15340     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15341     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15342   layout:
15343     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15344     layout: "plot-throughput-speedup-analysis"
15345
15346 - type: "plot"
15347   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15348   algorithm: "plot_tsa_name"
15349   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15351   include:
15352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15353     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15354     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15355     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15356     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15357   layout:
15358     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15359     layout: "plot-throughput-speedup-analysis"
15360
15361 - type: "plot"
15362   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15363   algorithm: "plot_tsa_name"
15364   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15365   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15366   include:
15367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15368     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15369     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15370     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15371     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15372   layout:
15373     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15374     layout: "plot-throughput-speedup-analysis"
15375
15376 - type: "plot"
15377   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15378   algorithm: "plot_tsa_name"
15379   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15380   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15381   include:
15382     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15383     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15384     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15385   layout:
15386     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15387     layout: "plot-throughput-speedup-analysis"
15388
15389 - type: "plot"
15390   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15391   algorithm: "plot_tsa_name"
15392   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15393   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15394   include:
15395     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15396     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15397     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15398   layout:
15399     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15400     layout: "plot-throughput-speedup-analysis"
15401
15402 - type: "plot"
15403   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15404   algorithm: "plot_tsa_name"
15405   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15407   include:
15408     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15409     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15410     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15411   layout:
15412     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15413     layout: "plot-throughput-speedup-analysis"
15414
15415 - type: "plot"
15416   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15417   algorithm: "plot_tsa_name"
15418   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15419   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15420   include:
15421     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15422     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15423     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15424   layout:
15425     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15426     layout: "plot-throughput-speedup-analysis"
15427
15428 - type: "plot"
15429   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15430   algorithm: "plot_tsa_name"
15431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15433   include:
15434     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15435     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15436     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15437     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15438     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15439   layout:
15440     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15441     layout: "plot-throughput-speedup-analysis"
15442
15443 - type: "plot"
15444   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15445   algorithm: "plot_tsa_name"
15446   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15448   include:
15449     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15450     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15451     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15452     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15453     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15454   layout:
15455     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15456     layout: "plot-throughput-speedup-analysis"
15457
15458 - type: "plot"
15459   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15460   algorithm: "plot_tsa_name"
15461   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15463   include:
15464     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15465     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15466     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15467     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15468     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15469   layout:
15470     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15471     layout: "plot-throughput-speedup-analysis"
15472
15473 - type: "plot"
15474   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15475   algorithm: "plot_tsa_name"
15476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15478   include:
15479     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15480     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15481     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15482     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15483     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15484   layout:
15485     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15486     layout: "plot-throughput-speedup-analysis"
15487
15488 - type: "plot"
15489   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15490   algorithm: "plot_tsa_name"
15491   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15492   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15493   include:
15494     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15495     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15496     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15497     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15498     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15499     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15500   layout:
15501     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15502     layout: "plot-throughput-speedup-analysis"
15503
15504 - type: "plot"
15505   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15506   algorithm: "plot_tsa_name"
15507   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15508   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15509   include:
15510     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15511     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15512     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15513     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15514     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15515     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15516   layout:
15517     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15518     layout: "plot-throughput-speedup-analysis"
15519
15520 - type: "plot"
15521   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15522   algorithm: "plot_tsa_name"
15523   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15524   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15525   include:
15526     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15527     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15528     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15529     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15530   layout:
15531     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15532     layout: "plot-throughput-speedup-analysis"
15533
15534 - type: "plot"
15535   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15536   algorithm: "plot_tsa_name"
15537   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15538   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15539   include:
15540     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15541     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15542     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15543     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15544   layout:
15545     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15546     layout: "plot-throughput-speedup-analysis"
15547
15548 - type: "plot"
15549   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15550   algorithm: "plot_tsa_name"
15551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15553   include:
15554     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15555     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15556     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15557     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15558     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15559     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15560   layout:
15561     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15562     layout: "plot-throughput-speedup-analysis"
15563
15564 - type: "plot"
15565   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15566   algorithm: "plot_tsa_name"
15567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15569   include:
15570     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15571     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15572     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15573     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15574     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15575     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15576   layout:
15577     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15578     layout: "plot-throughput-speedup-analysis"
15579
15580 - type: "plot"
15581   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15582   algorithm: "plot_tsa_name"
15583   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15585   include:
15586     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15587     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15588     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15589     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15590     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15591     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15592   layout:
15593     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15594     layout: "plot-throughput-speedup-analysis"
15595
15596 - type: "plot"
15597   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15598   algorithm: "plot_tsa_name"
15599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15601   include:
15602     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15603     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15604     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15605     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15606     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15607     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15608   layout:
15609     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15610     layout: "plot-throughput-speedup-analysis"
15611
15612 - type: "plot"
15613   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15614   algorithm: "plot_tsa_name"
15615   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15616   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15617   include:
15618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15622     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15624   layout:
15625     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15626     layout: "plot-throughput-speedup-analysis"
15627
15628 - type: "plot"
15629   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15630   algorithm: "plot_tsa_name"
15631   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15632   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15633   include:
15634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15640   layout:
15641     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15642     layout: "plot-throughput-speedup-analysis"
15643
15644 - type: "plot"
15645   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15646   algorithm: "plot_tsa_name"
15647   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15648   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15649   include:
15650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15656   layout:
15657     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15658     layout: "plot-throughput-speedup-analysis"
15659
15660 - type: "plot"
15661   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15662   algorithm: "plot_tsa_name"
15663   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15665   include:
15666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15672   layout:
15673     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15674     layout: "plot-throughput-speedup-analysis"
15675
15676 - type: "plot"
15677   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15678   algorithm: "plot_tsa_name"
15679   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15680   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15681   include:
15682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15688   layout:
15689     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15690     layout: "plot-throughput-speedup-analysis"
15691
15692 - type: "plot"
15693   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15694   algorithm: "plot_tsa_name"
15695   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15697   include:
15698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15704   layout:
15705     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15706     layout: "plot-throughput-speedup-analysis"
15707
15708 - type: "plot"
15709   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15710   algorithm: "plot_tsa_name"
15711   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15712   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15713   include:
15714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15718   layout:
15719     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15720     layout: "plot-throughput-speedup-analysis"
15721
15722 - type: "plot"
15723   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15724   algorithm: "plot_tsa_name"
15725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15727   include:
15728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15732   layout:
15733     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15734     layout: "plot-throughput-speedup-analysis"
15735
15736 - type: "plot"
15737   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15738   algorithm: "plot_tsa_name"
15739   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15740   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15741   include:
15742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15746   layout:
15747     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15748     layout: "plot-throughput-speedup-analysis"
15749
15750 - type: "plot"
15751   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15752   algorithm: "plot_tsa_name"
15753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15754   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15755   include:
15756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15760   layout:
15761     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15762     layout: "plot-throughput-speedup-analysis"
15763
15764 - type: "plot"
15765   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15766   algorithm: "plot_tsa_name"
15767   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15768   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15769   include:
15770     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15771     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15772     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15773     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15774     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15775     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15776   layout:
15777     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15778     layout: "plot-throughput-speedup-analysis"
15779
15780 - type: "plot"
15781   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15782   algorithm: "plot_tsa_name"
15783   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15784   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15785   include:
15786     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15787     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15789     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15790     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15791     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15792   layout:
15793     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15794     layout: "plot-throughput-speedup-analysis"
15795
15796 - type: "plot"
15797   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15798   algorithm: "plot_tsa_name"
15799   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15801   include:
15802     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15803     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15804     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15805     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15806     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15807   layout:
15808     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15809     layout: "plot-throughput-speedup-analysis"
15810
15811 - type: "plot"
15812   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15813   algorithm: "plot_tsa_name"
15814   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15816   include:
15817     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15818     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15819     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15820     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15821     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15822   layout:
15823     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15824     layout: "plot-throughput-speedup-analysis"
15825
15826 - type: "plot"
15827   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15828   algorithm: "plot_tsa_name"
15829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15831   include:
15832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15837   layout:
15838     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15839     layout: "plot-throughput-speedup-analysis"
15840
15841 - type: "plot"
15842   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15843   algorithm: "plot_tsa_name"
15844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15846   include:
15847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15852   layout:
15853     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15854     layout: "plot-throughput-speedup-analysis"
15855
15856 - type: "plot"
15857   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15858   algorithm: "plot_tsa_name"
15859   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15861   include:
15862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15866   layout:
15867     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15868     layout: "plot-throughput-speedup-analysis"
15869
15870 - type: "plot"
15871   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15872   algorithm: "plot_tsa_name"
15873   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15875   include:
15876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15879     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15880   layout:
15881     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15882     layout: "plot-throughput-speedup-analysis"
15883
15884 - type: "plot"
15885   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15886   algorithm: "plot_tsa_name"
15887   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15889   include:
15890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15896   layout:
15897     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15898     layout: "plot-throughput-speedup-analysis"
15899
15900 - type: "plot"
15901   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15902   algorithm: "plot_tsa_name"
15903   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15905   include:
15906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15912   layout:
15913     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15914     layout: "plot-throughput-speedup-analysis"
15915
15916 - type: "plot"
15917   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15918   algorithm: "plot_tsa_name"
15919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15921   include:
15922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15928   layout:
15929     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15930     layout: "plot-throughput-speedup-analysis"
15931
15932 - type: "plot"
15933   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15934   algorithm: "plot_tsa_name"
15935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15937   include:
15938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15944   layout:
15945     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15946     layout: "plot-throughput-speedup-analysis"
15947
15948 - type: "plot"
15949   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15950   algorithm: "plot_tsa_name"
15951   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15953   include:
15954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15960   layout:
15961     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15962     layout: "plot-throughput-speedup-analysis"
15963
15964 - type: "plot"
15965   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15966   algorithm: "plot_tsa_name"
15967   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15969   include:
15970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15976   layout:
15977     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15978     layout: "plot-throughput-speedup-analysis"
15979
15980 - type: "plot"
15981   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15982   algorithm: "plot_tsa_name"
15983   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15985   include:
15986     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15987     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15988     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15989     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15990     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15991     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15992   layout:
15993     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15994     layout: "plot-throughput-speedup-analysis"
15995
15996 - type: "plot"
15997   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15998   algorithm: "plot_tsa_name"
15999   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16000   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16001   include:
16002     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16003     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16004     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16005     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16006     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16007     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16008   layout:
16009     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
16010     layout: "plot-throughput-speedup-analysis"
16011
16012 - type: "plot"
16013   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16014   algorithm: "plot_tsa_name"
16015   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16016   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16017   include:
16018     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16019     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16020     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16021     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16022     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16023     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16024   layout:
16025     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
16026     layout: "plot-throughput-speedup-analysis"
16027
16028 - type: "plot"
16029   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16030   algorithm: "plot_tsa_name"
16031   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16033   include:
16034     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16035     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16036     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16037     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16038     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16039     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16040   layout:
16041     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
16042     layout: "plot-throughput-speedup-analysis"
16043
16044 - type: "plot"
16045   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
16046   algorithm: "plot_tsa_name"
16047   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16049   include:
16050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16055   layout:
16056     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
16057     layout: "plot-throughput-speedup-analysis"
16058
16059 - type: "plot"
16060   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
16061   algorithm: "plot_tsa_name"
16062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16064   include:
16065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16066     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16070   layout:
16071     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
16072     layout: "plot-throughput-speedup-analysis"
16073
16074 - type: "plot"
16075   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16076   algorithm: "plot_tsa_name"
16077   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16079   include:
16080     - "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"
16081     - "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"
16082     - "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"
16083     - "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"
16084     - "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"
16085   layout:
16086     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16087     layout: "plot-throughput-speedup-analysis"
16088
16089 - type: "plot"
16090   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16091   algorithm: "plot_tsa_name"
16092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16094   include:
16095     - "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"
16096     - "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"
16097     - "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"
16098     - "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"
16099     - "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"
16100   layout:
16101     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16102     layout: "plot-throughput-speedup-analysis"
16103
16104 - type: "plot"
16105   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16106   algorithm: "plot_tsa_name"
16107   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16108   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16109   include:
16110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16115   layout:
16116     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16117     layout: "plot-throughput-speedup-analysis"
16118
16119 - type: "plot"
16120   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16121   algorithm: "plot_tsa_name"
16122   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16123   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16124   include:
16125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16130   layout:
16131     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16132     layout: "plot-throughput-speedup-analysis"
16133
16134 - type: "plot"
16135   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16136   algorithm: "plot_tsa_name"
16137   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16138   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16139   include:
16140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16145   layout:
16146     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16147     layout: "plot-throughput-speedup-analysis"
16148
16149 - type: "plot"
16150   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16151   algorithm: "plot_tsa_name"
16152   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16153   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16154   include:
16155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16160   layout:
16161     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16162     layout: "plot-throughput-speedup-analysis"
16163
16164 - type: "plot"
16165   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16166   algorithm: "plot_tsa_name"
16167   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16168   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16169   include:
16170     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16171     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16172     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16173     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16174     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16175   layout:
16176     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16177     layout: "plot-throughput-speedup-analysis"
16178
16179 - type: "plot"
16180   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16181   algorithm: "plot_tsa_name"
16182   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16184   include:
16185     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16186     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16187     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16188     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16189     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16190   layout:
16191     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16192     layout: "plot-throughput-speedup-analysis"
16193
16194 - type: "plot"
16195   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16196   algorithm: "plot_tsa_name"
16197   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16198   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16199   include:
16200     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16201     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16202     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16203     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16204     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16205   layout:
16206     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16207     layout: "plot-throughput-speedup-analysis"
16208
16209 - type: "plot"
16210   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16211   algorithm: "plot_tsa_name"
16212   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16214   include:
16215     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16216     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16217     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16218     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16219     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16220   layout:
16221     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16222     layout: "plot-throughput-speedup-analysis"
16223
16224 - type: "plot"
16225   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16226   algorithm: "plot_tsa_name"
16227   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16228   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16229   include:
16230     - "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"
16231     - "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"
16232     - "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"
16233     - "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"
16234   layout:
16235     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16236     layout: "plot-throughput-speedup-analysis"
16237
16238 - type: "plot"
16239   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16240   algorithm: "plot_tsa_name"
16241   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16243   include:
16244     - "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"
16245     - "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"
16246     - "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"
16247     - "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"
16248   layout:
16249     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16250     layout: "plot-throughput-speedup-analysis"
16251
16252 - type: "plot"
16253   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16254   algorithm: "plot_tsa_name"
16255   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16257   include:
16258     - "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"
16259     - "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"
16260     - "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"
16261     - "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"
16262   layout:
16263     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16264     layout: "plot-throughput-speedup-analysis"
16265
16266 - type: "plot"
16267   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16268   algorithm: "plot_tsa_name"
16269   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16271   include:
16272     - "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"
16273     - "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"
16274     - "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"
16275     - "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"
16276   layout:
16277     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16278     layout: "plot-throughput-speedup-analysis"
16279
16280 - type: "plot"
16281   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16282   algorithm: "plot_tsa_name"
16283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16285   include:
16286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16292   layout:
16293     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16294     layout: "plot-throughput-speedup-analysis"
16295
16296 - type: "plot"
16297   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16298   algorithm: "plot_tsa_name"
16299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16301   include:
16302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16308   layout:
16309     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16310     layout: "plot-throughput-speedup-analysis"
16311
16312 - type: "plot"
16313   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16314   algorithm: "plot_tsa_name"
16315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16317   include:
16318     - "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"
16319     - "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"
16320     - "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"
16321     - "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"
16322     - "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"
16323     - "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"
16324   layout:
16325     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16326     layout: "plot-throughput-speedup-analysis"
16327
16328 - type: "plot"
16329   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16330   algorithm: "plot_tsa_name"
16331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16333   include:
16334     - "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"
16335     - "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"
16336     - "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"
16337     - "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"
16338     - "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"
16339     - "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"
16340   layout:
16341     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16342     layout: "plot-throughput-speedup-analysis"
16343
16344 - type: "plot"
16345   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16346   algorithm: "plot_tsa_name"
16347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16349   include:
16350     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16351     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16353     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16354     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16356   layout:
16357     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16358     layout: "plot-throughput-speedup-analysis"
16359
16360 - type: "plot"
16361   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16362   algorithm: "plot_tsa_name"
16363   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16365   include:
16366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16372   layout:
16373     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16374     layout: "plot-throughput-speedup-analysis"
16375
16376 - type: "plot"
16377   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16378   algorithm: "plot_tsa_name"
16379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16381   include:
16382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16387   layout:
16388     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16389     layout: "plot-throughput-speedup-analysis"
16390
16391 - type: "plot"
16392   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16393   algorithm: "plot_tsa_name"
16394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16396   include:
16397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16398     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16402   layout:
16403     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16404     layout: "plot-throughput-speedup-analysis"
16405
16406 - type: "plot"
16407   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16408   algorithm: "plot_tsa_name"
16409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16411   include:
16412     - "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"
16413     - "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"
16414   layout:
16415     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16416     layout: "plot-throughput-speedup-analysis"
16417
16418 - type: "plot"
16419   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16420   algorithm: "plot_tsa_name"
16421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16423   include:
16424     - "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"
16425     - "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"
16426   layout:
16427     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16428     layout: "plot-throughput-speedup-analysis"
16429
16430 - type: "plot"
16431   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16432   algorithm: "plot_tsa_name"
16433   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16435   include:
16436     - "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"
16437     - "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"
16438   layout:
16439     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16440     layout: "plot-throughput-speedup-analysis"
16441
16442 - type: "plot"
16443   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16444   algorithm: "plot_tsa_name"
16445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16447   include:
16448     - "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"
16449     - "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"
16450   layout:
16451     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16452     layout: "plot-throughput-speedup-analysis"
16453
16454 - type: "plot"
16455   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16456   algorithm: "plot_tsa_name"
16457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16459   include:
16460     - "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"
16461     - "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"
16462     - "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"
16463     - "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"
16464     - "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"
16465     - "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"
16466   layout:
16467     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16468     layout: "plot-throughput-speedup-analysis"
16469
16470 - type: "plot"
16471   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16472   algorithm: "plot_tsa_name"
16473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16475   include:
16476     - "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"
16477     - "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"
16478     - "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"
16479     - "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"
16480     - "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"
16481     - "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"
16482   layout:
16483     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16484     layout: "plot-throughput-speedup-analysis"
16485
16486 - type: "plot"
16487   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16488   algorithm: "plot_tsa_name"
16489   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16490   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16491   include:
16492     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16493     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16494     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16495     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16496     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16497   layout:
16498     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16499     layout: "plot-throughput-speedup-analysis"
16500
16501 - type: "plot"
16502   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16503   algorithm: "plot_tsa_name"
16504   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16505   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16506   include:
16507     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16508     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16509     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16510     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16511     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16512   layout:
16513     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16514     layout: "plot-throughput-speedup-analysis"
16515
16516 - type: "plot"
16517   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16518   algorithm: "plot_tsa_name"
16519   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16520   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16521   include:
16522     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16523     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16524     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16525     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16526     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16527   layout:
16528     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16529     layout: "plot-throughput-speedup-analysis"
16530
16531 - type: "plot"
16532   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16533   algorithm: "plot_tsa_name"
16534   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16535   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16536   include:
16537     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16538     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16540     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16541     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16542   layout:
16543     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16544     layout: "plot-throughput-speedup-analysis"
16545
16546 - type: "plot"
16547   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16548   algorithm: "plot_tsa_name"
16549   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16550   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16551   include:
16552     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16553     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16555     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16556   layout:
16557     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16558     layout: "plot-throughput-speedup-analysis"
16559
16560 - type: "plot"
16561   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16562   algorithm: "plot_tsa_name"
16563   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16564   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16565   include:
16566     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16567     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16568     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16569     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16570   layout:
16571     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16572     layout: "plot-throughput-speedup-analysis"
16573
16574 - type: "plot"
16575   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16576   algorithm: "plot_tsa_name"
16577   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16578   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16579   include:
16580     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16581     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16582     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16583     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16584   layout:
16585     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16586     layout: "plot-throughput-speedup-analysis"
16587
16588 - type: "plot"
16589   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16590   algorithm: "plot_tsa_name"
16591   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16592   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16593   include:
16594     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16595     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16596     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16597     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16598   layout:
16599     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16600     layout: "plot-throughput-speedup-analysis"
16601
16602 - type: "plot"
16603   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16604   algorithm: "plot_tsa_name"
16605   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16606   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16607   include:
16608     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16609     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16610     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16611     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16612     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16613   layout:
16614     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16615     layout: "plot-throughput-speedup-analysis"
16616
16617 - type: "plot"
16618   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16619   algorithm: "plot_tsa_name"
16620   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16621   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16622   include:
16623     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16624     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16625     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16626     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16627     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16628   layout:
16629     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16630     layout: "plot-throughput-speedup-analysis"
16631
16632 - type: "plot"
16633   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16634   algorithm: "plot_tsa_name"
16635   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16636   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16637   include:
16638     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16639     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16640     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16641     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16642     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16643     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16644   layout:
16645     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16646     layout: "plot-throughput-speedup-analysis"
16647
16648 - type: "plot"
16649   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16650   algorithm: "plot_tsa_name"
16651   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16652   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16653   include:
16654     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16655     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16656     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16657     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16658     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16659     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16660   layout:
16661     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16662     layout: "plot-throughput-speedup-analysis"
16663
16664 - type: "plot"
16665   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16666   algorithm: "plot_tsa_name"
16667   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16668   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16669   include:
16670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16671     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16672     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16673     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16674   layout:
16675     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16676     layout: "plot-throughput-speedup-analysis"
16677
16678 - type: "plot"
16679   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16680   algorithm: "plot_tsa_name"
16681   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16682   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16683   include:
16684     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16685     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16686     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16687     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16688   layout:
16689     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16690     layout: "plot-throughput-speedup-analysis"
16691
16692 - type: "plot"
16693   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16694   algorithm: "plot_tsa_name"
16695   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16696   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16697   include:
16698     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16699     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16700     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16701     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16702     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16703     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16704   layout:
16705     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16706     layout: "plot-throughput-speedup-analysis"
16707
16708 - type: "plot"
16709   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16710   algorithm: "plot_tsa_name"
16711   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16712   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16713   include:
16714     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16715     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16716     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16717     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16718     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16719     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16720   layout:
16721     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16722     layout: "plot-throughput-speedup-analysis"
16723
16724 - type: "plot"
16725   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16726   algorithm: "plot_tsa_name"
16727   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16728   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16729   include:
16730     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16731     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16732     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16733     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16734     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16735     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16736   layout:
16737     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16738     layout: "plot-throughput-speedup-analysis"
16739
16740 - type: "plot"
16741   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16742   algorithm: "plot_tsa_name"
16743   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16744   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16745   include:
16746     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16747     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16748     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16749     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16750     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16751     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16752   layout:
16753     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16754     layout: "plot-throughput-speedup-analysis"
16755
16756 - type: "plot"
16757   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16758   algorithm: "plot_tsa_name"
16759   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16760   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16761   include:
16762     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16763     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16764     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16765     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16766     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16767     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16768   layout:
16769     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16770     layout: "plot-throughput-speedup-analysis"
16771
16772 - type: "plot"
16773   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16774   algorithm: "plot_tsa_name"
16775   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16776   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16777   include:
16778     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16779     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16780     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16781     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16782     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16783     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16784   layout:
16785     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16786     layout: "plot-throughput-speedup-analysis"
16787
16788 - type: "plot"
16789   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16790   algorithm: "plot_tsa_name"
16791   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16792   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16793   include:
16794     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16795     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16796     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16797     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16798     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16799     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16800   layout:
16801     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16802     layout: "plot-throughput-speedup-analysis"
16803
16804 - type: "plot"
16805   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16806   algorithm: "plot_tsa_name"
16807   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16808   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16809   include:
16810     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16811     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16812     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16813     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16814     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16815     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16816   layout:
16817     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16818     layout: "plot-throughput-speedup-analysis"
16819
16820 - type: "plot"
16821   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16822   algorithm: "plot_tsa_name"
16823   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16824   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16825   include:
16826     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-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-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16829     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16830     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16831     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16832   layout:
16833     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16834     layout: "plot-throughput-speedup-analysis"
16835
16836 - type: "plot"
16837   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16838   algorithm: "plot_tsa_name"
16839   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16840   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16841   include:
16842     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16843     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16844     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16845     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16846     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16847     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16848   layout:
16849     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16850     layout: "plot-throughput-speedup-analysis"
16851
16852 #- type: "plot"
16853 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16854 #  algorithm: "plot_tsa_name"
16855 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16856 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16857 #  include:
16858 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16859 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16860 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16861 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16862 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16863 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16864 #  layout:
16865 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16866 #    layout: "plot-throughput-speedup-analysis"
16867 #
16868 #- type: "plot"
16869 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16870 #  algorithm: "plot_tsa_name"
16871 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16872 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16873 #  include:
16874 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16875 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16876 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16877 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16878 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16879 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16880 #  layout:
16881 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16882 #    layout: "plot-throughput-speedup-analysis"
16883
16884 - type: "plot"
16885   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16886   algorithm: "plot_tsa_name"
16887   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16888   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16889   include:
16890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16895   layout:
16896     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16897     layout: "plot-throughput-speedup-analysis"
16898
16899 - type: "plot"
16900   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16901   algorithm: "plot_tsa_name"
16902   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16903   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16904   include:
16905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16910   layout:
16911     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16912     layout: "plot-throughput-speedup-analysis"
16913
16914 - type: "plot"
16915   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16916   algorithm: "plot_tsa_name"
16917   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16918   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16919   include:
16920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16923     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16926   layout:
16927     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16928     layout: "plot-throughput-speedup-analysis"
16929
16930 - type: "plot"
16931   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16932   algorithm: "plot_tsa_name"
16933   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16934   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16935   include:
16936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16942   layout:
16943     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16944     layout: "plot-throughput-speedup-analysis"
16945
16946 - type: "plot"
16947   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16948   algorithm: "plot_tsa_name"
16949   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16950   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16951   include:
16952     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16953     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16954     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16955     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16957   layout:
16958     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16959     layout: "plot-throughput-speedup-analysis"
16960
16961 - type: "plot"
16962   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16963   algorithm: "plot_tsa_name"
16964   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16965   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16966   include:
16967     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16968     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16969     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16970     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16971     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16972   layout:
16973     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16974     layout: "plot-throughput-speedup-analysis"
16975
16976 - type: "plot"
16977   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16978   algorithm: "plot_tsa_name"
16979   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16980   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16981   include:
16982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16986   layout:
16987     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16988     layout: "plot-throughput-speedup-analysis"
16989
16990 - type: "plot"
16991   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16992   algorithm: "plot_tsa_name"
16993   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16994   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16995   include:
16996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17000   layout:
17001     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17002     layout: "plot-throughput-speedup-analysis"
17003
17004 - type: "plot"
17005   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17006   algorithm: "plot_tsa_name"
17007   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17008   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17009   include:
17010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17011     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17012     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17016   layout:
17017     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17018     layout: "plot-throughput-speedup-analysis"
17019
17020 - type: "plot"
17021   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17022   algorithm: "plot_tsa_name"
17023   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17024   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17025   include:
17026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17032   layout:
17033     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17034     layout: "plot-throughput-speedup-analysis"
17035
17036 - type: "plot"
17037   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17038   algorithm: "plot_tsa_name"
17039   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17040   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17041   include:
17042     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17043     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17044     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17045     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17046     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17047   layout:
17048     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17049     layout: "plot-throughput-speedup-analysis"
17050
17051 - type: "plot"
17052   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17053   algorithm: "plot_tsa_name"
17054   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17055   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17056   include:
17057     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17061     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17062   layout:
17063     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17064     layout: "plot-throughput-speedup-analysis"
17065
17066 - type: "plot"
17067   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17068   algorithm: "plot_tsa_name"
17069   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17070   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17071   include:
17072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17076     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17077   layout:
17078     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17079     layout: "plot-throughput-speedup-analysis"
17080
17081 - type: "plot"
17082   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17083   algorithm: "plot_tsa_name"
17084   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17085   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17086   include:
17087     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17088     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17092   layout:
17093     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17094     layout: "plot-throughput-speedup-analysis"
17095
17096 - type: "plot"
17097   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17098   algorithm: "plot_tsa_name"
17099   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17100   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17101   include:
17102     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17103     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17104     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17105     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17106   layout:
17107     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17108     layout: "plot-throughput-speedup-analysis"
17109
17110 - type: "plot"
17111   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17112   algorithm: "plot_tsa_name"
17113   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17114   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17115   include:
17116     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17117     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17118     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17119     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17120   layout:
17121     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17122     layout: "plot-throughput-speedup-analysis"
17123
17124 - type: "plot"
17125   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17126   algorithm: "plot_tsa_name"
17127   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17128   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17129   include:
17130     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17131     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17132     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17133     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17134     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17135   layout:
17136     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17137     layout: "plot-throughput-speedup-analysis"
17138
17139 - type: "plot"
17140   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17141   algorithm: "plot_tsa_name"
17142   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17143   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17144   include:
17145     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17146     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17147     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17148     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17149     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17150   layout:
17151     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17152     layout: "plot-throughput-speedup-analysis"
17153
17154 - type: "plot"
17155   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17156   algorithm: "plot_tsa_name"
17157   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17158   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17159   include:
17160     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17161     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17162     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17163     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17164     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17165     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17166   layout:
17167     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17168     layout: "plot-throughput-speedup-analysis"
17169
17170 - type: "plot"
17171   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17172   algorithm: "plot_tsa_name"
17173   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17174   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17175   include:
17176     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17177     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17178     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17179     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17180     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17181     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17182   layout:
17183     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17184     layout: "plot-throughput-speedup-analysis"
17185
17186 - type: "plot"
17187   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17188   algorithm: "plot_tsa_name"
17189   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17190   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17191   include:
17192     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17193     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17194     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17195     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17196   layout:
17197     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17198     layout: "plot-throughput-speedup-analysis"
17199
17200 - type: "plot"
17201   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17202   algorithm: "plot_tsa_name"
17203   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17204   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17205   include:
17206     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17207     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17208     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17209     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17210   layout:
17211     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17212     layout: "plot-throughput-speedup-analysis"
17213
17214 - type: "plot"
17215   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17216   algorithm: "plot_tsa_name"
17217   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17218   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17219   include:
17220     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17221     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17222     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17223     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17224     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17225     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17226   layout:
17227     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17228     layout: "plot-throughput-speedup-analysis"
17229
17230 - type: "plot"
17231   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17232   algorithm: "plot_tsa_name"
17233   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17234   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17235   include:
17236     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17237     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17238     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17239     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17240     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17241     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17242   layout:
17243     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17244     layout: "plot-throughput-speedup-analysis"
17245
17246 - type: "plot"
17247   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17248   algorithm: "plot_tsa_name"
17249   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17250   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17251   include:
17252     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17253     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17254     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17255     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17256     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17257     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17258   layout:
17259     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17260     layout: "plot-throughput-speedup-analysis"
17261
17262 - type: "plot"
17263   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17264   algorithm: "plot_tsa_name"
17265   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17266   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17267   include:
17268     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17269     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17270     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17271     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17272     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17273     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17274   layout:
17275     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17276     layout: "plot-throughput-speedup-analysis"
17277
17278 #- type: "plot"
17279 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17280 #  algorithm: "plot_tsa_name"
17281 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17282 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17283 #  include:
17284 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17285 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17286 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17287 #  layout:
17288 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17289 #    layout: "plot-throughput-speedup-analysis"
17290 #
17291 #- type: "plot"
17292 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17293 #  algorithm: "plot_tsa_name"
17294 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17295 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17296 #  include:
17297 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17298 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17299 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17300 #  layout:
17301 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17302 #    layout: "plot-throughput-speedup-analysis"
17303
17304 ################################################################################
17305
17306 # Packet Throughput - DPDK
17307
17308 # 2n-skx-xxv710
17309
17310 - type: "plot"
17311   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17312   algorithm: "plot_perf_box_name"
17313   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17314   data: "plot-dpdk-throughput-latency-2n-skx"
17315   include:
17316     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17317     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17318   layout:
17319     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17320     layout: "plot-throughput"
17321
17322 - type: "plot"
17323   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17324   algorithm: "plot_perf_box_name"
17325   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17326   data: "plot-dpdk-throughput-latency-2n-skx"
17327   include:
17328     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17329     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17330   layout:
17331     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17332     layout: "plot-throughput"
17333
17334 - type: "plot"
17335   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17336   algorithm: "plot_perf_box_name"
17337   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17338   data: "plot-dpdk-throughput-latency-2n-skx"
17339   include:
17340     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17341     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17342   layout:
17343     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17344     layout: "plot-throughput"
17345
17346 - type: "plot"
17347   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17348   algorithm: "plot_perf_box_name"
17349   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17350   data: "plot-dpdk-throughput-latency-2n-skx"
17351   include:
17352     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17353     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17354   layout:
17355     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17356     layout: "plot-throughput"
17357
17358 # 2n-skx-x710
17359
17360 - type: "plot"
17361   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17362   algorithm: "plot_perf_box_name"
17363   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17364   data: "plot-dpdk-throughput-latency-2n-skx"
17365   include:
17366     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17367     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17368   layout:
17369     title: "2n-skx-x710-64b-2t1c-base-ndr"
17370     layout: "plot-throughput"
17371
17372 - type: "plot"
17373   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17374   algorithm: "plot_perf_box_name"
17375   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17376   data: "plot-dpdk-throughput-latency-2n-skx"
17377   include:
17378     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17379     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17380   layout:
17381     title: "2n-skx-x710-64b-4t2c-base-ndr"
17382     layout: "plot-throughput"
17383
17384 - type: "plot"
17385   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17386   algorithm: "plot_perf_box_name"
17387   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17388   data: "plot-dpdk-throughput-latency-2n-skx"
17389   include:
17390     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17391     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17392   layout:
17393     title: "2n-skx-x710-64b-2t1c-base-pdr"
17394     layout: "plot-throughput"
17395
17396 - type: "plot"
17397   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17398   algorithm: "plot_perf_box_name"
17399   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17400   data: "plot-dpdk-throughput-latency-2n-skx"
17401   include:
17402     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17403     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17404   layout:
17405     title: "2n-skx-x710-64b-4t2c-base-pdr"
17406     layout: "plot-throughput"
17407
17408 # 3n-skx-xxv710
17409
17410 - type: "plot"
17411   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17412   algorithm: "plot_perf_box_name"
17413   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17414   data: "plot-dpdk-throughput-latency-3n-skx"
17415   include:
17416     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17417     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17418   layout:
17419     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17420     layout: "plot-throughput"
17421
17422 - type: "plot"
17423   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17424   algorithm: "plot_perf_box_name"
17425   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17426   data: "plot-dpdk-throughput-latency-3n-skx"
17427   include:
17428     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17429     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17430   layout:
17431     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17432     layout: "plot-throughput"
17433
17434 - type: "plot"
17435   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17436   algorithm: "plot_perf_box_name"
17437   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17438   data: "plot-dpdk-throughput-latency-3n-skx"
17439   include:
17440     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17441     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17442   layout:
17443     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17444     layout: "plot-throughput"
17445
17446 - type: "plot"
17447   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17448   algorithm: "plot_perf_box_name"
17449   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17450   data: "plot-dpdk-throughput-latency-3n-skx"
17451   include:
17452     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17453     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17454   layout:
17455     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17456     layout: "plot-throughput"
17457
17458 # 3n-skx-x710
17459
17460 - type: "plot"
17461   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17462   algorithm: "plot_perf_box_name"
17463   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17464   data: "plot-dpdk-throughput-latency-3n-skx"
17465   include:
17466     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17467     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17468   layout:
17469     title: "3n-skx-x710-64b-2t1c-base-ndr"
17470     layout: "plot-throughput"
17471
17472 - type: "plot"
17473   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17474   algorithm: "plot_perf_box_name"
17475   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17476   data: "plot-dpdk-throughput-latency-3n-skx"
17477   include:
17478     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17479     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17480   layout:
17481     title: "3n-skx-x710-64b-4t2c-base-ndr"
17482     layout: "plot-throughput"
17483
17484 - type: "plot"
17485   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17486   algorithm: "plot_perf_box_name"
17487   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17488   data: "plot-dpdk-throughput-latency-3n-skx"
17489   include:
17490     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17491     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17492   layout:
17493     title: "3n-skx-x710-64b-2t1c-base-pdr"
17494     layout: "plot-throughput"
17495
17496 - type: "plot"
17497   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17498   algorithm: "plot_perf_box_name"
17499   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17500   data: "plot-dpdk-throughput-latency-3n-skx"
17501   include:
17502     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17503     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17504   layout:
17505     title: "3n-skx-x710-64b-4t2c-base-pdr"
17506     layout: "plot-throughput"
17507
17508 # 3n-hsw-xl710
17509
17510 - type: "plot"
17511   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17512   algorithm: "plot_perf_box_name"
17513   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17514   data: "plot-dpdk-throughput-latency-3n-hsw"
17515   include:
17516     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17517     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17518   layout:
17519     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17520     layout: "plot-throughput"
17521
17522 - type: "plot"
17523   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17524   algorithm: "plot_perf_box_name"
17525   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17526   data: "plot-dpdk-throughput-latency-3n-hsw"
17527   include:
17528     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17529     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17530   layout:
17531     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17532     layout: "plot-throughput"
17533
17534 - type: "plot"
17535   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17536   algorithm: "plot_perf_box_name"
17537   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17538   data: "plot-dpdk-throughput-latency-3n-hsw"
17539   include:
17540     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17541     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17542   layout:
17543     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17544     layout: "plot-throughput"
17545
17546 - type: "plot"
17547   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17548   algorithm: "plot_perf_box_name"
17549   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17550   data: "plot-dpdk-throughput-latency-3n-hsw"
17551   include:
17552     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17553     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17554   layout:
17555     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17556     layout: "plot-throughput"
17557
17558 # 3n-hsw-x710
17559
17560 - type: "plot"
17561   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17562   algorithm: "plot_perf_box_name"
17563   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17564   data: "plot-dpdk-throughput-latency-3n-hsw"
17565   include:
17566     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17567     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17568   layout:
17569     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17570     layout: "plot-throughput"
17571
17572 - type: "plot"
17573   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17574   algorithm: "plot_perf_box_name"
17575   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17576   data: "plot-dpdk-throughput-latency-3n-hsw"
17577   include:
17578     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17579     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17580   layout:
17581     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17582     layout: "plot-throughput"
17583
17584 - type: "plot"
17585   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17586   algorithm: "plot_perf_box_name"
17587   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17588   data: "plot-dpdk-throughput-latency-3n-hsw"
17589   include:
17590     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17591     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17592   layout:
17593     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17594     layout: "plot-throughput"
17595
17596 - type: "plot"
17597   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17598   algorithm: "plot_perf_box_name"
17599   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17600   data: "plot-dpdk-throughput-latency-3n-hsw"
17601   include:
17602     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17603     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17604   layout:
17605     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17606     layout: "plot-throughput"
17607
17608 ## 2n-dnv-x553
17609 #
17610 #- type: "plot"
17611 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17612 #  algorithm: "plot_perf_box_name"
17613 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17614 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17615 #  include:
17616 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17617 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17618 #  layout:
17619 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17620 #    layout: "plot-throughput"
17621 #
17622 #- type: "plot"
17623 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17624 #  algorithm: "plot_perf_box_name"
17625 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17626 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17627 #  include:
17628 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17629 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17630 #  layout:
17631 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17632 #    layout: "plot-throughput"
17633 #
17634 #- type: "plot"
17635 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17636 #  algorithm: "plot_perf_box_name"
17637 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17638 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17639 #  include:
17640 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17641 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17642 #  layout:
17643 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17644 #    layout: "plot-throughput"
17645 #
17646 #- type: "plot"
17647 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17648 #  algorithm: "plot_perf_box_name"
17649 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17650 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17651 #  include:
17652 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17653 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17654 #  layout:
17655 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17656 #    layout: "plot-throughput"
17657 #
17658 ## 3n-dnv-x553
17659 #
17660 #- type: "plot"
17661 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17662 #  algorithm: "plot_perf_box_name"
17663 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17664 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17665 #  include:
17666 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17667 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17668 #  layout:
17669 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17670 #    layout: "plot-throughput"
17671 #
17672 #- type: "plot"
17673 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17674 #  algorithm: "plot_perf_box_name"
17675 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17676 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17677 #  include:
17678 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17679 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17680 #  layout:
17681 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17682 #    layout: "plot-throughput"
17683 #
17684 #- type: "plot"
17685 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17686 #  algorithm: "plot_perf_box_name"
17687 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17688 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17689 #  include:
17690 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17691 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17692 #  layout:
17693 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17694 #    layout: "plot-throughput"
17695 #
17696 #- type: "plot"
17697 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17698 #  algorithm: "plot_perf_box_name"
17699 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17700 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17701 #  include:
17702 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17703 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17704 #  layout:
17705 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17706 #    layout: "plot-throughput"
17707
17708 # 3n-tsh-x520
17709
17710 - type: "plot"
17711   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17712   algorithm: "plot_perf_box_name"
17713   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17714   data: "plot-dpdk-throughput-latency-3n-tsh"
17715   include:
17716     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17717     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17718   layout:
17719     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17720     layout: "plot-throughput"
17721
17722 - type: "plot"
17723   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17724   algorithm: "plot_perf_box_name"
17725   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17726   data: "plot-dpdk-throughput-latency-3n-tsh"
17727   include:
17728     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17729     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17730   layout:
17731     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17732     layout: "plot-throughput"
17733
17734 - type: "plot"
17735   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17736   algorithm: "plot_perf_box_name"
17737   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17738   data: "plot-dpdk-throughput-latency-3n-tsh"
17739   include:
17740     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17741     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17742   layout:
17743     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17744     layout: "plot-throughput"
17745
17746 - type: "plot"
17747   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17748   algorithm: "plot_perf_box_name"
17749   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17750   data: "plot-dpdk-throughput-latency-3n-tsh"
17751   include:
17752     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17753     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17754   layout:
17755     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17756     layout: "plot-throughput"
17757
17758 ################################################################################
17759 ###   2n-clx                                                                 ###
17760 ################################################################################
17761
17762 # Packet Throughput
17763
17764 - type: "plot"
17765   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17766   algorithm: "plot_perf_box_name"
17767   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17769   include:
17770     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17771     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17772     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17773     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17774   layout:
17775     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17776     layout: "plot-throughput"
17777
17778 - type: "plot"
17779   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17780   algorithm: "plot_perf_box_name"
17781   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17783   include:
17784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17786     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17787     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17788   layout:
17789     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17790     layout: "plot-throughput"
17791
17792 - type: "plot"
17793   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17794   algorithm: "plot_perf_box_name"
17795   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17797   include:
17798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17800     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17801     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17802   layout:
17803     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17804     layout: "plot-throughput"
17805
17806 - type: "plot"
17807   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17808   algorithm: "plot_perf_box_name"
17809   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17811   include:
17812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17814     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17815     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17816   layout:
17817     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17818     layout: "plot-throughput"
17819
17820 - type: "plot"
17821   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17822   algorithm: "plot_perf_box_name"
17823   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17824   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17825   include:
17826     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17827     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17828     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17829     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17830   layout:
17831     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17832     layout: "plot-throughput"
17833
17834 - type: "plot"
17835   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17836   algorithm: "plot_perf_box_name"
17837   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17839   include:
17840     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17841     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17842     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17843     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17844   layout:
17845     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17846     layout: "plot-throughput"
17847
17848 - type: "plot"
17849   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17850   algorithm: "plot_perf_box_name"
17851   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17853   include:
17854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17860   layout:
17861     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17862     layout: "plot-throughput"
17863
17864 - type: "plot"
17865   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17866   algorithm: "plot_perf_box_name"
17867   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17868   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17869   include:
17870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17876   layout:
17877     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17878     layout: "plot-throughput"
17879
17880 - type: "plot"
17881   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17882   algorithm: "plot_perf_box_name"
17883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17885   include:
17886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17890   layout:
17891     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17892     layout: "plot-throughput"
17893
17894 - type: "plot"
17895   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17896   algorithm: "plot_perf_box_name"
17897   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17898   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17899   include:
17900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17904   layout:
17905     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17906     layout: "plot-throughput"
17907
17908 - type: "plot"
17909   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17910   algorithm: "plot_perf_box_name"
17911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17913   include:
17914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17917   layout:
17918     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17919     layout: "plot-throughput"
17920
17921 - type: "plot"
17922   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17923   algorithm: "plot_perf_box_name"
17924   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17926   include:
17927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17930   layout:
17931     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17932     layout: "plot-throughput"
17933
17934 - type: "plot"
17935   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17936   algorithm: "plot_perf_box_name"
17937   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17939   include:
17940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17945   layout:
17946     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17947     layout: "plot-throughput"
17948
17949 - type: "plot"
17950   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17951   algorithm: "plot_perf_box_name"
17952   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17953   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17954   include:
17955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17960   layout:
17961     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17962     layout: "plot-throughput"
17963
17964 - type: "plot"
17965   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17966   algorithm: "plot_perf_box_name"
17967   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17969   include:
17970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17973   layout:
17974     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17975     layout: "plot-throughput"
17976
17977 - type: "plot"
17978   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17979   algorithm: "plot_perf_box_name"
17980   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17981   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17982   include:
17983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17986   layout:
17987     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17988     layout: "plot-throughput"
17989
17990 - type: "plot"
17991   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17992   algorithm: "plot_perf_box_name"
17993   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17995   include:
17996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18002   layout:
18003     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18004     layout: "plot-throughput"
18005
18006 - type: "plot"
18007   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18008   algorithm: "plot_perf_box_name"
18009   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18011   include:
18012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18018   layout:
18019     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18020     layout: "plot-throughput"
18021
18022 - type: "plot"
18023   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18024   algorithm: "plot_perf_box_name"
18025   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18027   include:
18028     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18029     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18030     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18031 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18032     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18033   layout:
18034     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18035     layout: "plot-throughput"
18036
18037 - type: "plot"
18038   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18039   algorithm: "plot_perf_box_name"
18040   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18042   include:
18043     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18044 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18045     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18046 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18047     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18048   layout:
18049     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18050     layout: "plot-throughput"
18051
18052 - type: "plot"
18053   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
18054   algorithm: "plot_perf_box_name"
18055   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
18056   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18057   include:
18058     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18059     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18060     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18061     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18062     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18063     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18064   layout:
18065     title: "2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-ndr"
18066     layout: "plot-cps"
18067
18068 - type: "plot"
18069   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
18070   algorithm: "plot_perf_box_name"
18071   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
18072   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18073   include:
18074     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18075     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18076     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18077     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18078     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18079     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18080   layout:
18081     title: "2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-ndr"
18082     layout: "plot-throughput"
18083
18084 #- type: "plot"
18085 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
18086 #  algorithm: "plot_perf_box_name"
18087 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
18088 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18089 #  include:
18090 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18091 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18092 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18093 #  layout:
18094 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-ndr"
18095 #    layout: "plot-cps"
18096
18097 #- type: "plot"
18098 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
18099 #  algorithm: "plot_perf_box_name"
18100 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
18101 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18102 #  include:
18103 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18104 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18105 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18106 #  layout:
18107 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-ndr"
18108 #    layout: "plot-throughput"
18109
18110 - type: "plot"
18111   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
18112   algorithm: "plot_perf_box_name"
18113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
18114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18115   include:
18116     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18117     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18118     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18119     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18120     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18121     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18122   layout:
18123     title: "2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-ndr"
18124     layout: "plot-cps"
18125
18126 - type: "plot"
18127   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
18128   algorithm: "plot_perf_box_name"
18129   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
18130   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18131   include:
18132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18133     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18134     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18135     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18136     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18137     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18138   layout:
18139     title: "2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-ndr"
18140     layout: "plot-throughput"
18141
18142 #- type: "plot"
18143 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
18144 #  algorithm: "plot_perf_box_name"
18145 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
18146 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18147 #  include:
18148 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18149 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18150 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18151 #  layout:
18152 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
18153 #    layout: "plot-cps"
18154
18155 #- type: "plot"
18156 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
18157 #  algorithm: "plot_perf_box_name"
18158 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
18159 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18160 #  include:
18161 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18162 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18163 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18164 #  layout:
18165 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
18166 #    layout: "plot-throughput"
18167
18168 - type: "plot"
18169   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18170   algorithm: "plot_perf_box_name"
18171   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18173   include:
18174     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18175     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18176     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18177 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18178     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18179   layout:
18180     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18181     layout: "plot-throughput"
18182
18183 - type: "plot"
18184   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18185   algorithm: "plot_perf_box_name"
18186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18188   include:
18189     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18190 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18191     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18192 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18193     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18194   layout:
18195     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18196     layout: "plot-throughput"
18197
18198 - type: "plot"
18199   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
18200   algorithm: "plot_perf_box_name"
18201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
18202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18203   include:
18204     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18205     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18206     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18207     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18208     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18209     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18210   layout:
18211     title: "2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-cps-avf-pdr"
18212     layout: "plot-cps"
18213
18214 - type: "plot"
18215   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
18216   algorithm: "plot_perf_box_name"
18217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
18218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18219   include:
18220     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18221     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18222     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18223     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18224     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18225     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18226   layout:
18227     title: "2n-clx-xxv710-64b-2t1c-ip4routing-udp-stf-pps-avf-pdr"
18228     layout: "plot-throughput"
18229
18230 #- type: "plot"
18231 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
18232 #  algorithm: "plot_perf_box_name"
18233 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
18234 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18235 #  include:
18236 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18237 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18238 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18239 #  layout:
18240 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-cps-avf-pdr"
18241 #    layout: "plot-cps"
18242
18243 #- type: "plot"
18244 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
18245 #  algorithm: "plot_perf_box_name"
18246 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
18247 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18248 #  include:
18249 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18250 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18251 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18252 #  layout:
18253 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-udp-stf-pps-avf-pdr"
18254 #    layout: "plot-throughput"
18255
18256 - type: "plot"
18257   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
18258   algorithm: "plot_perf_box_name"
18259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
18260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18261   include:
18262     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18263     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18264     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18265     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18266     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18267     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18268   layout:
18269     title: "2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-cps-avf-pdr"
18270     layout: "plot-cps"
18271
18272 - type: "plot"
18273   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
18274   algorithm: "plot_perf_box_name"
18275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
18276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18277   include:
18278     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18279     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18280     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18281     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18282     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18283     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18284   layout:
18285     title: "2n-clx-xxv710-64b-2t1c-ip4routing-tcp-stf-pps-avf-pdr"
18286     layout: "plot-throughput"
18287
18288 #- type: "plot"
18289 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
18290 #  algorithm: "plot_perf_box_name"
18291 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
18292 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18293 #  include:
18294 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18295 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18296 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18297 #  layout:
18298 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
18299 #    layout: "plot-cps"
18300
18301 #- type: "plot"
18302 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
18303 #  algorithm: "plot_perf_box_name"
18304 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
18305 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18306 #  include:
18307 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18308 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18309 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18310 #  layout:
18311 #    title: "2n-clx-xxv710-64b-2t1c-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
18312 #    layout: "plot-throughput"
18313
18314 - type: "plot"
18315   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18316   algorithm: "plot_perf_box_name"
18317   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18319   include:
18320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18326   layout:
18327     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18328     layout: "plot-throughput"
18329
18330 - type: "plot"
18331   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18332   algorithm: "plot_perf_box_name"
18333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18335   include:
18336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18342   layout:
18343     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18344     layout: "plot-throughput"
18345
18346 - type: "plot"
18347   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18348   algorithm: "plot_perf_box_name"
18349   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18350   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18351   include:
18352     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18353     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18354   layout:
18355     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18356     layout: "plot-throughput"
18357
18358 - type: "plot"
18359   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18360   algorithm: "plot_perf_box_name"
18361   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18363   include:
18364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18365     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18366   layout:
18367     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18368     layout: "plot-throughput"
18369
18370 - type: "plot"
18371   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18372   algorithm: "plot_perf_box_name"
18373   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18375   include:
18376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18381     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18382   layout:
18383     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18384     layout: "plot-throughput"
18385
18386 - type: "plot"
18387   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18388   algorithm: "plot_perf_box_name"
18389   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18391   include:
18392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18397     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18398   layout:
18399     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18400     layout: "plot-throughput"
18401
18402 - type: "plot"
18403   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18404   algorithm: "plot_perf_box_name"
18405   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18406   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18407   include:
18408     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18413     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18414   layout:
18415     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18416     layout: "plot-throughput"
18417
18418 - type: "plot"
18419   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18420   algorithm: "plot_perf_box_name"
18421   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18422   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18423   include:
18424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18428     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18429     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18430   layout:
18431     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18432     layout: "plot-throughput"
18433
18434 - type: "plot"
18435   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18436   algorithm: "plot_perf_box_name"
18437   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18438   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18439   include:
18440     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18441     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18442     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18443     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18444     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18445     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18446   layout:
18447     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18448     layout: "plot-throughput"
18449
18450 - type: "plot"
18451   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18452   algorithm: "plot_perf_box_name"
18453   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18455   include:
18456     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18457     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18458     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18459     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18460     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18461     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18462   layout:
18463     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18464     layout: "plot-throughput"
18465
18466 - type: "plot"
18467   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18468   algorithm: "plot_perf_box_name"
18469   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18470   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18471   include:
18472     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18473     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18474     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18475     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18476     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18477   layout:
18478     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18479     layout: "plot-throughput"
18480
18481 - type: "plot"
18482   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18483   algorithm: "plot_perf_box_name"
18484   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18486   include:
18487     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18488     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18489     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18490     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18491     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18492   layout:
18493     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18494     layout: "plot-throughput"
18495
18496 - type: "plot"
18497   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18498   algorithm: "plot_perf_box_name"
18499   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18501   include:
18502     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18503     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18504     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18505     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18506     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18507   layout:
18508     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18509     layout: "plot-throughput"
18510
18511 - type: "plot"
18512   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18513   algorithm: "plot_perf_box_name"
18514   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18515   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18516   include:
18517     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18522   layout:
18523     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18524     layout: "plot-throughput"
18525
18526 - type: "plot"
18527   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18528   algorithm: "plot_perf_box_name"
18529   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18530   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18531   include:
18532     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18533     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18534     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18535     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18536     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18537   layout:
18538     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18539     layout: "plot-throughput"
18540
18541 - type: "plot"
18542   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18543   algorithm: "plot_perf_box_name"
18544   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18546   include:
18547     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18548     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18549     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18550     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18551     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18552   layout:
18553     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18554     layout: "plot-throughput"
18555
18556 - type: "plot"
18557   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18558   algorithm: "plot_perf_box_name"
18559   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18561   include:
18562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18565     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18566     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18567   layout:
18568     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18569     layout: "plot-throughput"
18570
18571 - type: "plot"
18572   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18573   algorithm: "plot_perf_box_name"
18574   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18576   include:
18577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18578     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18579     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18580     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18581     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18582   layout:
18583     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18584     layout: "plot-throughput"
18585
18586 - type: "plot"
18587   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18588   algorithm: "plot_perf_box_name"
18589   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18591   include:
18592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18597   layout:
18598     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18599     layout: "plot-throughput"
18600
18601 - type: "plot"
18602   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18603   algorithm: "plot_perf_box_name"
18604   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18605   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18606   include:
18607     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18612   layout:
18613     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18614     layout: "plot-throughput"
18615
18616 - type: "plot"
18617   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18618   algorithm: "plot_perf_box_name"
18619   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18621   include:
18622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18628   layout:
18629     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18630     layout: "plot-throughput"
18631
18632 - type: "plot"
18633   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18634   algorithm: "plot_perf_box_name"
18635   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18637   include:
18638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18644   layout:
18645     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18646     layout: "plot-throughput"
18647
18648 - type: "plot"
18649   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18650   algorithm: "plot_perf_box_name"
18651   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18653   include:
18654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18658   layout:
18659     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18660     layout: "plot-throughput"
18661
18662 - type: "plot"
18663   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18664   algorithm: "plot_perf_box_name"
18665   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18667   include:
18668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18672   layout:
18673     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18674     layout: "plot-throughput"
18675
18676 - type: "plot"
18677   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18678   algorithm: "plot_perf_box_name"
18679   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18681   include:
18682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18688   layout:
18689     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18690     layout: "plot-throughput"
18691
18692 - type: "plot"
18693   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18694   algorithm: "plot_perf_box_name"
18695   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18697   include:
18698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18704   layout:
18705     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18706     layout: "plot-throughput"
18707
18708 - type: "plot"
18709   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18710   algorithm: "plot_perf_box_name"
18711   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18713   include:
18714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18718   layout:
18719     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18720     layout: "plot-throughput"
18721
18722 - type: "plot"
18723   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18724   algorithm: "plot_perf_box_name"
18725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18727   include:
18728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18732   layout:
18733     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18734     layout: "plot-throughput"
18735
18736 - type: "plot"
18737   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18738   algorithm: "plot_perf_box_name"
18739   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18741   include:
18742     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18743     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18744     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18745     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18746     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18747     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18748   layout:
18749     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18750     layout: "plot-throughput"
18751
18752 - type: "plot"
18753   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18754   algorithm: "plot_perf_box_name"
18755   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18757   include:
18758     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18759     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18760     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18761     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18762     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18763     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18764   layout:
18765     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18766     layout: "plot-throughput"
18767
18768 - type: "plot"
18769   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18770   algorithm: "plot_perf_box_name"
18771   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18773   include:
18774     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18775     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18776     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18777     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18778   layout:
18779     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18780     layout: "plot-throughput"
18781
18782 - type: "plot"
18783   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18784   algorithm: "plot_perf_box_name"
18785   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18787   include:
18788     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18789     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18790     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18791     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18792   layout:
18793     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18794     layout: "plot-throughput"
18795
18796 - type: "plot"
18797   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18798   algorithm: "plot_perf_box_name"
18799   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18801   include:
18802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18805     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18807   layout:
18808     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18809     layout: "plot-throughput"
18810
18811 - type: "plot"
18812   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18813   algorithm: "plot_perf_box_name"
18814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18816   include:
18817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18820     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18822   layout:
18823     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18824     layout: "plot-throughput"
18825
18826 - type: "plot"
18827   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18828   algorithm: "plot_perf_box_name"
18829   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18831   include:
18832     - "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"
18833     - "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"
18834     - "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"
18835     - "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"
18836     - "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"
18837   layout:
18838     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18839     layout: "plot-throughput"
18840
18841 - type: "plot"
18842   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18843   algorithm: "plot_perf_box_name"
18844   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18845   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18846   include:
18847     - "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"
18848     - "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"
18849     - "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"
18850     - "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"
18851     - "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"
18852   layout:
18853     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18854     layout: "plot-throughput"
18855
18856 - type: "plot"
18857   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18858   algorithm: "plot_perf_box_name"
18859   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18861   include:
18862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18867   layout:
18868     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18869     layout: "plot-throughput"
18870
18871 - type: "plot"
18872   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18873   algorithm: "plot_perf_box_name"
18874   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18876   include:
18877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18882   layout:
18883     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18884     layout: "plot-throughput"
18885
18886 - type: "plot"
18887   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18888   algorithm: "plot_perf_box_name"
18889   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18890   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18891   include:
18892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18897   layout:
18898     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18899     layout: "plot-throughput"
18900
18901 - type: "plot"
18902   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18903   algorithm: "plot_perf_box_name"
18904   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18906   include:
18907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18912   layout:
18913     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18914     layout: "plot-throughput"
18915
18916 - type: "plot"
18917   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18918   algorithm: "plot_perf_box_name"
18919   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18921   include:
18922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18926   layout:
18927     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18928     layout: "plot-throughput"
18929
18930 - type: "plot"
18931   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18932   algorithm: "plot_perf_box_name"
18933   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18935   include:
18936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18940   layout:
18941     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18942     layout: "plot-throughput"
18943
18944 - type: "plot"
18945   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18946   algorithm: "plot_perf_box_name"
18947   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18948   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18949   include:
18950     - "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"
18951     - "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"
18952     - "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"
18953     - "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"
18954   layout:
18955     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18956     layout: "plot-throughput"
18957
18958 - type: "plot"
18959   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18960   algorithm: "plot_perf_box_name"
18961   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18963   include:
18964     - "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"
18965     - "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"
18966     - "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"
18967     - "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"
18968   layout:
18969     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18970     layout: "plot-throughput"
18971
18972 - type: "plot"
18973   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18974   algorithm: "plot_perf_box_name"
18975   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18976   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18977   include:
18978     - "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"
18979     - "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"
18980     - "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"
18981     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18982     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18983     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18984   layout:
18985     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18986     layout: "plot-throughput"
18987
18988 - type: "plot"
18989   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18990   algorithm: "plot_perf_box_name"
18991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18993   include:
18994     - "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"
18995     - "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"
18996     - "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"
18997     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18998     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18999     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
19000   layout:
19001     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
19002     layout: "plot-throughput"
19003
19004 ################################################################################
19005
19006 # Packet Speedup
19007
19008 - type: "plot"
19009   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
19010   algorithm: "plot_tsa_name"
19011   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
19012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19013   include:
19014     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19015     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19016     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19017     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19018   layout:
19019     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
19020     layout: "plot-throughput-speedup-analysis"
19021
19022 - type: "plot"
19023   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
19024   algorithm: "plot_tsa_name"
19025   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
19026   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19027   include:
19028     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19029     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19030     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19031     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19032   layout:
19033     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
19034     layout: "plot-throughput-speedup-analysis"
19035
19036 - type: "plot"
19037   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
19038   algorithm: "plot_tsa_name"
19039   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
19040   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19041   include:
19042     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19043     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19044     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19045     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19046   layout:
19047     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
19048     layout: "plot-throughput-speedup-analysis"
19049
19050 - type: "plot"
19051   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
19052   algorithm: "plot_tsa_name"
19053   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
19054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19055   include:
19056     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19057     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19058     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19059     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19060   layout:
19061     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
19062     layout: "plot-throughput-speedup-analysis"
19063
19064 - type: "plot"
19065   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19066   algorithm: "plot_tsa_name"
19067   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19069   include:
19070     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19071     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19072     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19073     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19074   layout:
19075     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
19076     layout: "plot-throughput-speedup-analysis"
19077
19078 - type: "plot"
19079   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19080   algorithm: "plot_tsa_name"
19081   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19083   include:
19084     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19085     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19086     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19087     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19088   layout:
19089     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
19090     layout: "plot-throughput-speedup-analysis"
19091
19092 - type: "plot"
19093   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19094   algorithm: "plot_tsa_name"
19095   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19097   include:
19098     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19099     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19100     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19101     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19102     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19103     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19104   layout:
19105     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
19106     layout: "plot-throughput-speedup-analysis"
19107
19108 - type: "plot"
19109   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19110   algorithm: "plot_tsa_name"
19111   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19113   include:
19114     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19115     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19116     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19117     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19118     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19119     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19120   layout:
19121     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
19122     layout: "plot-throughput-speedup-analysis"
19123
19124 - type: "plot"
19125   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19126   algorithm: "plot_tsa_name"
19127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19129   include:
19130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19134   layout:
19135     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
19136     layout: "plot-throughput-speedup-analysis"
19137
19138 - type: "plot"
19139   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19140   algorithm: "plot_tsa_name"
19141   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19143   include:
19144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19148   layout:
19149     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
19150     layout: "plot-throughput-speedup-analysis"
19151
19152 - type: "plot"
19153   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19154   algorithm: "plot_tsa_name"
19155   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19157   include:
19158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19161   layout:
19162     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
19163     layout: "plot-throughput-speedup-analysis"
19164
19165 - type: "plot"
19166   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19167   algorithm: "plot_tsa_name"
19168   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19170   include:
19171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19174   layout:
19175     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19176     layout: "plot-throughput-speedup-analysis"
19177
19178 - type: "plot"
19179   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19180   algorithm: "plot_tsa_name"
19181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19183   include:
19184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19189   layout:
19190     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19191     layout: "plot-throughput-speedup-analysis"
19192
19193 - type: "plot"
19194   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19195   algorithm: "plot_tsa_name"
19196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19198   include:
19199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19204   layout:
19205     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19206     layout: "plot-throughput-speedup-analysis"
19207
19208 - type: "plot"
19209   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19210   algorithm: "plot_tsa_name"
19211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19213   include:
19214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19217   layout:
19218     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19219     layout: "plot-throughput-speedup-analysis"
19220
19221 - type: "plot"
19222   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19223   algorithm: "plot_tsa_name"
19224   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19225   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19226   include:
19227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19230   layout:
19231     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19232     layout: "plot-throughput-speedup-analysis"
19233
19234 - type: "plot"
19235   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19236   algorithm: "plot_tsa_name"
19237   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19238   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19239   include:
19240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19246   layout:
19247     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19248     layout: "plot-throughput-speedup-analysis"
19249
19250 - type: "plot"
19251   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19252   algorithm: "plot_tsa_name"
19253   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19254   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19255   include:
19256     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19257     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19258     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19259 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19260     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19261   layout:
19262     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
19263     layout: "plot-throughput-speedup-analysis"
19264
19265 - type: "plot"
19266   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19267   algorithm: "plot_tsa_name"
19268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19270   include:
19271     - "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"
19272     - "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"
19273     - "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"
19274     - "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"
19275     - "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"
19276   layout:
19277     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
19278     layout: "plot-throughput-speedup-analysis"
19279
19280 - type: "plot"
19281   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr-tsa"
19282   algorithm: "plot_tsa_name"
19283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr-tsa"
19284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19285   include:
19286     - "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"
19287     - "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"
19288     - "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"
19289     - "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"
19290     - "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"
19291     - "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"
19292   layout:
19293     title: "2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-ndr"
19294     layout: "plot-throughput-speedup-analysis-cps"
19295
19296 - type: "plot"
19297   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr-tsa"
19298   algorithm: "plot_tsa_name"
19299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr-tsa"
19300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19301   include:
19302     - "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"
19303     - "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"
19304     - "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"
19305     - "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"
19306     - "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"
19307     - "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"
19308   layout:
19309     title: "2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-ndr"
19310     layout: "plot-throughput-speedup-analysis"
19311
19312 #- type: "plot"
19313 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr-tsa"
19314 #  algorithm: "plot_tsa_name"
19315 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr-tsa"
19316 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19317 #  include:
19318 #    - "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"
19319 #    - "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"
19320 #    - "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"
19321 #  layout:
19322 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-ndr"
19323 #    layout: "plot-throughput-speedup-analysis-cps"
19324
19325 #- type: "plot"
19326 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr-tsa"
19327 #  algorithm: "plot_tsa_name"
19328 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr-tsa"
19329 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19330 #  include:
19331 #    - "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"
19332 #    - "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"
19333 #    - "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"
19334 #  layout:
19335 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-ndr"
19336 #    layout: "plot-throughput-speedup-analysis"
19337
19338 - type: "plot"
19339   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19340   algorithm: "plot_tsa_name"
19341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19343   include:
19344     - "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"
19345     - "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"
19346     - "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"
19347     - "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"
19348     - "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"
19349     - "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"
19350   layout:
19351     title: "2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-ndr"
19352     layout: "plot-throughput-speedup-analysis-cps"
19353
19354 - type: "plot"
19355   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19356   algorithm: "plot_tsa_name"
19357   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19359   include:
19360     - "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"
19361     - "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"
19362     - "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"
19363     - "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"
19364     - "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"
19365     - "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"
19366   layout:
19367     title: "2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-ndr"
19368     layout: "plot-throughput-speedup-analysis"
19369
19370 #- type: "plot"
19371 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19372 #  algorithm: "plot_tsa_name"
19373 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19374 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19375 #  include:
19376 #    - "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"
19377 #    - "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"
19378 #    - "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"
19379 #  layout:
19380 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-ndr"
19381 #    layout: "plot-throughput-speedup-analysis-cps"
19382
19383 #- type: "plot"
19384 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19385 #  algorithm: "plot_tsa_name"
19386 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19387 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19388 #  include:
19389 #    - "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"
19390 #    - "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"
19391 #    - "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"
19392 #  layout:
19393 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-ndr"
19394 #    layout: "plot-throughput-speedup-analysis"
19395
19396 - type: "plot"
19397   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19398   algorithm: "plot_tsa_name"
19399   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19401   include:
19402     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19403     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19404     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19405 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19406     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19407   layout:
19408     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19409     layout: "plot-throughput-speedup-analysis"
19410
19411 - type: "plot"
19412   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19413   algorithm: "plot_tsa_name"
19414   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19416   include:
19417     - "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"
19418     - "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"
19419     - "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"
19420     - "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"
19421     - "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"
19422   layout:
19423     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19424     layout: "plot-throughput-speedup-analysis"
19425
19426 - type: "plot"
19427   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr-tsa"
19428   algorithm: "plot_tsa_name"
19429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr-tsa"
19430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19431   include:
19432     - "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"
19433     - "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"
19434     - "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"
19435     - "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"
19436     - "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"
19437     - "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"
19438   layout:
19439     title: "2n-clx-xxv710-64b-ip4routing-udp-stf-cps-avf-pdr"
19440     layout: "plot-throughput-speedup-analysis-cps"
19441
19442 - type: "plot"
19443   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr-tsa"
19444   algorithm: "plot_tsa_name"
19445   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr-tsa"
19446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19447   include:
19448     - "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"
19449     - "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"
19450     - "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"
19451     - "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"
19452     - "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"
19453     - "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"
19454   layout:
19455     title: "2n-clx-xxv710-64b-ip4routing-udp-stf-pps-avf-pdr"
19456     layout: "plot-throughput-speedup-analysis"
19457
19458 #- type: "plot"
19459 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr-tsa"
19460 #  algorithm: "plot_tsa_name"
19461 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr-tsa"
19462 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19463 #  include:
19464 #    - "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"
19465 #    - "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"
19466 #    - "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"
19467 #  layout:
19468 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-cps-avf-pdr"
19469 #    layout: "plot-throughput-speedup-analysis-cps"
19470
19471 #- type: "plot"
19472 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr-tsa"
19473 #  algorithm: "plot_tsa_name"
19474 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr-tsa"
19475 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19476 #  include:
19477 #    - "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"
19478 #    - "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"
19479 #    - "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"
19480 #  layout:
19481 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-udp-stf-pps-avf-pdr"
19482 #    layout: "plot-throughput-speedup-analysis"
19483
19484 - type: "plot"
19485   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19486   algorithm: "plot_tsa_name"
19487   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19488   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19489   include:
19490     - "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"
19491     - "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"
19492     - "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"
19493     - "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"
19494     - "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"
19495     - "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"
19496   layout:
19497     title: "2n-clx-xxv710-64b-ip4routing-tcp-stf-cps-avf-pdr"
19498     layout: "plot-throughput-speedup-analysis-cps"
19499
19500 - type: "plot"
19501   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19502   algorithm: "plot_tsa_name"
19503   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19504   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19505   include:
19506     - "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"
19507     - "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"
19508     - "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"
19509     - "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"
19510     - "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"
19511     - "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"
19512   layout:
19513     title: "2n-clx-xxv710-64b-ip4routing-tcp-stf-pps-avf-pdr"
19514     layout: "plot-throughput-speedup-analysis"
19515
19516 #- type: "plot"
19517 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19518 #  algorithm: "plot_tsa_name"
19519 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19520 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19521 #  include:
19522 #    - "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"
19523 #    - "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"
19524 #    - "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"
19525 #  layout:
19526 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-cps-avf-pdr"
19527 #    layout: "plot-throughput-speedup-analysis-cps"
19528
19529 #- type: "plot"
19530 #  title: "Speedup: 2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19531 #  algorithm: "plot_tsa_name"
19532 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19533 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
19534 #  include:
19535 #    - "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"
19536 #    - "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"
19537 #    - "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"
19538 #  layout:
19539 #    title: "2n-clx-xxv710-64b-ip4base-ip4routing-tcp-stf-pps-avf-pdr"
19540 #    layout: "plot-throughput-speedup-analysis"
19541
19542 - type: "plot"
19543   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19544   algorithm: "plot_tsa_name"
19545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19547   include:
19548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19554   layout:
19555     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19556     layout: "plot-throughput-speedup-analysis"
19557
19558 - type: "plot"
19559   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19560   algorithm: "plot_tsa_name"
19561   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19562   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19563   include:
19564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19570   layout:
19571     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19572     layout: "plot-throughput-speedup-analysis"
19573
19574 - type: "plot"
19575   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19576   algorithm: "plot_tsa_name"
19577   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19578   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19579   include:
19580     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19581     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19582   layout:
19583     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19584     layout: "plot-throughput-speedup-analysis"
19585
19586 - type: "plot"
19587   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19588   algorithm: "plot_tsa_name"
19589   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19591   include:
19592     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19593     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19594   layout:
19595     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19596     layout: "plot-throughput-speedup-analysis"
19597
19598 - type: "plot"
19599   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19600   algorithm: "plot_tsa_name"
19601   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19603   include:
19604     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19605     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19606     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19607     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19608     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19609     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19610   layout:
19611     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19612     layout: "plot-throughput-speedup-analysis"
19613
19614 - type: "plot"
19615   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19616   algorithm: "plot_tsa_name"
19617   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19618   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19619   include:
19620     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19621     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19622     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19623     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19624     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19625     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19626   layout:
19627     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19628     layout: "plot-throughput-speedup-analysis"
19629
19630 - type: "plot"
19631   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19632   algorithm: "plot_tsa_name"
19633   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19635   include:
19636     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19637     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19638     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19639     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19640     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19641     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19642   layout:
19643     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19644     layout: "plot-throughput-speedup-analysis"
19645
19646 - type: "plot"
19647   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19648   algorithm: "plot_tsa_name"
19649   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19651   include:
19652     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19653     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19654     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19655     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19656     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19657     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19658   layout:
19659     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19660     layout: "plot-throughput-speedup-analysis"
19661
19662 - type: "plot"
19663   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19664   algorithm: "plot_tsa_name"
19665   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19667   include:
19668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19671     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19672     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19673     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19674   layout:
19675     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19676     layout: "plot-throughput-speedup-analysis"
19677
19678 - type: "plot"
19679   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19680   algorithm: "plot_tsa_name"
19681   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19683   include:
19684     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19685     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19686     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19687     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19688     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19689     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19690   layout:
19691     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19692     layout: "plot-throughput-speedup-analysis"
19693
19694 - type: "plot"
19695   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19696   algorithm: "plot_tsa_name"
19697   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19699   include:
19700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19705   layout:
19706     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19707     layout: "plot-throughput-speedup-analysis"
19708
19709 - type: "plot"
19710   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19711   algorithm: "plot_tsa_name"
19712   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19714   include:
19715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19717     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19718     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19720   layout:
19721     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19722     layout: "plot-throughput-speedup-analysis"
19723
19724 - type: "plot"
19725   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19726   algorithm: "plot_tsa_name"
19727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19729   include:
19730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19733     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19735   layout:
19736     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19737     layout: "plot-throughput-speedup-analysis"
19738
19739 - type: "plot"
19740   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19741   algorithm: "plot_tsa_name"
19742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19744   include:
19745     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19746     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19747     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19748     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19750   layout:
19751     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19752     layout: "plot-throughput-speedup-analysis"
19753
19754 - type: "plot"
19755   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19756   algorithm: "plot_tsa_name"
19757   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19759   include:
19760     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19761     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19762     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19763     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19764     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19765   layout:
19766     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19767     layout: "plot-throughput-speedup-analysis"
19768
19769 - type: "plot"
19770   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19771   algorithm: "plot_tsa_name"
19772   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19774   include:
19775     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19776     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19777     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19778     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19779     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19780   layout:
19781     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19782     layout: "plot-throughput-speedup-analysis"
19783
19784 - type: "plot"
19785   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19786   algorithm: "plot_tsa_name"
19787   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19789   include:
19790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19792     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19793     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19795   layout:
19796     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19797     layout: "plot-throughput-speedup-analysis"
19798
19799 - type: "plot"
19800   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19801   algorithm: "plot_tsa_name"
19802   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19804   include:
19805     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19806     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19807     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19808     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19810   layout:
19811     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19812     layout: "plot-throughput-speedup-analysis"
19813
19814 - type: "plot"
19815   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19816   algorithm: "plot_tsa_name"
19817   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19819   include:
19820     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19821     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19822     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19825   layout:
19826     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19827     layout: "plot-throughput-speedup-analysis"
19828
19829 - type: "plot"
19830   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19831   algorithm: "plot_tsa_name"
19832   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19834   include:
19835     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19836     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19838     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19840   layout:
19841     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19842     layout: "plot-throughput-speedup-analysis"
19843
19844 - type: "plot"
19845   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19846   algorithm: "plot_tsa_name"
19847   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19848   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19849   include:
19850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19851     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19852     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19853     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19856   layout:
19857     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19858     layout: "plot-throughput-speedup-analysis"
19859
19860 - type: "plot"
19861   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19862   algorithm: "plot_tsa_name"
19863   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19865   include:
19866     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19867     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19868     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19872   layout:
19873     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19874     layout: "plot-throughput-speedup-analysis"
19875
19876 - type: "plot"
19877   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19878   algorithm: "plot_tsa_name"
19879   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19881   include:
19882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19886   layout:
19887     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19888     layout: "plot-throughput-speedup-analysis"
19889
19890 - type: "plot"
19891   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19892   algorithm: "plot_tsa_name"
19893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19895   include:
19896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19900   layout:
19901     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19902     layout: "plot-throughput-speedup-analysis"
19903
19904 - type: "plot"
19905   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19906   algorithm: "plot_tsa_name"
19907   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19909   include:
19910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19916   layout:
19917     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19918     layout: "plot-throughput-speedup-analysis"
19919
19920 - type: "plot"
19921   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19922   algorithm: "plot_tsa_name"
19923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19925   include:
19926     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19932   layout:
19933     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19934     layout: "plot-throughput-speedup-analysis"
19935
19936 - type: "plot"
19937   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19938   algorithm: "plot_tsa_name"
19939   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19940   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19941   include:
19942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19946   layout:
19947     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19948     layout: "plot-throughput-speedup-analysis"
19949
19950 - type: "plot"
19951   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19952   algorithm: "plot_tsa_name"
19953   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19955   include:
19956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19960   layout:
19961     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19962     layout: "plot-throughput-speedup-analysis"
19963
19964 - type: "plot"
19965   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19966   algorithm: "plot_tsa_name"
19967   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19969   include:
19970     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19971     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19972     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19973     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19974     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19975     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19976   layout:
19977     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19978     layout: "plot-throughput-speedup-analysis"
19979
19980 - type: "plot"
19981   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19982   algorithm: "plot_tsa_name"
19983   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19985   include:
19986     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19987     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19988     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19989     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19990     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19991     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19992   layout:
19993     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19994     layout: "plot-throughput-speedup-analysis"
19995
19996 - type: "plot"
19997   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19998   algorithm: "plot_tsa_name"
19999   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
20000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20001   include:
20002     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20003     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20004     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20005     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20006   layout:
20007     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
20008     layout: "plot-throughput-speedup-analysis"
20009
20010 - type: "plot"
20011   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
20012   algorithm: "plot_tsa_name"
20013   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
20014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20015   include:
20016     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20017     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20018     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20019     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20020   layout:
20021     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
20022     layout: "plot-throughput-speedup-analysis"
20023
20024 - type: "plot"
20025   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
20026   algorithm: "plot_tsa_name"
20027   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
20028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20029   include:
20030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20035   layout:
20036     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
20037     layout: "plot-throughput-speedup-analysis"
20038
20039 - type: "plot"
20040   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
20041   algorithm: "plot_tsa_name"
20042   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
20043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20044   include:
20045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20050   layout:
20051     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
20052     layout: "plot-throughput-speedup-analysis"
20053
20054 - type: "plot"
20055   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
20056   algorithm: "plot_tsa_name"
20057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
20058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20059   include:
20060     - "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"
20061     - "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"
20062     - "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"
20063     - "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"
20064     - "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"
20065   layout:
20066     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
20067     layout: "plot-throughput-speedup-analysis"
20068
20069 - type: "plot"
20070   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
20071   algorithm: "plot_tsa_name"
20072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
20073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20074   include:
20075     - "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"
20076     - "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"
20077     - "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"
20078     - "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"
20079     - "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"
20080   layout:
20081     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
20082     layout: "plot-throughput-speedup-analysis"
20083
20084 - type: "plot"
20085   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
20086   algorithm: "plot_tsa_name"
20087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
20088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20089   include:
20090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20095   layout:
20096     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
20097     layout: "plot-throughput-speedup-analysis"
20098
20099 - type: "plot"
20100   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
20101   algorithm: "plot_tsa_name"
20102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
20103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20104   include:
20105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20110   layout:
20111     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
20112     layout: "plot-throughput-speedup-analysis"
20113
20114 - type: "plot"
20115   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20116   algorithm: "plot_tsa_name"
20117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
20118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20119   include:
20120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20125   layout:
20126     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20127     layout: "plot-throughput-speedup-analysis"
20128
20129 - type: "plot"
20130   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20131   algorithm: "plot_tsa_name"
20132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
20133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20134   include:
20135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20140   layout:
20141     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20142     layout: "plot-throughput-speedup-analysis"
20143
20144 - type: "plot"
20145   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20146   algorithm: "plot_tsa_name"
20147   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20149   include:
20150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20154   layout:
20155     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
20156     layout: "plot-throughput-speedup-analysis"
20157
20158 - type: "plot"
20159   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20160   algorithm: "plot_tsa_name"
20161   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20163   include:
20164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20168   layout:
20169     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
20170     layout: "plot-throughput-speedup-analysis"
20171
20172 - type: "plot"
20173   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20174   algorithm: "plot_tsa_name"
20175   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20177   include:
20178     - "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"
20179     - "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"
20180     - "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"
20181     - "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"
20182   layout:
20183     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
20184     layout: "plot-throughput-speedup-analysis"
20185
20186 - type: "plot"
20187   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20188   algorithm: "plot_tsa_name"
20189   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20191   include:
20192     - "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"
20193     - "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"
20194     - "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"
20195     - "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"
20196   layout:
20197     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
20198     layout: "plot-throughput-speedup-analysis"
20199
20200 - type: "plot"
20201   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20202   algorithm: "plot_tsa_name"
20203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20205   include:
20206     - "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"
20207     - "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"
20208     - "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"
20209     - "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"
20210     - "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"
20211     - "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"
20212   layout:
20213     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
20214     layout: "plot-throughput-speedup-analysis"
20215
20216 - type: "plot"
20217   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20218   algorithm: "plot_tsa_name"
20219   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20220   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20221   include:
20222     - "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"
20223     - "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"
20224     - "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"
20225     - "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"
20226     - "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"
20227     - "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"
20228   layout:
20229     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
20230     layout: "plot-throughput-speedup-analysis"
20231
20232 ################################################################################
20233
20234 # Packet Throughput - DPDK
20235
20236 # 2n-clx-xxv710
20237
20238 - type: "plot"
20239   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
20240   algorithm: "plot_perf_box_name"
20241   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
20242   data: "plot-dpdk-throughput-latency-2n-clx"
20243   include:
20244     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20245     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20246   layout:
20247     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20248     layout: "plot-throughput"
20249
20250 - type: "plot"
20251   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
20252   algorithm: "plot_perf_box_name"
20253   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
20254   data: "plot-dpdk-throughput-latency-2n-clx"
20255   include:
20256     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20257     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20258   layout:
20259     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20260     layout: "plot-throughput"
20261
20262 - type: "plot"
20263   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
20264   algorithm: "plot_perf_box_name"
20265   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
20266   data: "plot-dpdk-throughput-latency-2n-clx"
20267   include:
20268     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20269     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20270   layout:
20271     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
20272     layout: "plot-throughput"
20273
20274 - type: "plot"
20275   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
20276   algorithm: "plot_perf_box_name"
20277   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
20278   data: "plot-dpdk-throughput-latency-2n-clx"
20279   include:
20280     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20281     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20282   layout:
20283     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
20284     layout: "plot-throughput"
20285
20286 # 2n-clx-x710
20287
20288 - type: "plot"
20289   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
20290   algorithm: "plot_perf_box_name"
20291   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
20292   data: "plot-dpdk-throughput-latency-2n-clx"
20293   include:
20294     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20295     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20296   layout:
20297     title: "2n-clx-x710-64b-2t1c-base-ndr"
20298     layout: "plot-throughput"
20299
20300 - type: "plot"
20301   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
20302   algorithm: "plot_perf_box_name"
20303   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
20304   data: "plot-dpdk-throughput-latency-2n-clx"
20305   include:
20306     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20307     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20308   layout:
20309     title: "2n-clx-x710-64b-4t2c-base-ndr"
20310     layout: "plot-throughput"
20311
20312 - type: "plot"
20313   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20314   algorithm: "plot_perf_box_name"
20315   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20316   data: "plot-dpdk-throughput-latency-2n-clx"
20317   include:
20318     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20319     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20320   layout:
20321     title: "2n-clx-x710-64b-2t1c-base-pdr"
20322     layout: "plot-throughput"
20323
20324 - type: "plot"
20325   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20326   algorithm: "plot_perf_box_name"
20327   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20328   data: "plot-dpdk-throughput-latency-2n-clx"
20329   include:
20330     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20331     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20332   layout:
20333     title: "2n-clx-x710-64b-4t2c-base-pdr"
20334     layout: "plot-throughput"
20335
20336 ################################################################################
20337
20338 - type: "plot"
20339   title: "Latency by percentile: 2n-skx"
20340   algorithm: "plot_hdrh_lat_by_percentile"
20341   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
20342   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
20343   target-links: "../../_static/vpp"
20344   data: "plot-vpp-hdrh-lat-2n-skx"
20345   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20346   layout:
20347     layout: "plot-hdrh-latency-by-percentile"
20348
20349 - type: "plot"
20350   title: "Latency by percentile: 2n-skx-nat44"
20351   algorithm: "plot_hdrh_lat_by_percentile"
20352   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
20353   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
20354   target-links: "../../_static/vpp"
20355   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
20356   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20357   layout:
20358     layout: "plot-hdrh-latency-by-percentile"
20359
20360 - type: "plot"
20361   title: "Latency by percentile: 3n-skx"
20362   algorithm: "plot_hdrh_lat_by_percentile"
20363   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
20364   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
20365   target-links: "../../_static/vpp"
20366   data: "plot-vpp-hdrh-lat-3n-skx"
20367   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20368   layout:
20369     layout: "plot-hdrh-latency-by-percentile"
20370
20371 - type: "plot"
20372   title: "Latency by percentile: 2n-clx"
20373   algorithm: "plot_hdrh_lat_by_percentile"
20374   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20375   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20376   target-links: "../../_static/vpp"
20377   data: "plot-vpp-hdrh-lat-2n-clx"
20378   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20379   layout:
20380     layout: "plot-hdrh-latency-by-percentile"
20381
20382 - type: "plot"
20383   title: "Latency by percentile: 2n-clx-nat44"
20384   algorithm: "plot_hdrh_lat_by_percentile"
20385   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
20386   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
20387   target-links: "../../_static/vpp"
20388   data: "plot-vpp-hdrh-lat-2n-clx-nat44"
20389   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20390   layout:
20391     layout: "plot-hdrh-latency-by-percentile"
20392
20393 - type: "plot"
20394   title: "Latency by percentile: 3n-hsw"
20395   algorithm: "plot_hdrh_lat_by_percentile"
20396   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
20397   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
20398   target-links: "../../_static/vpp"
20399   data: "plot-vpp-hdrh-lat-3n-hsw"
20400   filter: "'1T1C' and 'NIC_Intel-XL710'"
20401   layout:
20402     layout: "plot-hdrh-latency-by-percentile"
20403
20404 - type: "plot"
20405   title: "Latency by percentile: 3n-tsh"
20406   algorithm: "plot_hdrh_lat_by_percentile"
20407   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
20408   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
20409   target-links: "../../_static/vpp"
20410   data: "plot-vpp-hdrh-lat-3n-tsh"
20411   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20412   layout:
20413     layout: "plot-hdrh-latency-by-percentile"
20414
20415 - type: "plot"
20416   title: "Latency by percentile: DPDK 2n-skx"
20417   algorithm: "plot_hdrh_lat_by_percentile"
20418   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
20419   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
20420   target-links: "../../_static/dpdk"
20421   data: "plot-dpdk-hdrh-lat-2n-skx"
20422   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20423   layout:
20424     layout: "plot-hdrh-latency-by-percentile"
20425
20426 - type: "plot"
20427   title: "Latency by percentile: DPDK 3n-skx"
20428   algorithm: "plot_hdrh_lat_by_percentile"
20429   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
20430   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
20431   target-links: "../../_static/dpdk"
20432   data: "plot-dpdk-hdrh-lat-3n-skx"
20433   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20434   layout:
20435     layout: "plot-hdrh-latency-by-percentile"
20436
20437 - type: "plot"
20438   title: "Latency by percentile: DPDK 2n-clx"
20439   algorithm: "plot_hdrh_lat_by_percentile"
20440   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
20441   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
20442   target-links: "../../_static/dpdk"
20443   data: "plot-dpdk-hdrh-lat-2n-clx"
20444   filter: "'2T1C' and 'NIC_Intel-XXV710'"
20445   layout:
20446     layout: "plot-hdrh-latency-by-percentile"
20447
20448 - type: "plot"
20449   title: "Latency by percentile: DPDK 3n-hsw"
20450   algorithm: "plot_hdrh_lat_by_percentile"
20451   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
20452   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
20453   target-links: "../../_static/dpdk"
20454   data: "plot-dpdk-hdrh-lat-3n-hsw"
20455   filter: "'1T1C' and 'NIC_Intel-XL710'"
20456   layout:
20457     layout: "plot-hdrh-latency-by-percentile"
20458
20459 - type: "plot"
20460   title: "Latency by percentile: DPDK 3n-tsh"
20461   algorithm: "plot_hdrh_lat_by_percentile"
20462   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
20463   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
20464   target-links: "../../_static/dpdk"
20465   data: "plot-dpdk-hdrh-lat-3n-tsh"
20466   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
20467   layout:
20468     layout: "plot-hdrh-latency-by-percentile"