02e6964b751c115a954b9862425a7f380b0cf67b
[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       # TODO: Add:
204       csit-vpp-perf-report-iterative-2009-3n-skx:
205         - 26  # rls2009 NDRPDR iter env 5
206         - 27  # rls2009 NDRPDR iter env 5
207         - 28  # rls2009 NDRPDR iter env 5
208         - 29  # rls2009 NDRPDR iter env 5
209         - 35  # rls2009 NDRPDR iter env 5
210         - 36  # rls2009 NDRPDR iter env 5
211         - 37  # rls2009 NDRPDR iter env 5
212         - 39  # rls2009 NDRPDR iter env 5
213
214     plot-vpp-hdrh-lat-3n-skx:
215       csit-vpp-perf-report-iterative-2009-3n-skx:
216         - 27  # rls2009 NDRPDR iter env 5
217
218 #    plot-vpp-nfv-3n-skx-ndrpdr:
219 #      # No data
220 #      csit-vpp-perf-report-iterative-2009-3n-skx:
221
222 #    plot-vpp-nfv-3n-skx-mrr:
223 #      # No data
224 #      csit-vpp-perf-report-iterative-2009-3n-skx:
225
226     plot-dpdk-throughput-latency-3n-skx:
227       csit-dpdk-perf-report-iterative-2009-3n-skx:
228         - 4   # NDRPDR sel env5
229         - 5   # NDRPDR sel env5
230         - 6   # NDRPDR sel env5
231         - 7   # NDRPDR sel env5
232         - 8   # NDRPDR sel env5
233         - 9   # NDRPDR sel env5
234         - 14  # NDRPDR sel env5
235         - 11  # NDRPDR sel env5
236         - 12  # NDRPDR sel env5
237         - 13  # NDRPDR sel env5
238
239     plot-dpdk-hdrh-lat-3n-skx:
240       csit-dpdk-perf-report-iterative-2009-3n-skx:
241         - 4   # NDRPDR sel env5
242
243     # 2n-skx
244
245     plot-vpp-throughput-lat-tsa-2n-skx:
246       csit-vpp-perf-report-iterative-2009-2n-skx:
247         - 35  # rls2009 NDRPDR iter env 5
248         - 36  # rls2009 NDRPDR iter env 5
249         - 37  # rls2009 NDRPDR iter env 5
250         - 39  # rls2009 NDRPDR iter env 5
251         - 40  # rls2009 NDRPDR iter env 5
252         - 42  # rls2009 NDRPDR iter env 5
253         - 43  # rls2009 NDRPDR iter env 5
254         - 44  # rls2009 NDRPDR iter env 5
255         - 46  # rls2009 NDRPDR iter env 5
256         - 48  # rls2009 NDRPDR iter env 5
257         - 51  # rls2009 NDRPDR iter NAT44 env 5
258         - 52  # rls2009 NDRPDR iter NAT44 env 5
259         - 53  # rls2009 NDRPDR iter NAT44 env 5
260         - 54  # rls2009 NDRPDR iter NAT44 env 5
261         - 55  # rls2009 NDRPDR iter NAT44 env 5
262         - 56  # rls2009 NDRPDR iter NAT44 env 5
263         - 57  # rls2009 NDRPDR iter NAT44 env 5
264         - 58  # rls2009 NDRPDR iter NAT44 env 5
265         - 59  # rls2009 NDRPDR iter NAT44 env 5
266         - 60  # 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         - 51  # 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         - 38  # rls2009 NDRPDR iter env 5
334         - 39  # rls2009 NDRPDR iter env 5
335         - 40  # rls2009 NDRPDR iter env 5
336         - 41  # rls2009 NDRPDR iter env 5
337         - 42  # rls2009 NDRPDR iter env 5
338         - 64  # rls2009 NDRPDR iter env 5
339         - 65  # rls2009 NDRPDR iter env 5
340         - 66  # rls2009 NDRPDR iter env 5
341         - 67  # rls2009 NDRPDR iter env 5
342
343     plot-vpp-hdrh-lat-2n-clx:
344       csit-vpp-perf-report-iterative-2009-2n-clx:
345         - 36  # rls2009 NDRPDR iter env 5
346
347     plot-vpp-nfv-2n-clx-ndrpdr:
348       # TODO: Add:
349       csit-vpp-perf-report-iterative-2009-2n-clx:
350         - 37  # rls2009 nf-density iter env 5
351         - 43  # rls2009 nf-density iter env 5
352         - 69  # rls2009 nf-density iter env 5
353         - 70  # rls2009 nf-density iter env 5
354         - 72  # rls2009 nf-density iter env 5
355         - 75  # rls2009 nf-density iter env 5
356
357     plot-vpp-nfv-2n-clx-mrr:
358       csit-vpp-perf-report-iterative-2009-2n-clx:
359         - 45  # rls2009 MRR nf-density iter env 5
360
361     plot-vpp-nfv-reconf-2n-clx:
362       # TODO: Add:
363       csit-vpp-perf-report-iterative-2009-2n-clx:
364         - 25  # rls2009 reconf env 5
365         - 27  # rls2009 reconf env 5
366         - 28  # rls2009 reconf env 5
367         - 29  # rls2009 reconf env 5
368         - 30  # rls2009 reconf env 5
369         - 30  # rls2009 reconf env 5
370         - 32  # rls2009 reconf env 5
371         - 48  # rls2009 reconf env 5
372         - 53  # rls2009 reconf env 5
373
374     plot-vpp-soak-2n-clx:
375       csit-vpp-perf-report-iterative-2009-2n-clx:
376         - 33  # rls2009 soak env 5
377         - 34  # rls2009 soak env 5
378
379     plot-dpdk-throughput-latency-2n-clx:
380       csit-dpdk-perf-report-iterative-2009-2n-clx:
381         - 4   # NDRPDR iter env5
382         - 5   # NDRPDR iter env5
383         - 6   # NDRPDR iter env5
384         - 7   # NDRPDR iter env5
385         - 8   # NDRPDR iter env5
386         - 9   # NDRPDR iter env5
387         - 10  # NDRPDR iter env5
388         - 11  # NDRPDR iter env5
389         - 12  # NDRPDR iter env5
390         - 13  # NDRPDR iter env5
391
392     plot-dpdk-hdrh-lat-2n-clx:
393       csit-dpdk-perf-report-iterative-2009-2n-clx:
394         - 4   # NDRPDR iter env5
395
396     # 3n-tsh
397
398     plot-vpp-throughput-lat-tsa-3n-tsh:
399       # TODO: Add:
400       csit-vpp-perf-report-iterative-2009-3n-tsh:
401         - 14  # rls2009 NDRPDR iter env 5
402         - 20  # rls2009 NDRPDR iter env 5
403         - 23  # rls2009 NDRPDR iter env 5
404
405     plot-vpp-hdrh-lat-3n-tsh:
406       csit-vpp-perf-report-iterative-2009-3n-tsh:
407         - 14  # rls2009 NDRPDR iter env 5
408
409     plot-dpdk-throughput-latency-3n-tsh:
410       # TODO: Add:
411       csit-dpdk-perf-report-iterative-2009-3n-tsh:
412         - 1   # NDRPDR iter env5
413         - 2   # NDRPDR iter env5
414         - 3   # NDRPDR iter env5
415         - 4   # NDRPDR iter env5
416         - 5   # NDRPDR iter env5
417         - 6   # NDRPDR iter env5
418         - 7   # NDRPDR iter env5
419         - 9   # NDRPDR iter env5
420         - 10  # NDRPDR iter env5
421
422     plot-dpdk-hdrh-lat-3n-tsh:
423       csit-dpdk-perf-report-iterative-2009-3n-tsh:
424         - 1   # NDRPDR iter env5
425
426     # 3n-dnv
427
428     plot-vpp-throughput-lat-tsa-3n-dnv:
429       csit-vpp-perf-report-iterative-2009-3n-dnv:
430         - 3   # rls2009 NDRPDR iter env 5
431         - 6   # rls2009 NDRPDR iter env 5
432         - 7   # rls2009 NDRPDR iter env 5
433         - 8   # rls2009 NDRPDR iter env 5
434         - 10  # rls2009 NDRPDR iter env 5
435         - 11  # rls2009 NDRPDR iter env 5
436         - 12  # rls2009 NDRPDR iter env 5
437         - 14  # rls2009 NDRPDR iter env 5
438         - 15  # rls2009 NDRPDR iter env 5
439         - 24  # rls2009 NDRPDR iter env 5
440
441 #    plot-dpdk-throughput-latency-3n-dnv:
442 #      # No data
443 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
444
445     # 2n-dnv
446
447     plot-vpp-throughput-lat-tsa-2n-dnv:
448       csit-vpp-perf-report-iterative-2009-2n-dnv:
449         - 3   # rls2009 NDRPDR iter env 5
450         - 5   # rls2009 NDRPDR iter env 5
451         - 6   # rls2009 NDRPDR iter env 5
452         - 7   # rls2009 NDRPDR iter env 5
453         - 9   # rls2009 NDRPDR iter env 5
454         - 10  # rls2009 NDRPDR iter env 5
455         - 11  # rls2009 NDRPDR iter env 5
456         - 12  # rls2009 NDRPDR iter env 5
457         - 14  # rls2009 NDRPDR iter env 5
458         - 15  # rls2009 NDRPDR iter env 5
459
460 #    plot-dpdk-throughput-latency-2n-dnv:
461 #      # No data
462 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
463
464     ###########################################################################
465     # Simple tables (only one data set):
466
467     # NIC Comparisons
468
469     vpp-nic-comparison-3n-skx:
470       # TODO: Add:
471       csit-vpp-perf-report-iterative-2009-3n-skx:
472         - 26  # rls2009 NDRPDR iter env 5
473         - 27  # rls2009 NDRPDR iter env 5
474         - 28  # rls2009 NDRPDR iter env 5
475         - 29  # rls2009 NDRPDR iter env 5
476         - 35  # rls2009 NDRPDR iter env 5
477         - 36  # rls2009 NDRPDR iter env 5
478         - 37  # rls2009 NDRPDR iter env 5
479         - 39  # rls2009 NDRPDR iter env 5
480
481     vpp-nic-comparison-2n-skx:
482       csit-vpp-perf-report-iterative-2009-2n-skx:
483         - 35  # rls2009 NDRPDR iter env 5
484         - 36  # rls2009 NDRPDR iter env 5
485         - 37  # rls2009 NDRPDR iter env 5
486         - 39  # rls2009 NDRPDR iter env 5
487         - 40  # rls2009 NDRPDR iter env 5
488         - 42  # rls2009 NDRPDR iter env 5
489         - 43  # rls2009 NDRPDR iter env 5
490         - 44  # rls2009 NDRPDR iter env 5
491         - 46  # rls2009 NDRPDR iter env 5
492         - 48  # rls2009 NDRPDR iter env 5
493         - 51  # rls2009 NDRPDR iter NAT44 env 5
494         - 52  # rls2009 NDRPDR iter NAT44 env 5
495         - 53  # rls2009 NDRPDR iter NAT44 env 5
496         - 54  # rls2009 NDRPDR iter NAT44 env 5
497         - 55  # rls2009 NDRPDR iter NAT44 env 5
498         - 56  # rls2009 NDRPDR iter NAT44 env 5
499         - 57  # rls2009 NDRPDR iter NAT44 env 5
500         - 58  # rls2009 NDRPDR iter NAT44 env 5
501         - 59  # rls2009 NDRPDR iter NAT44 env 5
502         - 60  # rls2009 NDRPDR iter NAT44 env 5
503
504     vpp-nic-comparison-3n-skx-mrr:
505       csit-vpp-perf-report-iterative-2009-3n-skx:
506         - 24  # rls2009 MRR iter env 5
507
508     vpp-nic-comparison-2n-skx-mrr:
509       csit-vpp-perf-report-iterative-2009-2n-skx:
510         - 26  # rls2009 MRR iter env 5
511
512     # Results
513
514     vpp-perf-results-3n-hsw:
515       csit-vpp-perf-report-coverage-2009-3n-hsw:
516         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
517         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
518         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
519         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
520         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
521         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
522         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
523         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
524         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
525         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
526         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
527         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
528         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
529         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
530         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
531         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
532         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
533         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
534         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
535         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
536         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
537         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
538         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
539         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
540         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
541         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
542         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
543         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
544         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
545         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
546         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
547         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
548         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
549         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
550         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
551
552     vpp-perf-results-3n-skx:
553       # TODO: Replace:
554       csit-vpp-perf-report-iterative-2009-3n-skx:
555         - 27  # rls2009 NDRPDR iter env 5
556 #      csit-vpp-perf-report-coverage-2009-3n-skx:
557 #        -
558
559     vpp-perf-results-2n-skx:
560       csit-vpp-perf-report-coverage-2009-2n-skx:
561         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
562         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
563         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
564         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
565         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
566         - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
567         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
568         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
569         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
570         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
571         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
572         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
573         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
574         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
575         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
576
577     vpp-perf-results-2n-clx:
578       # TODO: Add:
579       csit-vpp-perf-report-coverage-2009-2n-clx:
580         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
581         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
582         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
583         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
584         - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
585         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
586         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
587         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
588         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
589         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
590
591     vpp-perf-results-3n-tsh:
592       # TODO: Replace???
593       csit-vpp-perf-report-iterative-2009-3n-tsh:
594         - 14  # rls2009 NDRPDR iter env 5
595 #      csit-vpp-perf-report-coverage-2009-3n-tsh:
596 #        -
597
598     vpp-perf-results-3n-dnv:
599       csit-vpp-perf-report-coverage-2009-3n-dnv:
600         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
601         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
602         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
603         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
604         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
605         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
606         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
607         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
608         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
609
610     vpp-perf-results-2n-dnv:
611       csit-vpp-perf-report-coverage-2009-2n-dnv:
612         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
613         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
614         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
615         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
616         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
617         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
618
619     vpp-mrr-results-3n-hsw:
620       csit-vpp-perf-report-iterative-2009-3n-hsw:
621         - 23  # rls2009 MRR iter env 5
622
623     vpp-mrr-results-3n-skx:
624       csit-vpp-perf-report-iterative-2009-3n-skx:
625         - 24  # rls2009 MRR iter env 5
626
627     vpp-mrr-results-2n-skx:
628       csit-vpp-perf-report-iterative-2009-2n-skx:
629         - 26  # rls2009 MRR iter env 5
630
631     vpp-mrr-results-2n-clx:
632       csit-vpp-perf-report-iterative-2009-2n-clx:
633         - 35  # rls2009 MRR iter env 5
634
635     vpp-mrr-results-3n-tsh:
636       csit-vpp-perf-report-iterative-2009-3n-tsh:
637         - 15  # rls2006 MRR iter env 5
638
639     vpp-mrr-results-3n-dnv:
640       csit-vpp-perf-report-iterative-2009-3n-dnv:
641         - 22  # rls2009 MRR iter env 5
642
643     vpp-mrr-results-2n-dnv:
644       csit-vpp-perf-report-iterative-2009-2n-dnv:
645         - 13  # rls2009 MRR iter env 5
646
647     vpp-device-results-ubuntu:
648       csit-vpp-device-2009-ubuntu1804-1n-skx:
649         - 131 # rls2009 env 5
650
651     dpdk-perf-results-3n-hsw:
652       csit-dpdk-perf-report-iterative-2009-3n-hsw:
653         - 6   # NDRPDR iter env5
654
655     dpdk-perf-results-3n-skx:
656       csit-dpdk-perf-report-iterative-2009-3n-skx:
657         - 4   # NDRPDR sel env5
658
659     dpdk-perf-results-2n-skx:
660       csit-dpdk-perf-report-iterative-2009-2n-skx:
661         - 4   # NDRPDR iter env5
662
663     dpdk-perf-results-2n-clx:
664       csit-dpdk-perf-report-iterative-2009-2n-clx:
665         - 4   # NDRPDR iter env5
666
667 #    dpdk-perf-results-2n-dnv:
668 #      # No data
669 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
670
671 #    dpdk-perf-results-3n-dnv:
672 #      # No data
673 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
674
675     dpdk-perf-results-3n-tsh:
676       csit-dpdk-perf-report-iterative-2009-3n-tsh:
677         - 1   # NDRPDR iter env5
678
679 ###########################################################################
680     # Tables (more than one data set)
681
682     # Performance changes
683
684     vpp-performance-changes-3n-hsw-h1:
685       csit-vpp-perf-report-iterative-2005-3n-hsw:
686         - 31  # NDRPDR sel 2001.0-4
687         - 32  # NDRPDR sel 2001.0-4
688         - 33  # NDRPDR sel 2001.0-4
689         - 34  # NDRPDR sel 2001.0-4
690         - 35  # NDRPDR sel 2001.0-4
691         - 36  # NDRPDR sel 2001.0-4
692         - 38  # NDRPDR sel 2001.0-4
693     vpp-performance-changes-3n-hsw-ref-env4:
694       csit-vpp-perf-report-iterative-2005-3n-hsw:
695         - 20  # NDRPDR sel env 4
696         - 21  # NDRPDR sel env 4
697         - 22  # NDRPDR sel env 4
698         - 23  # NDRPDR sel env 4
699         - 24  # NDRPDR sel env 4
700         - 25  # NDRPDR sel env 4
701         - 26  # NDRPDR sel env 4
702         - 27  # NDRPDR sel env 4
703         - 28  # NDRPDR sel env 4
704         - 29  # NDRPDR sel env 4
705     vpp-performance-changes-3n-hsw-ref-env5:
706       csit-vpp-perf-report-iterative-2009-3n-hsw:
707         - 9   # rls2005 NDRPDR iter env 5
708         - 10  # rls2005 NDRPDR iter env 5
709         - 11  # rls2005 NDRPDR iter env 5
710         - 12  # rls2005 NDRPDR iter env 5
711         - 13  # rls2005 NDRPDR iter env 5
712         - 14  # rls2005 NDRPDR iter env 5
713         - 15  # rls2005 NDRPDR iter env 5
714         - 16  # rls2005 NDRPDR iter env 5
715         - 17  # rls2005 NDRPDR iter env 5
716         - 19  # rls2005 NDRPDR iter env 5
717     vpp-performance-changes-3n-hsw-cmp:
718       csit-vpp-perf-report-iterative-2009-3n-hsw:
719         - 21  # rls2009 NDRPDR iter env 5
720         - 22  # rls2009 NDRPDR iter env 5
721         - 24  # rls2009 NDRPDR iter env 5
722         - 25  # rls2009 NDRPDR iter env 5
723         - 26  # rls2009 NDRPDR iter env 5
724         - 27  # rls2009 NDRPDR iter env 5
725         - 28  # rls2009 NDRPDR iter env 5
726         - 29  # rls2009 NDRPDR iter env 5
727         - 30  # rls2009 NDRPDR iter env 5
728         - 31  # rls2009 NDRPDR iter env 5
729
730     vpp-performance-changes-3n-skx-h1:
731       csit-vpp-perf-report-iterative-2005-3n-skx:
732         - 50  # NDRPDR sel 2001.0-4
733         - 51  # NDRPDR sel 2001.0-4
734         - 52  # NDRPDR sel 2001.0-4
735         - 53  # NDRPDR sel 2001.0-4
736         - 54  # NDRPDR sel 2001.0-4
737     vpp-performance-changes-3n-skx-ref-env4:
738       csit-vpp-perf-report-iterative-2005-3n-skx:
739         - 42  # NDRPDR sel env 4
740         - 43  # NDRPDR sel env 4
741         - 44  # NDRPDR sel env 4
742         - 45  # NDRPDR sel env 4
743         - 47  # NDRPDR sel env 4
744         - 55  # NDRPDR sel env 4
745         - 56  # NDRPDR sel env 4
746         - 57  # NDRPDR sel env 4
747         - 61  # NDRPDR sel env 4
748         - 62  # NDRPDR sel env 4
749     vpp-performance-changes-3n-skx-ref-env5:
750       csit-vpp-perf-report-iterative-2009-3n-skx:
751         - 13  # rls2005 NDRPDR iter env 5
752         - 18  # rls2005 NDRPDR iter env 5
753         - 19  # rls2005 NDRPDR iter env 5
754     vpp-performance-changes-3n-skx-cmp:
755       # TODO: Add:
756       csit-vpp-perf-report-iterative-2009-3n-skx:
757         - 26  # rls2009 NDRPDR iter env 5
758         - 27  # rls2009 NDRPDR iter env 5
759         - 28  # rls2009 NDRPDR iter env 5
760         - 29  # rls2009 NDRPDR iter env 5
761         - 35  # rls2009 NDRPDR iter env 5
762         - 36  # rls2009 NDRPDR iter env 5
763         - 37  # rls2009 NDRPDR iter env 5
764         - 39  # rls2009 NDRPDR iter env 5
765
766     vpp-performance-changes-2n-skx-h1:
767       csit-vpp-perf-report-iterative-2005-2n-skx:
768         - 100 # NDRPDR sel 2001.0-4
769         - 101 # NDRPDR sel 2001.0-4
770         - 102 # NDRPDR sel 2001.0-4
771         - 103 # NDRPDR sel 2001.0-4
772         - 104 # NDRPDR sel 2001.0-4
773         - 105 # NDRPDR sel 2001.0-4
774     vpp-performance-changes-2n-skx-ref-env4:
775       csit-vpp-perf-report-iterative-2005-2n-skx:
776         - 88  # NDRPDR sel env 4
777         - 89  # NDRPDR sel env 4
778         - 90  # NDRPDR sel env 4
779         - 91  # NDRPDR sel env 4
780         - 92  # NDRPDR sel env 4
781         - 93  # NDRPDR sel env 4
782         - 94  # NDRPDR sel env 4
783         - 125 # NDRPDR sel env 4
784         - 126 # NDRPDR sel env 4
785         - 127 # NDRPDR sel env 4
786     vpp-performance-changes-2n-skx-ref-env5:
787       csit-vpp-perf-report-iterative-2009-2n-skx:
788         - 13  # rls2005 NDRPDR iter env 5
789         - 16  # rls2005 NDRPDR iter env 5
790         - 17  # rls2005 NDRPDR iter env 5
791         - 18  # rls2005 NDRPDR iter env 5
792         - 19  # rls2005 NDRPDR iter env 5
793         - 21  # rls2005 NDRPDR iter env 5
794         - 22  # rls2005 NDRPDR iter env 5
795         - 23  # rls2005 NDRPDR iter env 5
796         - 24  # rls2005 NDRPDR iter env 5
797         - 25  # rls2005 NDRPDR iter env 5
798     vpp-performance-changes-2n-skx-cmp:
799       csit-vpp-perf-report-iterative-2009-2n-skx:
800         - 35  # rls2009 NDRPDR iter env 5
801         - 36  # rls2009 NDRPDR iter env 5
802         - 37  # rls2009 NDRPDR iter env 5
803         - 39  # rls2009 NDRPDR iter env 5
804         - 40  # rls2009 NDRPDR iter env 5
805         - 42  # rls2009 NDRPDR iter env 5
806         - 43  # rls2009 NDRPDR iter env 5
807         - 44  # rls2009 NDRPDR iter env 5
808         - 46  # rls2009 NDRPDR iter env 5
809         - 48  # rls2009 NDRPDR iter env 5
810         - 51  # rls2009 NDRPDR iter NAT44 env 5
811         - 52  # rls2009 NDRPDR iter NAT44 env 5
812         - 53  # rls2009 NDRPDR iter NAT44 env 5
813         - 54  # rls2009 NDRPDR iter NAT44 env 5
814         - 55  # rls2009 NDRPDR iter NAT44 env 5
815         - 56  # rls2009 NDRPDR iter NAT44 env 5
816         - 57  # rls2009 NDRPDR iter NAT44 env 5
817         - 58  # rls2009 NDRPDR iter NAT44 env 5
818         - 59  # rls2009 NDRPDR iter NAT44 env 5
819         - 60  # rls2009 NDRPDR iter NAT44 env 5
820
821     vpp-performance-changes-2n-clx-h1:
822       csit-vpp-perf-report-iterative-2005-2n-clx:
823         - 73  # NDRPDR sel 2001.0-4
824         - 74  # NDRPDR sel 2001.0-4
825         - 75  # NDRPDR sel 2001.0-4
826         - 76  # NDRPDR sel 2001.0-4
827         - 77  # NDRPDR sel 2001.0-4
828         - 78  # NDRPDR sel 2001.0-4
829         - 79  # NDRPDR sel 2001.0-4
830         - 80  # NDRPDR sel 2001.0-4
831     vpp-performance-changes-2n-clx-ref-env4:
832       csit-vpp-perf-report-iterative-2005-2n-clx:
833         - 62  # NDRPDR sel env 4
834         - 63  # NDRPDR sel env 4
835         - 64  # NDRPDR sel env 4
836         - 65  # NDRPDR sel env 4
837         - 66  # NDRPDR sel env 4
838         - 68  # NDRPDR sel env 4
839         - 69  # NDRPDR sel env 4
840         - 70  # NDRPDR sel env 4
841         - 103 # NDRPDR sel env 4
842         - 104 # NDRPDR sel env 4
843     vpp-performance-changes-2n-clx-ref-env5:
844       csit-vpp-perf-report-iterative-2009-2n-clx:
845         - 13  # rls2005 NDRPDR iter env 5
846         - 15  # rls2005 NDRPDR iter env 5
847         - 17  # rls2005 NDRPDR iter env 5
848         - 18  # rls2005 NDRPDR iter env 5
849         - 19  # rls2005 NDRPDR iter env 5
850         - 20  # rls2005 NDRPDR iter env 5
851         - 21  # rls2005 NDRPDR iter env 5
852         - 22  # rls2005 NDRPDR iter env 5
853         - 23  # rls2005 NDRPDR iter env 5
854         - 24  # rls2005 NDRPDR iter env 5
855     vpp-performance-changes-2n-clx-cmp:
856       csit-vpp-perf-report-iterative-2009-2n-clx:
857         - 36  # rls2009 NDRPDR iter env 5
858         - 38  # rls2009 NDRPDR iter env 5
859         - 39  # rls2009 NDRPDR iter env 5
860         - 40  # rls2009 NDRPDR iter env 5
861         - 41  # rls2009 NDRPDR iter env 5
862         - 42  # rls2009 NDRPDR iter env 5
863         - 64  # rls2009 NDRPDR iter env 5
864         - 65  # rls2009 NDRPDR iter env 5
865         - 66  # rls2009 NDRPDR iter env 5
866         - 67  # rls2009 NDRPDR iter env 5
867
868     vpp-performance-changes-2n-dnv-h1:
869       csit-vpp-perf-verify-2001-2n-dnv:
870         - 4   # NDRPDR sel
871         - 5   # NDRPDR sel
872         - 6   # NDRPDR sel
873         - 7   # NDRPDR sel
874         - 8   # NDRPDR sel
875         - 9   # NDRPDR sel
876         - 10  # NDRPDR sel
877         - 11  # NDRPDR sel
878         - 13  # NDRPDR sel
879         - 16  # NDRPDR sel
880     vpp-performance-changes-2n-dnv-ref:
881       csit-vpp-perf-report-iterative-2009-2n-dnv:
882         - 16  # rls2005 NDRPDR iter env 5
883         - 17  # rls2005 NDRPDR iter env 5
884         - 18  # rls2005 NDRPDR iter env 5
885         - 19  # rls2005 NDRPDR iter env 5
886         - 21  # rls2005 NDRPDR iter env 5
887         - 24  # rls2005 NDRPDR iter env 5
888         - 27  # rls2005 NDRPDR iter env 5
889         - 28  # rls2005 NDRPDR iter env 5
890         - 29  # rls2005 NDRPDR iter env 5
891         - 30  # rls2005 NDRPDR iter env 5
892     vpp-performance-changes-2n-dnv-cmp:
893       csit-vpp-perf-report-iterative-2009-2n-dnv:
894         - 3   # rls2009 NDRPDR iter env 5
895         - 5   # rls2009 NDRPDR iter env 5
896         - 6   # rls2009 NDRPDR iter env 5
897         - 7   # rls2009 NDRPDR iter env 5
898         - 9   # rls2009 NDRPDR iter env 5
899         - 10  # rls2009 NDRPDR iter env 5
900         - 11  # rls2009 NDRPDR iter env 5
901         - 12  # rls2009 NDRPDR iter env 5
902         - 14  # rls2009 NDRPDR iter env 5
903         - 15  # rls2009 NDRPDR iter env 5
904
905     vpp-performance-changes-3n-dnv-h1:
906       csit-vpp-perf-verify-2001-3n-dnv:
907         - 5   # NDRPDR sel
908         - 6   # NDRPDR sel
909         - 7   # NDRPDR sel
910         - 8   # NDRPDR sel
911         - 9   # NDRPDR sel
912         - 10  # NDRPDR sel
913         - 12  # NDRPDR sel
914         - 16  # NDRPDR sel
915         - 17  # NDRPDR sel
916         - 18  # NDRPDR sel
917     vpp-performance-changes-3n-dnv-ref:
918       # TODO: Add:
919       csit-vpp-perf-report-iterative-2009-3n-dnv:
920         - 16  # rls2005 NDRPDR iter env 5
921         - 23  # rls2005 NDRPDR iter env 5
922         - 25  # rls2005 NDRPDR iter env 5
923         - 26  # rls2005 NDRPDR iter env 5
924         - 27  # rls2005 NDRPDR iter env 5
925         - 28  # rls2005 NDRPDR iter env 5
926         - 29  # rls2005 NDRPDR iter env 5
927         - 30  # rls2005 NDRPDR iter env 5
928     vpp-performance-changes-3n-dnv-cmp:
929       csit-vpp-perf-report-iterative-2009-3n-dnv:
930         - 3   # rls2009 NDRPDR iter env 5
931         - 6   # rls2009 NDRPDR iter env 5
932         - 7   # rls2009 NDRPDR iter env 5
933         - 8   # rls2009 NDRPDR iter env 5
934         - 10  # rls2009 NDRPDR iter env 5
935         - 11  # rls2009 NDRPDR iter env 5
936         - 12  # rls2009 NDRPDR iter env 5
937         - 14  # rls2009 NDRPDR iter env 5
938         - 15  # rls2009 NDRPDR iter env 5
939         - 24  # rls2009 NDRPDR iter env 5
940
941     vpp-performance-changes-3n-tsh-h1:
942       csit-vpp-perf-report-iterative-2005-3n-tsh:
943         - 28  # NDRPDR sel 2001.0-4
944         - 29  # NDRPDR sel 2001.0-4
945         - 31  # NDRPDR sel 2001.0-4
946     vpp-performance-changes-3n-tsh-ref-env4:
947       csit-vpp-perf-report-iterative-2005-3n-tsh:
948         - 23  # NDRPDR sel env 4
949         - 25  # NDRPDR sel env 4
950         - 33  # NDRPDR sel env 4
951         - 34  # NDRPDR sel env 4
952         - 35  # NDRPDR sel env 4
953         - 36  # NDRPDR sel env 4
954         - 37  # NDRPDR sel env 4
955         - 38  # NDRPDR sel env 4
956         - 39  # NDRPDR sel env 4
957         - 40  # NDRPDR sel env 4
958     vpp-performance-changes-3n-tsh-ref-env5:
959       csit-vpp-perf-report-iterative-2009-3n-tsh:
960         - 8   # rls2005 NDRPDR iter env 5
961         - 11  # rls2005 NDRPDR iter env 5
962         - 12  # rls2005 NDRPDR iter env 5
963     vpp-performance-changes-3n-tsh-cmp:
964       # TODO: Add:
965       csit-vpp-perf-report-iterative-2009-3n-tsh:
966         - 14  # rls2009 NDRPDR iter env 5
967         - 20  # rls2009 NDRPDR iter env 5
968         - 23  # rls2009 NDRPDR iter env 5
969
970     vpp-soak-vs-ndr-2n-skx-ref:
971       csit-vpp-perf-report-iterative-2009-2n-skx:
972         - 35  # rls2009 NDRPDR iter env 5
973         - 36  # rls2009 NDRPDR iter env 5
974         - 37  # rls2009 NDRPDR iter env 5
975         - 39  # rls2009 NDRPDR iter env 5
976         - 40  # rls2009 NDRPDR iter env 5
977         - 42  # rls2009 NDRPDR iter env 5
978         - 43  # rls2009 NDRPDR iter env 5
979         - 44  # rls2009 NDRPDR iter env 5
980         - 46  # rls2009 NDRPDR iter env 5
981         - 48  # rls2009 NDRPDR iter env 5
982     vpp-soak-vs-ndr-2n-skx-cmp:
983       csit-vpp-perf-report-iterative-2009-2n-skx:
984         - 33  # rls2009 soak env 5
985         - 34  # rls2009 soak env 5
986     vpp-soak-vs-ndr-2n-skx:
987       csit-vpp-perf-report-iterative-2009-2n-skx:
988         - 35  # rls2009 NDRPDR iter env 5
989         - 36  # rls2009 NDRPDR iter env 5
990         - 37  # rls2009 NDRPDR iter env 5
991         - 39  # rls2009 NDRPDR iter env 5
992         - 40  # rls2009 NDRPDR iter env 5
993         - 42  # rls2009 NDRPDR iter env 5
994         - 43  # rls2009 NDRPDR iter env 5
995         - 44  # rls2009 NDRPDR iter env 5
996         - 46  # rls2009 NDRPDR iter env 5
997         - 48  # rls2009 NDRPDR iter env 5
998         - 33  # rls2009 soak env 5
999         - 34  # rls2009 soak env 5
1000
1001     vpp-soak-vs-ndr-2n-clx-ref:
1002       csit-vpp-perf-report-iterative-2009-2n-clx:
1003         - 36  # rls2009 NDRPDR iter env 5
1004         - 38  # rls2009 NDRPDR iter env 5
1005         - 39  # rls2009 NDRPDR iter env 5
1006         - 40  # rls2009 NDRPDR iter env 5
1007         - 41  # rls2009 NDRPDR iter env 5
1008         - 42  # rls2009 NDRPDR iter env 5
1009         - 64  # rls2009 NDRPDR iter env 5
1010         - 65  # rls2009 NDRPDR iter env 5
1011         - 66  # rls2009 NDRPDR iter env 5
1012         - 67  # rls2009 NDRPDR iter env 5
1013     vpp-soak-vs-ndr-2n-clx-cmp:
1014       csit-vpp-perf-report-iterative-2009-2n-clx:
1015         - 33  # rls2009 soak env 5
1016         - 34  # rls2009 soak env 5
1017     vpp-soak-vs-ndr-2n-clx:
1018       csit-vpp-perf-report-iterative-2009-2n-clx:
1019         - 36  # rls2009 NDRPDR iter env 5
1020         - 38  # rls2009 NDRPDR iter env 5
1021         - 39  # rls2009 NDRPDR iter env 5
1022         - 40  # rls2009 NDRPDR iter env 5
1023         - 41  # rls2009 NDRPDR iter env 5
1024         - 42  # rls2009 NDRPDR iter env 5
1025         - 64  # rls2009 NDRPDR iter env 5
1026         - 65  # rls2009 NDRPDR iter env 5
1027         - 66  # rls2009 NDRPDR iter env 5
1028         - 67  # rls2009 NDRPDR iter env 5
1029         - 33  # rls2009 soak env 5
1030         - 34  # rls2009 soak env 5
1031
1032     vpp-performance-changes-3n-hsw-mrr-h1:
1033       csit-vpp-perf-verify-2001-3n-hsw:
1034         - 17  # MRR sel
1035     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1036       csit-vpp-perf-report-iterative-2005-3n-hsw:
1037         - 30  # MRR env 4
1038     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1039       csit-vpp-perf-report-iterative-2009-3n-hsw:
1040         - 18  # rls2005 MRR iter env 5
1041     vpp-performance-changes-3n-hsw-mrr-cmp:
1042       csit-vpp-perf-report-iterative-2009-3n-hsw:
1043         - 23  # rls2009 MRR iter env 5
1044
1045     vpp-performance-changes-3n-skx-mrr-h1:
1046       csit-vpp-perf-verify-2001-3n-skx:
1047         - 50  # MRR sel
1048         - 53  # MRR sel addition
1049     vpp-performance-changes-3n-skx-mrr-ref-env4:
1050       csit-vpp-perf-report-iterative-2005-3n-skx:
1051         - 49  # MRR sel env 4
1052     vpp-performance-changes-3n-skx-mrr-ref-env5:
1053       csit-vpp-perf-report-iterative-2009-3n-skx:
1054         - 17  # rls2005 MRR iter env 5
1055     vpp-performance-changes-3n-skx-mrr-cmp:
1056       csit-vpp-perf-report-iterative-2009-3n-skx:
1057         - 24  # rls2009 MRR iter env 5
1058
1059     vpp-performance-changes-2n-skx-mrr-h1:
1060       csit-vpp-perf-verify-2001-2n-skx:
1061         - 101 # MRR sel
1062         - 128 # MRR sel addition
1063     vpp-performance-changes-2n-skx-mrr-ref-env4:
1064       csit-vpp-perf-report-iterative-2005-2n-skx:
1065         - 99  # MRR sel env 4
1066     vpp-performance-changes-2n-skx-mrr-ref-env5:
1067       csit-vpp-perf-report-iterative-2009-2n-skx:
1068         - 20  # rls2005 MRR iter env 5
1069     vpp-performance-changes-2n-skx-mrr-cmp:
1070       csit-vpp-perf-report-iterative-2009-2n-skx:
1071         - 26  # rls2009 MRR iter env 5
1072
1073     vpp-performance-changes-2n-clx-mrr-h1:
1074       csit-vpp-perf-verify-2001-2n-clx:
1075         - 39  # MRR
1076     vpp-performance-changes-2n-clx-mrr-ref-env4:
1077       csit-vpp-perf-report-iterative-2005-2n-clx:
1078         - 72   # MRR sel env 4
1079     vpp-performance-changes-2n-clx-mrr-ref-env5:
1080       csit-vpp-perf-report-iterative-2009-2n-clx:
1081         - 16  # rls2005 MRR iter env 5
1082     vpp-performance-changes-2n-clx-mrr-cmp:
1083       csit-vpp-perf-report-iterative-2009-2n-clx:
1084         - 35  # rls2009 MRR iter env 5
1085
1086     vpp-performance-changes-2n-dnv-mrr-h1:
1087       csit-vpp-perf-verify-2001-2n-dnv:
1088         - 12  # MRR sel
1089     vpp-performance-changes-2n-dnv-mrr-ref:
1090       csit-vpp-perf-report-iterative-2009-2n-dnv:
1091         - 23  # rls2005 MRR iter env 5
1092     vpp-performance-changes-2n-dnv-mrr-cmp:
1093       csit-vpp-perf-report-iterative-2009-2n-dnv:
1094         - 13  # rls2009 MRR iter env 5
1095
1096     vpp-performance-changes-3n-dnv-mrr-h1:
1097       csit-vpp-perf-verify-2001-3n-dnv:
1098         - 11  # MRR sel
1099     vpp-performance-changes-3n-dnv-mrr-ref:
1100       csit-vpp-perf-report-iterative-2009-3n-dnv:
1101         - 19  # rls2005 MRR iter env 5
1102     vpp-performance-changes-3n-dnv-mrr-cmp:
1103       csit-vpp-perf-report-iterative-2009-3n-dnv:
1104         - 22  # rls2009 MRR iter env 5
1105
1106     vpp-performance-changes-3n-tsh-mrr-h1:
1107       csit-vpp-perf-verify-2001-3n-tsh:
1108         - 9   # MRR sel
1109     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1110       csit-vpp-perf-report-iterative-2005-3n-tsh:
1111         - 27  # MRR sel env 4
1112     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1113       csit-vpp-perf-report-iterative-2009-3n-tsh:
1114         - 13  # rls2005 MRR iter env 5
1115     vpp-performance-changes-3n-tsh-mrr-cmp:
1116       csit-vpp-perf-report-iterative-2009-3n-tsh:
1117         - 15  # rls2006 MRR iter env 5
1118
1119     dpdk-performance-changes-3n-hsw-h1:
1120       csit-dpdk-perf-verify-2001-3n-hsw:
1121         - 4   # NDRPDR sel
1122         - 5   # NDRPDR sel
1123         - 6   # NDRPDR sel
1124         - 7   # NDRPDR sel
1125         - 8   # NDRPDR sel
1126         - 9   # NDRPDR sel
1127         - 10  # NDRPDR sel
1128         - 11  # NDRPDR sel
1129         - 12  # NDRPDR sel
1130         - 13  # NDRPDR sel
1131         - 15  # NDRPDR sel
1132         - 16  # NDRPDR sel
1133         - 17  # NDRPDR sel
1134         - 18  # NDRPDR sel
1135         - 19  # NDRPDR sel
1136         - 20  # NDRPDR sel
1137         - 21  # NDRPDR sel
1138         - 22  # NDRPDR sel
1139         - 23  # NDRPDR sel
1140         - 24  # NDRPDR sel
1141     dpdk-performance-changes-3n-hsw-ref:
1142       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1143         - 25  # NDRPDR iter
1144         - 26  # NDRPDR iter
1145         - 27  # NDRPDR iter
1146         - 28  # NDRPDR iter
1147         - 29  # NDRPDR iter
1148         - 30  # NDRPDR iter
1149         - 31  # NDRPDR iter
1150         - 32  # NDRPDR iter
1151         - 33  # NDRPDR iter
1152         - 34  # NDRPDR iter
1153     dpdk-performance-changes-3n-hsw-cmp:
1154       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1155         - 6   # NDRPDR iter env5
1156         - 7   # NDRPDR iter env5
1157         - 8   # NDRPDR iter env5
1158         - 9   # NDRPDR iter env5
1159         - 10  # NDRPDR iter env5
1160         - 11  # NDRPDR iter env5
1161         - 12  # NDRPDR iter env5
1162         - 13  # NDRPDR iter env5
1163         - 14  # NDRPDR iter env5
1164         - 15  # NDRPDR iter env5
1165
1166     dpdk-performance-changes-3n-skx-h1:
1167       csit-dpdk-perf-verify-2001-3n-skx:
1168         - 29  # NDRPDR sel xxv710
1169         - 33  # NDRPDR sel xxv710
1170         - 34  # NDRPDR sel xxv710
1171         - 35  # NDRPDR sel xxv710
1172         - 36  # NDRPDR sel xxv710
1173         - 37  # NDRPDR sel xxv710
1174         - 41  # NDRPDR sel xxv710
1175         - 42  # NDRPDR sel xxv710
1176         - 43  # NDRPDR sel xxv710
1177         - 45  # NDRPDR sel xxv710
1178         - 30  # NDRPDR sel x710
1179         - 31  # NDRPDR sel x710
1180         - 32  # NDRPDR sel x710
1181         - 38  # NDRPDR sel x710
1182         - 39  # NDRPDR sel x710
1183         - 40  # NDRPDR sel x710
1184         - 44  # NDRPDR sel x710
1185         - 46  # NDRPDR sel x710
1186         - 47  # NDRPDR sel x710
1187         - 48  # NDRPDR sel x710
1188     dpdk-performance-changes-3n-skx-ref:
1189       csit-dpdk-perf-report-iterative-2005-3n-skx:
1190         - 28  # NDRPDR iter
1191         - 29  # NDRPDR iter
1192         - 30  # NDRPDR iter
1193         - 31  # NDRPDR iter
1194         - 32  # NDRPDR iter
1195         - 33  # NDRPDR iter
1196         - 34  # NDRPDR iter
1197         - 35  # NDRPDR iter
1198         - 36  # NDRPDR iter
1199         - 37  # NDRPDR iter
1200     dpdk-performance-changes-3n-skx-cmp:
1201       csit-dpdk-perf-report-iterative-2009-3n-skx:
1202         - 4   # NDRPDR sel env5
1203         - 5   # NDRPDR sel env5
1204         - 6   # NDRPDR sel env5
1205         - 7   # NDRPDR sel env5
1206         - 8   # NDRPDR sel env5
1207         - 9   # NDRPDR sel env5
1208         - 14  # NDRPDR sel env5
1209         - 11  # NDRPDR sel env5
1210         - 12  # NDRPDR sel env5
1211         - 13  # NDRPDR sel env5
1212
1213     dpdk-performance-changes-2n-skx-h1:
1214       csit-dpdk-perf-verify-2001-2n-skx:
1215         - 35  # NDRPDR sel xxv710
1216         - 36  # NDRPDR sel xxv710
1217         - 37  # NDRPDR sel xxv710
1218         - 41  # NDRPDR sel xxv710
1219         - 42  # NDRPDR sel xxv710
1220         - 43  # NDRPDR sel xxv710
1221         - 46  # NDRPDR sel xxv710
1222         - 47  # NDRPDR sel xxv710
1223         - 52  # NDRPDR sel xxv710
1224         - 53  # NDRPDR sel xxv710
1225         - 38  # NDRPDR sel x710
1226         - 39  # NDRPDR sel x710
1227         - 40  # NDRPDR sel x710
1228         - 44  # NDRPDR sel x710
1229         - 45  # NDRPDR sel x710
1230         - 48  # NDRPDR sel x710
1231         - 49  # NDRPDR sel x710
1232         - 50  # NDRPDR sel x710
1233         - 51  # NDRPDR sel x710
1234         - 54  # NDRPDR sel x710
1235     dpdk-performance-changes-2n-skx-ref:
1236       csit-dpdk-perf-report-iterative-2005-2n-skx:
1237         - 20  # NDRPDR iter
1238         - 21  # NDRPDR iter
1239         - 22  # NDRPDR iter
1240         - 23  # NDRPDR iter
1241         - 24  # NDRPDR iter
1242         - 25  # NDRPDR iter
1243         - 26  # NDRPDR iter
1244         - 27  # NDRPDR iter
1245         - 28  # NDRPDR iter
1246         - 29  # NDRPDR iter
1247     dpdk-performance-changes-2n-skx-cmp:
1248       csit-dpdk-perf-report-iterative-2009-2n-skx:
1249         - 4   # NDRPDR iter env5
1250         - 5   # NDRPDR iter env5
1251         - 6   # NDRPDR iter env5
1252         - 7   # NDRPDR iter env5
1253         - 8   # NDRPDR iter env5
1254         - 9   # NDRPDR iter env5
1255         - 10  # NDRPDR iter env5
1256         - 11  # NDRPDR iter env5
1257         - 12  # NDRPDR iter env5
1258         - 13  # NDRPDR iter env5
1259
1260     dpdk-performance-changes-2n-clx-h1:
1261       csit-dpdk-perf-verify-2001-2n-clx:
1262         - 15  # NDRPDR sel
1263         - 16  # NDRPDR sel
1264         - 17  # NDRPDR sel
1265         - 18  # NDRPDR sel
1266         - 19  # NDRPDR sel
1267         - 20  # NDRPDR sel
1268         - 21  # NDRPDR sel
1269         - 22  # NDRPDR sel
1270         - 23  # NDRPDR sel
1271         - 24  # NDRPDR sel
1272         - 25  # NDRPDR sel
1273         - 26  # NDRPDR sel
1274         - 27  # NDRPDR sel
1275         - 28  # NDRPDR sel
1276         - 29  # NDRPDR sel
1277         - 30  # NDRPDR sel
1278         - 31  # NDRPDR sel
1279         - 32  # NDRPDR sel
1280         - 33  # NDRPDR sel
1281         - 34  # NDRPDR sel
1282     dpdk-performance-changes-2n-clx-ref:
1283       csit-dpdk-perf-report-iterative-2005-2n-clx:
1284         - 20  # NDRPDR iter
1285         - 21  # NDRPDR iter
1286         - 22  # NDRPDR iter
1287         - 23  # NDRPDR iter
1288         - 24  # NDRPDR iter
1289         - 25  # NDRPDR iter
1290         - 26  # NDRPDR iter
1291         - 27  # NDRPDR iter
1292         - 28  # NDRPDR iter
1293         - 29  # NDRPDR iter
1294     dpdk-performance-changes-2n-clx-cmp:
1295       csit-dpdk-perf-report-iterative-2009-2n-clx:
1296         - 4   # NDRPDR iter env5
1297         - 5   # NDRPDR iter env5
1298         - 6   # NDRPDR iter env5
1299         - 7   # NDRPDR iter env5
1300         - 8   # NDRPDR iter env5
1301         - 9   # NDRPDR iter env5
1302         - 10  # NDRPDR iter env5
1303         - 11  # NDRPDR iter env5
1304         - 12  # NDRPDR iter env5
1305         - 13  # NDRPDR iter env5
1306
1307 #    dpdk-performance-changes-2n-dnv-h1:
1308 #      csit-dpdk-perf-verify-2001-2n-dnv:
1309 #        - 9   # NDRPDR sel
1310 #        - 10  # NDRPDR sel
1311 #        - 11  # NDRPDR sel
1312 #        - 12  # NDRPDR sel
1313 #        - 13  # NDRPDR sel
1314 #        - 14  # NDRPDR sel
1315 #        - 15  # NDRPDR sel
1316 #        - 16  # NDRPDR sel
1317 #        - 17  # NDRPDR sel
1318 #        - 18  # NDRPDR sel
1319 #    dpdk-performance-changes-2n-dnv-ref:
1320 #      # No data
1321 #    dpdk-performance-changes-2n-dnv-cmp:
1322 #      # No data
1323 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1324
1325 #    dpdk-performance-changes-3n-dnv-h1:
1326 #      csit-dpdk-perf-verify-2001-3n-dnv:
1327 #        - 12  # NDRPDR sel
1328 #        - 13  # NDRPDR sel
1329 #        - 14  # NDRPDR sel
1330 #        - 15  # NDRPDR sel
1331 #        - 16  # NDRPDR sel
1332 #        - 17  # NDRPDR sel
1333 #        - 18  # NDRPDR sel
1334 #        - 19  # NDRPDR sel
1335 #        - 20  # NDRPDR sel
1336 #        - 22  # NDRPDR sel
1337 #    dpdk-performance-changes-3n-dnv-ref:
1338 #      # No data
1339 #    dpdk-performance-changes-3n-dnv-cmp:
1340 #      # No data
1341 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1342
1343     dpdk-performance-changes-3n-tsh-h1:
1344       csit-dpdk-perf-verify-2001-3n-tsh:
1345         - 3   # NDRPDR sel
1346         - 4   # NDRPDR sel
1347         - 5   # NDRPDR sel
1348         - 9   # NDRPDR sel
1349         - 10  # NDRPDR sel
1350         - 11  # NDRPDR sel
1351         - 12  # NDRPDR sel
1352         - 14  # NDRPDR sel
1353         - 15  # NDRPDR sel
1354         - 18  # NDRPDR sel
1355     dpdk-performance-changes-3n-tsh-ref:
1356       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1357         - 5   # NDRPDR sel
1358     dpdk-performance-changes-3n-tsh-cmp:
1359       # TODO: Add:
1360       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1361         - 1   # NDRPDR iter env5
1362         - 2   # NDRPDR iter env5
1363         - 3   # NDRPDR iter env5
1364         - 4   # NDRPDR iter env5
1365         - 5   # NDRPDR iter env5
1366         - 6   # NDRPDR iter env5
1367         - 7   # NDRPDR iter env5
1368         - 9   # NDRPDR iter env5
1369         - 10  # NDRPDR iter env5
1370
1371     # Compare testbeds
1372
1373     vpp-compare-testbeds-ref:
1374       csit-vpp-perf-report-iterative-2009-3n-hsw:
1375         - 21  # rls2009 NDRPDR iter env 5
1376         - 22  # rls2009 NDRPDR iter env 5
1377         - 24  # rls2009 NDRPDR iter env 5
1378         - 25  # rls2009 NDRPDR iter env 5
1379         - 26  # rls2009 NDRPDR iter env 5
1380         - 27  # rls2009 NDRPDR iter env 5
1381         - 28  # rls2009 NDRPDR iter env 5
1382         - 29  # rls2009 NDRPDR iter env 5
1383         - 30  # rls2009 NDRPDR iter env 5
1384         - 31  # rls2009 NDRPDR iter env 5
1385     vpp-compare-testbeds-cmp:
1386       # TODO: Add:
1387       csit-vpp-perf-report-iterative-2009-3n-skx:
1388         - 26  # rls2009 NDRPDR iter env 5
1389         - 27  # rls2009 NDRPDR iter env 5
1390         - 28  # rls2009 NDRPDR iter env 5
1391         - 29  # rls2009 NDRPDR iter env 5
1392         - 35  # rls2009 NDRPDR iter env 5
1393         - 36  # rls2009 NDRPDR iter env 5
1394         - 37  # rls2009 NDRPDR iter env 5
1395         - 39  # rls2009 NDRPDR iter env 5
1396
1397     vpp-compare-testbeds-skx-clx-ref:
1398       csit-vpp-perf-report-iterative-2009-2n-skx:
1399         - 35  # rls2009 NDRPDR iter env 5
1400         - 36  # rls2009 NDRPDR iter env 5
1401         - 37  # rls2009 NDRPDR iter env 5
1402         - 39  # rls2009 NDRPDR iter env 5
1403         - 40  # rls2009 NDRPDR iter env 5
1404         - 42  # rls2009 NDRPDR iter env 5
1405         - 43  # rls2009 NDRPDR iter env 5
1406         - 44  # rls2009 NDRPDR iter env 5
1407         - 46  # rls2009 NDRPDR iter env 5
1408         - 48  # rls2009 NDRPDR iter env 5
1409         - 51  # rls2009 NDRPDR iter NAT44 env 5
1410         - 52  # rls2009 NDRPDR iter NAT44 env 5
1411         - 53  # rls2009 NDRPDR iter NAT44 env 5
1412         - 54  # rls2009 NDRPDR iter NAT44 env 5
1413         - 55  # rls2009 NDRPDR iter NAT44 env 5
1414         - 56  # rls2009 NDRPDR iter NAT44 env 5
1415         - 57  # rls2009 NDRPDR iter NAT44 env 5
1416         - 58  # rls2009 NDRPDR iter NAT44 env 5
1417         - 59  # rls2009 NDRPDR iter NAT44 env 5
1418         - 60  # rls2009 NDRPDR iter NAT44 env 5
1419     vpp-compare-testbeds-skx-clx-cmp:
1420       csit-vpp-perf-report-iterative-2009-2n-clx:
1421         - 36  # rls2009 NDRPDR iter env 5
1422         - 38  # rls2009 NDRPDR iter env 5
1423         - 39  # rls2009 NDRPDR iter env 5
1424         - 40  # rls2009 NDRPDR iter env 5
1425         - 41  # rls2009 NDRPDR iter env 5
1426         - 42  # rls2009 NDRPDR iter env 5
1427         - 64  # rls2009 NDRPDR iter env 5
1428         - 65  # rls2009 NDRPDR iter env 5
1429         - 66  # rls2009 NDRPDR iter env 5
1430         - 67  # rls2009 NDRPDR iter env 5
1431
1432     vpp-compare-testbeds-hsw-clx-ref:
1433       csit-vpp-perf-report-iterative-2009-3n-hsw:
1434         - 21  # rls2009 NDRPDR iter env 5
1435         - 22  # rls2009 NDRPDR iter env 5
1436         - 24  # rls2009 NDRPDR iter env 5
1437         - 25  # rls2009 NDRPDR iter env 5
1438         - 26  # rls2009 NDRPDR iter env 5
1439         - 27  # rls2009 NDRPDR iter env 5
1440         - 28  # rls2009 NDRPDR iter env 5
1441         - 29  # rls2009 NDRPDR iter env 5
1442         - 30  # rls2009 NDRPDR iter env 5
1443         - 31  # rls2009 NDRPDR iter env 5
1444     vpp-compare-testbeds-hsw-clx-cmp:
1445       csit-vpp-perf-report-iterative-2009-2n-clx:
1446         - 36  # rls2009 NDRPDR iter env 5
1447         - 38  # rls2009 NDRPDR iter env 5
1448         - 39  # rls2009 NDRPDR iter env 5
1449         - 40  # rls2009 NDRPDR iter env 5
1450         - 41  # rls2009 NDRPDR iter env 5
1451         - 42  # rls2009 NDRPDR iter env 5
1452         - 64  # rls2009 NDRPDR iter env 5
1453         - 65  # rls2009 NDRPDR iter env 5
1454         - 66  # rls2009 NDRPDR iter env 5
1455         - 67  # rls2009 NDRPDR iter env 5
1456
1457     vpp-compare-testbeds-mrr-ref:
1458       csit-vpp-perf-report-iterative-2009-3n-hsw:
1459         - 23  # rls2009 MRR iter env 5
1460     vpp-compare-testbeds-mrr-cmp:
1461       csit-vpp-perf-report-iterative-2009-3n-skx:
1462         - 24  # rls2009 MRR iter env 5
1463
1464     vpp-compare-testbeds-mrr-skx-clx-ref:
1465       csit-vpp-perf-report-iterative-2009-2n-skx:
1466         - 26  # rls2009 MRR iter env 5
1467     vpp-compare-testbeds-mrr-skx-clx-cmp:
1468       csit-vpp-perf-report-iterative-2009-2n-clx:
1469         - 35  # rls2009 MRR iter env 5
1470
1471     vpp-compare-testbeds-mrr-hsw-clx-ref:
1472       csit-vpp-perf-report-iterative-2009-3n-hsw:
1473         - 23  # rls2009 MRR iter env 5
1474     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1475       csit-vpp-perf-report-iterative-2009-2n-clx:
1476         - 35  # rls2009 MRR iter env 5
1477
1478     dpdk-compare-testbeds-ref:
1479       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1480         - 6   # NDRPDR iter env5
1481         - 7   # NDRPDR iter env5
1482         - 8   # NDRPDR iter env5
1483         - 9   # NDRPDR iter env5
1484         - 10  # NDRPDR iter env5
1485         - 11  # NDRPDR iter env5
1486         - 12  # NDRPDR iter env5
1487         - 13  # NDRPDR iter env5
1488         - 14  # NDRPDR iter env5
1489         - 15  # NDRPDR iter env5
1490     dpdk-compare-testbeds-cmp:
1491       csit-dpdk-perf-report-iterative-2009-3n-skx:
1492         - 4   # NDRPDR sel env5
1493         - 5   # NDRPDR sel env5
1494         - 6   # NDRPDR sel env5
1495         - 7   # NDRPDR sel env5
1496         - 8   # NDRPDR sel env5
1497         - 9   # NDRPDR sel env5
1498         - 14  # NDRPDR sel env5
1499         - 11  # NDRPDR sel env5
1500         - 12  # NDRPDR sel env5
1501         - 13  # NDRPDR sel env5
1502
1503     dpdk-compare-testbeds-skx-clx-ref:
1504       csit-dpdk-perf-report-iterative-2009-2n-skx:
1505         - 4   # NDRPDR iter env5
1506         - 5   # NDRPDR iter env5
1507         - 6   # NDRPDR iter env5
1508         - 7   # NDRPDR iter env5
1509         - 8   # NDRPDR iter env5
1510         - 9   # NDRPDR iter env5
1511         - 10  # NDRPDR iter env5
1512         - 11  # NDRPDR iter env5
1513         - 12  # NDRPDR iter env5
1514         - 13  # NDRPDR iter env5
1515     dpdk-compare-testbeds-skx-clx-cmp:
1516       csit-dpdk-perf-report-iterative-2009-2n-clx:
1517         - 4   # NDRPDR iter env5
1518         - 5   # NDRPDR iter env5
1519         - 6   # NDRPDR iter env5
1520         - 7   # NDRPDR iter env5
1521         - 8   # NDRPDR iter env5
1522         - 9   # NDRPDR iter env5
1523         - 10  # NDRPDR iter env5
1524         - 11  # NDRPDR iter env5
1525         - 12  # NDRPDR iter env5
1526         - 13  # NDRPDR iter env5
1527
1528     # Compare topologies
1529
1530     vpp-compare-topologies-ref:
1531       # TODO: Add:
1532       csit-vpp-perf-report-iterative-2009-3n-skx:
1533         - 26  # rls2009 NDRPDR iter env 5
1534         - 27  # rls2009 NDRPDR iter env 5
1535         - 28  # rls2009 NDRPDR iter env 5
1536         - 29  # rls2009 NDRPDR iter env 5
1537         - 35  # rls2009 NDRPDR iter env 5
1538         - 36  # rls2009 NDRPDR iter env 5
1539         - 37  # rls2009 NDRPDR iter env 5
1540         - 39  # rls2009 NDRPDR iter env 5
1541     vpp-compare-topologies-cmp:
1542       csit-vpp-perf-report-iterative-2009-2n-skx:
1543         - 35  # rls2009 NDRPDR iter env 5
1544         - 36  # rls2009 NDRPDR iter env 5
1545         - 37  # rls2009 NDRPDR iter env 5
1546         - 39  # rls2009 NDRPDR iter env 5
1547         - 40  # rls2009 NDRPDR iter env 5
1548         - 42  # rls2009 NDRPDR iter env 5
1549         - 43  # rls2009 NDRPDR iter env 5
1550         - 44  # rls2009 NDRPDR iter env 5
1551         - 46  # rls2009 NDRPDR iter env 5
1552         - 48  # rls2009 NDRPDR iter env 5
1553
1554     vpp-compare-topologies-mrr-ref:
1555       csit-vpp-perf-report-iterative-2009-3n-skx:
1556         - 24  # rls2009 MRR iter env 5
1557     vpp-compare-topologies-mrr-cmp:
1558       csit-vpp-perf-report-iterative-2009-2n-skx:
1559         - 26  # rls2009 MRR iter env 5
1560
1561     dpdk-compare-topologies-ref:
1562       csit-dpdk-perf-report-iterative-2009-3n-skx:
1563         - 4   # NDRPDR sel env5
1564         - 5   # NDRPDR sel env5
1565         - 6   # NDRPDR sel env5
1566         - 7   # NDRPDR sel env5
1567         - 8   # NDRPDR sel env5
1568         - 9   # NDRPDR sel env5
1569         - 14  # NDRPDR sel env5
1570         - 11  # NDRPDR sel env5
1571         - 12  # NDRPDR sel env5
1572         - 13  # NDRPDR sel env5
1573     dpdk-compare-topologies-cmp:
1574       csit-dpdk-perf-report-iterative-2009-2n-skx:
1575         - 4   # NDRPDR iter env5
1576         - 5   # NDRPDR iter env5
1577         - 6   # NDRPDR iter env5
1578         - 7   # NDRPDR iter env5
1579         - 8   # NDRPDR iter env5
1580         - 9   # NDRPDR iter env5
1581         - 10  # NDRPDR iter env5
1582         - 11  # NDRPDR iter env5
1583         - 12  # NDRPDR iter env5
1584         - 13  # NDRPDR iter env5
1585
1586   plot-layouts:
1587
1588     plot-soak-throughput:
1589       titlefont:
1590         size: 16
1591       xaxis:
1592         title: "<b>Test Cases [Index]</b>"
1593         titlefont:
1594           size: 14
1595         autorange: True
1596         fixedrange: False
1597         gridcolor: "rgb(230, 230, 230)"
1598         linecolor: "rgb(220, 220, 220)"
1599         linewidth: 1
1600         showgrid: True
1601         showline: True
1602         showticklabels: True
1603         tickcolor: "rgb(220, 220, 220)"
1604         tickmode: "linear"
1605         tickfont:
1606           size: 14
1607         zeroline: False
1608       yaxis:
1609         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1610         titlefont:
1611           size: 14
1612         gridcolor: "rgb(230, 230, 230)"
1613         hoverformat: ".4r"
1614         tickformat: ".3r"
1615         linecolor: "rgb(220, 220, 220)"
1616         linewidth: 1
1617         showgrid: True
1618         showline: True
1619         showticklabels: True
1620         tickcolor: "rgb(220, 220, 220)"
1621         tickfont:
1622           size: 14
1623         zeroline: False
1624         range: [0,50]
1625       autosize: False
1626       margin:
1627         t: 50
1628         b: 0
1629         l: 80
1630         r: 20
1631       showlegend: True
1632       legend:
1633         orientation: "h"
1634         font:
1635           size: 14
1636       width: 700
1637       height: 900
1638       paper_bgcolor: "#fff"
1639       plot_bgcolor: "#fff"
1640       hoverlabel:
1641         namelength: -1
1642
1643     plot-service-density:
1644       titlefont:
1645         size: 16
1646       xaxis:
1647         side: "top"
1648         autorange: True
1649         fixedrange: False
1650         showgrid: False
1651         showline: False
1652         showticklabels: False
1653         ticks: ""
1654         ticklen: 0
1655         tickwidth: 0
1656         zeroline: False
1657       yaxis:
1658         autorange: "reversed"
1659         showgrid: False
1660         showline: False
1661         showticklabels: False
1662         ticks: ""
1663         ticklen: 0
1664         tickwidth: 0
1665         zeroline: False
1666       showlegend: False
1667       paper_bgcolor: "#fff"
1668       plot_bgcolor: "#fff"
1669       width: 700
1670       height: 700
1671       hoverlabel:
1672         namelength: -1
1673
1674     plot-hoststack:
1675       titlefont:
1676         size: 16
1677       xaxis:
1678         title: "<b>Test Cases [Index]</b>"
1679         titlefont:
1680           size: 14
1681         autorange: True
1682         fixedrange: False
1683         gridcolor: "rgb(230, 230, 230)"
1684         linecolor: "rgb(220, 220, 220)"
1685         linewidth: 1
1686         showgrid: True
1687         showline: True
1688         showticklabels: True
1689         tickcolor: "rgb(220, 220, 220)"
1690         tickmode: "linear"
1691         tickfont:
1692           size: 14
1693         zeroline: False
1694       yaxis:
1695         title: "<b>Bandwidth [Gbps]</b>"
1696         titlefont:
1697           size: 14
1698         gridcolor: "rgb(230, 230, 230)"
1699         hoverformat: ".4s"
1700         linecolor: "rgb(220, 220, 220)"
1701         linewidth: 1
1702         rangemode: "tozero"
1703         showgrid: True
1704         showline: True
1705         showticklabels: True
1706         tickcolor: "rgb(230, 230, 230)"
1707         tickformat: ".3s"
1708         tickfont:
1709           size: 14
1710         zeroline: False
1711       autosize: False
1712       margin:
1713         t: 50
1714         b: 20
1715         l: 80
1716         r: 20
1717       showlegend: True
1718       legend:
1719         orientation: "h"
1720         font:
1721           size: 14
1722       width: 700
1723       height: 800
1724       paper_bgcolor: "#fff"
1725       plot_bgcolor: "#fff"
1726       hoverlabel:
1727         namelength: -1
1728
1729     plot-throughput:
1730       titlefont:
1731         size: 16
1732       xaxis:
1733         title: "<b>Test Cases [Index]</b>"
1734         titlefont:
1735           size: 14
1736         autorange: True
1737         fixedrange: False
1738         gridcolor: "rgb(230, 230, 230)"
1739         linecolor: "rgb(220, 220, 220)"
1740         linewidth: 1
1741         showgrid: True
1742         showline: True
1743         showticklabels: True
1744         tickcolor: "rgb(220, 220, 220)"
1745         tickmode: "linear"
1746         tickfont:
1747           size: 14
1748         zeroline: False
1749       yaxis:
1750         title: "<b>Packet Throughput [Mpps]</b>"
1751         titlefont:
1752           size: 14
1753         gridcolor: "rgb(230, 230, 230)"
1754         hoverformat: ".4r"
1755         tickformat: ".3r"
1756         linecolor: "rgb(220, 220, 220)"
1757         linewidth: 1
1758         showgrid: True
1759         showline: True
1760         showticklabels: True
1761         tickcolor: "rgb(220, 220, 220)"
1762         tickfont:
1763           size: 14
1764         zeroline: False
1765         range: [0,50]
1766       autosize: False
1767       margin:
1768         t: 50
1769         b: 0
1770         l: 80
1771         r: 20
1772       showlegend: True
1773       legend:
1774         orientation: "h"
1775         font:
1776           size: 14
1777       width: 700
1778       height: 900
1779       paper_bgcolor: "#fff"
1780       plot_bgcolor: "#fff"
1781       hoverlabel:
1782         namelength: -1
1783
1784     plot-throughput-speedup-analysis:
1785       titlefont:
1786         size: 16
1787       xaxis:
1788         title: "<b>Number of Cores [Qty]</b>"
1789         titlefont:
1790           size: 14
1791         autorange: True
1792         fixedrange: False
1793         gridcolor: "rgb(230, 230, 230)"
1794         linecolor: "rgb(220, 220, 220)"
1795         linewidth: 1
1796         showgrid: True
1797         showline: True
1798         showticklabels: True
1799         tickcolor: "rgb(238, 238, 238)"
1800         tickmode: "linear"
1801         tickfont:
1802           size: 14
1803         zeroline: False
1804       yaxis:
1805         title: "<b>Packet Throughput [Mpps]</b>"
1806         titlefont:
1807           size: 14
1808         type: "linear"
1809         gridcolor: "rgb(230, 230, 230)"
1810         hoverformat: ".4s"
1811         linecolor: "rgb(220, 220, 220)"
1812         linewidth: 1
1813         showgrid: True
1814         showline: True
1815         showticklabels: True
1816         tickcolor: "rgb(220, 220, 220)"
1817         tickformat: ".4s"
1818         tickfont:
1819           size: 14
1820         zeroline: True
1821         rangemode: "tozero"
1822         range: [0,100]
1823       legend:
1824         orientation: "h"
1825         font:
1826           size: 14
1827         xanchor: "left"
1828         yanchor: "top"
1829         x: 0
1830         y: -0.2
1831         bgcolor: "rgba(255, 255, 255, 0)"
1832         bordercolor: "rgba(255, 255, 255, 0)"
1833         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1834       autosize: False
1835       margin:
1836           't': 50
1837           'b': 150
1838           'l': 85
1839           'r': 10
1840       showlegend: True
1841       width: 700
1842       height: 700
1843       paper_bgcolor: "#fff"
1844       plot_bgcolor: "#fff"
1845       hoverlabel:
1846         namelength: -1
1847       annotations: [
1848         {
1849           text: "_ _          __          ...",
1850           align: "left",
1851           showarrow: False,
1852           xref: "paper",
1853           yref: "paper",
1854           xanchor: "left",
1855           yanchor: "top",
1856           x: 0,
1857           y: -0.14,
1858           font: {
1859             family: "Consolas, Courier New",
1860             size: 13
1861           },
1862         },
1863         {
1864           text: "    Perfect     Measured     Limit",
1865           align: "left",
1866           showarrow: False,
1867           xref: "paper",
1868           yref: "paper",
1869           xanchor: "left",
1870           yanchor: "top",
1871           x: 0,
1872           y: -0.15,
1873           font: {
1874             family: "Consolas, Courier New",
1875             size: 13
1876           },
1877         },
1878       ]
1879
1880     plot-latency:
1881       titlefont:
1882         size: 16
1883       xaxis:
1884         title: "<b>Direction</b>"
1885         titlefont:
1886           size: 14
1887         autorange: True
1888         fixedrange: False
1889         gridcolor: "rgb(230, 230, 230)"
1890         linecolor: "rgb(220, 220, 220)"
1891         linewidth: 1
1892         showgrid: True
1893         showline: True
1894         showticklabels: False
1895         tickcolor: "rgb(220, 220, 220)"
1896         tickmode: "linear"
1897         tickfont:
1898           size: 14
1899         zeroline: False
1900       yaxis:
1901         title: "<b>Packet Latency [uSec]</b>"
1902         titlefont:
1903           size: 14
1904         type: "linear"
1905         gridcolor: "rgb(230, 230, 230)"
1906         hoverformat: ".4s"
1907         linecolor: "rgb(220, 220, 220)"
1908         linewidth: 1
1909         showgrid: True
1910         showline: True
1911         showticklabels: True
1912         tickcolor: "rgb(220, 220, 220)"
1913         tickformat: ".4s"
1914         tickfont:
1915           size: 14
1916         zeroline: True
1917         rangemode: "tozero"
1918       legend:
1919         orientation: "h"
1920         font:
1921           size: 14
1922         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1923       autosize: False
1924       margin:
1925           't': 50
1926           'b': 150
1927           'l': 80
1928           'r': 10
1929       showlegend: True
1930       width: 700
1931       height: 700
1932       paper_bgcolor: "#fff"
1933       plot_bgcolor: "#fff"
1934       hoverlabel:
1935         namelength: -1
1936
1937     plot-hdrh-latency:
1938       title:
1939         text: ""
1940         xanchor: "center"
1941         x: 0.5
1942         font:
1943           size: 16
1944       width: 700
1945       plot_bgcolor: "white"
1946       annotations:
1947         - font:
1948             size: 14
1949           showarrow: False
1950           text: "<b>Packet Latency [uSec]</b>"
1951           x: 1
1952           xanchor: "right"
1953           xref: "paper"
1954           y: -0.045
1955           yanchor: "top"
1956           yref: "paper"
1957         - font:
1958             size: 14
1959           showarrow: False
1960           text: "<b>Probability [%]</b>"
1961           textangle: 270
1962           x: -0.06
1963           xanchor: "center"
1964           xref: "paper"
1965           y: 0.5
1966           yanchor: "middle"
1967           yref: "paper"
1968         - font:
1969             size: 14
1970           showarrow: False
1971           text: "<b>Direction: E-W</b>"
1972           x: 0.24
1973           xanchor: "center"
1974           xref: "paper"
1975           y: 1.05
1976           yanchor: "bottom"
1977           yref: "paper"
1978         - font:
1979             size: 14
1980           showarrow: False
1981           text: "<b>Direction: W-E</b>"
1982           x: 0.74
1983           xanchor: "center"
1984           xref: "paper"
1985           y: 1.05
1986           yanchor: "bottom"
1987           yref: "paper"
1988
1989     plot-hdrh-latency-percentile:
1990       title:
1991         text: ""
1992         xanchor: "center"
1993         x: 0.5
1994         font:
1995           size: 16
1996       xaxis:
1997         type: "log"
1998         title: "<b>Percentile [%]</b>"
1999         titlefont:
2000           size: 14
2001         autorange: True
2002         fixedrange: False
2003         gridcolor: "rgb(230, 230, 230)"
2004         linecolor: "rgb(220, 220, 220)"
2005         linewidth: 1
2006         showgrid: True
2007         showline: True
2008         showticklabels: True
2009         tickcolor: "rgb(220, 220, 220)"
2010         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2011         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2012         tickfont:
2013           size: 14
2014       yaxis:
2015         title: "<b>Packet Latency [uSec]</b>"
2016         titlefont:
2017           size: 14
2018         gridcolor: "rgb(230, 230, 230)"
2019         linecolor: "rgb(220, 220, 220)"
2020         linewidth: 1
2021         showgrid: True
2022         showline: True
2023         showticklabels: True
2024         tickcolor: "rgb(220, 220, 220)"
2025         tickfont:
2026           size: 14
2027       autosize: False
2028       showlegend: True
2029       legend:
2030         traceorder: "normal"
2031         orientation: "h"
2032         font:
2033           size: 14
2034         xanchor: "left"
2035         yanchor: "top"
2036         x: 0
2037         y: -0.15
2038         bgcolor: "rgba(255, 255, 255, 0)"
2039         bordercolor: "rgba(255, 255, 255, 0)"
2040       width: 700
2041       height: 700
2042       paper_bgcolor: "white"
2043       plot_bgcolor: "white"
2044
2045     plot-hdrh-latency-by-percentile:
2046       title:
2047         text: "<b>Latency by Percentile Distribution</b>"
2048         xanchor: "center"
2049         x: 0.5
2050         font:
2051           size: 18
2052       showlegend: True
2053       legend:
2054         traceorder: "normal"
2055         orientation: "h"
2056         font:
2057           size: 16
2058         xanchor: "left"
2059         yanchor: "top"
2060         x: 0
2061         y: -0.2
2062         bgcolor: "rgba(255, 255, 255, 0)"
2063         bordercolor: "rgba(255, 255, 255, 0)"
2064       xaxis:
2065         type: "linear"
2066         title: "<b>Percentile [%]</b>"
2067         titlefont:
2068           size: 14
2069         autorange: False
2070         fixedrange: False
2071         range: [0, 100]
2072         gridcolor: "rgb(230, 230, 230)"
2073         linecolor: "rgb(220, 220, 220)"
2074         linewidth: 1
2075         showgrid: True
2076         showline: True
2077         showticklabels: True
2078         tickcolor: "rgb(220, 220, 220)"
2079         tickvals: [0, 25, 50, 75, 100]
2080         ticktext: [0, 25, 50, 75, 100]
2081         tickfont:
2082           size: 14
2083       yaxis:
2084         title: "<b>One-Way Latency per Direction [uSec]</b>"
2085         titlefont:
2086           size: 14
2087         gridcolor: "rgb(230, 230, 230)"
2088         linecolor: "rgb(220, 220, 220)"
2089         linewidth: 1
2090         showgrid: True
2091         showline: True
2092         showticklabels: True
2093         tickcolor: "rgb(220, 220, 220)"
2094         tickfont:
2095           size: 14
2096       width: 700
2097       height: 700
2098       paper_bgcolor: "white"
2099       plot_bgcolor: "white"
2100
2101 - type: "static"
2102   src-path: "{DIR[RST]}"
2103   dst-path: "{DIR[WORKING,SRC]}"
2104
2105 - type: "input"
2106   general:
2107     file-name: "output_info.xml.gz"
2108     file-format: ".gz"
2109     arch-file-format:
2110       - ".gz"
2111       - ".zip"
2112     download-path: "{job}/{build}/archives/{filename}"
2113     extract: "output.xml"
2114
2115     zip-file-name: "robot-plugin.zip"
2116     zip-file-format: ".zip"
2117     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2118     zip-extract: "robot-plugin/output.xml"
2119
2120   builds:
2121
2122     csit-vpp-perf-verify-2001-3n-hsw:
2123       - 17  # MRR sel
2124     csit-vpp-perf-report-iterative-2005-3n-hsw:
2125       - 20  # NDRPDR sel env 4
2126       - 21  # NDRPDR sel env 4
2127       - 22  # NDRPDR sel env 4
2128       - 23  # NDRPDR sel env 4
2129       - 24  # NDRPDR sel env 4
2130       - 25  # NDRPDR sel env 4
2131       - 26  # NDRPDR sel env 4
2132       - 27  # NDRPDR sel env 4
2133       - 28  # NDRPDR sel env 4
2134       - 29  # NDRPDR sel env 4
2135       - 30  # MRR env 4
2136       - 31  # NDRPDR sel 2001.0-4
2137       - 32  # NDRPDR sel 2001.0-4
2138       - 33  # NDRPDR sel 2001.0-4
2139       - 34  # NDRPDR sel 2001.0-4
2140       - 35  # NDRPDR sel 2001.0-4
2141       - 36  # NDRPDR sel 2001.0-4
2142       - 38  # NDRPDR sel 2001.0-4
2143     csit-vpp-perf-report-iterative-2009-3n-hsw:
2144       - 18  # rls2005 MRR iter env 5
2145       - 9   # rls2005 NDRPDR iter env 5
2146       - 10  # rls2005 NDRPDR iter env 5
2147       - 11  # rls2005 NDRPDR iter env 5
2148       - 12  # rls2005 NDRPDR iter env 5
2149       - 13  # rls2005 NDRPDR iter env 5
2150       - 14  # rls2005 NDRPDR iter env 5
2151       - 15  # rls2005 NDRPDR iter env 5
2152       - 16  # rls2005 NDRPDR iter env 5
2153       - 17  # rls2005 NDRPDR iter env 5
2154       - 19  # rls2005 NDRPDR iter env 5
2155       - 23  # rls2009 MRR iter env 5
2156       - 21  # rls2009 NDRPDR iter env 5
2157       - 22  # rls2009 NDRPDR iter env 5
2158       - 24  # rls2009 NDRPDR iter env 5
2159       - 25  # rls2009 NDRPDR iter env 5
2160       - 26  # rls2009 NDRPDR iter env 5
2161       - 27  # rls2009 NDRPDR iter env 5
2162       - 28  # rls2009 NDRPDR iter env 5
2163       - 29  # rls2009 NDRPDR iter env 5
2164       - 30  # rls2009 NDRPDR iter env 5
2165       - 31  # rls2009 NDRPDR iter env 5
2166       - 32  # rls2009 Hoststack iter env 5
2167       - 33  # rls2009 Hoststack iter env 5
2168       - 34  # rls2009 Hoststack iter env 5
2169       - 35  # rls2009 Hoststack iter env 5
2170       - 36  # rls2009 Hoststack iter env 5
2171       - 37  # rls2009 Hoststack iter env 5
2172       - 38  # rls2009 Hoststack iter env 5
2173       - 39  # rls2009 Hoststack iter env 5
2174       - 40  # rls2009 Hoststack iter env 5
2175       - 41  # rls2009 Hoststack iter env 5
2176     csit-vpp-perf-report-coverage-2009-3n-hsw:
2177       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2178       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2179       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2180       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2181       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2182       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2183       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2184       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2185       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2186       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2187       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2188       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2189       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2190       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2191       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2192       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2193       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2194       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2195       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2196       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2197       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2198       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2199       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2200       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2201       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2202       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2203       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2204       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2205       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2206       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2207       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2208       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2209       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2210       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2211       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2212
2213     csit-vpp-perf-verify-2001-3n-skx:
2214       - 50  # MRR sel
2215       - 53  # MRR sel addition
2216     csit-vpp-perf-report-iterative-2005-3n-skx:
2217       - 4   # NDRPDR sel
2218       - 5   # NDRPDR sel ??? all x710 failed
2219       - 33  # NDRPDR sel
2220       - 28  # NDRPDR sel
2221       - 34  # NDRPDR sel
2222       - 42  # NDRPDR sel env 4
2223       - 43  # NDRPDR sel env 4
2224       - 44  # NDRPDR sel env 4
2225       - 45  # NDRPDR sel env 4
2226       - 47  # NDRPDR sel env 4
2227       - 55  # NDRPDR sel env 4
2228       - 56  # NDRPDR sel env 4
2229       - 57  # NDRPDR sel env 4
2230       - 61  # NDRPDR sel env 4
2231       - 62  # NDRPDR sel env 4
2232       - 50  # NDRPDR sel 2001.0-4
2233       - 51  # NDRPDR sel 2001.0-4
2234       - 52  # NDRPDR sel 2001.0-4
2235       - 53  # NDRPDR sel 2001.0-4
2236       - 54  # NDRPDR sel 2001.0-4
2237       - 49  # MRR sel env 4
2238     # TODO: Add:
2239     csit-vpp-perf-report-iterative-2009-3n-skx:
2240       - 17  # rls2005 MRR iter env 5
2241       - 13  # rls2005 NDRPDR iter env 5
2242       - 18  # rls2005 NDRPDR iter env 5
2243       - 19  # rls2005 NDRPDR iter env 5
2244       - 24  # rls2009 MRR iter env 5
2245       - 26  # rls2009 NDRPDR iter env 5
2246       - 27  # rls2009 NDRPDR iter env 5
2247       - 28  # rls2009 NDRPDR iter env 5
2248       - 29  # rls2009 NDRPDR iter env 5
2249       - 35  # rls2009 NDRPDR iter env 5
2250       - 36  # rls2009 NDRPDR iter env 5
2251       - 37  # rls2009 NDRPDR iter env 5
2252       - 39  # rls2009 NDRPDR iter env 5
2253     # TODO: Add:
2254 #    csit-vpp-perf-report-coverage-2009-3n-skx:
2255 #      -
2256
2257     csit-vpp-perf-verify-2001-2n-skx:
2258       - 101  # MRR sel - old
2259       - 128  # MRR sel addition - old
2260     csit-vpp-perf-report-iterative-2005-2n-skx:
2261       - 88  # NDRPDR sel env 4
2262       - 89  # NDRPDR sel env 4
2263       - 90  # NDRPDR sel env 4
2264       - 91  # NDRPDR sel env 4
2265       - 92  # NDRPDR sel env 4
2266       - 93  # NDRPDR sel env 4
2267       - 94  # NDRPDR sel env 4
2268       - 125 # NDRPDR sel env 4
2269       - 126 # NDRPDR sel env 4
2270       - 127 # NDRPDR sel env 4
2271       - 100 # NDRPDR sel 2001.0-4
2272       - 101 # NDRPDR sel 2001.0-4
2273       - 102 # NDRPDR sel 2001.0-4
2274       - 103 # NDRPDR sel 2001.0-4
2275       - 104 # NDRPDR sel 2001.0-4
2276       - 105 # NDRPDR sel 2001.0-4
2277       - 99  # MRR sel env 4
2278     # TODO: Add:
2279     csit-vpp-perf-report-iterative-2009-2n-skx:
2280       - 20  # rls2005 MRR iter env 5
2281       - 13  # rls2005 NDRPDR iter env 5
2282       - 16  # rls2005 NDRPDR iter env 5
2283       - 17  # rls2005 NDRPDR iter env 5
2284       - 18  # rls2005 NDRPDR iter env 5
2285       - 19  # rls2005 NDRPDR iter env 5
2286       - 21  # rls2005 NDRPDR iter env 5
2287       - 22  # rls2005 NDRPDR iter env 5
2288       - 23  # rls2005 NDRPDR iter env 5
2289       - 24  # rls2005 NDRPDR iter env 5
2290       - 25  # rls2005 NDRPDR iter env 5
2291       - 26  # rls2009 MRR iter env 5
2292       - 35  # rls2009 NDRPDR iter env 5
2293       - 36  # rls2009 NDRPDR iter env 5
2294       - 37  # rls2009 NDRPDR iter env 5
2295       - 39  # rls2009 NDRPDR iter env 5
2296       - 40  # rls2009 NDRPDR iter env 5
2297       - 42  # rls2009 NDRPDR iter env 5
2298       - 43  # rls2009 NDRPDR iter env 5
2299       - 44  # rls2009 NDRPDR iter env 5
2300       - 46  # rls2009 NDRPDR iter env 5
2301       - 48  # rls2009 NDRPDR iter env 5
2302       - 51  # rls2009 NDRPDR iter NAT44 env 5
2303       - 52  # rls2009 NDRPDR iter NAT44 env 5
2304       - 53  # rls2009 NDRPDR iter NAT44 env 5
2305       - 54  # rls2009 NDRPDR iter NAT44 env 5
2306       - 55  # rls2009 NDRPDR iter NAT44 env 5
2307       - 56  # rls2009 NDRPDR iter NAT44 env 5
2308       - 57  # rls2009 NDRPDR iter NAT44 env 5
2309       - 58  # rls2009 NDRPDR iter NAT44 env 5
2310       - 59  # rls2009 NDRPDR iter NAT44 env 5
2311       - 60  # rls2009 NDRPDR iter NAT44 env 5
2312       - 38  # rls2009 nf-density iter env 5
2313       - 41  # rls2009 nf-density iter env 5
2314       - 45  # rls2009 nf-density iter env 5
2315       - 47  # rls2009 nf-density iter env 5
2316       - 49  # rls2009 nf-density iter env 5
2317       - 63  # rls2009 nf-density iter env 5
2318       - 65  # rls2009 nf-density iter env 5
2319       - 66  # rls2009 nf-density iter env 5
2320       - 71  # rls2009 nf-density iter env 5
2321       - 72  # rls2009 nf-density iter env 5
2322       - 50  # rls2009 MRR nf-density iter env 5
2323       - 27  # rls2009 reconf env 5
2324       - 28  # rls2009 reconf env 5
2325       - 29  # rls2009 reconf env 5
2326       - 30  # rls2009 reconf env 5
2327       - 31  # rls2009 reconf env 5
2328       - 32  # rls2009 reconf env 5
2329       - 61  # rls2009 reconf env 5
2330       - 62  # rls2009 reconf env 5
2331       - 68  # rls2009 reconf env 5
2332       - 70  # rls2009 reconf env 5
2333       - 33  # rls2009 soak env 5
2334       - 34  # rls2009 soak env 5
2335     csit-vpp-perf-report-coverage-2009-2n-skx:
2336       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2337       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2338       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2339       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2340       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2341       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2342       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2343       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2344       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2345       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2346       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2347       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2348       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2349       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2350       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2351
2352     csit-vpp-perf-verify-2001-2n-clx:
2353       - 39  # MRR
2354     csit-vpp-perf-report-iterative-2005-2n-clx:
2355       - 62  # NDRPDR sel env 4
2356       - 63  # NDRPDR sel env 4
2357       - 64  # NDRPDR sel env 4
2358       - 65  # NDRPDR sel env 4
2359       - 66  # NDRPDR sel env 4
2360       - 68  # NDRPDR sel env 4
2361       - 69  # NDRPDR sel env 4
2362       - 70  # NDRPDR sel env 4
2363       - 103 # NDRPDR sel env 4
2364       - 104 # NDRPDR sel env 4
2365       - 73  # NDRPDR sel 2001.0-4
2366       - 74  # NDRPDR sel 2001.0-4
2367       - 75  # NDRPDR sel 2001.0-4
2368       - 76  # NDRPDR sel 2001.0-4
2369       - 77  # NDRPDR sel 2001.0-4
2370       - 78  # NDRPDR sel 2001.0-4
2371       - 79  # NDRPDR sel 2001.0-4
2372       - 80  # NDRPDR sel 2001.0-4
2373       - 72  # MRR env 4
2374     # TODO: Add:
2375     csit-vpp-perf-report-iterative-2009-2n-clx:
2376       - 16  # rls2005 MRR iter env 5
2377       - 13  # rls2005 NDRPDR iter env 5
2378       - 15  # rls2005 NDRPDR iter env 5
2379       - 17  # rls2005 NDRPDR iter env 5
2380       - 18  # rls2005 NDRPDR iter env 5
2381       - 19  # rls2005 NDRPDR iter env 5
2382       - 20  # rls2005 NDRPDR iter env 5
2383       - 21  # rls2005 NDRPDR iter env 5
2384       - 22  # rls2005 NDRPDR iter env 5
2385       - 23  # rls2005 NDRPDR iter env 5
2386       - 24  # rls2005 NDRPDR iter env 5
2387       - 35  # rls2009 MRR iter env 5
2388       - 36  # rls2009 NDRPDR iter env 5
2389       - 38  # rls2009 NDRPDR iter env 5
2390       - 39  # rls2009 NDRPDR iter env 5
2391       - 40  # rls2009 NDRPDR iter env 5
2392       - 41  # rls2009 NDRPDR iter env 5
2393       - 42  # rls2009 NDRPDR iter env 5
2394       - 64  # rls2009 NDRPDR iter env 5
2395       - 65  # rls2009 NDRPDR iter env 5
2396       - 66  # rls2009 NDRPDR iter env 5
2397       - 67  # rls2009 NDRPDR iter env 5
2398       - 37  # rls2009 nf-density iter env 5
2399       - 43  # rls2009 nf-density iter env 5
2400       - 69  # rls2009 nf-density iter env 5
2401       - 70  # rls2009 nf-density iter env 5
2402       - 72  # rls2009 nf-density iter env 5
2403       - 75  # rls2009 nf-density iter env 5
2404       - 45  # rls2009 MRR nf-density iter env 5
2405       - 25  # rls2009 reconf env 5
2406       - 27  # rls2009 reconf env 5
2407       - 28  # rls2009 reconf env 5
2408       - 29  # rls2009 reconf env 5
2409       - 30  # rls2009 reconf env 5
2410       - 30  # rls2009 reconf env 5
2411       - 32  # rls2009 reconf env 5
2412       - 48  # rls2009 reconf env 5
2413       - 53  # rls2009 reconf env 5
2414       - 33  # rls2009 soak env 5
2415       - 34  # rls2009 soak env 5
2416     # TODO: Add:
2417     csit-vpp-perf-report-coverage-2009-2n-clx:
2418       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2419       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2420       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2421       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2422       - 7   # rls2009 NDRPDR cov 2n-clx-ip4-05
2423       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2424       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2425       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2426       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2427       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2428
2429     csit-vpp-perf-verify-2001-3n-tsh:
2430       - 9   # MRR sel
2431     csit-vpp-perf-report-iterative-2005-3n-tsh:
2432       - 23  # NDRPDR sel env 4
2433       - 25  # NDRPDR sel env 4
2434       - 33  # NDRPDR sel env 4
2435       - 34  # NDRPDR sel env 4
2436       - 35  # NDRPDR sel env 4
2437       - 36  # NDRPDR sel env 4
2438       - 37  # NDRPDR sel env 4
2439       - 38  # NDRPDR sel env 4
2440       - 39  # NDRPDR sel env 4
2441       - 40  # NDRPDR sel env 4
2442       - 28  # NDRPDR sel 2001.0-4
2443       - 29  # NDRPDR sel 2001.0-4
2444       - 31  # NDRPDR sel 2001.0-4
2445       - 27  # MRR sel env 4
2446     # TODO: Add:
2447     csit-vpp-perf-report-iterative-2009-3n-tsh:
2448       - 8   # rls2005 NDRPDR iter env 5
2449       - 11  # rls2005 NDRPDR iter env 5
2450       - 12  # rls2005 NDRPDR iter env 5
2451       - 13  # rls2005 MRR iter env 5
2452       - 14  # rls2009 NDRPDR iter env 5
2453       - 20  # rls2009 NDRPDR iter env 5
2454       - 23  # rls2009 NDRPDR iter env 5
2455       - 15  # rls2006 MRR iter env 5
2456 #    csit-vpp-perf-report-coverage-2009-3n-tsh:
2457 #      -
2458
2459     csit-vpp-perf-verify-2001-3n-dnv:
2460       - 5   # NDRPDR sel
2461       - 6   # NDRPDR sel
2462       - 7   # NDRPDR sel
2463       - 8   # NDRPDR sel
2464       - 9   # NDRPDR sel
2465       - 10  # NDRPDR sel
2466       - 12  # NDRPDR sel
2467       - 16  # NDRPDR sel
2468       - 17  # NDRPDR sel
2469       - 18  # NDRPDR sel
2470       - 11  # MRR sel
2471     # TODO: Add:
2472     csit-vpp-perf-report-iterative-2009-3n-dnv:
2473       - 16  # rls2005 NDRPDR iter env 5
2474       - 23  # rls2005 NDRPDR iter env 5
2475       - 25  # rls2005 NDRPDR iter env 5
2476       - 26  # rls2005 NDRPDR iter env 5
2477       - 27  # rls2005 NDRPDR iter env 5
2478       - 28  # rls2005 NDRPDR iter env 5
2479       - 29  # rls2005 NDRPDR iter env 5
2480       - 30  # rls2005 NDRPDR iter env 5
2481       - 19  # rls2005 MRR iter env 5
2482       - 3   # rls2009 NDRPDR iter env 5
2483       - 6   # rls2009 NDRPDR iter env 5
2484       - 7   # rls2009 NDRPDR iter env 5
2485       - 8   # rls2009 NDRPDR iter env 5
2486       - 10  # rls2009 NDRPDR iter env 5
2487       - 11  # rls2009 NDRPDR iter env 5
2488       - 12  # rls2009 NDRPDR iter env 5
2489       - 14  # rls2009 NDRPDR iter env 5
2490       - 15  # rls2009 NDRPDR iter env 5
2491       - 24  # rls2009 NDRPDR iter env 5
2492       - 22  # rls2009 MRR iter env 5
2493     csit-vpp-perf-report-coverage-2009-3n-dnv:
2494       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2495       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2496       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
2497       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2498       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
2499       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
2500       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
2501       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2502       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
2503
2504     csit-vpp-perf-verify-2001-2n-dnv:
2505       - 4   # NDRPDR sel
2506       - 5   # NDRPDR sel
2507       - 6   # NDRPDR sel
2508       - 7   # NDRPDR sel
2509       - 8   # NDRPDR sel
2510       - 9   # NDRPDR sel
2511       - 10  # NDRPDR sel
2512       - 11  # NDRPDR sel
2513       - 13  # NDRPDR sel
2514       - 16  # NDRPDR sel
2515       - 12  # MRR sel
2516     csit-vpp-perf-report-iterative-2009-2n-dnv:
2517       - 16  # rls2005 NDRPDR iter env 5
2518       - 17  # rls2005 NDRPDR iter env 5
2519       - 18  # rls2005 NDRPDR iter env 5
2520       - 19  # rls2005 NDRPDR iter env 5
2521       - 21  # rls2005 NDRPDR iter env 5
2522       - 24  # rls2005 NDRPDR iter env 5
2523       - 27  # rls2005 NDRPDR iter env 5
2524       - 28  # rls2005 NDRPDR iter env 5
2525       - 29  # rls2005 NDRPDR iter env 5
2526       - 30  # rls2005 NDRPDR iter env 5
2527       - 23  # rls2005 MRR iter env 5
2528       - 3   # rls2009 NDRPDR iter env 5
2529       - 5   # rls2009 NDRPDR iter env 5
2530       - 6   # rls2009 NDRPDR iter env 5
2531       - 7   # rls2009 NDRPDR iter env 5
2532       - 9   # rls2009 NDRPDR iter env 5
2533       - 10  # rls2009 NDRPDR iter env 5
2534       - 11  # rls2009 NDRPDR iter env 5
2535       - 12  # rls2009 NDRPDR iter env 5
2536       - 14  # rls2009 NDRPDR iter env 5
2537       - 15  # rls2009 NDRPDR iter env 5
2538       - 13  # rls2009 MRR iter env 5
2539     csit-vpp-perf-report-coverage-2009-2n-dnv:
2540       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2541       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2542       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2543       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2544       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2545       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2546
2547     csit-dpdk-perf-verify-2001-3n-hsw:
2548       - 4   # NDRPDR sel
2549       - 5   # NDRPDR sel
2550       - 6   # NDRPDR sel
2551       - 7   # NDRPDR sel
2552       - 8   # NDRPDR sel
2553       - 9   # NDRPDR sel
2554       - 10  # NDRPDR sel
2555       - 11  # NDRPDR sel
2556       - 12  # NDRPDR sel
2557       - 13  # NDRPDR sel
2558       - 15  # NDRPDR sel
2559       - 16  # NDRPDR sel
2560       - 17  # NDRPDR sel
2561       - 18  # NDRPDR sel
2562       - 19  # NDRPDR sel
2563       - 20  # NDRPDR sel
2564       - 21  # NDRPDR sel
2565       - 22  # NDRPDR sel
2566       - 23  # NDRPDR sel
2567       - 24  # NDRPDR sel
2568     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2569       - 25  # NDRPDR iter
2570       - 26  # NDRPDR iter
2571       - 27  # NDRPDR iter
2572       - 28  # NDRPDR iter
2573       - 29  # NDRPDR iter
2574       - 30  # NDRPDR iter
2575       - 31  # NDRPDR iter
2576       - 32  # NDRPDR iter
2577       - 33  # NDRPDR iter
2578       - 34  # NDRPDR iter
2579     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2580       - 6   # NDRPDR iter env5
2581       - 7   # NDRPDR iter env5
2582       - 8   # NDRPDR iter env5
2583       - 9   # NDRPDR iter env5
2584       - 10  # NDRPDR iter env5
2585       - 11  # NDRPDR iter env5
2586       - 12  # NDRPDR iter env5
2587       - 13  # NDRPDR iter env5
2588       - 14  # NDRPDR iter env5
2589       - 15  # NDRPDR iter env5
2590
2591     csit-dpdk-perf-verify-2001-3n-skx:
2592       - 29  # NDRPDR sel xxv710
2593       - 33  # NDRPDR sel xxv710
2594       - 34  # NDRPDR sel xxv710
2595       - 35  # NDRPDR sel xxv710
2596       - 36  # NDRPDR sel xxv710
2597       - 37  # NDRPDR sel xxv710
2598       - 41  # NDRPDR sel xxv710
2599       - 42  # NDRPDR sel xxv710
2600       - 43  # NDRPDR sel xxv710
2601       - 45  # NDRPDR sel xxv710
2602       - 30  # NDRPDR sel x710
2603       - 31  # NDRPDR sel x710
2604       - 32  # NDRPDR sel x710
2605       - 38  # NDRPDR sel x710
2606       - 39  # NDRPDR sel x710
2607       - 40  # NDRPDR sel x710
2608       - 44  # NDRPDR sel x710
2609       - 46  # NDRPDR sel x710
2610       - 47  # NDRPDR sel x710
2611       - 48  # NDRPDR sel x710
2612     csit-dpdk-perf-report-iterative-2005-3n-skx:
2613       - 28  # NDRPDR iter
2614       - 29  # NDRPDR iter
2615       - 30  # NDRPDR iter
2616       - 31  # NDRPDR iter
2617       - 32  # NDRPDR iter
2618       - 33  # NDRPDR iter
2619       - 34  # NDRPDR iter
2620       - 35  # NDRPDR iter
2621       - 36  # NDRPDR iter
2622       - 37  # NDRPDR iter
2623     csit-dpdk-perf-report-iterative-2009-3n-skx:
2624       - 4   # NDRPDR sel env5
2625       - 5   # NDRPDR sel env5
2626       - 6   # NDRPDR sel env5
2627       - 7   # NDRPDR sel env5
2628       - 8   # NDRPDR sel env5
2629       - 9   # NDRPDR sel env5
2630       - 14  # NDRPDR sel env5
2631       - 11  # NDRPDR sel env5
2632       - 12  # NDRPDR sel env5
2633       - 13  # NDRPDR sel env5
2634
2635     csit-dpdk-perf-verify-2001-2n-skx:
2636       - 35  # NDRPDR sel xxv710
2637       - 36  # NDRPDR sel xxv710
2638       - 37  # NDRPDR sel xxv710
2639       - 41  # NDRPDR sel xxv710
2640       - 42  # NDRPDR sel xxv710
2641       - 43  # NDRPDR sel xxv710
2642       - 46  # NDRPDR sel xxv710
2643       - 47  # NDRPDR sel xxv710
2644       - 52  # NDRPDR sel xxv710
2645       - 53  # NDRPDR sel xxv710
2646       - 38  # NDRPDR sel x710
2647       - 39  # NDRPDR sel x710
2648       - 40  # NDRPDR sel x710
2649       - 44  # NDRPDR sel x710
2650       - 45  # NDRPDR sel x710
2651       - 48  # NDRPDR sel x710
2652       - 49  # NDRPDR sel x710
2653       - 50  # NDRPDR sel x710
2654       - 51  # NDRPDR sel x710
2655       - 54  # NDRPDR sel x710
2656     csit-dpdk-perf-report-iterative-2005-2n-skx:
2657       - 20  # NDRPDR iter
2658       - 21  # NDRPDR iter
2659       - 22  # NDRPDR iter
2660       - 23  # NDRPDR iter
2661       - 24  # NDRPDR iter
2662       - 25  # NDRPDR iter
2663       - 26  # NDRPDR iter
2664       - 27  # NDRPDR iter
2665       - 28  # NDRPDR iter
2666       - 29  # NDRPDR iter
2667     csit-dpdk-perf-report-iterative-2009-2n-skx:
2668       - 4   # NDRPDR iter env5
2669       - 5   # NDRPDR iter env5
2670       - 6   # NDRPDR iter env5
2671       - 7   # NDRPDR iter env5
2672       - 8   # NDRPDR iter env5
2673       - 9   # NDRPDR iter env5
2674       - 10  # NDRPDR iter env5
2675       - 11  # NDRPDR iter env5
2676       - 12  # NDRPDR iter env5
2677       - 13  # NDRPDR iter env5
2678
2679     csit-dpdk-perf-verify-2001-2n-clx:
2680       - 15  # NDRPDR sel
2681       - 16  # NDRPDR sel
2682       - 17  # NDRPDR sel
2683       - 18  # NDRPDR sel
2684       - 19  # NDRPDR sel
2685       - 20  # NDRPDR sel
2686       - 21  # NDRPDR sel
2687       - 22  # NDRPDR sel
2688       - 23  # NDRPDR sel
2689       - 24  # NDRPDR sel
2690       - 25  # NDRPDR sel
2691       - 26  # NDRPDR sel
2692       - 27  # NDRPDR sel
2693       - 28  # NDRPDR sel
2694       - 29  # NDRPDR sel
2695       - 30  # NDRPDR sel
2696       - 31  # NDRPDR sel
2697       - 32  # NDRPDR sel
2698       - 33  # NDRPDR sel
2699       - 34  # NDRPDR sel
2700     csit-dpdk-perf-report-iterative-2005-2n-clx:
2701       - 20  # NDRPDR iter
2702       - 21  # NDRPDR iter
2703       - 22  # NDRPDR iter
2704       - 23  # NDRPDR iter
2705       - 24  # NDRPDR iter
2706       - 25  # NDRPDR iter
2707       - 26  # NDRPDR iter
2708       - 27  # NDRPDR iter
2709       - 28  # NDRPDR iter
2710       - 29  # NDRPDR iter
2711     csit-dpdk-perf-report-iterative-2009-2n-clx:
2712       - 4   # NDRPDR iter env5
2713       - 5   # NDRPDR iter env5
2714       - 6   # NDRPDR iter env5
2715       - 7   # NDRPDR iter env5
2716       - 8   # NDRPDR iter env5
2717       - 9   # NDRPDR iter env5
2718       - 10  # NDRPDR iter env5
2719       - 11  # NDRPDR iter env5
2720       - 12  # NDRPDR iter env5
2721       - 13  # NDRPDR iter env5
2722
2723 #    csit-dpdk-perf-verify-2001-2n-dnv:
2724 #      - 9   # NDRPDR sel
2725 #      - 10  # NDRPDR sel
2726 #      - 11  # NDRPDR sel
2727 #      - 12  # NDRPDR sel
2728 #      - 13  # NDRPDR sel
2729 #      - 14  # NDRPDR sel
2730 #      - 15  # NDRPDR sel
2731 #      - 16  # NDRPDR sel
2732 #      - 17  # NDRPDR sel
2733 #      - 18  # NDRPDR sel
2734 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2735 #      # No data
2736 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2737 #      # No data
2738
2739 #    csit-dpdk-perf-verify-2001-3n-dnv:
2740 #      - 12  # NDRPDR sel
2741 #      - 13  # NDRPDR sel
2742 #      - 14  # NDRPDR sel
2743 #      - 15  # NDRPDR sel
2744 #      - 16  # NDRPDR sel
2745 #      - 17  # NDRPDR sel
2746 #      - 18  # NDRPDR sel
2747 #      - 19  # NDRPDR sel
2748 #      - 20  # NDRPDR sel
2749 #      - 22  # NDRPDR sel
2750 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2751 #      # No data
2752 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2753 #      # No data
2754
2755     csit-dpdk-perf-verify-2001-3n-tsh:
2756       - 3   # NDRPDR sel
2757       - 4   # NDRPDR sel
2758       - 5   # NDRPDR sel
2759       - 9   # NDRPDR sel
2760       - 10  # NDRPDR sel
2761       - 11  # NDRPDR sel
2762       - 12  # NDRPDR sel
2763       - 14  # NDRPDR sel
2764       - 15  # NDRPDR sel
2765       - 18  # NDRPDR sel
2766     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2767       - 5   # NDRPDR sel
2768     # TODO: Add:
2769     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2770       - 1   # NDRPDR iter env5
2771       - 2   # NDRPDR iter env5
2772       - 3   # NDRPDR iter env5
2773       - 4   # NDRPDR iter env5
2774       - 5   # NDRPDR iter env5
2775       - 6   # NDRPDR iter env5
2776       - 7   # NDRPDR iter env5
2777       - 9   # NDRPDR iter env5
2778       - 10  # NDRPDR iter env5
2779
2780     csit-vpp-device-2009-ubuntu1804-1n-skx:
2781       - 131 # rls2009 env 5
2782
2783 - type: "output"
2784   output: "report"
2785   format:
2786     html:
2787     - full
2788 #    pdf:
2789 #    - minimal
2790
2791 ################################################################################
2792 ###                               T A B L E S                                ###
2793 ################################################################################
2794
2795 # VPP Soak vs NDR - 2n-skx
2796 - type: "table"
2797   title: "VPP Soak vs NDR 2n-skx"
2798   algorithm: "table_soak_vs_ndr"
2799   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2800   reference:
2801     title: "NDR"
2802     data: "vpp-soak-vs-ndr-2n-skx-ref"
2803   compare:
2804     title: "Soak"
2805     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2806   data: "vpp-soak-vs-ndr-2n-skx"
2807   include-tests: "NDR"
2808   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2809   parameters:
2810     - "throughput"
2811     - "name"
2812     - "parent"
2813
2814 # VPP Soak vs NDR - 2n-clx
2815 - type: "table"
2816   title: "VPP Soak vs NDR 2n-clx"
2817   algorithm: "table_soak_vs_ndr"
2818   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2819   reference:
2820     title: "NDR"
2821     data: "vpp-soak-vs-ndr-2n-clx-ref"
2822   compare:
2823     title: "Soak"
2824     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2825   data: "vpp-soak-vs-ndr-2n-clx"
2826   include-tests: "NDR"
2827   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2828   parameters:
2829     - "throughput"
2830     - "name"
2831     - "parent"
2832
2833 ################################################################################
2834
2835 ## VPP Compare NICs 3n-skx 2t1c ndr
2836 #- type: "table"
2837 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2838 #  algorithm: "table_comparison"
2839 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2840 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2841 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2842 #  columns:
2843 #    - title: "x710"
2844 #      data-set: "vpp-nic-comparison-3n-skx"
2845 #      tag: "NIC_Intel-X710"
2846 #    - title: "xxv710"
2847 #      data-set: "vpp-nic-comparison-3n-skx"
2848 #      tag: "NIC_Intel-XXV710"
2849 #  comparisons:
2850 #    - title: "Diff"
2851 #      reference: 1
2852 #      compare: 2
2853 #  legend:
2854 #    - ""
2855 #    - "x710, xxv710 - NICs tested."
2856 #    - "Diff - difference between x710 and xxv710 NIC."
2857 #
2858 ## VPP Compare NICs 3n-skx 4t2c ndr
2859 #- type: "table"
2860 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2861 #  algorithm: "table_comparison"
2862 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2863 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2864 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2865 #  columns:
2866 #    - title: "x710"
2867 #      data-set: "vpp-nic-comparison-3n-skx"
2868 #      tag: "NIC_Intel-X710"
2869 #    - title: "xxv710"
2870 #      data-set: "vpp-nic-comparison-3n-skx"
2871 #      tag: "NIC_Intel-XXV710"
2872 #  comparisons:
2873 #    - title: "Diff"
2874 #      reference: 1
2875 #      compare: 2
2876 #  legend:
2877 #    - ""
2878 #    - "x710, xxv710 - NICs tested."
2879 #    - "Diff - difference between x710 and xxv710 NIC."
2880 #
2881 ## VPP Compare NICs 3n-skx 2t1c pdr
2882 #- type: "table"
2883 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2884 #  algorithm: "table_comparison"
2885 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2886 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2887 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2888 #  columns:
2889 #    - title: "x710"
2890 #      data-set: "vpp-nic-comparison-3n-skx"
2891 #      tag: "NIC_Intel-X710"
2892 #    - title: "xxv710"
2893 #      data-set: "vpp-nic-comparison-3n-skx"
2894 #      tag: "NIC_Intel-XXV710"
2895 #  comparisons:
2896 #    - title: "Diff"
2897 #      reference: 1
2898 #      compare: 2
2899 #  legend:
2900 #    - ""
2901 #    - "x710, xxv710 - NICs tested."
2902 #    - "Diff - difference between x710 and xxv710 NIC."
2903 #
2904 ## VPP Compare NICs 3n-skx 4t2c pdr
2905 #- type: "table"
2906 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2907 #  algorithm: "table_comparison"
2908 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2909 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2910 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2911 #  columns:
2912 #    - title: "x710"
2913 #      data-set: "vpp-nic-comparison-3n-skx"
2914 #      tag: "NIC_Intel-X710"
2915 #    - title: "xxv710"
2916 #      data-set: "vpp-nic-comparison-3n-skx"
2917 #      tag: "NIC_Intel-XXV710"
2918 #  comparisons:
2919 #    - title: "Diff"
2920 #      reference: 1
2921 #      compare: 2
2922 #  legend:
2923 #    - ""
2924 #    - "x710, xxv710 - NICs tested."
2925 #    - "Diff - difference between x710 and xxv710 NIC."
2926
2927 ## VPP Compare NICs 3n-skx 2t1c mrr
2928 #- type: "table"
2929 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2930 #  algorithm: "table_comparison"
2931 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2932 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2933 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2934 #  columns:
2935 #    - title: "x710"
2936 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2937 #      tag: "NIC_Intel-X710"
2938 #    - title: "xxv710"
2939 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2940 #      tag: "NIC_Intel-XXV710"
2941 #  comparisons:
2942 #    - title: "Diff"
2943 #      reference: 1
2944 #      compare: 2
2945 #  legend:
2946 #    - ""
2947 #    - "x710, xxv710 - NICs tested."
2948 #    - "Diff - difference between x710 and xxv710 NIC."
2949 #
2950 ## VPP Compare NICs 3n-skx 4t2c mrr
2951 #- type: "table"
2952 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2953 #  algorithm: "table_comparison"
2954 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2955 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2956 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2957 #  columns:
2958 #    - title: "x710"
2959 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2960 #      tag: "NIC_Intel-X710"
2961 #    - title: "xxv710"
2962 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2963 #      tag: "NIC_Intel-XXV710"
2964 #  comparisons:
2965 #    - title: "Diff"
2966 #      reference: 1
2967 #      compare: 2
2968 #  legend:
2969 #    - ""
2970 #    - "x710, xxv710 - NICs tested."
2971 #    - "Diff - difference between x710 and xxv710 NIC."
2972 #
2973 ## VPP Compare NICs 3n-skx 8t4c mrr
2974 #- type: "table"
2975 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2976 #  algorithm: "table_comparison"
2977 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2978 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2979 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2980 #  columns:
2981 #    - title: "x710"
2982 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2983 #      tag: "NIC_Intel-X710"
2984 #    - title: "xxv710"
2985 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2986 #      tag: "NIC_Intel-XXV710"
2987 #  comparisons:
2988 #    - title: "Diff"
2989 #      reference: 1
2990 #      compare: 2
2991 #  legend:
2992 #    - ""
2993 #    - "x710, xxv710 - NICs tested."
2994 #    - "Diff - difference between x710 and xxv710 NIC."
2995
2996 # VPP Compare NICs 2n-skx 2t1c ndr
2997 - type: "table"
2998   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2999   algorithm: "table_comparison"
3000   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3001   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3002   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3003   columns:
3004     - title: "x710"
3005       data-set: "vpp-nic-comparison-2n-skx"
3006       tag: "NIC_Intel-X710"
3007     - title: "xxv710"
3008       data-set: "vpp-nic-comparison-2n-skx"
3009       tag: "NIC_Intel-XXV710"
3010   comparisons:
3011     - title: "Diff"
3012       reference: 1
3013       compare: 2
3014   legend:
3015     - ""
3016     - "x710, xxv710 - NICs tested."
3017     - "Diff - difference between x710 and xxv710 NIC."
3018
3019 # VPP Compare NICs 2n-skx 4t2c ndr
3020 - type: "table"
3021   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3022   algorithm: "table_comparison"
3023   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3024   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3025   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3026   columns:
3027     - title: "x710"
3028       data-set: "vpp-nic-comparison-2n-skx"
3029       tag: "NIC_Intel-X710"
3030     - title: "xxv710"
3031       data-set: "vpp-nic-comparison-2n-skx"
3032       tag: "NIC_Intel-XXV710"
3033   comparisons:
3034     - title: "Diff"
3035       reference: 1
3036       compare: 2
3037   legend:
3038     - ""
3039     - "x710, xxv710 - NICs tested."
3040     - "Diff - difference between x710 and xxv710 NIC."
3041
3042 # VPP Compare NICs 2n-skx 2t1c pdr
3043 - type: "table"
3044   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3045   algorithm: "table_comparison"
3046   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3048   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3049   columns:
3050     - title: "x710"
3051       data-set: "vpp-nic-comparison-2n-skx"
3052       tag: "NIC_Intel-X710"
3053     - title: "xxv710"
3054       data-set: "vpp-nic-comparison-2n-skx"
3055       tag: "NIC_Intel-XXV710"
3056   comparisons:
3057     - title: "Diff"
3058       reference: 1
3059       compare: 2
3060   legend:
3061     - ""
3062     - "x710, xxv710 - NICs tested."
3063     - "Diff - difference between x710 and xxv710 NIC."
3064
3065 # VPP Compare NICs 2n-skx 4t2c pdr
3066 - type: "table"
3067   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3068   algorithm: "table_comparison"
3069   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3071   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3072   columns:
3073     - title: "x710"
3074       data-set: "vpp-nic-comparison-2n-skx"
3075       tag: "NIC_Intel-X710"
3076     - title: "xxv710"
3077       data-set: "vpp-nic-comparison-2n-skx"
3078       tag: "NIC_Intel-XXV710"
3079   comparisons:
3080     - title: "Diff"
3081       reference: 1
3082       compare: 2
3083   legend:
3084     - ""
3085     - "x710, xxv710 - NICs tested."
3086     - "Diff - difference between x710 and xxv710 NIC."
3087
3088 # VPP Compare NICs 2n-skx 2t1c mrr
3089 - type: "table"
3090   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3091   algorithm: "table_comparison"
3092   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3093   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3094   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3095   columns:
3096     - title: "x710"
3097       data-set: "vpp-nic-comparison-2n-skx-mrr"
3098       tag: "NIC_Intel-X710"
3099     - title: "xxv710"
3100       data-set: "vpp-nic-comparison-2n-skx-mrr"
3101       tag: "NIC_Intel-XXV710"
3102   comparisons:
3103     - title: "Diff"
3104       reference: 1
3105       compare: 2
3106   legend:
3107     - ""
3108     - "x710, xxv710 - NICs tested."
3109     - "Diff - difference between x710 and xxv710 NIC."
3110
3111 # VPP Compare NICs 2n-skx 4t2c mrr
3112 - type: "table"
3113   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3114   algorithm: "table_comparison"
3115   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3117   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3118   columns:
3119     - title: "x710"
3120       data-set: "vpp-nic-comparison-2n-skx-mrr"
3121       tag: "NIC_Intel-X710"
3122     - title: "xxv710"
3123       data-set: "vpp-nic-comparison-2n-skx-mrr"
3124       tag: "NIC_Intel-XXV710"
3125   comparisons:
3126     - title: "Diff"
3127       reference: 1
3128       compare: 2
3129   legend:
3130     - ""
3131     - "x710, xxv710 - NICs tested."
3132     - "Diff - difference between x710 and xxv710 NIC."
3133
3134 # VPP Compare NICs 2n-skx 8t4c mrr
3135 - type: "table"
3136   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3137   algorithm: "table_comparison"
3138   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3139   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3140   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3141   columns:
3142     - title: "x710"
3143       data-set: "vpp-nic-comparison-2n-skx-mrr"
3144       tag: "NIC_Intel-X710"
3145     - title: "xxv710"
3146       data-set: "vpp-nic-comparison-2n-skx-mrr"
3147       tag: "NIC_Intel-XXV710"
3148   comparisons:
3149     - title: "Diff"
3150       reference: 1
3151       compare: 2
3152   legend:
3153     - ""
3154     - "x710, xxv710 - NICs tested."
3155     - "Diff - difference between x710 and xxv710 NIC."
3156
3157 ################################################################################
3158 # VPP
3159
3160 # VPP Performance Changes 3n-hsw 1t1c pdr
3161 - type: "table"
3162   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3163   algorithm: "table_comparison"
3164   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3165   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3166   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3167   columns:
3168     - title: "2001.0-4"
3169       data-set: "vpp-performance-changes-3n-hsw-h1"
3170     - title: "2005.0-4"
3171       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3172     - title: "2005.0-5"
3173       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3174     - title: "2009.0-5"
3175       data-set: "vpp-performance-changes-3n-hsw-cmp"
3176   comparisons:
3177     - title: "2005.0-5 vs 2005.0-4"
3178       reference: 2
3179       compare: 3
3180 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3181     - title: "2009.0-5 vs 2005.0-5"
3182       reference: 3
3183       compare: 4
3184 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3185   legend:
3186     - ''
3187     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3188     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3189     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3190     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3191     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3192
3193 # VPP Performance Changes 3n-hsw 2t2c pdr
3194 - type: "table"
3195   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3196   algorithm: "table_comparison"
3197   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3199   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3200   columns:
3201     - title: "2001.0-4"
3202       data-set: "vpp-performance-changes-3n-hsw-h1"
3203     - title: "2005.0-4"
3204       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3205     - title: "2005.0-5"
3206       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3207     - title: "2009.0-5"
3208       data-set: "vpp-performance-changes-3n-hsw-cmp"
3209   comparisons:
3210     - title: "2005.0-5 vs 2005.0-4"
3211       reference: 2
3212       compare: 3
3213 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3214     - title: "2009.0-5 vs 2005.0-5"
3215       reference: 3
3216       compare: 4
3217 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3218   legend:
3219     - ''
3220     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3221     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3222     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3223     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3224     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3225
3226 # VPP Performance Changes 3n-hsw 1t1c ndr
3227 - type: "table"
3228   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3229   algorithm: "table_comparison"
3230   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3231   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3232   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3233   columns:
3234     - title: "2001.0-4"
3235       data-set: "vpp-performance-changes-3n-hsw-h1"
3236     - title: "2005.0-4"
3237       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3238     - title: "2005.0-5"
3239       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3240     - title: "2009.0-5"
3241       data-set: "vpp-performance-changes-3n-hsw-cmp"
3242   comparisons:
3243     - title: "2005.0-5 vs 2005.0-4"
3244       reference: 2
3245       compare: 3
3246 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3247     - title: "2009.0-5 vs 2005.0-5"
3248       reference: 3
3249       compare: 4
3250 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3251   legend:
3252     - ''
3253     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3254     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3255     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3256     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3257     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3258
3259 # VPP Performance Changes 3n-hsw 2t2c ndr
3260 - type: "table"
3261   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3262   algorithm: "table_comparison"
3263   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3265   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3266   columns:
3267     - title: "2001.0-4"
3268       data-set: "vpp-performance-changes-3n-hsw-h1"
3269     - title: "2005.0-4"
3270       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3271     - title: "2005.0-5"
3272       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3273     - title: "2009.0-5"
3274       data-set: "vpp-performance-changes-3n-hsw-cmp"
3275   comparisons:
3276     - title: "2005.0-5 vs 2005.0-4"
3277       reference: 2
3278       compare: 3
3279 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3280     - title: "2009.0-5 vs 2005.0-5"
3281       reference: 3
3282       compare: 4
3283 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3284   legend:
3285     - ''
3286     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3287     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3288     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3289     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3290     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3291
3292 # VPP Performance Changes 3n-skx 2t1c pdr
3293 - type: "table"
3294   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3295   algorithm: "table_comparison"
3296   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3297   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3298   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3299   columns:
3300     - title: "2001.0-4"
3301       data-set: "vpp-performance-changes-3n-skx-h1"
3302     - title: "2005.0-4"
3303       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3304     - title: "2005.0-5"
3305       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3306     - title: "2009.0-5"
3307       data-set: "vpp-performance-changes-3n-skx-cmp"
3308   comparisons:
3309     - title: "2005.0-5 vs 2005.0-4"
3310       reference: 2
3311       compare: 3
3312 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3313     - title: "2009.0-5 vs 2005.0-5"
3314       reference: 3
3315       compare: 4
3316 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3317   legend:
3318     - ''
3319     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3320     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3321     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3322     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3323     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3324
3325 # VPP Performance Changes 3n-skx 4t2c pdr
3326 - type: "table"
3327   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3328   algorithm: "table_comparison"
3329   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3330   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3331   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3332   columns:
3333     - title: "2001.0-4"
3334       data-set: "vpp-performance-changes-3n-skx-h1"
3335     - title: "2005.0-4"
3336       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3337     - title: "2005.0-5"
3338       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3339     - title: "2009.0-5"
3340       data-set: "vpp-performance-changes-3n-skx-cmp"
3341   comparisons:
3342     - title: "2005.0-5 vs 2005.0-4"
3343       reference: 2
3344       compare: 3
3345 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3346     - title: "2009.0-5 vs 2005.0-5"
3347       reference: 3
3348       compare: 4
3349 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3350   legend:
3351     - ''
3352     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3353     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3354     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3355     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3356     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3357
3358 # VPP Performance Changes 3n-skx 2t1c ndr
3359 - type: "table"
3360   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3361   algorithm: "table_comparison"
3362   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3364   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3365   columns:
3366     - title: "2001.0-4"
3367       data-set: "vpp-performance-changes-3n-skx-h1"
3368     - title: "2005.0-4"
3369       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3370     - title: "2005.0-5"
3371       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3372     - title: "2009.0-5"
3373       data-set: "vpp-performance-changes-3n-skx-cmp"
3374   comparisons:
3375     - title: "2005.0-5 vs 2005.0-4"
3376       reference: 2
3377       compare: 3
3378 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3379     - title: "2009.0-5 vs 2005.0-5"
3380       reference: 3
3381       compare: 4
3382 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3383   legend:
3384     - ''
3385     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3386     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3387     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3388     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3389     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3390
3391 # VPP Performance Changes 3n-skx 4t2c ndr
3392 - type: "table"
3393   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3394   algorithm: "table_comparison"
3395   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3396   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3397   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3398   columns:
3399     - title: "2001.0-4"
3400       data-set: "vpp-performance-changes-3n-skx-h1"
3401     - title: "2005.0-4"
3402       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3403     - title: "2005.0-5"
3404       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3405     - title: "2009.0-5"
3406       data-set: "vpp-performance-changes-3n-skx-cmp"
3407   comparisons:
3408     - title: "2005.0-5 vs 2005.0-4"
3409       reference: 2
3410       compare: 3
3411 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3412     - title: "2009.0-5 vs 2005.0-5"
3413       reference: 3
3414       compare: 4
3415 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3416   legend:
3417     - ''
3418     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3419     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3420     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3421     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3422     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3423
3424 # VPP Performance Changes 2n-skx 2t1c pdr
3425 - type: "table"
3426   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3427   algorithm: "table_comparison"
3428   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3429   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3430   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3431   columns:
3432     - title: "2001.0-4"
3433       data-set: "vpp-performance-changes-2n-skx-h1"
3434     - title: "2005.0-4"
3435       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3436     - title: "2005.0-5"
3437       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3438     - title: "2009.0-5"
3439       data-set: "vpp-performance-changes-2n-skx-cmp"
3440   comparisons:
3441     - title: "2005.0-5 vs 2005.0-4"
3442       reference: 2
3443       compare: 3
3444 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3445     - title: "2009.0-5 vs 2005.0-5"
3446       reference: 3
3447       compare: 4
3448 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3449   legend:
3450     - ''
3451     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3452     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3453     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3454     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3455     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3456
3457 # VPP Performance Changes 2n-skx 4t2c pdr
3458 - type: "table"
3459   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3460   algorithm: "table_comparison"
3461   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3462   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3463   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3464   columns:
3465     - title: "2001.0-4"
3466       data-set: "vpp-performance-changes-2n-skx-h1"
3467     - title: "2005.0-4"
3468       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3469     - title: "2005.0-5"
3470       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3471     - title: "2009.0-5"
3472       data-set: "vpp-performance-changes-2n-skx-cmp"
3473   comparisons:
3474     - title: "2005.0-5 vs 2005.0-4"
3475       reference: 2
3476       compare: 3
3477 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3478     - title: "2009.0-5 vs 2005.0-5"
3479       reference: 3
3480       compare: 4
3481 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3482   legend:
3483     - ''
3484     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3485     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3486     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3487     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3488     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3489
3490 # VPP Performance Changes 2n-skx 2t1c ndr
3491 - type: "table"
3492   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3493   algorithm: "table_comparison"
3494   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3495   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3496   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3497   columns:
3498     - title: "2001.0-4"
3499       data-set: "vpp-performance-changes-2n-skx-h1"
3500     - title: "2005.0-4"
3501       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3502     - title: "2005.0-5"
3503       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3504     - title: "2009.0-5"
3505       data-set: "vpp-performance-changes-2n-skx-cmp"
3506   comparisons:
3507     - title: "2005.0-5 vs 2005.0-4"
3508       reference: 2
3509       compare: 3
3510 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3511     - title: "2009.0-5 vs 2005.0-5"
3512       reference: 3
3513       compare: 4
3514 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3515   legend:
3516     - ''
3517     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3518     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3519     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3520     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3521     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3522
3523 # VPP Performance Changes 2n-skx 4t2c ndr
3524 - type: "table"
3525   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3526   algorithm: "table_comparison"
3527   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3528   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3529   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3530   columns:
3531     - title: "2001.0-4"
3532       data-set: "vpp-performance-changes-2n-skx-h1"
3533     - title: "2005.0-4"
3534       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3535     - title: "2005.0-5"
3536       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3537     - title: "2009.0-5"
3538       data-set: "vpp-performance-changes-2n-skx-cmp"
3539   comparisons:
3540     - title: "2005.0-5 vs 2005.0-4"
3541       reference: 2
3542       compare: 3
3543 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3544     - title: "2009.0-5 vs 2005.0-5"
3545       reference: 3
3546       compare: 4
3547 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3548   legend:
3549     - ''
3550     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3551     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3552     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3553     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3554     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3555
3556 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3557 - type: "table"
3558   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3559   algorithm: "table_comparison"
3560   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3561   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3562   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3563   columns:
3564     - title: "2001.0-4"
3565       data-set: "vpp-performance-changes-2n-clx-h1"
3566     - title: "2005.0-4"
3567       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3568     - title: "2005.0-5"
3569       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3570     - title: "2009.0-5"
3571       data-set: "vpp-performance-changes-2n-clx-cmp"
3572   comparisons:
3573     - title: "2005.0-5 vs 2005.0-4"
3574       reference: 2
3575       compare: 3
3576 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3577     - title: "2009.0-5 vs 2005.0-5"
3578       reference: 3
3579       compare: 4
3580 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3581   legend:
3582     - ''
3583     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3584     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3585     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3586     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3587     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3588
3589 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3590 - type: "table"
3591   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3592   algorithm: "table_comparison"
3593   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3594   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3595   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3596   columns:
3597     - title: "2001.0-4"
3598       data-set: "vpp-performance-changes-2n-clx-h1"
3599     - title: "2005.0-4"
3600       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3601     - title: "2005.0-5"
3602       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3603     - title: "2009.0-5"
3604       data-set: "vpp-performance-changes-2n-clx-cmp"
3605   comparisons:
3606     - title: "2005.0-5 vs 2005.0-4"
3607       reference: 2
3608       compare: 3
3609 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3610     - title: "2009.0-5 vs 2005.0-5"
3611       reference: 3
3612       compare: 4
3613 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3614   legend:
3615     - ''
3616     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3617     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3618     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3619     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3620     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3621
3622 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3623 - type: "table"
3624   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3625   algorithm: "table_comparison"
3626   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3627   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3628   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3629   columns:
3630     - title: "2001.0-4"
3631       data-set: "vpp-performance-changes-2n-clx-h1"
3632     - title: "2005.0-4"
3633       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3634     - title: "2005.0-5"
3635       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3636     - title: "2009.0-5"
3637       data-set: "vpp-performance-changes-2n-clx-cmp"
3638   comparisons:
3639     - title: "2005.0-5 vs 2005.0-4"
3640       reference: 2
3641       compare: 3
3642 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3643     - title: "2009.0-5 vs 2005.0-5"
3644       reference: 3
3645       compare: 4
3646 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3647   legend:
3648     - ''
3649     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3650     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3651     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3652     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3653     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3654
3655 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3656 - type: "table"
3657   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3658   algorithm: "table_comparison"
3659   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3661   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3662   columns:
3663     - title: "2001.0-4"
3664       data-set: "vpp-performance-changes-2n-clx-h1"
3665     - title: "2005.0-4"
3666       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3667     - title: "2005.0-5"
3668       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3669     - title: "2009.0-5"
3670       data-set: "vpp-performance-changes-2n-clx-cmp"
3671   comparisons:
3672     - title: "2005.0-5 vs 2005.0-4"
3673       reference: 2
3674       compare: 3
3675 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3676     - title: "2009.0-5 vs 2005.0-5"
3677       reference: 3
3678       compare: 4
3679 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3680   legend:
3681     - ''
3682     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3683     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3684     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3685     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3686     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3687
3688 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3689 #- type: "table"
3690 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3691 #  algorithm: "table_comparison"
3692 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3693 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3694 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3695 #  columns:
3696 #    - title: "2001.0-2"
3697 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3698 #    - title: "2005.0-3"
3699 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3700 #  comparisons:
3701 #    - title: "Diff"
3702 #      reference: 1
3703 #      compare: 2
3704 #  legend:
3705 #    - ''
3706 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3707 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3708 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3709 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3710 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3711 #
3712 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3713 #- type: "table"
3714 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3715 #  algorithm: "table_comparison"
3716 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3717 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3718 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3719 #  columns:
3720 #    - title: "2001.0-2"
3721 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3722 #    - title: "2005.0-3"
3723 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3724 #  comparisons:
3725 #    - title: "Diff"
3726 #      reference: 1
3727 #      compare: 2
3728 #  legend:
3729 #    - ''
3730 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3731 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3732 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3733 #    - '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.'
3734 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3735 #
3736 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3737 #- type: "table"
3738 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3739 #  algorithm: "table_comparison"
3740 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3741 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3742 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3743 #  columns:
3744 #    - title: "2001.0-2"
3745 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3746 #    - title: "2005.0-3"
3747 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3748 #  comparisons:
3749 #    - title: "Diff"
3750 #      reference: 1
3751 #      compare: 2
3752 #  legend:
3753 #    - ''
3754 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3755 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3756 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3757 #    - '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.'
3758 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3759 #
3760 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3761 #- type: "table"
3762 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3763 #  algorithm: "table_comparison"
3764 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3765 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3766 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3767 #  columns:
3768 #    - title: "2001.0-2"
3769 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3770 #    - title: "2005.0-3"
3771 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3772 #  comparisons:
3773 #    - title: "Diff"
3774 #      reference: 1
3775 #      compare: 2
3776 #  legend:
3777 #    - ''
3778 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3779 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3780 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3781 #    - '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.'
3782 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3783
3784 # VPP Performance Changes 2n-dnv 1t1c pdr
3785 - type: "table"
3786   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3787   algorithm: "table_comparison"
3788   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3789   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3790   filter: "'1T1C'"
3791   columns:
3792     - title: "2001.0-2"
3793       data-set: "vpp-performance-changes-2n-dnv-h1"
3794     - title: "2005.0-5"
3795       data-set: "vpp-performance-changes-2n-dnv-ref"
3796     - title: "2009.0-5"
3797       data-set: "vpp-performance-changes-2n-dnv-cmp"
3798   comparisons:
3799     - title: "2009.0-5 vs 2005.0-5"
3800       reference: 2
3801       compare: 3
3802   legend:
3803     - ''
3804     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3805     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3806     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3807     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3808
3809 # VPP Performance Changes 2n-dnv 2t2c pdr
3810 - type: "table"
3811   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3812   algorithm: "table_comparison"
3813   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3814   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3815   filter: "'2T2C'"
3816   columns:
3817     - title: "2001.0-2"
3818       data-set: "vpp-performance-changes-2n-dnv-h1"
3819     - title: "2005.0-5"
3820       data-set: "vpp-performance-changes-2n-dnv-ref"
3821     - title: "2009.0-5"
3822       data-set: "vpp-performance-changes-2n-dnv-cmp"
3823   comparisons:
3824     - title: "2009.0-5 vs 2005.0-5"
3825       reference: 2
3826       compare: 3
3827   legend:
3828     - ''
3829     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3830     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3831     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3832     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3833
3834 # VPP Performance Changes 2n-dnv 1t1c ndr
3835 - type: "table"
3836   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3837   algorithm: "table_comparison"
3838   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3839   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3840   filter: "'1T1C'"
3841   columns:
3842     - title: "2001.0-2"
3843       data-set: "vpp-performance-changes-2n-dnv-h1"
3844     - title: "2005.0-5"
3845       data-set: "vpp-performance-changes-2n-dnv-ref"
3846     - title: "2009.0-5"
3847       data-set: "vpp-performance-changes-2n-dnv-cmp"
3848   comparisons:
3849     - title: "2009.0-5 vs 2005.0-5"
3850       reference: 2
3851       compare: 3
3852   legend:
3853     - ''
3854     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3855     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3856     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3857     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3858
3859 # VPP Performance Changes 2n-dnv 2t2c ndr
3860 - type: "table"
3861   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3862   algorithm: "table_comparison"
3863   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3864   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3865   filter: "'2T2C'"
3866   columns:
3867     - title: "2001.0-2"
3868       data-set: "vpp-performance-changes-2n-dnv-h1"
3869     - title: "2005.0-5"
3870       data-set: "vpp-performance-changes-2n-dnv-ref"
3871     - title: "2009.0-5"
3872       data-set: "vpp-performance-changes-2n-dnv-cmp"
3873   comparisons:
3874     - title: "2009.0-5 vs 2005.0-5"
3875       reference: 2
3876       compare: 3
3877   legend:
3878     - ''
3879     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3880     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3881     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3882     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3883
3884 # VPP Performance Changes 3n-dnv 1t1c pdr
3885 - type: "table"
3886   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3887   algorithm: "table_comparison"
3888   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3889   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3890   filter: "'1T1C'"
3891   columns:
3892     - title: "2001.0-2"
3893       data-set: "vpp-performance-changes-3n-dnv-h1"
3894     - title: "2005.0-5"
3895       data-set: "vpp-performance-changes-3n-dnv-ref"
3896     - title: "2009.0-5"
3897       data-set: "vpp-performance-changes-3n-dnv-cmp"
3898   comparisons:
3899     - title: "2009.0-5 vs 2005.0-5"
3900       reference: 2
3901       compare: 3
3902   legend:
3903     - ''
3904     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3905     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3906     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3907     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3908
3909 # VPP Performance Changes 3n-dnv 2t2c pdr
3910 - type: "table"
3911   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3912   algorithm: "table_comparison"
3913   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3914   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3915   filter: "'2T2C'"
3916   columns:
3917     - title: "2001.0-2"
3918       data-set: "vpp-performance-changes-3n-dnv-h1"
3919     - title: "2005.0-5"
3920       data-set: "vpp-performance-changes-3n-dnv-ref"
3921     - title: "2009.0-5"
3922       data-set: "vpp-performance-changes-3n-dnv-cmp"
3923   comparisons:
3924     - title: "2009.0-5 vs 2005.0-5"
3925       reference: 2
3926       compare: 3
3927   legend:
3928     - ''
3929     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3930     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3931     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3932     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3933
3934 # VPP Performance Changes 3n-dnv 1t1c ndr
3935 - type: "table"
3936   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3937   algorithm: "table_comparison"
3938   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3939   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3940   filter: "'1T1C'"
3941   columns:
3942     - title: "2001.0-2"
3943       data-set: "vpp-performance-changes-3n-dnv-h1"
3944     - title: "2005.0-5"
3945       data-set: "vpp-performance-changes-3n-dnv-ref"
3946     - title: "2009.0-5"
3947       data-set: "vpp-performance-changes-3n-dnv-cmp"
3948   comparisons:
3949     - title: "2009.0-5 vs 2005.0-5"
3950       reference: 2
3951       compare: 3
3952   legend:
3953     - ''
3954     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3955     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3956     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3957     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3958
3959 # VPP Performance Changes 3n-dnv 2t2c ndr
3960 - type: "table"
3961   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3962   algorithm: "table_comparison"
3963   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3964   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3965   filter: "'2T2C'"
3966   columns:
3967     - title: "2001.0-2"
3968       data-set: "vpp-performance-changes-3n-dnv-h1"
3969     - title: "2005.0-5"
3970       data-set: "vpp-performance-changes-3n-dnv-ref"
3971     - title: "2009.0-5"
3972       data-set: "vpp-performance-changes-3n-dnv-cmp"
3973   comparisons:
3974     - title: "2009.0-5 vs 2005.0-5"
3975       reference: 2
3976       compare: 3
3977   legend:
3978     - ''
3979     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3980     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3981     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3982     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3983
3984 # VPP Performance Changes 3n-tsh 1t1c pdr
3985 - type: "table"
3986   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3987   algorithm: "table_comparison"
3988   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3989   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3990   filter: "'1T1C'"
3991   columns:
3992     - title: "2001.0-4"
3993       data-set: "vpp-performance-changes-3n-tsh-h1"
3994     - title: "2005.0-4"
3995       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3996     - title: "2005.0-5"
3997       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3998     - title: "2009.0-5"
3999       data-set: "vpp-performance-changes-3n-tsh-cmp"
4000   comparisons:
4001     - title: "2005.0-5 vs 2005.0-4"
4002       reference: 2
4003       compare: 3
4004 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4005     - title: "2009.0-5 vs 2005.0-5"
4006       reference: 3
4007       compare: 4
4008 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4009   legend:
4010     - ''
4011     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4012     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4013     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4014     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4015     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4016
4017 # VPP Performance Changes 3n-tsh 2t2c pdr
4018 - type: "table"
4019   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4020   algorithm: "table_comparison"
4021   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4022   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4023   filter: "'2T2C'"
4024   columns:
4025     - title: "2001.0-4"
4026       data-set: "vpp-performance-changes-3n-tsh-h1"
4027     - title: "2005.0-4"
4028       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4029     - title: "2005.0-5"
4030       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4031     - title: "2009.0-5"
4032       data-set: "vpp-performance-changes-3n-tsh-cmp"
4033   comparisons:
4034     - title: "2005.0-5 vs 2005.0-4"
4035       reference: 2
4036       compare: 3
4037 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4038     - title: "2009.0-5 vs 2005.0-5"
4039       reference: 3
4040       compare: 4
4041 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4042   legend:
4043     - ''
4044     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4045     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4046     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4047     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4048     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4049
4050 # VPP Performance Changes 3n-tsh 1t1c ndr
4051 - type: "table"
4052   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4053   algorithm: "table_comparison"
4054   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4055   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4056   filter: "'1T1C'"
4057   columns:
4058     - title: "2001.0-4"
4059       data-set: "vpp-performance-changes-3n-tsh-h1"
4060     - title: "2005.0-4"
4061       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4062     - title: "2005.0-5"
4063       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4064     - title: "2009.0-5"
4065       data-set: "vpp-performance-changes-3n-tsh-cmp"
4066   comparisons:
4067     - title: "2005.0-5 vs 2005.0-4"
4068       reference: 2
4069       compare: 3
4070 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4071     - title: "2009.0-5 vs 2005.0-5"
4072       reference: 3
4073       compare: 4
4074 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4075   legend:
4076     - ''
4077     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4078     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4079     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4080     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4081     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4082
4083 # VPP Performance Changes 3n-tsh 2t2c ndr
4084 - type: "table"
4085   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4086   algorithm: "table_comparison"
4087   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4088   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4089   filter: "'2T2C'"
4090   columns:
4091     - title: "2001.0-4"
4092       data-set: "vpp-performance-changes-3n-tsh-h1"
4093     - title: "2005.0-4"
4094       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4095     - title: "2005.0-5"
4096       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4097     - title: "2009.0-5"
4098       data-set: "vpp-performance-changes-3n-tsh-cmp"
4099   comparisons:
4100     - title: "2005.0-5 vs 2005.0-4"
4101       reference: 2
4102       compare: 3
4103 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4104     - title: "2009.0-5 vs 2005.0-5"
4105       reference: 3
4106       compare: 4
4107 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4108   legend:
4109     - ''
4110     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4111     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4112     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4113     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4114     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4115
4116 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4117 - type: "table"
4118   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4119   algorithm: "table_comparison"
4120   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4121   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4122   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4123   columns:
4124     - title: "3n-hsw xl710"
4125       data-set: "vpp-compare-testbeds-ref"
4126       tag: "NIC_Intel-XL710"
4127     - title: "3n-skx xxv710"
4128       data-set: "vpp-compare-testbeds-cmp"
4129       tag: "NIC_Intel-XXV710"
4130   comparisons:
4131     - title: "Diff"
4132       reference: 1
4133       compare: 2
4134   legend:
4135     - ""
4136     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4137     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4138
4139 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4140 - type: "table"
4141   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4142   algorithm: "table_comparison"
4143   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4144   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4145   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4146   columns:
4147     - title: "3n-hsw xl710"
4148       data-set: "vpp-compare-testbeds-ref"
4149       tag: "NIC_Intel-XL710"
4150     - title: "3n-skx xxv710"
4151       data-set: "vpp-compare-testbeds-cmp"
4152       tag: "NIC_Intel-XXV710"
4153   comparisons:
4154     - title: "Diff"
4155       reference: 1
4156       compare: 2
4157   legend:
4158     - ""
4159     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4160     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4161
4162 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4163 - type: "table"
4164   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4165   algorithm: "table_comparison"
4166   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4168   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4169   columns:
4170     - title: "3n-hsw xl710"
4171       data-set: "vpp-compare-testbeds-ref"
4172       tag: "NIC_Intel-XL710"
4173     - title: "3n-skx xxv710"
4174       data-set: "vpp-compare-testbeds-cmp"
4175       tag: "NIC_Intel-XXV710"
4176   comparisons:
4177     - title: "Diff"
4178       reference: 1
4179       compare: 2
4180   legend:
4181     - ""
4182     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4183     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4184
4185 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4186 - type: "table"
4187   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4188   algorithm: "table_comparison"
4189   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4191   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4192   columns:
4193     - title: "3n-hsw xl710"
4194       data-set: "vpp-compare-testbeds-ref"
4195       tag: "NIC_Intel-XL710"
4196     - title: "3n-skx xxv710"
4197       data-set: "vpp-compare-testbeds-cmp"
4198       tag: "NIC_Intel-XXV710"
4199   comparisons:
4200     - title: "Diff"
4201       reference: 1
4202       compare: 2
4203   legend:
4204     - ""
4205     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4206     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4207
4208 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4209 - type: "table"
4210   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4211   algorithm: "table_comparison"
4212   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4213   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4214   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4215   columns:
4216     - title: "2n-skx"
4217       data-set: "vpp-compare-testbeds-skx-clx-ref"
4218     - title: "2n-clx"
4219       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4220   comparisons:
4221     - title: "Diff"
4222       reference: 1
4223       compare: 2
4224   legend:
4225     - ""
4226     - "2n-skx, 2n-clx - testbeds and NICs tested."
4227     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4228
4229 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4230 - type: "table"
4231   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4232   algorithm: "table_comparison"
4233   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4234   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4235   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4236   columns:
4237     - title: "2n-skx"
4238       data-set: "vpp-compare-testbeds-skx-clx-ref"
4239     - title: "2n-clx"
4240       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4241   comparisons:
4242     - title: "Diff"
4243       reference: 1
4244       compare: 2
4245   legend:
4246     - ""
4247     - "2n-skx, 2n-clx - testbeds and NICs tested."
4248     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4249
4250 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4251 - type: "table"
4252   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4253   algorithm: "table_comparison"
4254   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4256   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4257   columns:
4258     - title: "2n-skx"
4259       data-set: "vpp-compare-testbeds-skx-clx-ref"
4260     - title: "2n-clx"
4261       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4262   comparisons:
4263     - title: "Diff"
4264       reference: 1
4265       compare: 2
4266   legend:
4267     - ""
4268     - "2n-skx, 2n-clx - testbeds and NICs tested."
4269     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4270
4271 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4272 - type: "table"
4273   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4274   algorithm: "table_comparison"
4275   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4276   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4277   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4278   columns:
4279     - title: "2n-skx"
4280       data-set: "vpp-compare-testbeds-skx-clx-ref"
4281     - title: "2n-clx"
4282       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4283   comparisons:
4284     - title: "Diff"
4285       reference: 1
4286       compare: 2
4287   legend:
4288     - ""
4289     - "2n-skx, 2n-clx - testbeds and NICs tested."
4290     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4291
4292 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4293 - type: "table"
4294   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4295   algorithm: "table_comparison"
4296   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4297   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4298   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4299   columns:
4300     - title: "3n-hsw xl710"
4301       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4302       tag: "NIC_Intel-XL710"
4303     - title: "2n-clx xxv710"
4304       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4305       tag: "NIC_Intel-XXV710"
4306   comparisons:
4307     - title: "Diff"
4308       reference: 1
4309       compare: 2
4310   legend:
4311     - ""
4312     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4313     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4314
4315 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4316 - type: "table"
4317   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4318   algorithm: "table_comparison"
4319   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4320   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4321   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4322   columns:
4323     - title: "3n-hsw xl710"
4324       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4325       tag: "NIC_Intel-XL710"
4326     - title: "2n-clx xxv710"
4327       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4328       tag: "NIC_Intel-XXV710"
4329   comparisons:
4330     - title: "Diff"
4331       reference: 1
4332       compare: 2
4333   legend:
4334     - ""
4335     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4336     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4337
4338 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4339 - type: "table"
4340   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4341   algorithm: "table_comparison"
4342   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4343   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4344   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4345   columns:
4346     - title: "3n-hsw xl710"
4347       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4348       tag: "NIC_Intel-XL710"
4349     - title: "2n-clx xxv710"
4350       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4351       tag: "NIC_Intel-XXV710"
4352   comparisons:
4353     - title: "Diff"
4354       reference: 1
4355       compare: 2
4356   legend:
4357     - ""
4358     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4359     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4360
4361 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4362 - type: "table"
4363   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4364   algorithm: "table_comparison"
4365   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4366   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4367   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4368   columns:
4369     - title: "3n-hsw xl710"
4370       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4371       tag: "NIC_Intel-XL710"
4372     - title: "2n-clx xxv710"
4373       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4374       tag: "NIC_Intel-XXV710"
4375   comparisons:
4376     - title: "Diff"
4377       reference: 1
4378       compare: 2
4379   legend:
4380     - ""
4381     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4382     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4383
4384 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4385 - type: "table"
4386   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4387   algorithm: "table_comparison"
4388   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4390   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4391   columns:
4392     - title: "3n-skx"
4393       data-set: "vpp-compare-topologies-ref"
4394     - title: "2n-skx"
4395       data-set: "vpp-compare-topologies-cmp"
4396   comparisons:
4397     - title: "Diff"
4398       reference: 1
4399       compare: 2
4400   legend:
4401     - ""
4402     - "3n-skx, 2n-skx - topologies tested."
4403     - "Diff - difference between 3n-skx and 2n-skx topologies."
4404
4405 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4406 - type: "table"
4407   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4408   algorithm: "table_comparison"
4409   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4410   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4411   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4412   columns:
4413     - title: "3n-skx"
4414       data-set: "vpp-compare-topologies-ref"
4415     - title: "2n-skx"
4416       data-set: "vpp-compare-topologies-cmp"
4417   comparisons:
4418     - title: "Diff"
4419       reference: 1
4420       compare: 2
4421   legend:
4422     - ""
4423     - "3n-skx, 2n-skx - topologies tested."
4424     - "Diff - difference between 3n-skx and 2n-skx topologies."
4425
4426 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4427 - type: "table"
4428   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4429   algorithm: "table_comparison"
4430   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4431   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4432   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4433   columns:
4434     - title: "3n-skx"
4435       data-set: "vpp-compare-topologies-ref"
4436     - title: "2n-skx"
4437       data-set: "vpp-compare-topologies-cmp"
4438   comparisons:
4439     - title: "Diff"
4440       reference: 1
4441       compare: 2
4442   legend:
4443     - ""
4444     - "3n-skx, 2n-skx - topologies tested."
4445     - "Diff - difference between 3n-skx and 2n-skx topologies."
4446
4447 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4448 - type: "table"
4449   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4450   algorithm: "table_comparison"
4451   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4452   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4453   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4454   columns:
4455     - title: "3n-skx"
4456       data-set: "vpp-compare-topologies-ref"
4457     - title: "2n-skx"
4458       data-set: "vpp-compare-topologies-cmp"
4459   comparisons:
4460     - title: "Diff"
4461       reference: 1
4462       compare: 2
4463   legend:
4464     - ""
4465     - "3n-skx, 2n-skx - topologies tested."
4466     - "Diff - difference between 3n-skx and 2n-skx topologies."
4467
4468 # VPP Performance Changes 3n-hsw 1t1c mrr
4469 - type: "table"
4470   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4471   algorithm: "table_comparison"
4472   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4473   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4474   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4475   columns:
4476     - title: "2001.0-2"
4477       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4478     - title: "2005.0-4"
4479       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4480     - title: "2005.0-5"
4481       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4482     - title: "2009.0-5"
4483       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4484   comparisons:
4485     - title: "2005.0-5 vs 2005.0-4"
4486       reference: 2
4487       compare: 3
4488 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4489     - title: "2009.0-5 vs 2005.0-5"
4490       reference: 3
4491       compare: 4
4492 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4493   legend:
4494     - ''
4495     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4496     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4497     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4498     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4499     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4500
4501 # VPP Performance Changes 3n-hsw 2t2c mrr
4502 - type: "table"
4503   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4504   algorithm: "table_comparison"
4505   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4506   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4507   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4508   columns:
4509     - title: "2001.0-2"
4510       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4511     - title: "2005.0-4"
4512       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4513     - title: "2005.0-5"
4514       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4515     - title: "2009.0-5"
4516       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4517   comparisons:
4518     - title: "2005.0-5 vs 2005.0-4"
4519       reference: 2
4520       compare: 3
4521 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4522     - title: "2009.0-5 vs 2005.0-5"
4523       reference: 3
4524       compare: 4
4525 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4526   legend:
4527     - ''
4528     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4529     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4530     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4531     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4532     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4533
4534 # VPP Performance Changes 3n-hsw 4t4c mrr
4535 - type: "table"
4536   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4537   algorithm: "table_comparison"
4538   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4539   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4540   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4541   columns:
4542     - title: "2001.0-2"
4543       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4544     - title: "2005.0-4"
4545       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4546     - title: "2005.0-5"
4547       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4548     - title: "2009.0-5"
4549       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4550   comparisons:
4551     - title: "2005.0-5 vs 2005.0-4"
4552       reference: 2
4553       compare: 3
4554 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4555     - title: "2009.0-5 vs 2005.0-5"
4556       reference: 3
4557       compare: 4
4558 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4559   legend:
4560     - ''
4561     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4562     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4563     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4564     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4565     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4566
4567 # VPP Performance Changes 3n-skx 2t1c mrr
4568 - type: "table"
4569   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4570   algorithm: "table_comparison"
4571   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4572   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4573   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4574   columns:
4575     - title: "2001.0-2"
4576       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4577     - title: "2005.0-4"
4578       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4579     - title: "2005.0-5"
4580       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4581     - title: "2009.0-5"
4582       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4583   comparisons:
4584     - title: "2005.0-5 vs 2005.0-4"
4585       reference: 2
4586       compare: 3
4587 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4588     - title: "2009.0-5 vs 2005.0-5"
4589       reference: 2
4590       compare: 3
4591 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4592   legend:
4593     - ''
4594     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4595     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4596     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4597     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4598     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4599
4600 # VPP Performance Changes 3n-skx 4t2c mrr
4601 - type: "table"
4602   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4603   algorithm: "table_comparison"
4604   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4605   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4606   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4607   columns:
4608     - title: "2001.0-2"
4609       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4610     - title: "2005.0-4"
4611       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4612     - title: "2005.0-5"
4613       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4614     - title: "2009.0-5"
4615       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4616   comparisons:
4617     - title: "2005.0-5 vs 2005.0-4"
4618       reference: 2
4619       compare: 3
4620 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4621     - title: "2009.0-5 vs 2005.0-5"
4622       reference: 2
4623       compare: 3
4624 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4625   legend:
4626     - ''
4627     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4628     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4629     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4630     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4631     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4632
4633 # VPP Performance Changes 3n-skx 8t4c mrr
4634 - type: "table"
4635   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4636   algorithm: "table_comparison"
4637   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4638   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4639   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4640   columns:
4641     - title: "2001.0-2"
4642       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4643     - title: "2005.0-4"
4644       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4645     - title: "2005.0-5"
4646       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4647     - title: "2009.0-5"
4648       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4649   comparisons:
4650     - title: "2005.0-5 vs 2005.0-4"
4651       reference: 2
4652       compare: 3
4653 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4654     - title: "2009.0-5 vs 2005.0-5"
4655       reference: 2
4656       compare: 3
4657 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4658   legend:
4659     - ''
4660     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4661     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4662     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4663     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4664     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4665
4666 # VPP Performance Changes 2n-skx 2t1c mrr
4667 - type: "table"
4668   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4669   algorithm: "table_comparison"
4670   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4671   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4672   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4673   columns:
4674     - title: "2001.0-2"
4675       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4676     - title: "2005.0-4"
4677       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4678     - title: "2005.0-5"
4679       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4680     - title: "2009.0-5"
4681       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4682   comparisons:
4683     - title: "2005.0-5 vs 2005.0-4"
4684       reference: 2
4685       compare: 3
4686 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4687     - title: "2009.0-5 vs 2005.0-4"
4688       reference: 3
4689       compare: 4
4690 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4691   legend:
4692     - ''
4693     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4694     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4695     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4696     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4697     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4698
4699 # VPP Performance Changes 2n-skx 4t2c mrr
4700 - type: "table"
4701   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4702   algorithm: "table_comparison"
4703   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4704   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4705   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4706   columns:
4707     - title: "2001.0-2"
4708       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4709     - title: "2005.0-4"
4710       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4711     - title: "2005.0-5"
4712       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4713     - title: "2009.0-5"
4714       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4715   comparisons:
4716     - title: "2005.0-5 vs 2005.0-4"
4717       reference: 2
4718       compare: 3
4719 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4720     - title: "2009.0-5 vs 2005.0-4"
4721       reference: 3
4722       compare: 4
4723 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4724   legend:
4725     - ''
4726     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4727     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4728     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4729     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4730     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4731
4732 # VPP Performance Changes 2n-skx 8t4c mrr
4733 - type: "table"
4734   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4735   algorithm: "table_comparison"
4736   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4737   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4738   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4739   columns:
4740     - title: "2001.0-2"
4741       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4742     - title: "2005.0-4"
4743       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4744     - title: "2005.0-5"
4745       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4746     - title: "2009.0-5"
4747       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4748   comparisons:
4749     - title: "2005.0-5 vs 2005.0-4"
4750       reference: 2
4751       compare: 3
4752 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4753     - title: "2009.0-5 vs 2005.0-4"
4754       reference: 3
4755       compare: 4
4756 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4757   legend:
4758     - ''
4759     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4760     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4761     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4762     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4763     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4764
4765 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4766 - type: "table"
4767   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4768   algorithm: "table_comparison"
4769   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4770   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4771   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4772   columns:
4773     - title: "2001.0-2"
4774       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4775     - title: "2005.0-4"
4776       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4777     - title: "2005.0-5"
4778       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4779     - title: "2009.0-5"
4780       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4781   comparisons:
4782     - title: "2005.0-5 vs 2005.0-4"
4783       reference: 2
4784       compare: 3
4785 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4786     - title: "2009.0-5 vs 2005.0-5"
4787       reference: 3
4788       compare: 4
4789 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4790   legend:
4791     - ''
4792     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4793     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4794     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4795     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4796     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4797
4798 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4799 - type: "table"
4800   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4801   algorithm: "table_comparison"
4802   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4803   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4804   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4805   columns:
4806     - title: "2001.0-2"
4807       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4808     - title: "2005.0-4"
4809       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4810     - title: "2005.0-5"
4811       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4812     - title: "2009.0-5"
4813       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4814   comparisons:
4815     - title: "2005.0-5 vs 2005.0-4"
4816       reference: 2
4817       compare: 3
4818 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4819     - title: "2009.0-5 vs 2005.0-5"
4820       reference: 3
4821       compare: 4
4822 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4823   legend:
4824     - ''
4825     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4826     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4827     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4828     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4829     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4830
4831 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4832 - type: "table"
4833   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4834   algorithm: "table_comparison"
4835   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4837   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4838   columns:
4839     - title: "2001.0-2"
4840       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4841     - title: "2005.0-4"
4842       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4843     - title: "2005.0-5"
4844       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4845     - title: "2009.0-5"
4846       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4847   comparisons:
4848     - title: "2005.0-5 vs 2005.0-4"
4849       reference: 2
4850       compare: 3
4851 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4852     - title: "2009.0-5 vs 2005.0-5"
4853       reference: 3
4854       compare: 4
4855 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4856   legend:
4857     - ''
4858     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4859     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4860     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4861     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4862     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4863
4864 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4865 #- type: "table"
4866 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4867 #  algorithm: "table_comparison"
4868 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4869 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4870 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4871 #  columns:
4872 #    - title: "2001"
4873 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4874 #    - title: "2005"
4875 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4876 #  comparisons:
4877 #    - title: "Diff"
4878 #      reference: 1
4879 #      compare: 2
4880 #  legend:
4881 #    - ""
4882 #    - "2001, 2005 - VPP versions tested."
4883 #    - "Diff - difference between 2001 and 2005 VPP version."
4884 #
4885 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4886 #- type: "table"
4887 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4888 #  algorithm: "table_comparison"
4889 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4890 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4891 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4892 #  columns:
4893 #    - title: "2001"
4894 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4895 #    - title: "2005"
4896 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4897 #  comparisons:
4898 #    - title: "Diff"
4899 #      reference: 1
4900 #      compare: 2
4901 #  legend:
4902 #    - ""
4903 #    - "2001, 2005 - VPP versions tested."
4904 #    - "Diff - difference between 2001 and 2005 VPP version."
4905 #
4906 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4907 #- type: "table"
4908 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4909 #  algorithm: "table_comparison"
4910 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4911 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4912 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4913 #  columns:
4914 #    - title: "2001"
4915 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4916 #    - title: "2005"
4917 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4918 #  comparisons:
4919 #    - title: "Diff"
4920 #      reference: 1
4921 #      compare: 2
4922 #  legend:
4923 #    - ""
4924 #    - "2001, 2005 - VPP versions tested."
4925 #    - "Diff - difference between 2001 and 2005 VPP version."
4926
4927 # VPP Performance Changes 2n-dnv 1t1c mrr
4928 - type: "table"
4929   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4930   algorithm: "table_comparison"
4931   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4932   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4933   filter: "'1T1C'"
4934   columns:
4935     - title: "2001.0-2"
4936       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4937     - title: "2005.0-5"
4938       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4939     - title: "2009.0-5"
4940       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4941   comparisons:
4942     - title: "2009.0-5 vs 2005.0-5"
4943       reference: 2
4944       compare: 3
4945   legend:
4946     - ''
4947     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4948     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4949     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4950     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4951
4952 # VPP Performance Changes 2n-dnv 2t2c mrr
4953 - type: "table"
4954   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4955   algorithm: "table_comparison"
4956   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4957   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4958   filter: "'2T2C'"
4959   columns:
4960     - title: "2001.0-2"
4961       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4962     - title: "2005.0-5"
4963       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4964     - title: "2009.0-5"
4965       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4966   comparisons:
4967     - title: "2009.0-5 vs 2005.0-5"
4968       reference: 2
4969       compare: 3
4970   legend:
4971     - ''
4972     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4973     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4974     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4975     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4976
4977 # VPP Performance Changes 2n-dnv 4t4c mrr
4978 - type: "table"
4979   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4980   algorithm: "table_comparison"
4981   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4982   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4983   filter: "'4T4C'"
4984   columns:
4985     - title: "2001.0-2"
4986       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4987     - title: "2005.0-5"
4988       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4989     - title: "2009.0-5"
4990       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4991   comparisons:
4992     - title: "2009.0-5 vs 2005.0-5"
4993       reference: 2
4994       compare: 3
4995   legend:
4996     - ''
4997     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4998     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4999     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5000     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5001
5002 # VPP Performance Changes 3n-dnv 1t1c mrr
5003 - type: "table"
5004   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5005   algorithm: "table_comparison"
5006   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5007   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5008   filter: "'1T1C'"
5009   columns:
5010     - title: "2001.0-2"
5011       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5012     - title: "2005.0-5"
5013       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5014     - title: "2009.0-5"
5015       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5016   comparisons:
5017     - title: "2009.0-5 vs 2005.0-5"
5018       reference: 2
5019       compare: 3
5020   legend:
5021     - ''
5022     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5023     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5024     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5025     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5026
5027 # VPP Performance Changes 3n-dnv 2t2c mrr
5028 - type: "table"
5029   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5030   algorithm: "table_comparison"
5031   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5032   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5033   filter: "'2T2C'"
5034   columns:
5035     - title: "2001.0-2"
5036       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5037     - title: "2005.0-5"
5038       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5039     - title: "2009.0-5"
5040       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5041   comparisons:
5042     - title: "2009.0-5 vs 2005.0-5"
5043       reference: 2
5044       compare: 3
5045   legend:
5046     - ''
5047     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5048     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5049     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5050     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5051
5052 # VPP Performance Changes 3n-dnv 4t4c mrr
5053 - type: "table"
5054   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5055   algorithm: "table_comparison"
5056   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5057   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5058   filter: "'4T4C'"
5059   columns:
5060     - title: "2001.0-2"
5061       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5062     - title: "2005.0-5"
5063       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5064     - title: "2009.0-5"
5065       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5066   comparisons:
5067     - title: "2009.0-5 vs 2005.0-5"
5068       reference: 2
5069       compare: 3
5070   legend:
5071     - ''
5072     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5073     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5074     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5075     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5076
5077 # VPP Performance Changes 3n-tsh 1t1c mrr
5078 - type: "table"
5079   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5080   algorithm: "table_comparison"
5081   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5082   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5083   filter: "'1T1C'"
5084   columns:
5085     - title: "2001.0-2"
5086       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5087     - title: "2005.0-4"
5088       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5089     - title: "2005.0-5"
5090       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5091     - title: "2009.0-5"
5092       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5093   comparisons:
5094     - title: "2005.0-5 vs 2005.0-4"
5095       reference: 2
5096       compare: 3
5097 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5098     - title: "2009.0-5 vs 2005.0-5"
5099       reference: 3
5100       compare: 4
5101 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5102   legend:
5103     - ''
5104     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5105     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5106     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5107     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5108     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5109
5110 # VPP Performance Changes 3n-tsh 2t2c mrr
5111 - type: "table"
5112   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5113   algorithm: "table_comparison"
5114   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5115   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5116   filter: "'2T2C'"
5117   columns:
5118     - title: "2001.0-2"
5119       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5120     - title: "2005.0-4"
5121       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5122     - title: "2005.0-5"
5123       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5124     - title: "2009.0-5"
5125       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5126   comparisons:
5127     - title: "2005.0-5 vs 2005.0-4"
5128       reference: 2
5129       compare: 3
5130 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5131     - title: "2009.0-5 vs 2005.0-5"
5132       reference: 3
5133       compare: 4
5134 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5135   legend:
5136     - ''
5137     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5138     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5139     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5140     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5141     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5142
5143 # VPP Performance Changes 3n-tsh 4t4c mrr
5144 - type: "table"
5145   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5146   algorithm: "table_comparison"
5147   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5148   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5149   filter: "'4T4C'"
5150   columns:
5151     - title: "2001.0-2"
5152       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5153     - title: "2005.0-4"
5154       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5155     - title: "2005.0-5"
5156       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5157     - title: "2009.0-5"
5158       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5159   comparisons:
5160     - title: "2005.0-5 vs 2005.0-4"
5161       reference: 2
5162       compare: 3
5163 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5164     - title: "2009.0-5 vs 2005.0-5"
5165       reference: 3
5166       compare: 4
5167 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5168   legend:
5169     - ''
5170     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5171     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5172     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5173     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5174     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5175
5176 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5177 - type: "table"
5178   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5179   algorithm: "table_comparison"
5180   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5181   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5182   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5183   columns:
5184     - title: "3n-hsw xl710"
5185       data-set: "vpp-compare-testbeds-mrr-ref"
5186       tag: "NIC_Intel-XL710"
5187     - title: "3n-skx xxv710"
5188       data-set: "vpp-compare-testbeds-mrr-cmp"
5189       tag: "NIC_Intel-XXV710"
5190   comparisons:
5191     - title: "Diff"
5192       reference: 1
5193       compare: 2
5194   legend:
5195     - ""
5196     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5197     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5198
5199 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5200 - type: "table"
5201   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5202   algorithm: "table_comparison"
5203   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5204   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5205   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5206   columns:
5207     - title: "3n-hsw xl710"
5208       data-set: "vpp-compare-testbeds-mrr-ref"
5209       tag: "NIC_Intel-XL710"
5210     - title: "3n-skx xxv710"
5211       data-set: "vpp-compare-testbeds-mrr-cmp"
5212       tag: "NIC_Intel-XXV710"
5213   comparisons:
5214     - title: "Diff"
5215       reference: 1
5216       compare: 2
5217   legend:
5218     - ""
5219     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5220     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5221
5222 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5223 - type: "table"
5224   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5225   algorithm: "table_comparison"
5226   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5227   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5228   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5229   columns:
5230     - title: "3n-hsw xl710"
5231       data-set: "vpp-compare-testbeds-mrr-ref"
5232       tag: "NIC_Intel-XL710"
5233     - title: "3n-skx xxv710"
5234       data-set: "vpp-compare-testbeds-mrr-cmp"
5235       tag: "NIC_Intel-XXV710"
5236   comparisons:
5237     - title: "Diff"
5238       reference: 1
5239       compare: 2
5240   legend:
5241     - ""
5242     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5243     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5244
5245 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5246 - type: "table"
5247   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5248   algorithm: "table_comparison"
5249   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5250   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5251   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5252   columns:
5253     - title: "2n-skx"
5254       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5255     - title: "2n-clx"
5256       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5257   comparisons:
5258     - title: "Diff"
5259       reference: 1
5260       compare: 2
5261   legend:
5262     - ""
5263     - "2n-skx, 2n-clx - testbeds and NICs tested."
5264     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5265
5266 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5267 - type: "table"
5268   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5269   algorithm: "table_comparison"
5270   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5272   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5273   columns:
5274     - title: "2n-skx"
5275       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5276     - title: "2n-clx"
5277       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5278   comparisons:
5279     - title: "Diff"
5280       reference: 1
5281       compare: 2
5282   legend:
5283     - ""
5284     - "2n-skx, 2n-clx - testbeds and NICs tested."
5285     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5286
5287 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5288 - type: "table"
5289   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5290   algorithm: "table_comparison"
5291   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5292   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5293   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5294   columns:
5295     - title: "2n-skx"
5296       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5297     - title: "2n-clx"
5298       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5299   comparisons:
5300     - title: "Diff"
5301       reference: 1
5302       compare: 2
5303   legend:
5304     - ""
5305     - "2n-skx, 2n-clx - testbeds and NICs tested."
5306     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5307
5308 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5309 - type: "table"
5310   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5311   algorithm: "table_comparison"
5312   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5313   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5314   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5315   columns:
5316     - title: "3n-skx"
5317       data-set: "vpp-compare-topologies-mrr-ref"
5318     - title: "2n-skx"
5319       data-set: "vpp-compare-topologies-mrr-cmp"
5320   comparisons:
5321     - title: "Diff"
5322       reference: 1
5323       compare: 2
5324   legend:
5325     - ""
5326     - "3n-skx, 2n-skx - topologies tested."
5327     - "Diff - difference between 3n-skx and 2n-skx topologies."
5328
5329 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5330 - type: "table"
5331   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5332   algorithm: "table_comparison"
5333   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5334   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5335   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5336   columns:
5337     - title: "3n-skx"
5338       data-set: "vpp-compare-topologies-mrr-ref"
5339     - title: "2n-skx"
5340       data-set: "vpp-compare-topologies-mrr-cmp"
5341   comparisons:
5342     - title: "Diff"
5343       reference: 1
5344       compare: 2
5345   legend:
5346     - ""
5347     - "3n-skx, 2n-skx - topologies tested."
5348     - "Diff - difference between 3n-skx and 2n-skx topologies."
5349
5350 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5351 - type: "table"
5352   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5353   algorithm: "table_comparison"
5354   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5355   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5356   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5357   columns:
5358     - title: "3n-skx"
5359       data-set: "vpp-compare-topologies-mrr-ref"
5360     - title: "2n-skx"
5361       data-set: "vpp-compare-topologies-mrr-cmp"
5362   comparisons:
5363     - title: "Diff"
5364       reference: 1
5365       compare: 2
5366   legend:
5367     - ""
5368     - "3n-skx, 2n-skx - topologies tested."
5369     - "Diff - difference between 3n-skx and 2n-skx topologies."
5370
5371 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5372 - type: "table"
5373   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5374   algorithm: "table_comparison"
5375   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5376   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5377   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5378   columns:
5379     - title: "3n-hsw xl710"
5380       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5381       tag: "NIC_Intel-XL710"
5382     - title: "2n-clx xxv710"
5383       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5384       tag: "NIC_Intel-XXV710"
5385   comparisons:
5386     - title: "Diff"
5387       reference: 1
5388       compare: 2
5389   legend:
5390     - ""
5391     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5392     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5393
5394 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5395 - type: "table"
5396   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5397   algorithm: "table_comparison"
5398   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5400   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5401   columns:
5402     - title: "3n-hsw xl710"
5403       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5404       tag: "NIC_Intel-XL710"
5405     - title: "2n-clx xxv710"
5406       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5407       tag: "NIC_Intel-XXV710"
5408   comparisons:
5409     - title: "Diff"
5410       reference: 1
5411       compare: 2
5412   legend:
5413     - ""
5414     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5415     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5416
5417 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5418 - type: "table"
5419   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5420   algorithm: "table_comparison"
5421   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5422   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5423   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5424   columns:
5425     - title: "3n-hsw xl710"
5426       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5427       tag: "NIC_Intel-XL710"
5428     - title: "2n-clx xxv710"
5429       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5430       tag: "NIC_Intel-XXV710"
5431   comparisons:
5432     - title: "Diff"
5433       reference: 1
5434       compare: 2
5435   legend:
5436     - ""
5437     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5438     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5439
5440 # Detailed Test Results - VPP Performance Results 3n-hsw
5441 - type: "table"
5442   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5443   algorithm: "table_merged_details"
5444   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5445   columns:
5446     - title: " |prein| Test Name |preout| "
5447       data: "data name"
5448     - 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| "
5449       data: "data msg"
5450   data: "vpp-perf-results-3n-hsw"
5451   filter: "all"
5452   parameters:
5453   - "name"
5454   - "parent"
5455   - "msg"
5456
5457 # Detailed Test Results - VPP Performance Results 3n-skx
5458 - type: "table"
5459   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5460   algorithm: "table_merged_details"
5461   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5462   columns:
5463     - title: " |prein| Test Name |preout| "
5464       data: "data name"
5465     - 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| "
5466       data: "data msg"
5467   data: "vpp-perf-results-3n-skx"
5468   filter: "all"
5469   remove-ndr: False
5470   parameters:
5471   - "name"
5472   - "parent"
5473   - "msg"
5474
5475 # Detailed Test Results - VPP Performance Results 2n-skx
5476 - type: "table"
5477   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5478   algorithm: "table_merged_details"
5479   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5480   columns:
5481     - title: " |prein| Test Name |preout| "
5482       data: "data name"
5483     - 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| "
5484       data: "data msg"
5485   data: "vpp-perf-results-2n-skx"
5486   filter: "all"
5487   remove-ndr: False
5488   parameters:
5489   - "name"
5490   - "parent"
5491   - "msg"
5492
5493 # Detailed Test Results - VPP Performance Results 2n-clx
5494 - type: "table"
5495   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5496   algorithm: "table_merged_details"
5497   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5498   columns:
5499     - title: " |prein| Test Name |preout| "
5500       data: "data name"
5501     - 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| "
5502       data: "data msg"
5503   data: "vpp-perf-results-2n-clx"
5504   filter: "all"
5505   parameters:
5506   - "name"
5507   - "parent"
5508   - "msg"
5509
5510 # Detailed Test Results - VPP Performance Results 3n-tsh
5511 - type: "table"
5512   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5513   algorithm: "table_merged_details"
5514   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5515   columns:
5516     - title: " |prein| Test Name |preout| "
5517       data: "data name"
5518     - 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| "
5519       data: "data msg"
5520   data: "vpp-perf-results-3n-tsh"
5521   filter: "all"
5522   parameters:
5523   - "name"
5524   - "parent"
5525   - "msg"
5526
5527 # Detailed Test Results - VPP Performance Results 3n-dnv
5528 - type: "table"
5529   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5530   algorithm: "table_merged_details"
5531   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5532   columns:
5533     - title: " |prein| Test Name |preout| "
5534       data: "data name"
5535     - 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| "
5536       data: "data msg"
5537   data: "vpp-perf-results-3n-dnv"
5538   filter: "all"
5539   parameters:
5540   - "name"
5541   - "parent"
5542   - "msg"
5543
5544 # Detailed Test Results - VPP Performance Results 2n-dnv
5545 - type: "table"
5546   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5547   algorithm: "table_merged_details"
5548   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5549   columns:
5550     - title: " |prein| Test Name |preout| "
5551       data: "data name"
5552     - 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| "
5553       data: "data msg"
5554   data: "vpp-perf-results-2n-dnv"
5555   filter: "all"
5556   parameters:
5557   - "name"
5558   - "parent"
5559   - "msg"
5560
5561 # Test configuration - VPP Performance Test Configs 3n-hsw
5562 - type: "table"
5563   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5564   algorithm: "table_merged_details"
5565   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5566   columns:
5567     - title: " |prein| Test Name |preout| "
5568       data: "data name"
5569     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5570       data: "data conf-history"
5571   data: "vpp-perf-results-3n-hsw"
5572   filter: "all"
5573   parameters:
5574   - "parent"
5575   - "name"
5576   - "conf-history"
5577
5578 # Test configuration - VPP Performance Test Configs 3n-skx
5579 - type: "table"
5580   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5581   algorithm: "table_merged_details"
5582   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5583   columns:
5584     - title: " |prein| Test Name |preout| "
5585       data: "data name"
5586     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5587       data: "data conf-history"
5588   data: "vpp-perf-results-3n-skx"
5589   filter: "all"
5590   parameters:
5591   - "parent"
5592   - "name"
5593   - "conf-history"
5594
5595 # Test configuration - VPP Performance Test Configs 2n-skx
5596 - type: "table"
5597   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5598   algorithm: "table_merged_details"
5599   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5600   columns:
5601     - title: " |prein| Test Name |preout| "
5602       data: "data name"
5603     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5604       data: "data conf-history"
5605   data: "vpp-perf-results-2n-skx"
5606   filter: "all"
5607   parameters:
5608   - "parent"
5609   - "name"
5610   - "conf-history"
5611
5612 # Test configuration - VPP Performance Test Configs 2n-clx
5613 - type: "table"
5614   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5615   algorithm: "table_merged_details"
5616   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5617   columns:
5618     - title: " |prein| Test Name |preout| "
5619       data: "data name"
5620     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5621       data: "data conf-history"
5622   data: "vpp-perf-results-2n-clx"
5623   filter: "all"
5624   parameters:
5625   - "parent"
5626   - "name"
5627   - "conf-history"
5628
5629 # Test configuration - VPP Performance Test Configs 3n-tsh
5630 - type: "table"
5631   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5632   algorithm: "table_merged_details"
5633   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5634   columns:
5635     - title: " |prein| Test Name |preout| "
5636       data: "data name"
5637     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5638       data: "data conf-history"
5639   data: "vpp-perf-results-3n-tsh"
5640   filter: "all"
5641   parameters:
5642   - "parent"
5643   - "name"
5644   - "conf-history"
5645
5646 # Test configuration - VPP Performance Test Configs 3n-dnv
5647 - type: "table"
5648   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5649   algorithm: "table_merged_details"
5650   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5651   columns:
5652     - title: " |prein| Test Name |preout| "
5653       data: "data name"
5654     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5655       data: "data conf-history"
5656   data: "vpp-perf-results-3n-dnv"
5657   filter: "all"
5658   parameters:
5659   - "parent"
5660   - "name"
5661   - "conf-history"
5662
5663 # Test configuration - VPP Performance Test Configs 2n-dnv
5664 - type: "table"
5665   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5666   algorithm: "table_merged_details"
5667   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5668   columns:
5669     - title: " |prein| Test Name |preout| "
5670       data: "data name"
5671     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5672       data: "data conf-history"
5673   data: "vpp-perf-results-2n-dnv"
5674   filter: "all"
5675   parameters:
5676   - "parent"
5677   - "name"
5678   - "conf-history"
5679
5680 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5681 - type: "table"
5682   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5683   algorithm: "table_oper_data_html"
5684   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5685   data: "vpp-perf-results-3n-hsw"
5686   filter: "all"
5687
5688 # Test Operational Data - VPP Performance Operational Data 3n-skx
5689 - type: "table"
5690   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5691   algorithm: "table_oper_data_html"
5692   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5693   data: "vpp-perf-results-3n-skx"
5694   filter: "all"
5695
5696 # Test Operational Data - VPP Performance Operational Data 2n-skx
5697 - type: "table"
5698   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5699   algorithm: "table_oper_data_html"
5700   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5701   data: "vpp-perf-results-2n-skx"
5702   filter: "all"
5703
5704 # Test Operational Data - VPP Performance Operational Data 2n-clx
5705 - type: "table"
5706   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5707   algorithm: "table_oper_data_html"
5708   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5709   data: "vpp-perf-results-2n-clx"
5710   filter: "all"
5711
5712 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5713 - type: "table"
5714   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5715   algorithm: "table_oper_data_html"
5716   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5717   data: "vpp-perf-results-3n-tsh"
5718   filter: "all"
5719
5720 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5721 - type: "table"
5722   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5723   algorithm: "table_oper_data_html"
5724   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5725   data: "vpp-perf-results-3n-dnv"
5726   filter: "all"
5727
5728 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5729 - type: "table"
5730   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5731   algorithm: "table_oper_data_html"
5732   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5733   data: "vpp-perf-results-2n-dnv"
5734   filter: "all"
5735
5736 # Detailed Test Results - VPP MRR Results 3n-hsw
5737 - type: "table"
5738   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5739   algorithm: "table_merged_details"
5740   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5741   columns:
5742     - title: " |prein| Test Name |preout| "
5743       data: "data name"
5744     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5745       data: "data msg"
5746   data: "vpp-mrr-results-3n-hsw"
5747   filter: "all"
5748   parameters:
5749   - "name"
5750   - "parent"
5751   - "msg"
5752
5753 # Detailed Test Results - VPP MRR Results 3n-skx
5754 - type: "table"
5755   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5756   algorithm: "table_merged_details"
5757   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5758   columns:
5759     - title: " |prein| Test Name |preout| "
5760       data: "data name"
5761     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5762       data: "data msg"
5763   data: "vpp-mrr-results-3n-skx"
5764   filter: "all"
5765   parameters:
5766   - "name"
5767   - "parent"
5768   - "msg"
5769
5770 # Detailed Test Results - VPP MRR Results 2n-skx
5771 - type: "table"
5772   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5773   algorithm: "table_merged_details"
5774   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5775   columns:
5776     - title: " |prein| Test Name |preout| "
5777       data: "data name"
5778     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5779       data: "data msg"
5780   data: "vpp-mrr-results-2n-skx"
5781   filter: "all"
5782   parameters:
5783   - "name"
5784   - "parent"
5785   - "msg"
5786
5787 # Detailed Test Results - VPP MRR Results 2n-clx
5788 - type: "table"
5789   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5790   algorithm: "table_merged_details"
5791   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5792   columns:
5793     - title: " |prein| Test Name |preout| "
5794       data: "data name"
5795     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5796       data: "data msg"
5797   data: "vpp-mrr-results-2n-clx"
5798   filter: "all"
5799   parameters:
5800   - "name"
5801   - "parent"
5802   - "msg"
5803
5804 # Detailed Test Results - VPP MRR Results 3n-tsh
5805 - type: "table"
5806   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5807   algorithm: "table_merged_details"
5808   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5809   columns:
5810     - title: " |prein| Test Name |preout| "
5811       data: "data name"
5812     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5813       data: "data msg"
5814   data: "vpp-mrr-results-3n-tsh"
5815   filter: "all"
5816   parameters:
5817   - "name"
5818   - "parent"
5819   - "msg"
5820
5821 # Detailed Test Results - VPP MRR Results 3n-dnv
5822 - type: "table"
5823   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5824   algorithm: "table_merged_details"
5825   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5826   columns:
5827     - title: " |prein| Test Name |preout| "
5828       data: "data name"
5829     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5830       data: "data msg"
5831   data: "vpp-mrr-results-3n-dnv"
5832   filter: "all"
5833   parameters:
5834   - "name"
5835   - "parent"
5836   - "msg"
5837
5838 # Detailed Test Results - VPP MRR Results 2n-dnv
5839 - type: "table"
5840   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5841   algorithm: "table_merged_details"
5842   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5843   columns:
5844     - title: " |prein| Test Name |preout| "
5845       data: "data name"
5846     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5847       data: "data msg"
5848   data: "vpp-mrr-results-2n-dnv"
5849   filter: "all"
5850   parameters:
5851   - "name"
5852   - "parent"
5853   - "msg"
5854
5855 # Test configuration - VPP MRR Test Configs 3n-hsw
5856 - type: "table"
5857   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5858   algorithm: "table_merged_details"
5859   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5860   columns:
5861     - title: " |prein| Test Name |preout| "
5862       data: "data name"
5863     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5864       data: "data conf-history"
5865   data: "vpp-mrr-results-3n-hsw"
5866   filter: "all"
5867   parameters:
5868   - "parent"
5869   - "name"
5870   - "conf-history"
5871
5872 # Test configuration - VPP MRR Test Configs 3n-skx
5873 - type: "table"
5874   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5875   algorithm: "table_merged_details"
5876   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5877   columns:
5878     - title: " |prein| Test Name |preout| "
5879       data: "data name"
5880     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5881       data: "data conf-history"
5882   data: "vpp-mrr-results-3n-skx"
5883   filter: "all"
5884   parameters:
5885   - "parent"
5886   - "name"
5887   - "conf-history"
5888
5889 # Test configuration - VPP MRR Test Configs 2n-skx
5890 - type: "table"
5891   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5892   algorithm: "table_merged_details"
5893   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5894   columns:
5895     - title: " |prein| Test Name |preout| "
5896       data: "data name"
5897     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5898       data: "data conf-history"
5899   data: "vpp-mrr-results-2n-skx"
5900   filter: "all"
5901   parameters:
5902   - "parent"
5903   - "name"
5904   - "conf-history"
5905
5906 # Test configuration - VPP MRR Test Configs 2n-clx
5907 - type: "table"
5908   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5909   algorithm: "table_merged_details"
5910   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5911   columns:
5912     - title: " |prein| Test Name |preout| "
5913       data: "data name"
5914     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5915       data: "data conf-history"
5916   data: "vpp-mrr-results-2n-clx"
5917   filter: "all"
5918   parameters:
5919   - "parent"
5920   - "name"
5921   - "conf-history"
5922
5923 # Test configuration - VPP MRR Test Configs 3n-tsh
5924 - type: "table"
5925   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5926   algorithm: "table_merged_details"
5927   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5928   columns:
5929     - title: " |prein| Test Name |preout| "
5930       data: "data name"
5931     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5932       data: "data conf-history"
5933   data: "vpp-mrr-results-3n-tsh"
5934   filter: "all"
5935   parameters:
5936   - "parent"
5937   - "name"
5938   - "conf-history"
5939
5940 # Test configuration - VPP MRR Test Configs 3n-dnv
5941 - type: "table"
5942   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5943   algorithm: "table_merged_details"
5944   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5945   columns:
5946     - title: " |prein| Test Name |preout| "
5947       data: "data name"
5948     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5949       data: "data conf-history"
5950   data: "vpp-mrr-results-3n-dnv"
5951   filter: "all"
5952   parameters:
5953   - "parent"
5954   - "name"
5955   - "conf-history"
5956
5957 # Test configuration - VPP MRR Test Configs 2n-dnv
5958 - type: "table"
5959   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5960   algorithm: "table_merged_details"
5961   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5962   columns:
5963     - title: " |prein| Test Name |preout| "
5964       data: "data name"
5965     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5966       data: "data conf-history"
5967   data: "vpp-mrr-results-2n-dnv"
5968   filter: "all"
5969   parameters:
5970   - "parent"
5971   - "name"
5972   - "conf-history"
5973
5974 # Detailed Test Results - VPP Device Results - Ubuntu
5975 - type: "table"
5976   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5977   algorithm: "table_merged_details"
5978   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5979   columns:
5980     - title: " |prein| Test Name |preout| "
5981       data: "data name"
5982     - title: " |prein| Status |preout| "
5983       data: "data status"
5984   data: "vpp-device-results-ubuntu"
5985   filter: "all"
5986   parameters:
5987   - "name"
5988   - "parent"
5989   - "doc"
5990   - "status"
5991
5992 # Test configuration - VPP Device Test Configs - Ubuntu
5993 - type: "table"
5994   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5995   algorithm: "table_merged_details"
5996   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5997   columns:
5998     - title: " |prein| Test Name |preout| "
5999       data: "data name"
6000     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6001       data: "data conf-history"
6002   data: "vpp-device-results-ubuntu"
6003   filter: "all"
6004   parameters:
6005   - "parent"
6006   - "name"
6007   - "conf-history"
6008
6009 ################################################################################
6010
6011 # DPDK Performance Changes 3n-hsw 1t1c pdr
6012 - type: "table"
6013   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6014   algorithm: "table_comparison"
6015   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6017   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6018   columns:
6019     - title: "2001"
6020       data-set: "dpdk-performance-changes-3n-hsw-h1"
6021     - title: "2005"
6022       data-set: "dpdk-performance-changes-3n-hsw-ref"
6023     - title: "2009"
6024       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6025   comparisons:
6026     - title: "Diff"
6027       reference: 2
6028       compare: 3
6029   legend:
6030     - ""
6031     - "2001, 2005, 2009 - DPDK versions tested."
6032     - "Diff - difference between 2005 and 2009 DPDK version."
6033
6034 # DPDK Performance Changes 3n-hsw 2t2c pdr
6035 - type: "table"
6036   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6037   algorithm: "table_comparison"
6038   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6040   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6041   columns:
6042     - title: "2001"
6043       data-set: "dpdk-performance-changes-3n-hsw-h1"
6044     - title: "2005"
6045       data-set: "dpdk-performance-changes-3n-hsw-ref"
6046     - title: "2009"
6047       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6048   comparisons:
6049     - title: "Diff"
6050       reference: 2
6051       compare: 3
6052   legend:
6053     - ""
6054     - "2001, 2005, 2009 - DPDK versions tested."
6055     - "Diff - difference between 2005 and 2009 DPDK version."
6056
6057 # DPDK Performance Changes 3n-hsw 1t1c pdr
6058 - type: "table"
6059   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6060   algorithm: "table_comparison"
6061   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6062   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6063   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6064   columns:
6065     - title: "2001"
6066       data-set: "dpdk-performance-changes-3n-hsw-h1"
6067     - title: "2005"
6068       data-set: "dpdk-performance-changes-3n-hsw-ref"
6069     - title: "2009"
6070       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6071   comparisons:
6072     - title: "Diff"
6073       reference: 2
6074       compare: 3
6075   legend:
6076     - ""
6077     - "2001, 2005, 2009 - DPDK versions tested."
6078     - "Diff - difference between 2005 and 2009 DPDK version."
6079
6080 # DPDK Performance Changes 3n-hsw 2t2c ndr
6081 - type: "table"
6082   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6083   algorithm: "table_comparison"
6084   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6086   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6087   columns:
6088     - title: "2001"
6089       data-set: "dpdk-performance-changes-3n-hsw-h1"
6090     - title: "2005"
6091       data-set: "dpdk-performance-changes-3n-hsw-ref"
6092     - title: "2009"
6093       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6094   comparisons:
6095     - title: "Diff"
6096       reference: 2
6097       compare: 3
6098   legend:
6099     - ""
6100     - "2001, 2005, 2009 - DPDK versions tested."
6101     - "Diff - difference between 2005 and 2009 DPDK version."
6102
6103 # DPDK Performance Changes 3n-skx 2t1c pdr
6104 - type: "table"
6105   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6106   algorithm: "table_comparison"
6107   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6108   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6109   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6110   columns:
6111     - title: "2001"
6112       data-set: "dpdk-performance-changes-3n-skx-h1"
6113     - title: "2005"
6114       data-set: "dpdk-performance-changes-3n-skx-ref"
6115     - title: "2009"
6116       data-set: "dpdk-performance-changes-3n-skx-cmp"
6117   comparisons:
6118     - title: "Diff"
6119       reference: 2
6120       compare: 3
6121   legend:
6122     - ""
6123     - "2001, 2005, 2009 - DPDK versions tested."
6124     - "Diff - difference between 2005 and 2009 DPDK version."
6125
6126 # DPDK Performance Changes 3n-skx 4t2c pdr
6127 - type: "table"
6128   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6129   algorithm: "table_comparison"
6130   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6131   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6132   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6133   columns:
6134     - title: "2001"
6135       data-set: "dpdk-performance-changes-3n-skx-h1"
6136     - title: "2005"
6137       data-set: "dpdk-performance-changes-3n-skx-ref"
6138     - title: "2009"
6139       data-set: "dpdk-performance-changes-3n-skx-cmp"
6140   comparisons:
6141     - title: "Diff"
6142       reference: 2
6143       compare: 3
6144   legend:
6145     - ""
6146     - "2001, 2005, 2009 - DPDK versions tested."
6147     - "Diff - difference between 2005 and 2009 DPDK version."
6148
6149 # DPDK Performance Changes 3n-skx 2t1c ndr
6150 - type: "table"
6151   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6152   algorithm: "table_comparison"
6153   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6154   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6155   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6156   columns:
6157     - title: "2001"
6158       data-set: "dpdk-performance-changes-3n-skx-h1"
6159     - title: "2005"
6160       data-set: "dpdk-performance-changes-3n-skx-ref"
6161     - title: "2009"
6162       data-set: "dpdk-performance-changes-3n-skx-cmp"
6163   comparisons:
6164     - title: "Diff"
6165       reference: 2
6166       compare: 3
6167   legend:
6168     - ""
6169     - "2001, 2005, 2009 - DPDK versions tested."
6170     - "Diff - difference between 2005 and 2009 DPDK version."
6171
6172 # DPDK Performance Changes 3n-skx 4t2c ndr
6173 - type: "table"
6174   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6175   algorithm: "table_comparison"
6176   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6178   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6179   columns:
6180     - title: "2001"
6181       data-set: "dpdk-performance-changes-3n-skx-h1"
6182     - title: "2005"
6183       data-set: "dpdk-performance-changes-3n-skx-ref"
6184     - title: "2009"
6185       data-set: "dpdk-performance-changes-3n-skx-cmp"
6186   comparisons:
6187     - title: "Diff"
6188       reference: 2
6189       compare: 3
6190   legend:
6191     - ""
6192     - "2001, 2005, 2009 - DPDK versions tested."
6193     - "Diff - difference between 2005 and 2009 DPDK version."
6194
6195 # DPDK Performance Changes 2n-skx 2t1c pdr
6196 - type: "table"
6197   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6198   algorithm: "table_comparison"
6199   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6201   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6202   columns:
6203     - title: "2001"
6204       data-set: "dpdk-performance-changes-2n-skx-h1"
6205     - title: "2005"
6206       data-set: "dpdk-performance-changes-2n-skx-ref"
6207     - title: "2009"
6208       data-set: "dpdk-performance-changes-2n-skx-cmp"
6209   comparisons:
6210     - title: "Diff"
6211       reference: 2
6212       compare: 3
6213   legend:
6214     - ""
6215     - "2001, 2005, 2009 - DPDK versions tested."
6216     - "Diff - difference between 2005 and 2009 DPDK version."
6217
6218 # DPDK Performance Changes 2n-skx 4t2c pdr
6219 - type: "table"
6220   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6221   algorithm: "table_comparison"
6222   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6223   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6224   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6225   columns:
6226     - title: "2001"
6227       data-set: "dpdk-performance-changes-2n-skx-h1"
6228     - title: "2005"
6229       data-set: "dpdk-performance-changes-2n-skx-ref"
6230     - title: "2009"
6231       data-set: "dpdk-performance-changes-2n-skx-cmp"
6232   comparisons:
6233     - title: "Diff"
6234       reference: 2
6235       compare: 3
6236   legend:
6237     - ""
6238     - "2001, 2005, 2009 - DPDK versions tested."
6239     - "Diff - difference between 2005 and 2009 DPDK version."
6240
6241 # DPDK Performance Changes 2n-skx 2t1c ndr
6242 - type: "table"
6243   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6244   algorithm: "table_comparison"
6245   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6247   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6248   columns:
6249     - title: "2001"
6250       data-set: "dpdk-performance-changes-2n-skx-h1"
6251     - title: "2005"
6252       data-set: "dpdk-performance-changes-2n-skx-ref"
6253     - title: "2009"
6254       data-set: "dpdk-performance-changes-2n-skx-cmp"
6255   comparisons:
6256     - title: "Diff"
6257       reference: 2
6258       compare: 3
6259   legend:
6260     - ""
6261     - "2001, 2005, 2009 - DPDK versions tested."
6262     - "Diff - difference between 2005 and 2009 DPDK version."
6263
6264 # DPDK Performance Changes 2n-skx 4t2c ndr
6265 - type: "table"
6266   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6267   algorithm: "table_comparison"
6268   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6269   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6270   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6271   columns:
6272     - title: "2001"
6273       data-set: "dpdk-performance-changes-2n-skx-h1"
6274     - title: "2005"
6275       data-set: "dpdk-performance-changes-2n-skx-ref"
6276     - title: "2009"
6277       data-set: "dpdk-performance-changes-2n-skx-cmp"
6278   comparisons:
6279     - title: "Diff"
6280       reference: 2
6281       compare: 3
6282   legend:
6283     - ""
6284     - "2001, 2005, 2009 - DPDK versions tested."
6285     - "Diff - difference between 2005 and 2009 DPDK version."
6286
6287 # DPDK Performance Changes 2n-clx 2t1c pdr
6288 - type: "table"
6289   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6290   algorithm: "table_comparison"
6291   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6293   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6294   columns:
6295     - title: "2001"
6296       data-set: "dpdk-performance-changes-2n-clx-h1"
6297     - title: "2005"
6298       data-set: "dpdk-performance-changes-2n-clx-ref"
6299     - title: "2009"
6300       data-set: "dpdk-performance-changes-2n-clx-cmp"
6301   comparisons:
6302     - title: "Diff"
6303       reference: 2
6304       compare: 3
6305   legend:
6306     - ""
6307     - "2001, 2005, 2009 - DPDK versions tested."
6308     - "Diff - difference between 2005 and 2009 DPDK version."
6309
6310 # DPDK Performance Changes 2n-clx 4t2c pdr
6311 - type: "table"
6312   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6313   algorithm: "table_comparison"
6314   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6315   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6316   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6317   columns:
6318     - title: "2001"
6319       data-set: "dpdk-performance-changes-2n-clx-h1"
6320     - title: "2005"
6321       data-set: "dpdk-performance-changes-2n-clx-ref"
6322     - title: "2009"
6323       data-set: "dpdk-performance-changes-2n-clx-cmp"
6324   comparisons:
6325     - title: "Diff"
6326       reference: 2
6327       compare: 3
6328   legend:
6329     - ""
6330     - "2001, 2005, 2009 - DPDK versions tested."
6331     - "Diff - difference between 2005 and 2009 DPDK version."
6332
6333 # DPDK Performance Changes 2n-clx 2t1c ndr
6334 - type: "table"
6335   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6336   algorithm: "table_comparison"
6337   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6339   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6340   columns:
6341     - title: "2001"
6342       data-set: "dpdk-performance-changes-2n-clx-h1"
6343     - title: "2005"
6344       data-set: "dpdk-performance-changes-2n-clx-ref"
6345     - title: "2009"
6346       data-set: "dpdk-performance-changes-2n-clx-cmp"
6347   comparisons:
6348     - title: "Diff"
6349       reference: 2
6350       compare: 3
6351   legend:
6352     - ""
6353     - "2001, 2005, 2009 - DPDK versions tested."
6354     - "Diff - difference between 2005 and 2009 DPDK version."
6355
6356 # DPDK Performance Changes 2n-clx 4t2c ndr
6357 - type: "table"
6358   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6359   algorithm: "table_comparison"
6360   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6361   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6362   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6363   columns:
6364     - title: "2001"
6365       data-set: "dpdk-performance-changes-2n-clx-h1"
6366     - title: "2005"
6367       data-set: "dpdk-performance-changes-2n-clx-ref"
6368     - title: "2009"
6369       data-set: "dpdk-performance-changes-2n-clx-cmp"
6370   comparisons:
6371     - title: "Diff"
6372       reference: 2
6373       compare: 3
6374   legend:
6375     - ""
6376     - "2001, 2005, 2009 - DPDK versions tested."
6377     - "Diff - difference between 2005 and 2009 DPDK version."
6378
6379 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6380 #- type: "table"
6381 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6382 #  algorithm: "table_comparison"
6383 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6384 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6385 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6386 #  columns:
6387 #    - title: "2001"
6388 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6389 #    - title: "2005"
6390 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6391 #    - title: "2009"
6392 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6393 #  comparisons:
6394 #    - title: "Diff"
6395 #      reference: 2
6396 #      compare: 3
6397 #  legend:
6398 #    - ""
6399 #    - "2001, 2005, 2009 - DPDK versions tested."
6400 #    - "Diff - difference between 2005 and 2009 DPDK version."
6401 #
6402 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6403 #- type: "table"
6404 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6405 #  algorithm: "table_comparison"
6406 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6407 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6408 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6409 #  columns:
6410 #    - title: "2001"
6411 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6412 #    - title: "2005"
6413 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6414 #    - title: "2009"
6415 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6416 #  comparisons:
6417 #    - title: "Diff"
6418 #      reference: 2
6419 #      compare: 3
6420 #  legend:
6421 #    - ""
6422 #    - "2001, 2005, 2009 - DPDK versions tested."
6423 #    - "Diff - difference between 2005 and 2009 DPDK version."
6424 #
6425 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6426 #- type: "table"
6427 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6428 #  algorithm: "table_comparison"
6429 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6430 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6431 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6432 #  columns:
6433 #    - title: "2001"
6434 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6435 #    - title: "2005"
6436 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6437 #    - title: "2009"
6438 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6439 #  comparisons:
6440 #    - title: "Diff"
6441 #      reference: 2
6442 #      compare: 3
6443 #  legend:
6444 #    - ""
6445 #    - "2001, 2005, 2009 - DPDK versions tested."
6446 #    - "Diff - difference between 2005 and 2009 DPDK version."
6447 #
6448 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6449 #- type: "table"
6450 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6451 #  algorithm: "table_comparison"
6452 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6453 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6454 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6455 #  columns:
6456 #    - title: "2001"
6457 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6458 #    - title: "2005"
6459 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6460 #    - title: "2009"
6461 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6462 #  comparisons:
6463 #    - title: "Diff"
6464 #      reference: 2
6465 #      compare: 3
6466 #  legend:
6467 #    - ""
6468 #    - "2001, 2005, 2009 - DPDK versions tested."
6469 #    - "Diff - difference between 2005 and 2009 DPDK version."
6470 #
6471 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6472 #- type: "table"
6473 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6474 #  algorithm: "table_comparison"
6475 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6476 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6477 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6478 #  columns:
6479 #    - title: "2001"
6480 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6481 #    - title: "2005"
6482 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6483 #    - title: "2009"
6484 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6485 #  comparisons:
6486 #    - title: "Diff"
6487 #      reference: 2
6488 #      compare: 3
6489 #  legend:
6490 #    - ""
6491 #    - "2001, 2005, 2009 - DPDK versions tested."
6492 #    - "Diff - difference between 2005 and 2009 DPDK version."
6493 #
6494 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6495 #- type: "table"
6496 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6497 #  algorithm: "table_comparison"
6498 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6499 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6500 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6501 #  columns:
6502 #    - title: "2001"
6503 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6504 #    - title: "2005"
6505 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6506 #    - title: "2009"
6507 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6508 #  comparisons:
6509 #    - title: "Diff"
6510 #      reference: 2
6511 #      compare: 3
6512 #  legend:
6513 #    - ""
6514 #    - "2001, 2005, 2009 - DPDK versions tested."
6515 #    - "Diff - difference between 2005 and 2009 DPDK version."
6516 #
6517 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6518 #- type: "table"
6519 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6520 #  algorithm: "table_comparison"
6521 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6522 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6523 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6524 #  columns:
6525 #    - title: "2001"
6526 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6527 #    - title: "2005"
6528 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6529 #    - title: "2009"
6530 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6531 #  comparisons:
6532 #    - title: "Diff"
6533 #      reference: 2
6534 #      compare: 3
6535 #  legend:
6536 #    - ""
6537 #    - "2001, 2005, 2009 - DPDK versions tested."
6538 #    - "Diff - difference between 2005 and 2009 DPDK version."
6539 #
6540 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6541 #- type: "table"
6542 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6543 #  algorithm: "table_comparison"
6544 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6545 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6546 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6547 #  columns:
6548 #    - title: "2001"
6549 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6550 #    - title: "2005"
6551 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6552 #    - title: "2009"
6553 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6554 #  comparisons:
6555 #    - title: "Diff"
6556 #      reference: 2
6557 #      compare: 3
6558 #  legend:
6559 #    - ""
6560 #    - "2001, 2005, 2009 - DPDK versions tested."
6561 #    - "Diff - difference between 2005 and 2009 DPDK version."
6562
6563 # DPDK Performance Changes 3n-tsh 1t1c pdr
6564 - type: "table"
6565   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6566   algorithm: "table_comparison"
6567   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6568   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6569   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6570   columns:
6571     - title: "2001"
6572       data-set: "dpdk-performance-changes-3n-tsh-h1"
6573     - title: "2005"
6574       data-set: "dpdk-performance-changes-3n-tsh-ref"
6575     - title: "2009"
6576       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6577   comparisons:
6578     - title: "Diff"
6579       reference: 2
6580       compare: 3
6581   legend:
6582     - ""
6583     - "2001, 2005, 2009 - DPDK versions tested."
6584     - "Diff - difference between 2005 and 2009 DPDK version."
6585
6586 # DPDK Performance Changes 3n-tsh 2t2c pdr
6587 - type: "table"
6588   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6589   algorithm: "table_comparison"
6590   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6592   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6593   columns:
6594     - title: "2001"
6595       data-set: "dpdk-performance-changes-3n-tsh-h1"
6596     - title: "2005"
6597       data-set: "dpdk-performance-changes-3n-tsh-ref"
6598     - title: "2009"
6599       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6600   comparisons:
6601     - title: "Diff"
6602       reference: 2
6603       compare: 3
6604   legend:
6605     - ""
6606     - "2001, 2005, 2009 - DPDK versions tested."
6607     - "Diff - difference between 2005 and 2009 DPDK version."
6608
6609 # DPDK Performance Changes 3n-tsh 1t1c ndr
6610 - type: "table"
6611   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6612   algorithm: "table_comparison"
6613   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6614   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6615   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6616   columns:
6617     - title: "2001"
6618       data-set: "dpdk-performance-changes-3n-tsh-h1"
6619     - title: "2005"
6620       data-set: "dpdk-performance-changes-3n-tsh-ref"
6621     - title: "2009"
6622       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6623   comparisons:
6624     - title: "Diff"
6625       reference: 2
6626       compare: 3
6627   legend:
6628     - ""
6629     - "2001, 2005, 2009 - DPDK versions tested."
6630     - "Diff - difference between 2005 and 2009 DPDK version."
6631
6632 # DPDK Performance Changes 3n-tsh 2t2c ndr
6633 - type: "table"
6634   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6635   algorithm: "table_comparison"
6636   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6638   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6639   columns:
6640     - title: "2001"
6641       data-set: "dpdk-performance-changes-3n-tsh-h1"
6642     - title: "2005"
6643       data-set: "dpdk-performance-changes-3n-tsh-ref"
6644     - title: "2009"
6645       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6646   comparisons:
6647     - title: "Diff"
6648       reference: 2
6649       compare: 3
6650   legend:
6651     - ""
6652     - "2001, 2005, 2009 - DPDK versions tested."
6653     - "Diff - difference between 2005 and 2009 DPDK version."
6654
6655 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6656 - type: "table"
6657   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6658   algorithm: "table_comparison"
6659   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6661   filter: "'NIC_Intel-X710'"
6662   columns:
6663     - title: "3n-hsw x710"
6664       data-set: "dpdk-compare-testbeds-ref"
6665     - title: "3n-skx x710"
6666       data-set: "dpdk-compare-testbeds-cmp"
6667   comparisons:
6668     - title: "Diff"
6669       reference: 1
6670       compare: 2
6671   legend:
6672     - ""
6673     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6674     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6675
6676 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6677 - type: "table"
6678   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6679   algorithm: "table_comparison"
6680   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6681   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6682   filter: "'NIC_Intel-X710'"
6683   columns:
6684     - title: "3n-hsw x710"
6685       data-set: "dpdk-compare-testbeds-ref"
6686     - title: "3n-skx x710"
6687       data-set: "dpdk-compare-testbeds-cmp"
6688   comparisons:
6689     - title: "Diff"
6690       reference: 1
6691       compare: 2
6692   legend:
6693     - ""
6694     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6695     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6696
6697 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6698 - type: "table"
6699   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6700   algorithm: "table_comparison"
6701   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6702   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6703   filter: "'NIC_Intel-XXV710'"
6704   columns:
6705     - title: "2n-skx"
6706       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6707     - title: "2n-clx"
6708       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6709   comparisons:
6710     - title: "Diff"
6711       reference: 1
6712       compare: 2
6713   legend:
6714     - ""
6715     - "2n-skx, 2n-clx - testbeds and NICs tested."
6716     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6717
6718 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6719 - type: "table"
6720   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6721   algorithm: "table_comparison"
6722   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6724   filter: "'NIC_Intel-XXV710'"
6725   columns:
6726     - title: "2n-skx"
6727       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6728     - title: "2n-clx"
6729       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6730   comparisons:
6731     - title: "Diff"
6732       reference: 1
6733       compare: 2
6734   legend:
6735     - ""
6736     - "2n-skx, 2n-clx - testbeds and NICs tested."
6737     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6738
6739 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6740 - type: "table"
6741   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6742   algorithm: "table_comparison"
6743   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6744   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6745   filter: "'NIC_Intel-XXV710'"
6746   columns:
6747     - title: "3n-skx"
6748       data-set: "dpdk-compare-topologies-ref"
6749     - title: "2n-skx"
6750       data-set: "dpdk-compare-topologies-cmp"
6751   comparisons:
6752     - title: "Diff"
6753       reference: 1
6754       compare: 2
6755   legend:
6756     - ""
6757     - "3n-skx, 2n-skx - topologies tested."
6758     - "Diff - difference between 3n-skx and 2n-skx topologies."
6759
6760 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6761 - type: "table"
6762   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6763   algorithm: "table_comparison"
6764   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6765   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6766   filter: "'NIC_Intel-XXV710'"
6767   columns:
6768     - title: "3n-skx"
6769       data-set: "dpdk-compare-topologies-ref"
6770     - title: "2n-skx"
6771       data-set: "dpdk-compare-topologies-cmp"
6772   comparisons:
6773     - title: "Diff"
6774       reference: 1
6775       compare: 2
6776   legend:
6777     - ""
6778     - "3n-skx, 2n-skx - topologies tested."
6779     - "Diff - difference between 3n-skx and 2n-skx topologies."
6780
6781 # Detailed Test Results - DPDK Performance Results 3n-hsw
6782 - type: "table"
6783   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6784   algorithm: "table_merged_details"
6785   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6786   columns:
6787     - title: " |prein| Test Name |preout| "
6788       data: "data name"
6789     - 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| "
6790       data: "data msg"
6791   data: "dpdk-perf-results-3n-hsw"
6792   filter: "all"
6793   parameters:
6794   - "name"
6795   - "parent"
6796   - "msg"
6797
6798 # Detailed Test Results - DPDK Performance Results 3n-skx
6799 - type: "table"
6800   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6801   algorithm: "table_merged_details"
6802   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6803   columns:
6804     - title: " |prein| Test Name |preout| "
6805       data: "data name"
6806     - 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| "
6807       data: "data msg"
6808   data: "dpdk-perf-results-3n-skx"
6809   filter: "all"
6810   remove-ndr: False
6811   parameters:
6812   - "name"
6813   - "parent"
6814   - "msg"
6815
6816 # Detailed Test Results - DPDK Performance Results 2n-skx
6817 - type: "table"
6818   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6819   algorithm: "table_merged_details"
6820   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6821   columns:
6822     - title: " |prein| Test Name |preout| "
6823       data: "data name"
6824     - 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| "
6825       data: "data msg"
6826   data: "dpdk-perf-results-2n-skx"
6827   filter: "all"
6828   remove-ndr: False
6829   parameters:
6830   - "name"
6831   - "parent"
6832   - "msg"
6833
6834 # Detailed Test Results - DPDK Performance Results 2n-clx
6835 - type: "table"
6836   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6837   algorithm: "table_merged_details"
6838   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6839   columns:
6840     - title: " |prein| Test Name |preout| "
6841       data: "data name"
6842     - 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| "
6843       data: "data msg"
6844   data: "dpdk-perf-results-2n-clx"
6845   filter: "all"
6846   parameters:
6847   - "name"
6848   - "parent"
6849   - "msg"
6850
6851 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6852 #- type: "table"
6853 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6854 #  algorithm: "table_merged_details"
6855 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6856 #  columns:
6857 #    - title: " |prein| Test Name |preout| "
6858 #      data: "data name"
6859 #    - 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| "
6860 #      data: "data msg"
6861 #  data: "dpdk-perf-results-2n-dnv"
6862 #  filter: "all"
6863 #  parameters:
6864 #  - "name"
6865 #  - "parent"
6866 #  - "msg"
6867 #
6868 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6869 #- type: "table"
6870 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6871 #  algorithm: "table_merged_details"
6872 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6873 #  columns:
6874 #    - title: " |prein| Test Name |preout| "
6875 #      data: "data name"
6876 #    - 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| "
6877 #      data: "data msg"
6878 #  data: "dpdk-perf-results-3n-dnv"
6879 #  filter: "all"
6880 #  parameters:
6881 #  - "name"
6882 #  - "parent"
6883 #  - "msg"
6884
6885 # Detailed Test Results - DPDK Performance Results 3n-tsh
6886 - type: "table"
6887   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6888   algorithm: "table_merged_details"
6889   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6890   columns:
6891     - title: " |prein| Test Name |preout| "
6892       data: "data name"
6893     - 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| "
6894       data: "data msg"
6895   data: "dpdk-perf-results-3n-tsh"
6896   filter: "all"
6897   parameters:
6898   - "name"
6899   - "parent"
6900   - "msg"
6901
6902 ################################################################################
6903 ###                                F I L E S                                 ###
6904 ################################################################################
6905
6906 # VPP Performance Results
6907 - type: "file"
6908   title: "VPP Performance Results"
6909   algorithm: "file_details_split"
6910   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6911   dir-tables:
6912     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6913     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6914     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6915     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6916     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6917     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6918     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6919   data:
6920     - "vpp-perf-results-2n-skx"
6921     - "vpp-perf-results-3n-skx"
6922     - "vpp-perf-results-2n-clx"
6923     - "vpp-perf-results-3n-hsw"
6924     - "vpp-perf-results-3n-tsh"
6925     - "vpp-perf-results-2n-dnv"
6926     - "vpp-perf-results-3n-dnv"
6927   filter: "all"
6928   data-start-level: 4
6929   order-chapters:
6930     level-1:
6931       - "l2"
6932       - "ip4"
6933       - "ip6"
6934       - "srv6"
6935       - "ip4_tunnels"
6936       - "ip6_tunnels"
6937       - "vm_vhost"
6938       - "container_memif"
6939       - "crypto"
6940       - "vts"
6941       - "lb"
6942       - "nfv_density"
6943       - "hoststack"
6944     level-2:
6945       - "2n-skx"
6946       - "3n-skx"
6947       - "2n-clx"
6948       - "3n-hsw"
6949       - "3n-tsh"
6950       - "2n-dnv"
6951       - "3n-dnv"
6952     level-3:
6953       - "xl710"
6954       - "x520"
6955       - "xxv710"
6956       - "x710"
6957       - "x553"
6958       - "cx556a"
6959       - "vic1227"
6960       - "vic1385"
6961
6962 # VPP Performance Configuration
6963 - type: "file"
6964   title: "VPP Performance Configuration"
6965   algorithm: "file_details_split"
6966   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6967   dir-tables:
6968     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6969     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6970     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6971     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6972     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6973     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6974     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6975   data:
6976     - "vpp-perf-results-2n-skx"
6977     - "vpp-perf-results-3n-skx"
6978     - "vpp-perf-results-2n-clx"
6979     - "vpp-perf-results-3n-hsw"
6980     - "vpp-perf-results-3n-tsh"
6981     - "vpp-perf-results-2n-dnv"
6982     - "vpp-perf-results-3n-dnv"
6983   filter: "all"
6984   data-start-level: 4
6985   order-chapters:
6986     level-1:
6987       - "l2"
6988       - "ip4"
6989       - "ip6"
6990       - "srv6"
6991       - "ip4_tunnels"
6992       - "ip6_tunnels"
6993       - "vm_vhost"
6994       - "container_memif"
6995       - "crypto"
6996       - "vts"
6997       - "lb"
6998       - "nfv_density"
6999       - "hoststack"
7000     level-2:
7001       - "2n-skx"
7002       - "3n-skx"
7003       - "2n-clx"
7004       - "3n-hsw"
7005       - "3n-tsh"
7006       - "2n-dnv"
7007       - "3n-dnv"
7008     level-3:
7009       - "xl710"
7010       - "x520"
7011       - "xxv710"
7012       - "x710"
7013       - "x553"
7014       - "cx556a"
7015       - "vic1227"
7016       - "vic1385"
7017
7018 # VPP Performance Operational
7019 - type: "file"
7020   title: "VPP Performance Operational"
7021   algorithm: "file_details_split_html"
7022   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7023   dir-tables:
7024     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7025     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7026     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7027     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7028     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7029     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7030     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7031   data:
7032     - "vpp-perf-results-2n-skx"
7033     - "vpp-perf-results-3n-skx"
7034     - "vpp-perf-results-2n-clx"
7035     - "vpp-perf-results-3n-hsw"
7036     - "vpp-perf-results-3n-tsh"
7037     - "vpp-perf-results-2n-dnv"
7038     - "vpp-perf-results-3n-dnv"
7039   filter: "all"
7040   data-start-level: 4
7041   order-chapters:
7042     level-1:
7043       - "l2"
7044       - "ip4"
7045       - "ip6"
7046       - "srv6"
7047       - "ip4_tunnels"
7048       - "ip6_tunnels"
7049       - "vm_vhost"
7050       - "container_memif"
7051       - "crypto"
7052       - "vts"
7053       - "lb"
7054       - "nfv_density"
7055       - "hoststack"
7056     level-2:
7057       - "2n-skx"
7058       - "3n-skx"
7059       - "2n-clx"
7060       - "3n-hsw"
7061       - "3n-tsh"
7062       - "2n-dnv"
7063       - "3n-dnv"
7064     level-3:
7065       - "xl710"
7066       - "x520"
7067       - "xxv710"
7068       - "x710"
7069       - "x553"
7070       - "cx556a"
7071       - "vic1227"
7072       - "vic1385"
7073
7074 # VPP MRR Results
7075 - type: "file"
7076   title: "VPP MRR Results"
7077   algorithm: "file_details_split"
7078   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7079   dir-tables:
7080     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7081     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7082     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7083     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7084     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7085     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7086     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7087   data:
7088     - "vpp-mrr-results-2n-skx"
7089     - "vpp-mrr-results-3n-skx"
7090     - "vpp-mrr-results-2n-clx"
7091     - "vpp-mrr-results-3n-hsw"
7092     - "vpp-mrr-results-3n-tsh"
7093     - "vpp-mrr-results-2n-dnv"
7094     - "vpp-mrr-results-3n-dnv"
7095   filter: "all"
7096   data-start-level: 4
7097   order-chapters:
7098     level-1:
7099       - "l2"
7100       - "ip4"
7101       - "ip6"
7102       - "srv6"
7103       - "ip4_tunnels"
7104       - "ip6_tunnels"
7105       - "vm_vhost"
7106       - "container_memif"
7107       - "crypto"
7108       - "vts"
7109       - "lb"
7110       - "nfv_density"
7111       - "hoststack"
7112     level-2:
7113       - "2n-skx"
7114       - "3n-skx"
7115       - "2n-clx"
7116       - "3n-hsw"
7117       - "3n-tsh"
7118       - "2n-dnv"
7119       - "3n-dnv"
7120     level-3:
7121       - "xl710"
7122       - "x520"
7123       - "xxv710"
7124       - "x710"
7125       - "x553"
7126       - "cx556a"
7127       - "vic1227"
7128       - "vic1385"
7129
7130 # VPP MRR Configuration
7131 - type: "file"
7132   title: "VPP MRR Configuration"
7133   algorithm: "file_details_split"
7134   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7135   dir-tables:
7136     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7137     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7138     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7139     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7140     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7141     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7142     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7143   data:
7144     - "vpp-mrr-results-2n-skx"
7145     - "vpp-mrr-results-3n-skx"
7146     - "vpp-mrr-results-2n-clx"
7147     - "vpp-mrr-results-3n-hsw"
7148     - "vpp-mrr-results-3n-tsh"
7149     - "vpp-mrr-results-2n-dnv"
7150     - "vpp-mrr-results-3n-dnv"
7151   filter: "all"
7152   data-start-level: 4
7153   order-chapters:
7154     level-1:
7155       - "l2"
7156       - "ip4"
7157       - "ip6"
7158       - "srv6"
7159       - "ip4_tunnels"
7160       - "ip6_tunnels"
7161       - "vm_vhost"
7162       - "container_memif"
7163       - "crypto"
7164       - "vts"
7165       - "lb"
7166       - "nfv_density"
7167       - "hoststack"
7168     level-2:
7169       - "2n-skx"
7170       - "3n-skx"
7171       - "2n-clx"
7172       - "3n-hsw"
7173       - "3n-tsh"
7174       - "2n-dnv"
7175       - "3n-dnv"
7176     level-3:
7177       - "xl710"
7178       - "x520"
7179       - "xxv710"
7180       - "x710"
7181       - "x553"
7182       - "cx556a"
7183       - "vic1227"
7184       - "vic1385"
7185
7186 # VPP Device Results - Ubuntu
7187 - type: "file"
7188   title: "VPP Device Results - Ubuntu"
7189   algorithm: "file_test_results"
7190   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7191   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7192   data: "vpp-device-results-ubuntu"
7193   filter: "all"
7194   data-start-level: 4
7195
7196 # VPP Device Configuration - Ubuntu
7197 - type: "file"
7198   title: "VPP Device Configuration - Ubuntu"
7199   algorithm: "file_test_results"
7200   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7201   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7202   data: "vpp-device-results-ubuntu"
7203   filter: "all"
7204   data-start-level: 4
7205
7206 # DPDK Performance Results 3n-hsw
7207 - type: "file"
7208   title: "DPDK Performance Results 3n-hsw"
7209   algorithm: "file_test_results"
7210   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7211   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7212   data: "dpdk-perf-results-3n-hsw"
7213   filter: "all"
7214   data-start-level: 4
7215
7216 # DPDK Performance Results 3n-skx
7217 - type: "file"
7218   title: "DPDK Performance Results 3n-skx"
7219   algorithm: "file_test_results"
7220   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7221   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7222   data: "dpdk-perf-results-3n-skx"
7223   filter: "all"
7224   data-start-level: 4
7225
7226 # DPDK Performance Results 2n-skx
7227 - type: "file"
7228   title: "DPDK Performance Results 2n-skx"
7229   algorithm: "file_test_results"
7230   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7231   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7232   data: "dpdk-perf-results-2n-skx"
7233   filter: "all"
7234   data-start-level: 4
7235
7236 # DPDK Performance Results 2n-clx
7237 - type: "file"
7238   title: "DPDK Performance Results 2n-clx"
7239   algorithm: "file_test_results"
7240   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7241   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7242   data: "dpdk-perf-results-2n-clx"
7243   filter: "all"
7244   data-start-level: 4
7245
7246 ## DPDK Performance Results 2n-dnv
7247 #- type: "file"
7248 #  title: "DPDK Performance Results 2n-dnv"
7249 #  algorithm: "file_test_results"
7250 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7251 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7252 #  data: "dpdk-perf-results-2n-dnv"
7253 #  filter: "all"
7254 #  data-start-level: 4
7255 #
7256 ## DPDK Performance Results 3n-dnv
7257 #- type: "file"
7258 #  title: "DPDK Performance Results 3n-dnv"
7259 #  algorithm: "file_test_results"
7260 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7261 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7262 #  data: "dpdk-perf-results-3n-dnv"
7263 #  filter: "all"
7264 #  data-start-level: 4
7265
7266 # DPDK Performance Results 3n-tsh
7267 - type: "file"
7268   title: "DPDK Performance Results 3n-tsh"
7269   algorithm: "file_test_results"
7270   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7271   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7272   data: "dpdk-perf-results-3n-tsh"
7273   filter: "all"
7274   data-start-level: 4
7275
7276 ################################################################################
7277 ###                                P L O T S                                 ###
7278 ################################################################################
7279
7280 # Hoststack tests 3n-hsw
7281
7282 - type: "plot"
7283   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7284   algorithm: "plot_perf_box_name"
7285   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7286   data: "plot-vpp-hoststack-3n-hsw"
7287   include:
7288     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7289     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7290   layout:
7291     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7292     layout: "plot-hoststack"
7293
7294 - type: "plot"
7295   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7296   algorithm: "plot_perf_box_name"
7297   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7298   data: "plot-vpp-hoststack-3n-hsw"
7299   include:
7300     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7301     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7302   layout:
7303     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7304     layout: "plot-hoststack"
7305
7306 - type: "plot"
7307   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7308   algorithm: "plot_perf_box_name"
7309   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7310   data: "plot-vpp-hoststack-3n-hsw"
7311   include:
7312     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7313     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7314     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7315     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7316   layout:
7317     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7318     layout: "plot-hoststack"
7319
7320 ################################################################################
7321
7322 # Soak Test (PLRsearch), boxes - 2n-clx
7323 - type: "plot"
7324   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7325   algorithm: "plot_perf_box_name"
7326   output-file-type: ".html"
7327   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7328   data: "plot-vpp-soak-2n-clx"
7329   include:
7330     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7331     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7333     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7336   layout:
7337     title: "30 Minutes Soak Test (PLRsearch)"
7338     layout: "plot-soak-throughput"
7339
7340 # Soak Test (PLRsearch), boxes - 2n-clx
7341 - type: "plot"
7342   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7343   algorithm: "plot_perf_box_name"
7344   output-file-type: ".html"
7345   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7346   data: "plot-vpp-soak-2n-clx"
7347   include:
7348     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7349     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7350     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7351     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7353     - "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"
7354   layout:
7355     title: "30 Minutes Soak Test (PLRsearch)"
7356     layout: "plot-soak-throughput"
7357
7358 # Soak Test (PLRsearch), boxes - 2n-skx
7359 - type: "plot"
7360   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7361   algorithm: "plot_perf_box_name"
7362   output-file-type: ".html"
7363   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7364   data: "plot-vpp-soak-2n-skx"
7365   include:
7366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7372   layout:
7373     title: "30 Minutes Soak Test (PLRsearch)"
7374     layout: "plot-soak-throughput"
7375
7376 # Soak Test (PLRsearch), boxes - 2n-skx
7377 - type: "plot"
7378   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7379   algorithm: "plot_perf_box_name"
7380   output-file-type: ".html"
7381   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7382   data: "plot-vpp-soak-2n-skx"
7383   include:
7384     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7385     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7386     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7387     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7389     - "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"
7390   layout:
7391     title: "30 Minutes Soak Test (PLRsearch)"
7392     layout: "plot-soak-throughput"
7393
7394 ###############################################################################
7395
7396 # Reconf tests 2n-skx
7397
7398 - type: "plot"
7399   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7400   algorithm: "plot_nf_reconf_box_name"
7401   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7402   data: "plot-vpp-nfv-reconf-2n-skx"
7403   include:
7404     - "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"
7405     - "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"
7406     - "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"
7407     - "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"
7408     - "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"
7409     - "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"
7410   layout:
7411     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7412     layout: "plot-throughput"
7413
7414 - type: "plot"
7415   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7416   algorithm: "plot_nf_reconf_box_name"
7417   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7418   data: "plot-vpp-nfv-reconf-2n-skx"
7419   include:
7420     - "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"
7421     - "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"
7422     - "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"
7423     - "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"
7424     - "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"
7425     - "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"
7426   layout:
7427     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7428     layout: "plot-throughput"
7429
7430 - type: "plot"
7431   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7432   algorithm: "plot_nf_reconf_box_name"
7433   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7434   data: "plot-vpp-nfv-reconf-2n-skx"
7435   include:
7436     - "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"
7437     - "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"
7438     - "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"
7439     - "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"
7440     - "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"
7441     - "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"
7442   layout:
7443     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7444     layout: "plot-throughput"
7445
7446 ###############################################################################
7447
7448 # Reconf tests 2n-clx
7449
7450 - type: "plot"
7451   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7452   algorithm: "plot_nf_reconf_box_name"
7453   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7454   data: "plot-vpp-nfv-reconf-2n-clx"
7455   include:
7456     - "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"
7457     - "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"
7458     - "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"
7459     - "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"
7460   layout:
7461     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7462     layout: "plot-throughput"
7463
7464 - type: "plot"
7465   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7466   algorithm: "plot_nf_reconf_box_name"
7467   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7468   data: "plot-vpp-nfv-reconf-2n-clx"
7469   include:
7470     - "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"
7471     - "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"
7472     - "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"
7473     - "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"
7474   layout:
7475     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7476     layout: "plot-throughput"
7477
7478 - type: "plot"
7479   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7480   algorithm: "plot_nf_reconf_box_name"
7481   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7482   data: "plot-vpp-nfv-reconf-2n-clx"
7483   include:
7484     - "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"
7485     - "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"
7486     - "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"
7487     - "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"
7488   layout:
7489     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7490     layout: "plot-throughput"
7491
7492 ###############################################################################
7493
7494 # Plots - NF Density - VSC - MRR IMIX
7495 - type: "plot"
7496   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7497   algorithm: "plot_nf_heatmap"
7498   output-file-type: ".html"
7499   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7500   data: "plot-vpp-nfv-2n-skx-mrr"
7501   filter: "'NIC_Intel-XXV710' and
7502            'NF_DENSITY' and
7503            'VHOST' and
7504            not 'VXLAN' and
7505            'CHAIN' and
7506            'NF_VPPIP4' and
7507            'IMIX' and
7508            '2T1C' and
7509            'MRR'"
7510   parameters:
7511   - "result"
7512   - "name"
7513   - "tags"
7514   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7515   x-axis: "X = VNFs per Service Chain"
7516   y-axis: "Y = Number of Service Chains"
7517   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7518   layout:
7519     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7520     layout: "plot-service-density"
7521
7522 - type: "plot"
7523   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7524   algorithm: "plot_nf_heatmap"
7525   output-file-type: ".html"
7526   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7527   data: "plot-vpp-nfv-2n-skx-mrr"
7528   filter: "'NIC_Intel-XXV710' and
7529            'NF_DENSITY' and
7530            'VHOST' and
7531            not 'VXLAN' and
7532            'CHAIN' and
7533            'NF_VPPIP4' and
7534            'IMIX' and
7535            '4T2C' and
7536            'MRR'"
7537   parameters:
7538   - "result"
7539   - "name"
7540   - "tags"
7541   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7542   x-axis: "X = VNFs per Service Chain"
7543   y-axis: "Y = Number of Service Chains"
7544   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7545   layout:
7546     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7547     layout: "plot-service-density"
7548
7549 - type: "plot"
7550   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7551   algorithm: "plot_nf_heatmap"
7552   output-file-type: ".html"
7553   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7554   data: "plot-vpp-nfv-2n-skx-mrr"
7555   filter: "'NIC_Intel-XXV710' and
7556            'NF_DENSITY' and
7557            'VHOST' and
7558            not 'VXLAN' and
7559            'CHAIN' and
7560            'NF_VPPIP4' and
7561            'IMIX' and
7562            '8T4C' and
7563            'MRR'"
7564   parameters:
7565   - "result"
7566   - "name"
7567   - "tags"
7568   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7569   x-axis: "X = VNFs per Service Chain"
7570   y-axis: "Y = Number of Service Chains"
7571   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7572   layout:
7573     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7574     layout: "plot-service-density"
7575
7576 # Plots - NF Density - VSC - NDR IMIX
7577 - type: "plot"
7578   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7579   algorithm: "plot_nf_heatmap"
7580   output-file-type: ".html"
7581   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7582   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7583   filter: "'NIC_Intel-XXV710' and
7584            'NF_DENSITY' and
7585            'VHOST' and
7586            not 'VXLAN' and
7587            'CHAIN' and
7588            'NF_VPPIP4' and
7589            'IMIX' and
7590            '2T1C' and
7591            'NDRPDR'"
7592   parameters:
7593   - "throughput"
7594   - "name"
7595   - "tags"
7596   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7597   x-axis: "X = VNFs per Service Chain"
7598   y-axis: "Y = Number of Service Chains"
7599   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7600   layout:
7601     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7602     layout: "plot-service-density"
7603
7604 - type: "plot"
7605   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7606   algorithm: "plot_nf_heatmap"
7607   output-file-type: ".html"
7608   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7609   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7610   filter: "'NIC_Intel-XXV710' and
7611            'NF_DENSITY' and
7612            'VHOST' and
7613            not 'VXLAN' and
7614            'CHAIN' and
7615            'NF_VPPIP4' and
7616            'IMIX' and
7617            '4T2C' and
7618            'NDRPDR'"
7619   parameters:
7620   - "throughput"
7621   - "name"
7622   - "tags"
7623   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7624   x-axis: "X = VNFs per Service Chain"
7625   y-axis: "Y = Number of Service Chains"
7626   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7627   layout:
7628     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7629     layout: "plot-service-density"
7630
7631 - type: "plot"
7632   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7633   algorithm: "plot_nf_heatmap"
7634   output-file-type: ".html"
7635   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7636   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7637   filter: "'NIC_Intel-XXV710' and
7638            'NF_DENSITY' and
7639            'VHOST' and
7640            not 'VXLAN' and
7641            'CHAIN' and
7642            'NF_VPPIP4' and
7643            'IMIX' and
7644            '8T4C' and
7645            'NDRPDR'"
7646   parameters:
7647   - "throughput"
7648   - "name"
7649   - "tags"
7650   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7651   x-axis: "X = VNFs per Service Chain"
7652   y-axis: "Y = Number of Service Chains"
7653   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7654   layout:
7655     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7656     layout: "plot-service-density"
7657
7658 # Plots - NF Density - VSC - PDR IMIX
7659 - type: "plot"
7660   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7661   algorithm: "plot_nf_heatmap"
7662   output-file-type: ".html"
7663   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7664   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7665   filter: "'NIC_Intel-XXV710' and
7666            'NF_DENSITY' and
7667            'VHOST' and
7668            not 'VXLAN' and
7669            'CHAIN' and
7670            'NF_VPPIP4' and
7671            'IMIX' and
7672            '2T1C' and
7673            'NDRPDR'"
7674   parameters:
7675   - "throughput"
7676   - "name"
7677   - "tags"
7678   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7679   x-axis: "X = VNFs per Service Chain"
7680   y-axis: "Y = Number of Service Chains"
7681   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7682   layout:
7683     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7684     layout: "plot-service-density"
7685
7686 - type: "plot"
7687   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7688   algorithm: "plot_nf_heatmap"
7689   output-file-type: ".html"
7690   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7691   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7692   filter: "'NIC_Intel-XXV710' and
7693            'NF_DENSITY' and
7694            'VHOST' and
7695            not 'VXLAN' and
7696            'CHAIN' and
7697            'NF_VPPIP4' and
7698            'IMIX' and
7699            '4T2C' and
7700            'NDRPDR'"
7701   parameters:
7702   - "throughput"
7703   - "name"
7704   - "tags"
7705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7706   x-axis: "X = VNFs per Service Chain"
7707   y-axis: "Y = Number of Service Chains"
7708   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7709   layout:
7710     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7711     layout: "plot-service-density"
7712
7713 - type: "plot"
7714   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7715   algorithm: "plot_nf_heatmap"
7716   output-file-type: ".html"
7717   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7718   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7719   filter: "'NIC_Intel-XXV710' and
7720            'NF_DENSITY' and
7721            'VHOST' and
7722            not 'VXLAN' and
7723            'CHAIN' and
7724            'NF_VPPIP4' and
7725            'IMIX' and
7726            '8T4C' and
7727            'NDRPDR'"
7728   parameters:
7729   - "throughput"
7730   - "name"
7731   - "tags"
7732   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7733   x-axis: "X = VNFs per Service Chain"
7734   y-axis: "Y = Number of Service Chains"
7735   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7736   layout:
7737     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7738     layout: "plot-service-density"
7739
7740 ###############################################################################
7741
7742 # Plots - NF Density - VSC - MRR IMIX
7743 - type: "plot"
7744   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7745   algorithm: "plot_nf_heatmap"
7746   output-file-type: ".html"
7747   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7748   data: "plot-vpp-nfv-2n-skx-mrr"
7749   filter: "'NIC_Intel-XXV710' and
7750            'NF_DENSITY' and
7751            'VHOST' and
7752            'VXLAN' and
7753            'CHAIN' and
7754            'IMIX' and
7755            '2T1C' and
7756            'MRR'"
7757   parameters:
7758   - "result"
7759   - "name"
7760   - "tags"
7761   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7762   x-axis: "X = VNFs per Service Chain"
7763   y-axis: "Y = Number of Service Chains"
7764   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7765   layout:
7766     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7767     layout: "plot-service-density"
7768
7769 - type: "plot"
7770   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7771   algorithm: "plot_nf_heatmap"
7772   output-file-type: ".html"
7773   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7774   data: "plot-vpp-nfv-2n-skx-mrr"
7775   filter: "'NIC_Intel-XXV710' and
7776            'NF_DENSITY' and
7777            'VHOST' and
7778            'VXLAN' and
7779            'CHAIN' and
7780            'IMIX' and
7781            '4T2C' and
7782            'MRR'"
7783   parameters:
7784   - "result"
7785   - "name"
7786   - "tags"
7787   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7788   x-axis: "X = VNFs per Service Chain"
7789   y-axis: "Y = Number of Service Chains"
7790   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7791   layout:
7792     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7793     layout: "plot-service-density"
7794
7795 - type: "plot"
7796   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7797   algorithm: "plot_nf_heatmap"
7798   output-file-type: ".html"
7799   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7800   data: "plot-vpp-nfv-2n-skx-mrr"
7801   filter: "'NIC_Intel-XXV710' and
7802            'NF_DENSITY' and
7803            'VHOST' and
7804            'VXLAN' and
7805            'CHAIN' and
7806            'IMIX' and
7807            '8T4C' and
7808            'MRR'"
7809   parameters:
7810   - "result"
7811   - "name"
7812   - "tags"
7813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7814   x-axis: "X = VNFs per Service Chain"
7815   y-axis: "Y = Number of Service Chains"
7816   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7817   layout:
7818     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7819     layout: "plot-service-density"
7820
7821 # Plots - NF Density - VSC - NDR IMIX
7822 - type: "plot"
7823   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7824   algorithm: "plot_nf_heatmap"
7825   output-file-type: ".html"
7826   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7827   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7828   filter: "'NIC_Intel-XXV710' and
7829            'NF_DENSITY' and
7830            'VHOST' and
7831            'VXLAN' and
7832            'CHAIN' and
7833            'IMIX' and
7834            '2T1C' and
7835            'NDRPDR'"
7836   parameters:
7837   - "throughput"
7838   - "name"
7839   - "tags"
7840   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7841   x-axis: "X = VNFs per Service Chain"
7842   y-axis: "Y = Number of Service Chains"
7843   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7844   layout:
7845     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7846     layout: "plot-service-density"
7847
7848 - type: "plot"
7849   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7850   algorithm: "plot_nf_heatmap"
7851   output-file-type: ".html"
7852   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7853   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7854   filter: "'NIC_Intel-XXV710' and
7855            'NF_DENSITY' and
7856            'VHOST' and
7857            'VXLAN' and
7858            'CHAIN' and
7859            'IMIX' and
7860            '4T2C' and
7861            'NDRPDR'"
7862   parameters:
7863   - "throughput"
7864   - "name"
7865   - "tags"
7866   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7867   x-axis: "X = VNFs per Service Chain"
7868   y-axis: "Y = Number of Service Chains"
7869   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7870   layout:
7871     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7872     layout: "plot-service-density"
7873
7874 - type: "plot"
7875   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7876   algorithm: "plot_nf_heatmap"
7877   output-file-type: ".html"
7878   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7879   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7880   filter: "'NIC_Intel-XXV710' and
7881            'NF_DENSITY' and
7882            'VHOST' and
7883            'VXLAN' and
7884            'CHAIN' and
7885            'IMIX' and
7886            '8T4C' and
7887            'NDRPDR'"
7888   parameters:
7889   - "throughput"
7890   - "name"
7891   - "tags"
7892   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7893   x-axis: "X = VNFs per Service Chain"
7894   y-axis: "Y = Number of Service Chains"
7895   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7896   layout:
7897     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7898     layout: "plot-service-density"
7899
7900 # Plots - NF Density - VSC - PDR IMIX
7901 - type: "plot"
7902   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7903   algorithm: "plot_nf_heatmap"
7904   output-file-type: ".html"
7905   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7906   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7907   filter: "'NIC_Intel-XXV710' and
7908            'NF_DENSITY' and
7909            'VHOST' and
7910            'VXLAN' and
7911            'CHAIN' and
7912            'IMIX' and
7913            '2T1C' and
7914            'NDRPDR'"
7915   parameters:
7916   - "throughput"
7917   - "name"
7918   - "tags"
7919   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7920   x-axis: "X = VNFs per Service Chain"
7921   y-axis: "Y = Number of Service Chains"
7922   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7923   layout:
7924     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7925     layout: "plot-service-density"
7926
7927 - type: "plot"
7928   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7929   algorithm: "plot_nf_heatmap"
7930   output-file-type: ".html"
7931   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7932   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7933   filter: "'NIC_Intel-XXV710' and
7934            'NF_DENSITY' and
7935            'VHOST' and
7936            'VXLAN' and
7937            'CHAIN' and
7938            'IMIX' and
7939            '4T2C' and
7940            'NDRPDR'"
7941   parameters:
7942   - "throughput"
7943   - "name"
7944   - "tags"
7945   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7946   x-axis: "X = VNFs per Service Chain"
7947   y-axis: "Y = Number of Service Chains"
7948   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7949   layout:
7950     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7951     layout: "plot-service-density"
7952
7953 - type: "plot"
7954   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7955   algorithm: "plot_nf_heatmap"
7956   output-file-type: ".html"
7957   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7958   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7959   filter: "'NIC_Intel-XXV710' and
7960            'NF_DENSITY' and
7961            'VHOST' and
7962            'VXLAN' and
7963            'CHAIN' and
7964            'IMIX' and
7965            '8T4C' and
7966            'NDRPDR'"
7967   parameters:
7968   - "throughput"
7969   - "name"
7970   - "tags"
7971   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7972   x-axis: "X = VNFs per Service Chain"
7973   y-axis: "Y = Number of Service Chains"
7974   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7975   layout:
7976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7977     layout: "plot-service-density"
7978
7979 ###############################################################################
7980
7981 # Plots - NF Density - CSC - MRR IMIX
7982 - type: "plot"
7983   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7984   algorithm: "plot_nf_heatmap"
7985   output-file-type: ".html"
7986   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7987   data: "plot-vpp-nfv-2n-skx-mrr"
7988   filter: "'NIC_Intel-XXV710' and
7989            'NF_DENSITY' and
7990            'DOCKER' and
7991            'CHAIN' and
7992            'NF_VPPIP4' and
7993            'IMIX' and
7994            '2T1C' and
7995            'MRR'"
7996   parameters:
7997   - "result"
7998   - "name"
7999   - "tags"
8000   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8001   x-axis: "X = CNFs per Service Chain"
8002   y-axis: "Y = Number of Service Chains"
8003   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8004   layout:
8005     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8006     layout: "plot-service-density"
8007
8008 - type: "plot"
8009   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8010   algorithm: "plot_nf_heatmap"
8011   output-file-type: ".html"
8012   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8013   data: "plot-vpp-nfv-2n-skx-mrr"
8014   filter: "'NIC_Intel-XXV710' and
8015            'NF_DENSITY' and
8016            'DOCKER' and
8017            'CHAIN' and
8018            'NF_VPPIP4' and
8019            'IMIX' and
8020            '4T2C' and
8021            'MRR'"
8022   parameters:
8023   - "result"
8024   - "name"
8025   - "tags"
8026   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8027   x-axis: "X = CNFs per Service Chain"
8028   y-axis: "Y = Number of Service Chains"
8029   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8030   layout:
8031     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8032     layout: "plot-service-density"
8033
8034 - type: "plot"
8035   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8036   algorithm: "plot_nf_heatmap"
8037   output-file-type: ".html"
8038   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8039   data: "plot-vpp-nfv-2n-skx-mrr"
8040   filter: "'NIC_Intel-XXV710' and
8041            'NF_DENSITY' and
8042            'DOCKER' and
8043            'CHAIN' and
8044            'NF_VPPIP4' and
8045            'IMIX' and
8046            '8T4C' and
8047            'MRR'"
8048   parameters:
8049   - "result"
8050   - "name"
8051   - "tags"
8052   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8053   x-axis: "X = CNFs per Service Chain"
8054   y-axis: "Y = Number of Service Chains"
8055   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8056   layout:
8057     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8058     layout: "plot-service-density"
8059
8060 # Plots - NF Density - CSC - NDR IMIX
8061 - type: "plot"
8062   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8063   algorithm: "plot_nf_heatmap"
8064   output-file-type: ".html"
8065   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8066   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8067   filter: "'NIC_Intel-XXV710' and
8068            'NF_DENSITY' and
8069            'DOCKER' and
8070            'CHAIN' and
8071            'NF_VPPIP4' and
8072            'IMIX' and
8073            '2T1C' and
8074            'NDRPDR'"
8075   parameters:
8076   - "throughput"
8077   - "name"
8078   - "tags"
8079   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8080   x-axis: "X = CNFs per Service Chain"
8081   y-axis: "Y = Number of Service Chains"
8082   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8083   layout:
8084     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8085     layout: "plot-service-density"
8086
8087 - type: "plot"
8088   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8089   algorithm: "plot_nf_heatmap"
8090   output-file-type: ".html"
8091   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8092   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8093   filter: "'NIC_Intel-XXV710' and
8094            'NF_DENSITY' and
8095            'DOCKER' and
8096            'CHAIN' and
8097            'NF_VPPIP4' and
8098            'IMIX' and
8099            '4T2C' and
8100            'NDRPDR'"
8101   parameters:
8102   - "throughput"
8103   - "name"
8104   - "tags"
8105   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8106   x-axis: "X = CNFs per Service Chain"
8107   y-axis: "Y = Number of Service Chains"
8108   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8109   layout:
8110     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8111     layout: "plot-service-density"
8112
8113 - type: "plot"
8114   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8115   algorithm: "plot_nf_heatmap"
8116   output-file-type: ".html"
8117   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8118   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8119   filter: "'NIC_Intel-XXV710' and
8120            'NF_DENSITY' and
8121            'DOCKER' and
8122            'CHAIN' and
8123            'NF_VPPIP4' and
8124            'IMIX' and
8125            '8T4C' and
8126            'NDRPDR'"
8127   parameters:
8128   - "throughput"
8129   - "name"
8130   - "tags"
8131   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8132   x-axis: "X = CNFs per Service Chain"
8133   y-axis: "Y = Number of Service Chains"
8134   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8135   layout:
8136     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8137     layout: "plot-service-density"
8138
8139 # Plots - NF Density - CSC - PDR IMIX
8140 - type: "plot"
8141   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8142   algorithm: "plot_nf_heatmap"
8143   output-file-type: ".html"
8144   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8145   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8146   filter: "'NIC_Intel-XXV710' and
8147            'NF_DENSITY' and
8148            'DOCKER' and
8149            'CHAIN' and
8150            'NF_VPPIP4' and
8151            'IMIX' and
8152            '2T1C' and
8153            'NDRPDR'"
8154   parameters:
8155   - "throughput"
8156   - "name"
8157   - "tags"
8158   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8159   x-axis: "X = CNFs per Service Chain"
8160   y-axis: "Y = Number of Service Chains"
8161   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8162   layout:
8163     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8164     layout: "plot-service-density"
8165
8166 - type: "plot"
8167   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8168   algorithm: "plot_nf_heatmap"
8169   output-file-type: ".html"
8170   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8171   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8172   filter: "'NIC_Intel-XXV710' and
8173            'NF_DENSITY' and
8174            'DOCKER' and
8175            'CHAIN' and
8176            'NF_VPPIP4' and
8177            'IMIX' and
8178            '4T2C' and
8179            'NDRPDR'"
8180   parameters:
8181   - "throughput"
8182   - "name"
8183   - "tags"
8184   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8185   x-axis: "X = CNFs per Service Chain"
8186   y-axis: "Y = Number of Service Chains"
8187   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8188   layout:
8189     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8190     layout: "plot-service-density"
8191
8192 - type: "plot"
8193   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8194   algorithm: "plot_nf_heatmap"
8195   output-file-type: ".html"
8196   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8197   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8198   filter: "'NIC_Intel-XXV710' and
8199            'NF_DENSITY' and
8200            'DOCKER' and
8201            'CHAIN' and
8202            'NF_VPPIP4' and
8203            'IMIX' and
8204            '8T4C' and
8205            'NDRPDR'"
8206   parameters:
8207   - "throughput"
8208   - "name"
8209   - "tags"
8210   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8211   x-axis: "X = CNFs per Service Chain"
8212   y-axis: "Y = Number of Service Chains"
8213   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8214   layout:
8215     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8216     layout: "plot-service-density"
8217
8218 ################################################################################
8219 #
8220 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8221 #- type: "plot"
8222 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8223 #  algorithm: "plot_nf_heatmap"
8224 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8225 #  data: "plot-vpp-nfv-3n-skx-mrr"
8226 #  filter: "'NIC_Intel-XXV710' and
8227 #           'NF_DENSITY' and
8228 #           'DOCKER' and
8229 #           'CHAIN' and
8230 #           'NF_VPPIP4' and
8231 #           'IPSEC' and
8232 #           'TNL_4' and
8233 #           'IMIX' and
8234 #           '2T1C' and
8235 #           'MRR'"
8236 #  parameters:
8237 #  - "result"
8238 #  - "name"
8239 #  - "tags"
8240 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8241 #  x-axis: "X = CNFs per Service Chain"
8242 #  y-axis: "Y = Number of Service Chains"
8243 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8244 #  layout:
8245 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8246 #    layout: "plot-service-density"
8247 #
8248 #- type: "plot"
8249 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8250 #  algorithm: "plot_nf_heatmap"
8251 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8252 #  data: "plot-vpp-nfv-3n-skx-mrr"
8253 #  filter: "'NIC_Intel-XXV710' and
8254 #           'NF_DENSITY' and
8255 #           'DOCKER' and
8256 #           'CHAIN' and
8257 #           'NF_VPPIP4' and
8258 #           'IPSEC' and
8259 #           'TNL_4' and
8260 #           'IMIX' and
8261 #           '4T2C' and
8262 #           'MRR'"
8263 #  parameters:
8264 #  - "result"
8265 #  - "name"
8266 #  - "tags"
8267 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8268 #  x-axis: "X = CNFs per Service Chain"
8269 #  y-axis: "Y = Number of Service Chains"
8270 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8271 #  layout:
8272 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8273 #    layout: "plot-service-density"
8274 #
8275 #- type: "plot"
8276 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8277 #  algorithm: "plot_nf_heatmap"
8278 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8279 #  data: "plot-vpp-nfv-3n-skx-mrr"
8280 #  filter: "'NIC_Intel-XXV710' and
8281 #           'NF_DENSITY' and
8282 #           'DOCKER' and
8283 #           'CHAIN' and
8284 #           'NF_VPPIP4' and
8285 #           'IPSEC' and
8286 #           'TNL_4' and
8287 #           'IMIX' and
8288 #           '8T4C' and
8289 #           'MRR'"
8290 #  parameters:
8291 #  - "result"
8292 #  - "name"
8293 #  - "tags"
8294 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8295 #  x-axis: "X = CNFs per Service Chain"
8296 #  y-axis: "Y = Number of Service Chains"
8297 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8298 #  layout:
8299 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8300 #    layout: "plot-service-density"
8301
8302 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8303 #- type: "plot"
8304 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8305 #  algorithm: "plot_nf_heatmap"
8306 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8307 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8308 #  filter: "'NIC_Intel-XXV710' and
8309 #           'NF_DENSITY' and
8310 #           'DOCKER' and
8311 #           'CHAIN' and
8312 #           'NF_VPPIP4' and
8313 #           'IPSEC' and
8314 #           'TNL_4' and
8315 #           'IMIX' and
8316 #           '2T1C' and
8317 #           'NDRPDR'"
8318 #  parameters:
8319 #  - "throughput"
8320 #  - "name"
8321 #  - "tags"
8322 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8323 #  x-axis: "X = CNFs per Service Chain"
8324 #  y-axis: "Y = Number of Service Chains"
8325 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8326 #  layout:
8327 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8328 #    layout: "plot-service-density"
8329 #
8330 #- type: "plot"
8331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8332 #  algorithm: "plot_nf_heatmap"
8333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8334 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8335 #  filter: "'NIC_Intel-XXV710' and
8336 #           'NF_DENSITY' and
8337 #           'DOCKER' and
8338 #           'CHAIN' and
8339 #           'NF_VPPIP4' and
8340 #           'IPSEC' and
8341 #           'TNL_4' and
8342 #           'IMIX' and
8343 #           '4T2C' and
8344 #           'NDRPDR'"
8345 #  parameters:
8346 #  - "throughput"
8347 #  - "name"
8348 #  - "tags"
8349 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8350 #  x-axis: "X = CNFs per Service Chain"
8351 #  y-axis: "Y = Number of Service Chains"
8352 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8353 #  layout:
8354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8355 #    layout: "plot-service-density"
8356 #
8357 #- type: "plot"
8358 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8359 #  algorithm: "plot_nf_heatmap"
8360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8361 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8362 #  filter: "'NIC_Intel-XXV710' and
8363 #           'NF_DENSITY' and
8364 #           'DOCKER' and
8365 #           'CHAIN' and
8366 #           'NF_VPPIP4' and
8367 #           'IPSEC' and
8368 #           'TNL_4' and
8369 #           'IMIX' and
8370 #           '8T4C' and
8371 #           'NDRPDR'"
8372 #  parameters:
8373 #  - "throughput"
8374 #  - "name"
8375 #  - "tags"
8376 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8377 #  x-axis: "X = CNFs per Service Chain"
8378 #  y-axis: "Y = Number of Service Chains"
8379 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8380 #  layout:
8381 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8382 #    layout: "plot-service-density"
8383 #
8384 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8385 #- type: "plot"
8386 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8387 #  algorithm: "plot_nf_heatmap"
8388 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8389 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8390 #  filter: "'NIC_Intel-XXV710' and
8391 #           'NF_DENSITY' and
8392 #           'DOCKER' and
8393 #           'CHAIN' and
8394 #           'NF_VPPIP4' and
8395 #           'IPSEC' and
8396 #           'TNL_4' and
8397 #           'IMIX' and
8398 #           '2T1C' and
8399 #           'NDRPDR'"
8400 #  parameters:
8401 #  - "throughput"
8402 #  - "name"
8403 #  - "tags"
8404 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8405 #  x-axis: "X = CNFs per Service Chain"
8406 #  y-axis: "Y = Number of Service Chains"
8407 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8408 #  layout:
8409 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8410 #    layout: "plot-service-density"
8411 #
8412 #- type: "plot"
8413 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8414 #  algorithm: "plot_nf_heatmap"
8415 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8416 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8417 #  filter: "'NIC_Intel-XXV710' and
8418 #           'NF_DENSITY' and
8419 #           'DOCKER' and
8420 #           'CHAIN' and
8421 #           'NF_VPPIP4' and
8422 #           'IPSEC' and
8423 #           'TNL_4' and
8424 #           'IMIX' and
8425 #           '4T2C' and
8426 #           'NDRPDR'"
8427 #  parameters:
8428 #  - "throughput"
8429 #  - "name"
8430 #  - "tags"
8431 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8432 #  x-axis: "X = CNFs per Service Chain"
8433 #  y-axis: "Y = Number of Service Chains"
8434 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8435 #  layout:
8436 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8437 #    layout: "plot-service-density"
8438 #
8439 #- type: "plot"
8440 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8441 #  algorithm: "plot_nf_heatmap"
8442 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8443 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8444 #  filter: "'NIC_Intel-XXV710' and
8445 #           'NF_DENSITY' and
8446 #           'DOCKER' and
8447 #           'CHAIN' and
8448 #           'NF_VPPIP4' and
8449 #           'IPSEC' and
8450 #           'TNL_4' and
8451 #           'IMIX' and
8452 #           '8T4C' and
8453 #           'NDRPDR'"
8454 #  parameters:
8455 #  - "throughput"
8456 #  - "name"
8457 #  - "tags"
8458 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8459 #  x-axis: "X = CNFs per Service Chain"
8460 #  y-axis: "Y = Number of Service Chains"
8461 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8462 #  layout:
8463 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8464 #    layout: "plot-service-density"
8465
8466 ###############################################################################
8467
8468 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8469 #- type: "plot"
8470 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8471 #  algorithm: "plot_nf_heatmap"
8472 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8473 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8474 #  filter: "'NIC_Intel-XL710' and
8475 #           'NF_DENSITY' and
8476 #           'DOCKER' and
8477 #           'CHAIN' and
8478 #           'NF_VPPIP4' and
8479 #           'IMIX' and
8480 #           'TNL_4' and
8481 #           '1T1C' and
8482 #           'MRR'"
8483 #  parameters:
8484 #  - "result"
8485 #  - "name"
8486 #  - "tags"
8487 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8488 #  x-axis: "X = CNFs per Service Chain"
8489 #  y-axis: "Y = Number of Service Chains"
8490 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8491 #  layout:
8492 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8493 #    layout: "plot-service-density"
8494 #
8495 #- type: "plot"
8496 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8497 #  algorithm: "plot_nf_heatmap"
8498 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8499 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8500 #  filter: "'NIC_Intel-XL710' and
8501 #           'NF_DENSITY' and
8502 #           'DOCKER' and
8503 #           'CHAIN' and
8504 #           'NF_VPPIP4' and
8505 #           'IPSEC' and
8506 #           'TNL_4' and
8507 #           'IMIX' and
8508 #           '2T2C' and
8509 #           'MRR'"
8510 #  parameters:
8511 #  - "result"
8512 #  - "name"
8513 #  - "tags"
8514 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8515 #  x-axis: "X = CNFs per Service Chain"
8516 #  y-axis: "Y = Number of Service Chains"
8517 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8518 #  layout:
8519 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8520 #    layout: "plot-service-density"
8521 #
8522 #- type: "plot"
8523 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8524 #  algorithm: "plot_nf_heatmap"
8525 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8526 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8527 #  filter: "'NIC_Intel-XL710' and
8528 #           'NF_DENSITY' and
8529 #           'DOCKER' and
8530 #           'CHAIN' and
8531 #           'NF_VPPIP4' and
8532 #           'IPSEC' and
8533 #           'TNL_4' and
8534 #           'IMIX' and
8535 #           '4T4C' and
8536 #           'MRR'"
8537 #  parameters:
8538 #  - "result"
8539 #  - "name"
8540 #  - "tags"
8541 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8542 #  x-axis: "X = CNFs per Service Chain"
8543 #  y-axis: "Y = Number of Service Chains"
8544 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8545 #  layout:
8546 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8547 #    layout: "plot-service-density"
8548
8549 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8550 #- type: "plot"
8551 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8552 #  algorithm: "plot_nf_heatmap"
8553 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8554 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8555 #  filter: "'NIC_Intel-XL710' and
8556 #           'NF_DENSITY' and
8557 #           'DOCKER' and
8558 #           'CHAIN' and
8559 #           'NF_VPPIP4' and
8560 #           'IPSEC' and
8561 #           'TNL_4' and
8562 #           'IMIX' and
8563 #           '1T1C' and
8564 #           'NDRPDR'"
8565 #  parameters:
8566 #  - "throughput"
8567 #  - "name"
8568 #  - "tags"
8569 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8570 #  x-axis: "X = CNFs per Service Chain"
8571 #  y-axis: "Y = Number of Service Chains"
8572 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8573 #  layout:
8574 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8575 #    layout: "plot-service-density"
8576 #
8577 #- type: "plot"
8578 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8579 #  algorithm: "plot_nf_heatmap"
8580 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8581 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8582 #  filter: "'NIC_Intel-XL710' and
8583 #           'NF_DENSITY' and
8584 #           'DOCKER' and
8585 #           'CHAIN' and
8586 #           'NF_VPPIP4' and
8587 #           'IPSEC' and
8588 #           'TNL_4' and
8589 #           'IMIX' and
8590 #           '2T2C' and
8591 #           'NDRPDR'"
8592 #  parameters:
8593 #  - "throughput"
8594 #  - "name"
8595 #  - "tags"
8596 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8597 #  x-axis: "X = CNFs per Service Chain"
8598 #  y-axis: "Y = Number of Service Chains"
8599 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8600 #  layout:
8601 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8602 #    layout: "plot-service-density"
8603 #
8604 #- type: "plot"
8605 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8606 #  algorithm: "plot_nf_heatmap"
8607 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8608 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8609 #  filter: "'NIC_Intel-XL710' and
8610 #           'NF_DENSITY' and
8611 #           'DOCKER' and
8612 #           'CHAIN' and
8613 #           'NF_VPPIP4' and
8614 #           'IPSEC' and
8615 #           'TNL_4' and
8616 #           'IMIX' and
8617 #           '4T4C' and
8618 #           'NDRPDR'"
8619 #  parameters:
8620 #  - "throughput"
8621 #  - "name"
8622 #  - "tags"
8623 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8624 #  x-axis: "X = CNFs per Service Chain"
8625 #  y-axis: "Y = Number of Service Chains"
8626 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8627 #  layout:
8628 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8629 #    layout: "plot-service-density"
8630 #
8631 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8632 #- type: "plot"
8633 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8634 #  algorithm: "plot_nf_heatmap"
8635 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8636 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8637 #  filter: "'NIC_Intel-XL710' and
8638 #           'NF_DENSITY' and
8639 #           'DOCKER' and
8640 #           'CHAIN' and
8641 #           'NF_VPPIP4' and
8642 #           'IPSEC' and
8643 #           'TNL_4' and
8644 #           'IMIX' and
8645 #           '1T1C' and
8646 #           'NDRPDR'"
8647 #  parameters:
8648 #  - "throughput"
8649 #  - "name"
8650 #  - "tags"
8651 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8652 #  x-axis: "X = CNFs per Service Chain"
8653 #  y-axis: "Y = Number of Service Chains"
8654 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8655 #  layout:
8656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8657 #    layout: "plot-service-density"
8658 #
8659 #- type: "plot"
8660 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8661 #  algorithm: "plot_nf_heatmap"
8662 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8663 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8664 #  filter: "'NIC_Intel-XL710' and
8665 #           'NF_DENSITY' and
8666 #           'DOCKER' and
8667 #           'CHAIN' and
8668 #           'NF_VPPIP4' and
8669 #           'IPSEC' and
8670 #           'TNL_4' and
8671 #           'IMIX' and
8672 #           '2T2C' and
8673 #           'NDRPDR'"
8674 #  parameters:
8675 #  - "throughput"
8676 #  - "name"
8677 #  - "tags"
8678 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8679 #  x-axis: "X = CNFs per Service Chain"
8680 #  y-axis: "Y = Number of Service Chains"
8681 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8682 #  layout:
8683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8684 #    layout: "plot-service-density"
8685 #
8686 #- type: "plot"
8687 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8688 #  algorithm: "plot_nf_heatmap"
8689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8690 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8691 #  filter: "'NIC_Intel-XL710' and
8692 #           'NF_DENSITY' and
8693 #           'DOCKER' and
8694 #           'CHAIN' and
8695 #           'NF_VPPIP4' and
8696 #           'IPSEC' and
8697 #           'TNL_4' and
8698 #           'IMIX' and
8699 #           '4T4C' and
8700 #           'NDRPDR'"
8701 #  parameters:
8702 #  - "throughput"
8703 #  - "name"
8704 #  - "tags"
8705 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8706 #  x-axis: "X = CNFs per Service Chain"
8707 #  y-axis: "Y = Number of Service Chains"
8708 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8709 #  layout:
8710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8711 #    layout: "plot-service-density"
8712
8713 ###############################################################################
8714
8715 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8716 #- type: "plot"
8717 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8718 #  algorithm: "plot_nf_heatmap"
8719 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8720 #  data: "plot-vpp-nfv-3n-skx-mrr"
8721 #  filter: "'NIC_Intel-XXV710' and
8722 #           'NF_DENSITY' and
8723 #           'DOCKER' and
8724 #           'CHAIN' and
8725 #           'NF_VPPIP4' and
8726 #           'IPSEC' and
8727 #           'TNL_1000' and
8728 #           'IMIX' and
8729 #           '2T1C' and
8730 #           'MRR'"
8731 #  parameters:
8732 #  - "result"
8733 #  - "name"
8734 #  - "tags"
8735 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8736 #  x-axis: "X = CNFs per Service Chain"
8737 #  y-axis: "Y = Number of Service Chains"
8738 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8739 #  layout:
8740 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8741 #    layout: "plot-service-density"
8742 #
8743 #- type: "plot"
8744 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8745 #  algorithm: "plot_nf_heatmap"
8746 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8747 #  data: "plot-vpp-nfv-3n-skx-mrr"
8748 #  filter: "'NIC_Intel-XXV710' and
8749 #           'NF_DENSITY' and
8750 #           'DOCKER' and
8751 #           'CHAIN' and
8752 #           'NF_VPPIP4' and
8753 #           'IPSEC' and
8754 #           'TNL_1000' and
8755 #           'IMIX' and
8756 #           '4T2C' and
8757 #           'MRR'"
8758 #  parameters:
8759 #  - "result"
8760 #  - "name"
8761 #  - "tags"
8762 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8763 #  x-axis: "X = CNFs per Service Chain"
8764 #  y-axis: "Y = Number of Service Chains"
8765 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8766 #  layout:
8767 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8768 #    layout: "plot-service-density"
8769 #
8770 #- type: "plot"
8771 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8772 #  algorithm: "plot_nf_heatmap"
8773 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8774 #  data: "plot-vpp-nfv-3n-skx-mrr"
8775 #  filter: "'NIC_Intel-XXV710' and
8776 #           'NF_DENSITY' and
8777 #           'DOCKER' and
8778 #           'CHAIN' and
8779 #           'NF_VPPIP4' and
8780 #           'IPSEC' and
8781 #           'TNL_1000' and
8782 #           'IMIX' and
8783 #           '8T4C' and
8784 #           'MRR'"
8785 #  parameters:
8786 #  - "result"
8787 #  - "name"
8788 #  - "tags"
8789 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8790 #  x-axis: "X = CNFs per Service Chain"
8791 #  y-axis: "Y = Number of Service Chains"
8792 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8793 #  layout:
8794 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8795 #    layout: "plot-service-density"
8796
8797 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8798 #- type: "plot"
8799 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8800 #  algorithm: "plot_nf_heatmap"
8801 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8802 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8803 #  filter: "'NIC_Intel-XXV710' and
8804 #           'NF_DENSITY' and
8805 #           'DOCKER' and
8806 #           'CHAIN' and
8807 #           'NF_VPPIP4' and
8808 #           'IPSEC' and
8809 #           'TNL_1000' and
8810 #           'IMIX' and
8811 #           '2T1C' and
8812 #           'NDRPDR'"
8813 #  parameters:
8814 #  - "throughput"
8815 #  - "name"
8816 #  - "tags"
8817 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8818 #  x-axis: "X = CNFs per Service Chain"
8819 #  y-axis: "Y = Number of Service Chains"
8820 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8821 #  layout:
8822 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8823 #    layout: "plot-service-density"
8824 #
8825 #- type: "plot"
8826 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8827 #  algorithm: "plot_nf_heatmap"
8828 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8829 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8830 #  filter: "'NIC_Intel-XXV710' and
8831 #           'NF_DENSITY' and
8832 #           'DOCKER' and
8833 #           'CHAIN' and
8834 #           'NF_VPPIP4' and
8835 #           'IPSEC' and
8836 #           'TNL_1000' and
8837 #           'IMIX' and
8838 #           '4T2C' and
8839 #           'NDRPDR'"
8840 #  parameters:
8841 #  - "throughput"
8842 #  - "name"
8843 #  - "tags"
8844 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8845 #  x-axis: "X = CNFs per Service Chain"
8846 #  y-axis: "Y = Number of Service Chains"
8847 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8848 #  layout:
8849 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8850 #    layout: "plot-service-density"
8851 #
8852 #- type: "plot"
8853 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8854 #  algorithm: "plot_nf_heatmap"
8855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8856 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8857 #  filter: "'NIC_Intel-XXV710' and
8858 #           'NF_DENSITY' and
8859 #           'DOCKER' and
8860 #           'CHAIN' and
8861 #           'NF_VPPIP4' and
8862 #           'IPSEC' and
8863 #           'TNL_1000' and
8864 #           'IMIX' and
8865 #           '8T4C' and
8866 #           'NDRPDR'"
8867 #  parameters:
8868 #  - "throughput"
8869 #  - "name"
8870 #  - "tags"
8871 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8872 #  x-axis: "X = CNFs per Service Chain"
8873 #  y-axis: "Y = Number of Service Chains"
8874 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8875 #  layout:
8876 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8877 #    layout: "plot-service-density"
8878 #
8879 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8880 #- type: "plot"
8881 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8882 #  algorithm: "plot_nf_heatmap"
8883 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8884 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8885 #  filter: "'NIC_Intel-XXV710' and
8886 #           'NF_DENSITY' and
8887 #           'DOCKER' and
8888 #           'CHAIN' and
8889 #           'NF_VPPIP4' and
8890 #           'IPSEC' and
8891 #           'TNL_1000' and
8892 #           'IMIX' and
8893 #           '2T1C' and
8894 #           'NDRPDR'"
8895 #  parameters:
8896 #  - "throughput"
8897 #  - "name"
8898 #  - "tags"
8899 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8900 #  x-axis: "X = CNFs per Service Chain"
8901 #  y-axis: "Y = Number of Service Chains"
8902 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8903 #  layout:
8904 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8905 #    layout: "plot-service-density"
8906 #
8907 #- type: "plot"
8908 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8909 #  algorithm: "plot_nf_heatmap"
8910 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8911 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8912 #  filter: "'NIC_Intel-XXV710' and
8913 #           'NF_DENSITY' and
8914 #           'DOCKER' and
8915 #           'CHAIN' and
8916 #           'NF_VPPIP4' and
8917 #           'IPSEC' and
8918 #           'TNL_1000' and
8919 #           'IMIX' and
8920 #           '4T2C' and
8921 #           'NDRPDR'"
8922 #  parameters:
8923 #  - "throughput"
8924 #  - "name"
8925 #  - "tags"
8926 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8927 #  x-axis: "X = CNFs per Service Chain"
8928 #  y-axis: "Y = Number of Service Chains"
8929 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8930 #  layout:
8931 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8932 #    layout: "plot-service-density"
8933 #
8934 #- type: "plot"
8935 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8936 #  algorithm: "plot_nf_heatmap"
8937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8938 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8939 #  filter: "'NIC_Intel-XXV710' and
8940 #           'NF_DENSITY' and
8941 #           'DOCKER' and
8942 #           'CHAIN' and
8943 #           'NF_VPPIP4' and
8944 #           'IPSEC' and
8945 #           'TNL_1000' and
8946 #           'IMIX' and
8947 #           '8T4C' and
8948 #           'NDRPDR'"
8949 #  parameters:
8950 #  - "throughput"
8951 #  - "name"
8952 #  - "tags"
8953 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8954 #  x-axis: "X = CNFs per Service Chain"
8955 #  y-axis: "Y = Number of Service Chains"
8956 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8957 #  layout:
8958 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8959 #    layout: "plot-service-density"
8960
8961 ###############################################################################
8962
8963 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8964 #- type: "plot"
8965 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8966 #  algorithm: "plot_nf_heatmap"
8967 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8968 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8969 #  filter: "'NIC_Intel-XL710' and
8970 #           'NF_DENSITY' and
8971 #           'DOCKER' and
8972 #           'CHAIN' and
8973 #           'NF_VPPIP4' and
8974 #           'IMIX' and
8975 #           'TNL_1000' and
8976 #           '1T1C' and
8977 #           'MRR'"
8978 #  parameters:
8979 #  - "result"
8980 #  - "name"
8981 #  - "tags"
8982 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8983 #  x-axis: "X = CNFs per Service Chain"
8984 #  y-axis: "Y = Number of Service Chains"
8985 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8986 #  layout:
8987 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8988 #    layout: "plot-service-density"
8989 #
8990 #- type: "plot"
8991 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8992 #  algorithm: "plot_nf_heatmap"
8993 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8994 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8995 #  filter: "'NIC_Intel-XL710' and
8996 #           'NF_DENSITY' and
8997 #           'DOCKER' and
8998 #           'CHAIN' and
8999 #           'NF_VPPIP4' and
9000 #           'IPSEC' and
9001 #           'TNL_1000' and
9002 #           'IMIX' and
9003 #           '2T2C' and
9004 #           'MRR'"
9005 #  parameters:
9006 #  - "result"
9007 #  - "name"
9008 #  - "tags"
9009 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9010 #  x-axis: "X = CNFs per Service Chain"
9011 #  y-axis: "Y = Number of Service Chains"
9012 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9013 #  layout:
9014 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9015 #    layout: "plot-service-density"
9016 #
9017 #- type: "plot"
9018 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9019 #  algorithm: "plot_nf_heatmap"
9020 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9021 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9022 #  filter: "'NIC_Intel-XL710' and
9023 #           'NF_DENSITY' and
9024 #           'DOCKER' and
9025 #           'CHAIN' and
9026 #           'NF_VPPIP4' and
9027 #           'IPSEC' and
9028 #           'TNL_1000' and
9029 #           'IMIX' and
9030 #           '4T4C' and
9031 #           'MRR'"
9032 #  parameters:
9033 #  - "result"
9034 #  - "name"
9035 #  - "tags"
9036 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9037 #  x-axis: "X = CNFs per Service Chain"
9038 #  y-axis: "Y = Number of Service Chains"
9039 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9040 #  layout:
9041 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9042 #    layout: "plot-service-density"
9043
9044 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9045 #- type: "plot"
9046 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9047 #  algorithm: "plot_nf_heatmap"
9048 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9049 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9050 #  filter: "'NIC_Intel-XL710' and
9051 #           'NF_DENSITY' and
9052 #           'DOCKER' and
9053 #           'CHAIN' and
9054 #           'NF_VPPIP4' and
9055 #           'IPSEC' and
9056 #           'TNL_1000' and
9057 #           'IMIX' and
9058 #           '1T1C' and
9059 #           'NDRPDR'"
9060 #  parameters:
9061 #  - "throughput"
9062 #  - "name"
9063 #  - "tags"
9064 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9065 #  x-axis: "X = CNFs per Service Chain"
9066 #  y-axis: "Y = Number of Service Chains"
9067 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9068 #  layout:
9069 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9070 #    layout: "plot-service-density"
9071 #
9072 #- type: "plot"
9073 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9074 #  algorithm: "plot_nf_heatmap"
9075 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9076 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9077 #  filter: "'NIC_Intel-XL710' and
9078 #           'NF_DENSITY' and
9079 #           'DOCKER' and
9080 #           'CHAIN' and
9081 #           'NF_VPPIP4' and
9082 #           'IPSEC' and
9083 #           'TNL_1000' and
9084 #           'IMIX' and
9085 #           '2T2C' and
9086 #           'NDRPDR'"
9087 #  parameters:
9088 #  - "throughput"
9089 #  - "name"
9090 #  - "tags"
9091 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9092 #  x-axis: "X = CNFs per Service Chain"
9093 #  y-axis: "Y = Number of Service Chains"
9094 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9095 #  layout:
9096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9097 #    layout: "plot-service-density"
9098 #
9099 #- type: "plot"
9100 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9101 #  algorithm: "plot_nf_heatmap"
9102 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9103 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9104 #  filter: "'NIC_Intel-XL710' and
9105 #           'NF_DENSITY' and
9106 #           'DOCKER' and
9107 #           'CHAIN' and
9108 #           'NF_VPPIP4' and
9109 #           'IPSEC' and
9110 #           'TNL_1000' and
9111 #           'IMIX' and
9112 #           '4T4C' and
9113 #           'NDRPDR'"
9114 #  parameters:
9115 #  - "throughput"
9116 #  - "name"
9117 #  - "tags"
9118 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9119 #  x-axis: "X = CNFs per Service Chain"
9120 #  y-axis: "Y = Number of Service Chains"
9121 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9122 #  layout:
9123 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9124 #    layout: "plot-service-density"
9125 #
9126 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9127 #- type: "plot"
9128 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9129 #  algorithm: "plot_nf_heatmap"
9130 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9131 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9132 #  filter: "'NIC_Intel-XL710' and
9133 #           'NF_DENSITY' and
9134 #           'DOCKER' and
9135 #           'CHAIN' and
9136 #           'NF_VPPIP4' and
9137 #           'IPSEC' and
9138 #           'TNL_1000' and
9139 #           'IMIX' and
9140 #           '1T1C' and
9141 #           'NDRPDR'"
9142 #  parameters:
9143 #  - "throughput"
9144 #  - "name"
9145 #  - "tags"
9146 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9147 #  x-axis: "X = CNFs per Service Chain"
9148 #  y-axis: "Y = Number of Service Chains"
9149 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9150 #  layout:
9151 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9152 #    layout: "plot-service-density"
9153 #
9154 #- type: "plot"
9155 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9156 #  algorithm: "plot_nf_heatmap"
9157 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9158 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9159 #  filter: "'NIC_Intel-XL710' and
9160 #           'NF_DENSITY' and
9161 #           'DOCKER' and
9162 #           'CHAIN' and
9163 #           'NF_VPPIP4' and
9164 #           'IPSEC' and
9165 #           'TNL_1000' and
9166 #           'IMIX' and
9167 #           '2T2C' and
9168 #           'NDRPDR'"
9169 #  parameters:
9170 #  - "throughput"
9171 #  - "name"
9172 #  - "tags"
9173 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9174 #  x-axis: "X = CNFs per Service Chain"
9175 #  y-axis: "Y = Number of Service Chains"
9176 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9177 #  layout:
9178 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9179 #    layout: "plot-service-density"
9180 #
9181 #- type: "plot"
9182 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9183 #  algorithm: "plot_nf_heatmap"
9184 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9185 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9186 #  filter: "'NIC_Intel-XL710' and
9187 #           'NF_DENSITY' and
9188 #           'DOCKER' and
9189 #           'CHAIN' and
9190 #           'NF_VPPIP4' and
9191 #           'IPSEC' and
9192 #           'TNL_1000' and
9193 #           'IMIX' and
9194 #           '4T4C' and
9195 #           'NDRPDR'"
9196 #  parameters:
9197 #  - "throughput"
9198 #  - "name"
9199 #  - "tags"
9200 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9201 #  x-axis: "X = CNFs per Service Chain"
9202 #  y-axis: "Y = Number of Service Chains"
9203 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9204 #  layout:
9205 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9206 #    layout: "plot-service-density"
9207
9208 ###############################################################################
9209
9210 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9211 #- type: "plot"
9212 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9213 #  algorithm: "plot_nf_heatmap"
9214 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9215 #  data: "plot-vpp-nfv-3n-skx-mrr"
9216 #  filter: "'NIC_Intel-XXV710' and
9217 #           'NF_DENSITY' and
9218 #           'DOCKER' and
9219 #           'CHAIN' and
9220 #           'NF_VPPIP4' and
9221 #           'IPSEC' and
9222 #           'TNL_10000' and
9223 #           'IMIX' and
9224 #           '2T1C' and
9225 #           'MRR'"
9226 #  parameters:
9227 #  - "result"
9228 #  - "name"
9229 #  - "tags"
9230 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9231 #  x-axis: "X = CNFs per Service Chain"
9232 #  y-axis: "Y = Number of Service Chains"
9233 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9234 #  layout:
9235 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9236 #    layout: "plot-service-density"
9237 #
9238 #- type: "plot"
9239 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9240 #  algorithm: "plot_nf_heatmap"
9241 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9242 #  data: "plot-vpp-nfv-3n-skx-mrr"
9243 #  filter: "'NIC_Intel-XXV710' and
9244 #           'NF_DENSITY' and
9245 #           'DOCKER' and
9246 #           'CHAIN' and
9247 #           'NF_VPPIP4' and
9248 #           'IPSEC' and
9249 #           'TNL_10000' and
9250 #           'IMIX' and
9251 #           '4T2C' and
9252 #           'MRR'"
9253 #  parameters:
9254 #  - "result"
9255 #  - "name"
9256 #  - "tags"
9257 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9258 #  x-axis: "X = CNFs per Service Chain"
9259 #  y-axis: "Y = Number of Service Chains"
9260 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9261 #  layout:
9262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9263 #    layout: "plot-service-density"
9264 #
9265 #- type: "plot"
9266 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9267 #  algorithm: "plot_nf_heatmap"
9268 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9269 #  data: "plot-vpp-nfv-3n-skx-mrr"
9270 #  filter: "'NIC_Intel-XXV710' and
9271 #           'NF_DENSITY' and
9272 #           'DOCKER' and
9273 #           'CHAIN' and
9274 #           'NF_VPPIP4' and
9275 #           'IPSEC' and
9276 #           'TNL_10000' and
9277 #           'IMIX' and
9278 #           '8T4C' and
9279 #           'MRR'"
9280 #  parameters:
9281 #  - "result"
9282 #  - "name"
9283 #  - "tags"
9284 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9285 #  x-axis: "X = CNFs per Service Chain"
9286 #  y-axis: "Y = Number of Service Chains"
9287 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9288 #  layout:
9289 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9290 #    layout: "plot-service-density"
9291
9292 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9293 #- type: "plot"
9294 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9295 #  algorithm: "plot_nf_heatmap"
9296 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9297 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9298 #  filter: "'NIC_Intel-XXV710' and
9299 #           'NF_DENSITY' and
9300 #           'DOCKER' and
9301 #           'CHAIN' and
9302 #           'NF_VPPIP4' and
9303 #           'IPSEC' and
9304 #           'TNL_10000' and
9305 #           'IMIX' and
9306 #           '2T1C' and
9307 #           'NDRPDR'"
9308 #  parameters:
9309 #  - "throughput"
9310 #  - "name"
9311 #  - "tags"
9312 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9313 #  x-axis: "X = CNFs per Service Chain"
9314 #  y-axis: "Y = Number of Service Chains"
9315 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9316 #  layout:
9317 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9318 #    layout: "plot-service-density"
9319 #
9320 #- type: "plot"
9321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9322 #  algorithm: "plot_nf_heatmap"
9323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9324 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9325 #  filter: "'NIC_Intel-XXV710' and
9326 #           'NF_DENSITY' and
9327 #           'DOCKER' and
9328 #           'CHAIN' and
9329 #           'NF_VPPIP4' and
9330 #           'IPSEC' and
9331 #           'TNL_10000' and
9332 #           'IMIX' and
9333 #           '4T2C' and
9334 #           'NDRPDR'"
9335 #  parameters:
9336 #  - "throughput"
9337 #  - "name"
9338 #  - "tags"
9339 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9340 #  x-axis: "X = CNFs per Service Chain"
9341 #  y-axis: "Y = Number of Service Chains"
9342 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9343 #  layout:
9344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9345 #    layout: "plot-service-density"
9346 #
9347 #- type: "plot"
9348 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9349 #  algorithm: "plot_nf_heatmap"
9350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9351 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9352 #  filter: "'NIC_Intel-XXV710' and
9353 #           'NF_DENSITY' and
9354 #           'DOCKER' and
9355 #           'CHAIN' and
9356 #           'NF_VPPIP4' and
9357 #           'IPSEC' and
9358 #           'TNL_10000' and
9359 #           'IMIX' and
9360 #           '8T4C' and
9361 #           'NDRPDR'"
9362 #  parameters:
9363 #  - "throughput"
9364 #  - "name"
9365 #  - "tags"
9366 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9367 #  x-axis: "X = CNFs per Service Chain"
9368 #  y-axis: "Y = Number of Service Chains"
9369 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9370 #  layout:
9371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9372 #    layout: "plot-service-density"
9373 #
9374 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9375 #- type: "plot"
9376 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9377 #  algorithm: "plot_nf_heatmap"
9378 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9379 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9380 #  filter: "'NIC_Intel-XXV710' and
9381 #           'NF_DENSITY' and
9382 #           'DOCKER' and
9383 #           'CHAIN' and
9384 #           'NF_VPPIP4' and
9385 #           'IPSEC' and
9386 #           'TNL_10000' and
9387 #           'IMIX' and
9388 #           '2T1C' and
9389 #           'NDRPDR'"
9390 #  parameters:
9391 #  - "throughput"
9392 #  - "name"
9393 #  - "tags"
9394 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9395 #  x-axis: "X = CNFs per Service Chain"
9396 #  y-axis: "Y = Number of Service Chains"
9397 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9398 #  layout:
9399 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9400 #    layout: "plot-service-density"
9401 #
9402 #- type: "plot"
9403 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9404 #  algorithm: "plot_nf_heatmap"
9405 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9406 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9407 #  filter: "'NIC_Intel-XXV710' and
9408 #           'NF_DENSITY' and
9409 #           'DOCKER' and
9410 #           'CHAIN' and
9411 #           'NF_VPPIP4' and
9412 #           'IPSEC' and
9413 #           'TNL_10000' and
9414 #           'IMIX' and
9415 #           '4T2C' and
9416 #           'NDRPDR'"
9417 #  parameters:
9418 #  - "throughput"
9419 #  - "name"
9420 #  - "tags"
9421 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9422 #  x-axis: "X = CNFs per Service Chain"
9423 #  y-axis: "Y = Number of Service Chains"
9424 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9425 #  layout:
9426 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9427 #    layout: "plot-service-density"
9428 #
9429 #- type: "plot"
9430 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9431 #  algorithm: "plot_nf_heatmap"
9432 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9433 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9434 #  filter: "'NIC_Intel-XXV710' and
9435 #           'NF_DENSITY' and
9436 #           'DOCKER' and
9437 #           'CHAIN' and
9438 #           'NF_VPPIP4' and
9439 #           'IPSEC' and
9440 #           'TNL_10000' and
9441 #           'IMIX' and
9442 #           '8T4C' and
9443 #           'NDRPDR'"
9444 #  parameters:
9445 #  - "throughput"
9446 #  - "name"
9447 #  - "tags"
9448 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9449 #  x-axis: "X = CNFs per Service Chain"
9450 #  y-axis: "Y = Number of Service Chains"
9451 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9452 #  layout:
9453 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9454 #    layout: "plot-service-density"
9455
9456 ###############################################################################
9457
9458 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9459 #- type: "plot"
9460 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9461 #  algorithm: "plot_nf_heatmap"
9462 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9463 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9464 #  filter: "'NIC_Intel-XL710' and
9465 #           'NF_DENSITY' and
9466 #           'DOCKER' and
9467 #           'CHAIN' and
9468 #           'NF_VPPIP4' and
9469 #           'IMIX' and
9470 #           'TNL_10000' and
9471 #           '1T1C' and
9472 #           'MRR'"
9473 #  parameters:
9474 #  - "result"
9475 #  - "name"
9476 #  - "tags"
9477 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9478 #  x-axis: "X = CNFs per Service Chain"
9479 #  y-axis: "Y = Number of Service Chains"
9480 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9481 #  layout:
9482 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9483 #    layout: "plot-service-density"
9484 #
9485 #- type: "plot"
9486 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9487 #  algorithm: "plot_nf_heatmap"
9488 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9489 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9490 #  filter: "'NIC_Intel-XL710' and
9491 #           'NF_DENSITY' and
9492 #           'DOCKER' and
9493 #           'CHAIN' and
9494 #           'NF_VPPIP4' and
9495 #           'IPSEC' and
9496 #           'TNL_10000' and
9497 #           'IMIX' and
9498 #           '2T2C' and
9499 #           'MRR'"
9500 #  parameters:
9501 #  - "result"
9502 #  - "name"
9503 #  - "tags"
9504 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9505 #  x-axis: "X = CNFs per Service Chain"
9506 #  y-axis: "Y = Number of Service Chains"
9507 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9508 #  layout:
9509 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9510 #    layout: "plot-service-density"
9511 #
9512 #- type: "plot"
9513 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9514 #  algorithm: "plot_nf_heatmap"
9515 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9516 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9517 #  filter: "'NIC_Intel-XL710' and
9518 #           'NF_DENSITY' and
9519 #           'DOCKER' and
9520 #           'CHAIN' and
9521 #           'NF_VPPIP4' and
9522 #           'IPSEC' and
9523 #           'TNL_10000' and
9524 #           'IMIX' and
9525 #           '4T4C' and
9526 #           'MRR'"
9527 #  parameters:
9528 #  - "result"
9529 #  - "name"
9530 #  - "tags"
9531 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9532 #  x-axis: "X = CNFs per Service Chain"
9533 #  y-axis: "Y = Number of Service Chains"
9534 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9535 #  layout:
9536 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9537 #    layout: "plot-service-density"
9538
9539 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9540 #- type: "plot"
9541 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9542 #  algorithm: "plot_nf_heatmap"
9543 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9544 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9545 #  filter: "'NIC_Intel-XL710' and
9546 #           'NF_DENSITY' and
9547 #           'DOCKER' and
9548 #           'CHAIN' and
9549 #           'NF_VPPIP4' and
9550 #           'IPSEC' and
9551 #           'TNL_10000' and
9552 #           'IMIX' and
9553 #           '1T1C' and
9554 #           'NDRPDR'"
9555 #  parameters:
9556 #  - "throughput"
9557 #  - "name"
9558 #  - "tags"
9559 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9560 #  x-axis: "X = CNFs per Service Chain"
9561 #  y-axis: "Y = Number of Service Chains"
9562 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9563 #  layout:
9564 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9565 #    layout: "plot-service-density"
9566 #
9567 #- type: "plot"
9568 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9569 #  algorithm: "plot_nf_heatmap"
9570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9571 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9572 #  filter: "'NIC_Intel-XL710' and
9573 #           'NF_DENSITY' and
9574 #           'DOCKER' and
9575 #           'CHAIN' and
9576 #           'NF_VPPIP4' and
9577 #           'IPSEC' and
9578 #           'TNL_10000' and
9579 #           'IMIX' and
9580 #           '2T2C' and
9581 #           'NDRPDR'"
9582 #  parameters:
9583 #  - "throughput"
9584 #  - "name"
9585 #  - "tags"
9586 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9587 #  x-axis: "X = CNFs per Service Chain"
9588 #  y-axis: "Y = Number of Service Chains"
9589 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9590 #  layout:
9591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9592 #    layout: "plot-service-density"
9593 #
9594 #- type: "plot"
9595 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9596 #  algorithm: "plot_nf_heatmap"
9597 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9598 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9599 #  filter: "'NIC_Intel-XL710' and
9600 #           'NF_DENSITY' and
9601 #           'DOCKER' and
9602 #           'CHAIN' and
9603 #           'NF_VPPIP4' and
9604 #           'IPSEC' and
9605 #           'TNL_10000' and
9606 #           'IMIX' and
9607 #           '4T4C' and
9608 #           'NDRPDR'"
9609 #  parameters:
9610 #  - "throughput"
9611 #  - "name"
9612 #  - "tags"
9613 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9614 #  x-axis: "X = CNFs per Service Chain"
9615 #  y-axis: "Y = Number of Service Chains"
9616 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9617 #  layout:
9618 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9619 #    layout: "plot-service-density"
9620 #
9621 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9622 #- type: "plot"
9623 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9624 #  algorithm: "plot_nf_heatmap"
9625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9626 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9627 #  filter: "'NIC_Intel-XL710' and
9628 #           'NF_DENSITY' and
9629 #           'DOCKER' and
9630 #           'CHAIN' and
9631 #           'NF_VPPIP4' and
9632 #           'IPSEC' and
9633 #           'TNL_10000' and
9634 #           'IMIX' and
9635 #           '1T1C' and
9636 #           'NDRPDR'"
9637 #  parameters:
9638 #  - "throughput"
9639 #  - "name"
9640 #  - "tags"
9641 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9642 #  x-axis: "X = CNFs per Service Chain"
9643 #  y-axis: "Y = Number of Service Chains"
9644 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9645 #  layout:
9646 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9647 #    layout: "plot-service-density"
9648 #
9649 #- type: "plot"
9650 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9651 #  algorithm: "plot_nf_heatmap"
9652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9653 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9654 #  filter: "'NIC_Intel-XL710' and
9655 #           'NF_DENSITY' and
9656 #           'DOCKER' and
9657 #           'CHAIN' and
9658 #           'NF_VPPIP4' and
9659 #           'IPSEC' and
9660 #           'TNL_10000' and
9661 #           'IMIX' and
9662 #           '2T2C' and
9663 #           'NDRPDR'"
9664 #  parameters:
9665 #  - "throughput"
9666 #  - "name"
9667 #  - "tags"
9668 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9669 #  x-axis: "X = CNFs per Service Chain"
9670 #  y-axis: "Y = Number of Service Chains"
9671 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9672 #  layout:
9673 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9674 #    layout: "plot-service-density"
9675 #
9676 #- type: "plot"
9677 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9678 #  algorithm: "plot_nf_heatmap"
9679 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9680 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9681 #  filter: "'NIC_Intel-XL710' and
9682 #           'NF_DENSITY' and
9683 #           'DOCKER' and
9684 #           'CHAIN' and
9685 #           'NF_VPPIP4' and
9686 #           'IPSEC' and
9687 #           'TNL_10000' and
9688 #           'IMIX' and
9689 #           '4T4C' and
9690 #           'NDRPDR'"
9691 #  parameters:
9692 #  - "throughput"
9693 #  - "name"
9694 #  - "tags"
9695 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9696 #  x-axis: "X = CNFs per Service Chain"
9697 #  y-axis: "Y = Number of Service Chains"
9698 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9699 #  layout:
9700 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9701 #    layout: "plot-service-density"
9702
9703 ###############################################################################
9704
9705 # Plots - NF Density - CSP - MRR IMIX
9706 - type: "plot"
9707   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9708   algorithm: "plot_nf_heatmap"
9709   output-file-type: ".html"
9710   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9711   data: "plot-vpp-nfv-2n-skx-mrr"
9712   filter: "'NIC_Intel-XXV710' and
9713            'NF_DENSITY' and
9714            'DOCKER' and
9715            'PIPELINE' and
9716            'NF_VPPIP4' and
9717            'IMIX' and
9718            '2T1C' and
9719            'MRR'"
9720   parameters:
9721   - "result"
9722   - "name"
9723   - "tags"
9724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9725   x-axis: "X = CNFs per Service Pipeline"
9726   y-axis: "Y = Number of Service Pipelines"
9727   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9728   layout:
9729     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9730     layout: "plot-service-density"
9731
9732 - type: "plot"
9733   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9734   algorithm: "plot_nf_heatmap"
9735   output-file-type: ".html"
9736   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9737   data: "plot-vpp-nfv-2n-skx-mrr"
9738   filter: "'NIC_Intel-XXV710' and
9739            'NF_DENSITY' and
9740            'DOCKER' and
9741            'PIPELINE' and
9742            'NF_VPPIP4' and
9743            'IMIX' and
9744            '4T2C' and
9745            'MRR'"
9746   parameters:
9747   - "result"
9748   - "name"
9749   - "tags"
9750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9751   x-axis: "X = CNFs per Service Pipeline"
9752   y-axis: "Y = Number of Service Pipelines"
9753   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9754   layout:
9755     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9756     layout: "plot-service-density"
9757
9758 - type: "plot"
9759   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9760   algorithm: "plot_nf_heatmap"
9761   output-file-type: ".html"
9762   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9763   data: "plot-vpp-nfv-2n-skx-mrr"
9764   filter: "'NIC_Intel-XXV710' and
9765            'NF_DENSITY' and
9766            'DOCKER' and
9767            'PIPELINE' and
9768            'NF_VPPIP4' and
9769            'IMIX' and
9770            '8T4C' and
9771            'MRR'"
9772   parameters:
9773   - "result"
9774   - "name"
9775   - "tags"
9776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9777   x-axis: "X = CNFs per Service Pipeline"
9778   y-axis: "Y = Number of Service Pipelines"
9779   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9780   layout:
9781     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9782     layout: "plot-service-density"
9783
9784 # Plots - NF Density - CSP - NDR IMIX
9785 - type: "plot"
9786   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9787   algorithm: "plot_nf_heatmap"
9788   output-file-type: ".html"
9789   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9790   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9791   filter: "'NIC_Intel-XXV710' and
9792            'NF_DENSITY' and
9793            'DOCKER' and
9794            'PIPELINE' and
9795            'NF_VPPIP4' and
9796            'IMIX' and
9797            '2T1C' and
9798            'NDRPDR'"
9799   parameters:
9800   - "throughput"
9801   - "name"
9802   - "tags"
9803   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9804   x-axis: "X = CNFs per Service Pipeline"
9805   y-axis: "Y = Number of Service Pipelines"
9806   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9807   layout:
9808     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9809     layout: "plot-service-density"
9810
9811 - type: "plot"
9812   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9813   algorithm: "plot_nf_heatmap"
9814   output-file-type: ".html"
9815   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9816   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9817   filter: "'NIC_Intel-XXV710' and
9818            'NF_DENSITY' and
9819            'DOCKER' and
9820            'PIPELINE' and
9821            'NF_VPPIP4' and
9822            'IMIX' and
9823            '4T2C' and
9824            'NDRPDR'"
9825   parameters:
9826   - "throughput"
9827   - "name"
9828   - "tags"
9829   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9830   x-axis: "X = CNFs per Service Pipeline"
9831   y-axis: "Y = Number of Service Pipelines"
9832   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9833   layout:
9834     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9835     layout: "plot-service-density"
9836
9837 - type: "plot"
9838   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9839   algorithm: "plot_nf_heatmap"
9840   output-file-type: ".html"
9841   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9842   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9843   filter: "'NIC_Intel-XXV710' and
9844            'NF_DENSITY' and
9845            'DOCKER' and
9846            'PIPELINE' and
9847            'NF_VPPIP4' and
9848            'IMIX' and
9849            '8T4C' and
9850            'NDRPDR'"
9851   parameters:
9852   - "throughput"
9853   - "name"
9854   - "tags"
9855   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9856   x-axis: "X = CNFs per Service Pipeline"
9857   y-axis: "Y = Number of Service Pipelines"
9858   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9859   layout:
9860     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9861     layout: "plot-service-density"
9862
9863 # Plots - NF Density - CSP - PDR IMIX
9864 - type: "plot"
9865   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9866   algorithm: "plot_nf_heatmap"
9867   output-file-type: ".html"
9868   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9869   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9870   filter: "'NIC_Intel-XXV710' and
9871            'NF_DENSITY' and
9872            'DOCKER' and
9873            'PIPELINE' and
9874            'NF_VPPIP4' and
9875            'IMIX' and
9876            '2T1C' and
9877            'NDRPDR'"
9878   parameters:
9879   - "throughput"
9880   - "name"
9881   - "tags"
9882   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9883   x-axis: "X = CNFs per Service Pipeline"
9884   y-axis: "Y = Number of Service Pipelines"
9885   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9886   layout:
9887     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9888     layout: "plot-service-density"
9889
9890 - type: "plot"
9891   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9892   algorithm: "plot_nf_heatmap"
9893   output-file-type: ".html"
9894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9895   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9896   filter: "'NIC_Intel-XXV710' and
9897            'NF_DENSITY' and
9898            'DOCKER' and
9899            'PIPELINE' and
9900            'NF_VPPIP4' and
9901            'IMIX' and
9902            '4T2C' and
9903            'NDRPDR'"
9904   parameters:
9905   - "throughput"
9906   - "name"
9907   - "tags"
9908   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9909   x-axis: "X = CNFs per Service Pipeline"
9910   y-axis: "Y = Number of Service Pipelines"
9911   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9912   layout:
9913     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9914     layout: "plot-service-density"
9915
9916 - type: "plot"
9917   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9918   algorithm: "plot_nf_heatmap"
9919   output-file-type: ".html"
9920   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9921   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9922   filter: "'NIC_Intel-XXV710' and
9923            'NF_DENSITY' and
9924            'DOCKER' and
9925            'PIPELINE' and
9926            'NF_VPPIP4' and
9927            'IMIX' and
9928            '8T4C' and
9929            'NDRPDR'"
9930   parameters:
9931   - "throughput"
9932   - "name"
9933   - "tags"
9934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9935   x-axis: "X = CNFs per Service Pipeline"
9936   y-axis: "Y = Number of Service Pipelines"
9937   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9938   layout:
9939     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9940     layout: "plot-service-density"
9941
9942 ###############################################################################
9943 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9944
9945 - type: "plot"
9946   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9947   algorithm: "plot_nf_heatmap"
9948   output-file-type: ".html"
9949   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9950   data: "plot-vpp-nfv-2n-clx-mrr"
9951   filter: "'NIC_Intel-XXV710' and
9952            'NF_DENSITY' and
9953            'VHOST' and
9954            not 'VXLAN' and
9955            'CHAIN' and
9956            'NF_VPPIP4' and
9957            'IMIX' and
9958            '2T1C' and
9959            'MRR'"
9960   parameters:
9961   - "result"
9962   - "name"
9963   - "tags"
9964   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9965   x-axis: "X = VNFs per Service Chain"
9966   y-axis: "Y = Number of Service Chains"
9967   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9968   layout:
9969     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9970     layout: "plot-service-density"
9971
9972 - type: "plot"
9973   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9974   algorithm: "plot_nf_heatmap"
9975   output-file-type: ".html"
9976   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9977   data: "plot-vpp-nfv-2n-clx-mrr"
9978   filter: "'NIC_Intel-XXV710' and
9979            'NF_DENSITY' and
9980            'VHOST' and
9981            not 'VXLAN' and
9982            'CHAIN' and
9983            'NF_VPPIP4' and
9984            'IMIX' and
9985            '4T2C' and
9986            'MRR'"
9987   parameters:
9988   - "result"
9989   - "name"
9990   - "tags"
9991   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9992   x-axis: "X = VNFs per Service Chain"
9993   y-axis: "Y = Number of Service Chains"
9994   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9995   layout:
9996     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9997     layout: "plot-service-density"
9998
9999 - type: "plot"
10000   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10001   algorithm: "plot_nf_heatmap"
10002   output-file-type: ".html"
10003   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10004   data: "plot-vpp-nfv-2n-clx-mrr"
10005   filter: "'NIC_Intel-XXV710' and
10006            'NF_DENSITY' and
10007            'VHOST' and
10008            not 'VXLAN' and
10009            'CHAIN' and
10010            'NF_VPPIP4' and
10011            'IMIX' and
10012            '8T4C' and
10013            'MRR'"
10014   parameters:
10015   - "result"
10016   - "name"
10017   - "tags"
10018   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10019   x-axis: "X = VNFs per Service Chain"
10020   y-axis: "Y = Number of Service Chains"
10021   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10022   layout:
10023     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10024     layout: "plot-service-density"
10025
10026 # Plots - NF Density - VSC - NDR IMIX
10027 - type: "plot"
10028   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10029   algorithm: "plot_nf_heatmap"
10030   output-file-type: ".html"
10031   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10032   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10033   filter: "'NIC_Intel-XXV710' and
10034            'NF_DENSITY' and
10035            'VHOST' and
10036            not 'VXLAN' and
10037            'CHAIN' and
10038            'NF_VPPIP4' and
10039            'IMIX' and
10040            '2T1C' and
10041            'NDRPDR'"
10042   parameters:
10043   - "throughput"
10044   - "name"
10045   - "tags"
10046   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10047   x-axis: "X = VNFs per Service Chain"
10048   y-axis: "Y = Number of Service Chains"
10049   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10050   layout:
10051     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10052     layout: "plot-service-density"
10053
10054 - type: "plot"
10055   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10056   algorithm: "plot_nf_heatmap"
10057   output-file-type: ".html"
10058   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10059   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10060   filter: "'NIC_Intel-XXV710' and
10061            'NF_DENSITY' and
10062            'VHOST' and
10063            not 'VXLAN' and
10064            'CHAIN' and
10065            'NF_VPPIP4' and
10066            'IMIX' and
10067            '4T2C' and
10068            'NDRPDR'"
10069   parameters:
10070   - "throughput"
10071   - "name"
10072   - "tags"
10073   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10074   x-axis: "X = VNFs per Service Chain"
10075   y-axis: "Y = Number of Service Chains"
10076   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10077   layout:
10078     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10079     layout: "plot-service-density"
10080
10081 - type: "plot"
10082   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10083   algorithm: "plot_nf_heatmap"
10084   output-file-type: ".html"
10085   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10086   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10087   filter: "'NIC_Intel-XXV710' and
10088            'NF_DENSITY' and
10089            'VHOST' and
10090            not 'VXLAN' and
10091            'CHAIN' and
10092            'NF_VPPIP4' and
10093            'IMIX' and
10094            '8T4C' and
10095            'NDRPDR'"
10096   parameters:
10097   - "throughput"
10098   - "name"
10099   - "tags"
10100   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10101   x-axis: "X = VNFs per Service Chain"
10102   y-axis: "Y = Number of Service Chains"
10103   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10104   layout:
10105     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10106     layout: "plot-service-density"
10107
10108 # Plots - NF Density - VSC - PDR IMIX
10109 - type: "plot"
10110   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10111   algorithm: "plot_nf_heatmap"
10112   output-file-type: ".html"
10113   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10114   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10115   filter: "'NIC_Intel-XXV710' and
10116            'NF_DENSITY' and
10117            'VHOST' and
10118            not 'VXLAN' and
10119            'CHAIN' and
10120            'NF_VPPIP4' and
10121            'IMIX' and
10122            '2T1C' and
10123            'NDRPDR'"
10124   parameters:
10125   - "throughput"
10126   - "name"
10127   - "tags"
10128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10129   x-axis: "X = VNFs per Service Chain"
10130   y-axis: "Y = Number of Service Chains"
10131   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10132   layout:
10133     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10134     layout: "plot-service-density"
10135
10136 - type: "plot"
10137   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10138   algorithm: "plot_nf_heatmap"
10139   output-file-type: ".html"
10140   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10141   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10142   filter: "'NIC_Intel-XXV710' and
10143            'NF_DENSITY' and
10144            'VHOST' and
10145            not 'VXLAN' and
10146            'CHAIN' and
10147            'NF_VPPIP4' and
10148            'IMIX' and
10149            '4T2C' and
10150            'NDRPDR'"
10151   parameters:
10152   - "throughput"
10153   - "name"
10154   - "tags"
10155   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10156   x-axis: "X = VNFs per Service Chain"
10157   y-axis: "Y = Number of Service Chains"
10158   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10159   layout:
10160     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10161     layout: "plot-service-density"
10162
10163 - type: "plot"
10164   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10165   algorithm: "plot_nf_heatmap"
10166   output-file-type: ".html"
10167   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10168   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10169   filter: "'NIC_Intel-XXV710' and
10170            'NF_DENSITY' and
10171            'VHOST' and
10172            not 'VXLAN' and
10173            'CHAIN' and
10174            'NF_VPPIP4' and
10175            'IMIX' and
10176            '8T4C' and
10177            'NDRPDR'"
10178   parameters:
10179   - "throughput"
10180   - "name"
10181   - "tags"
10182   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10183   x-axis: "X = VNFs per Service Chain"
10184   y-axis: "Y = Number of Service Chains"
10185   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10186   layout:
10187     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10188     layout: "plot-service-density"
10189
10190 # Plots - NF Density - VSC - MRR IMIX
10191 - type: "plot"
10192   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10193   algorithm: "plot_nf_heatmap"
10194   output-file-type: ".html"
10195   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10196   data: "plot-vpp-nfv-2n-clx-mrr"
10197   filter: "'NIC_Intel-XXV710' and
10198            'NF_DENSITY' and
10199            'VHOST' and
10200            'VXLAN' and
10201            'CHAIN' and
10202            'IMIX' and
10203            '2T1C' and
10204            'MRR'"
10205   parameters:
10206   - "result"
10207   - "name"
10208   - "tags"
10209   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10210   x-axis: "X = VNFs per Service Chain"
10211   y-axis: "Y = Number of Service Chains"
10212   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10213   layout:
10214     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10215     layout: "plot-service-density"
10216
10217 - type: "plot"
10218   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10219   algorithm: "plot_nf_heatmap"
10220   output-file-type: ".html"
10221   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10222   data: "plot-vpp-nfv-2n-clx-mrr"
10223   filter: "'NIC_Intel-XXV710' and
10224            'NF_DENSITY' and
10225            'VHOST' and
10226            'VXLAN' and
10227            'CHAIN' and
10228            'IMIX' and
10229            '4T2C' and
10230            'MRR'"
10231   parameters:
10232   - "result"
10233   - "name"
10234   - "tags"
10235   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10236   x-axis: "X = VNFs per Service Chain"
10237   y-axis: "Y = Number of Service Chains"
10238   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10239   layout:
10240     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10241     layout: "plot-service-density"
10242
10243 - type: "plot"
10244   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10245   algorithm: "plot_nf_heatmap"
10246   output-file-type: ".html"
10247   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10248   data: "plot-vpp-nfv-2n-clx-mrr"
10249   filter: "'NIC_Intel-XXV710' and
10250            'NF_DENSITY' and
10251            'VHOST' and
10252            'VXLAN' and
10253            'CHAIN' and
10254            'IMIX' and
10255            '8T4C' and
10256            'MRR'"
10257   parameters:
10258   - "result"
10259   - "name"
10260   - "tags"
10261   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10262   x-axis: "X = VNFs per Service Chain"
10263   y-axis: "Y = Number of Service Chains"
10264   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10265   layout:
10266     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10267     layout: "plot-service-density"
10268
10269 # Plots - NF Density - VSC - NDR IMIX
10270 - type: "plot"
10271   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10272   algorithm: "plot_nf_heatmap"
10273   output-file-type: ".html"
10274   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10275   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10276   filter: "'NIC_Intel-XXV710' and
10277            'NF_DENSITY' and
10278            'VHOST' and
10279            'VXLAN' and
10280            'CHAIN' and
10281            'IMIX' and
10282            '2T1C' and
10283            'NDRPDR'"
10284   parameters:
10285   - "throughput"
10286   - "name"
10287   - "tags"
10288   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10289   x-axis: "X = VNFs per Service Chain"
10290   y-axis: "Y = Number of Service Chains"
10291   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10292   layout:
10293     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10294     layout: "plot-service-density"
10295
10296 - type: "plot"
10297   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10298   algorithm: "plot_nf_heatmap"
10299   output-file-type: ".html"
10300   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10301   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10302   filter: "'NIC_Intel-XXV710' and
10303            'NF_DENSITY' and
10304            'VHOST' and
10305            'VXLAN' and
10306            'CHAIN' and
10307            'IMIX' and
10308            '4T2C' and
10309            'NDRPDR'"
10310   parameters:
10311   - "throughput"
10312   - "name"
10313   - "tags"
10314   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10315   x-axis: "X = VNFs per Service Chain"
10316   y-axis: "Y = Number of Service Chains"
10317   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10318   layout:
10319     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10320     layout: "plot-service-density"
10321
10322 - type: "plot"
10323   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10324   algorithm: "plot_nf_heatmap"
10325   output-file-type: ".html"
10326   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10327   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10328   filter: "'NIC_Intel-XXV710' and
10329            'NF_DENSITY' and
10330            'VHOST' and
10331            'VXLAN' and
10332            'CHAIN' and
10333            'IMIX' and
10334            '8T4C' and
10335            'NDRPDR'"
10336   parameters:
10337   - "throughput"
10338   - "name"
10339   - "tags"
10340   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10341   x-axis: "X = VNFs per Service Chain"
10342   y-axis: "Y = Number of Service Chains"
10343   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10344   layout:
10345     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10346     layout: "plot-service-density"
10347
10348 # Plots - NF Density - VSC - PDR IMIX
10349 - type: "plot"
10350   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10351   algorithm: "plot_nf_heatmap"
10352   output-file-type: ".html"
10353   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10354   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10355   filter: "'NIC_Intel-XXV710' and
10356            'NF_DENSITY' and
10357            'VHOST' and
10358            'VXLAN' and
10359            'CHAIN' and
10360            'IMIX' and
10361            '2T1C' and
10362            'NDRPDR'"
10363   parameters:
10364   - "throughput"
10365   - "name"
10366   - "tags"
10367   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10368   x-axis: "X = VNFs per Service Chain"
10369   y-axis: "Y = Number of Service Chains"
10370   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10371   layout:
10372     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10373     layout: "plot-service-density"
10374
10375 - type: "plot"
10376   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10377   algorithm: "plot_nf_heatmap"
10378   output-file-type: ".html"
10379   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10380   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10381   filter: "'NIC_Intel-XXV710' and
10382            'NF_DENSITY' and
10383            'VHOST' and
10384            'VXLAN' and
10385            'CHAIN' and
10386            'IMIX' and
10387            '4T2C' and
10388            'NDRPDR'"
10389   parameters:
10390   - "throughput"
10391   - "name"
10392   - "tags"
10393   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10394   x-axis: "X = VNFs per Service Chain"
10395   y-axis: "Y = Number of Service Chains"
10396   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10397   layout:
10398     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10399     layout: "plot-service-density"
10400
10401 - type: "plot"
10402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10403   algorithm: "plot_nf_heatmap"
10404   output-file-type: ".html"
10405   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10406   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10407   filter: "'NIC_Intel-XXV710' and
10408            'NF_DENSITY' and
10409            'VHOST' and
10410            'VXLAN' and
10411            'CHAIN' and
10412            'IMIX' and
10413            '8T4C' and
10414            'NDRPDR'"
10415   parameters:
10416   - "throughput"
10417   - "name"
10418   - "tags"
10419   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10420   x-axis: "X = VNFs per Service Chain"
10421   y-axis: "Y = Number of Service Chains"
10422   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10423   layout:
10424     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10425     layout: "plot-service-density"
10426
10427 # Plots - NF Density - CSC - MRR IMIX
10428 - type: "plot"
10429   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10430   algorithm: "plot_nf_heatmap"
10431   output-file-type: ".html"
10432   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10433   data: "plot-vpp-nfv-2n-clx-mrr"
10434   filter: "'NIC_Intel-XXV710' and
10435            'NF_DENSITY' and
10436            'DOCKER' and
10437            'CHAIN' and
10438            'NF_VPPIP4' and
10439            'IMIX' and
10440            '2T1C' and
10441            'MRR'"
10442   parameters:
10443   - "result"
10444   - "name"
10445   - "tags"
10446   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10447   x-axis: "X = CNFs per Service Chain"
10448   y-axis: "Y = Number of Service Chains"
10449   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10450   layout:
10451     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10452     layout: "plot-service-density"
10453
10454 - type: "plot"
10455   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10456   algorithm: "plot_nf_heatmap"
10457   output-file-type: ".html"
10458   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10459   data: "plot-vpp-nfv-2n-clx-mrr"
10460   filter: "'NIC_Intel-XXV710' and
10461            'NF_DENSITY' and
10462            'DOCKER' and
10463            'CHAIN' and
10464            'NF_VPPIP4' and
10465            'IMIX' and
10466            '4T2C' and
10467            'MRR'"
10468   parameters:
10469   - "result"
10470   - "name"
10471   - "tags"
10472   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10473   x-axis: "X = CNFs per Service Chain"
10474   y-axis: "Y = Number of Service Chains"
10475   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10476   layout:
10477     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10478     layout: "plot-service-density"
10479
10480 - type: "plot"
10481   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10482   algorithm: "plot_nf_heatmap"
10483   output-file-type: ".html"
10484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10485   data: "plot-vpp-nfv-2n-clx-mrr"
10486   filter: "'NIC_Intel-XXV710' and
10487            'NF_DENSITY' and
10488            'DOCKER' and
10489            'CHAIN' and
10490            'NF_VPPIP4' and
10491            'IMIX' and
10492            '8T4C' and
10493            'MRR'"
10494   parameters:
10495   - "result"
10496   - "name"
10497   - "tags"
10498   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10499   x-axis: "X = CNFs per Service Chain"
10500   y-axis: "Y = Number of Service Chains"
10501   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10502   layout:
10503     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10504     layout: "plot-service-density"
10505
10506 # Plots - NF Density - CSC - NDR IMIX
10507 - type: "plot"
10508   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10509   algorithm: "plot_nf_heatmap"
10510   output-file-type: ".html"
10511   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10512   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10513   filter: "'NIC_Intel-XXV710' and
10514            'NF_DENSITY' and
10515            'DOCKER' and
10516            'CHAIN' and
10517            'NF_VPPIP4' and
10518            'IMIX' and
10519            '2T1C' and
10520            'NDRPDR'"
10521   parameters:
10522   - "throughput"
10523   - "name"
10524   - "tags"
10525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10526   x-axis: "X = CNFs per Service Chain"
10527   y-axis: "Y = Number of Service Chains"
10528   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10529   layout:
10530     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10531     layout: "plot-service-density"
10532
10533 - type: "plot"
10534   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10535   algorithm: "plot_nf_heatmap"
10536   output-file-type: ".html"
10537   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10538   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10539   filter: "'NIC_Intel-XXV710' and
10540            'NF_DENSITY' and
10541            'DOCKER' and
10542            'CHAIN' and
10543            'NF_VPPIP4' and
10544            'IMIX' and
10545            '4T2C' and
10546            'NDRPDR'"
10547   parameters:
10548   - "throughput"
10549   - "name"
10550   - "tags"
10551   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10552   x-axis: "X = CNFs per Service Chain"
10553   y-axis: "Y = Number of Service Chains"
10554   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10555   layout:
10556     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10557     layout: "plot-service-density"
10558
10559 - type: "plot"
10560   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10561   algorithm: "plot_nf_heatmap"
10562   output-file-type: ".html"
10563   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10564   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10565   filter: "'NIC_Intel-XXV710' and
10566            'NF_DENSITY' and
10567            'DOCKER' and
10568            'CHAIN' and
10569            'NF_VPPIP4' and
10570            'IMIX' and
10571            '8T4C' and
10572            'NDRPDR'"
10573   parameters:
10574   - "throughput"
10575   - "name"
10576   - "tags"
10577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10578   x-axis: "X = CNFs per Service Chain"
10579   y-axis: "Y = Number of Service Chains"
10580   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10581   layout:
10582     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10583     layout: "plot-service-density"
10584
10585 # Plots - NF Density - CSC - PDR IMIX
10586 - type: "plot"
10587   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10588   algorithm: "plot_nf_heatmap"
10589   output-file-type: ".html"
10590   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10591   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10592   filter: "'NIC_Intel-XXV710' and
10593            'NF_DENSITY' and
10594            'DOCKER' and
10595            'CHAIN' and
10596            'NF_VPPIP4' and
10597            'IMIX' and
10598            '2T1C' and
10599            'NDRPDR'"
10600   parameters:
10601   - "throughput"
10602   - "name"
10603   - "tags"
10604   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10605   x-axis: "X = CNFs per Service Chain"
10606   y-axis: "Y = Number of Service Chains"
10607   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10608   layout:
10609     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10610     layout: "plot-service-density"
10611
10612 - type: "plot"
10613   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10614   algorithm: "plot_nf_heatmap"
10615   output-file-type: ".html"
10616   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10617   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10618   filter: "'NIC_Intel-XXV710' and
10619            'NF_DENSITY' and
10620            'DOCKER' 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 = CNFs 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}mif-{XY}dcr-vppip4-pdr"
10636     layout: "plot-service-density"
10637
10638 - type: "plot"
10639   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-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-csc-pdr"
10643   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10644   filter: "'NIC_Intel-XXV710' and
10645            'NF_DENSITY' and
10646            'DOCKER' and
10647            'CHAIN' and
10648            'NF_VPPIP4' and
10649            'IMIX' and
10650            '8T4C' and
10651            'NDRPDR'"
10652   parameters:
10653   - "throughput"
10654   - "name"
10655   - "tags"
10656   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10657   x-axis: "X = CNFs per Service Chain"
10658   y-axis: "Y = Number of Service Chains"
10659   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10660   layout:
10661     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10662     layout: "plot-service-density"
10663
10664 # Plots - NF Density - CSP - MRR IMIX
10665 - type: "plot"
10666   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10667   algorithm: "plot_nf_heatmap"
10668   output-file-type: ".html"
10669   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10670   data: "plot-vpp-nfv-2n-clx-mrr"
10671   filter: "'NIC_Intel-XXV710' and
10672            'NF_DENSITY' and
10673            'DOCKER' and
10674            'PIPELINE' and
10675            'NF_VPPIP4' and
10676            'IMIX' and
10677            '2T1C' and
10678            'MRR'"
10679   parameters:
10680   - "result"
10681   - "name"
10682   - "tags"
10683   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10684   x-axis: "X = CNFs per Service Pipeline"
10685   y-axis: "Y = Number of Service Pipelines"
10686   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10687   layout:
10688     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10689     layout: "plot-service-density"
10690
10691 - type: "plot"
10692   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10693   algorithm: "plot_nf_heatmap"
10694   output-file-type: ".html"
10695   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10696   data: "plot-vpp-nfv-2n-clx-mrr"
10697   filter: "'NIC_Intel-XXV710' and
10698            'NF_DENSITY' and
10699            'DOCKER' and
10700            'PIPELINE' and
10701            'NF_VPPIP4' and
10702            'IMIX' and
10703            '4T2C' and
10704            'MRR'"
10705   parameters:
10706   - "result"
10707   - "name"
10708   - "tags"
10709   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10710   x-axis: "X = CNFs per Service Pipeline"
10711   y-axis: "Y = Number of Service Pipelines"
10712   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10713   layout:
10714     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10715     layout: "plot-service-density"
10716
10717 - type: "plot"
10718   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10719   algorithm: "plot_nf_heatmap"
10720   output-file-type: ".html"
10721   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10722   data: "plot-vpp-nfv-2n-clx-mrr"
10723   filter: "'NIC_Intel-XXV710' and
10724            'NF_DENSITY' and
10725            'DOCKER' and
10726            'PIPELINE' and
10727            'NF_VPPIP4' and
10728            'IMIX' and
10729            '8T4C' and
10730            'MRR'"
10731   parameters:
10732   - "result"
10733   - "name"
10734   - "tags"
10735   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10736   x-axis: "X = CNFs per Service Pipeline"
10737   y-axis: "Y = Number of Service Pipelines"
10738   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10739   layout:
10740     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10741     layout: "plot-service-density"
10742
10743 # Plots - NF Density - CSP - NDR IMIX
10744 - type: "plot"
10745   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10746   algorithm: "plot_nf_heatmap"
10747   output-file-type: ".html"
10748   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10749   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10750   filter: "'NIC_Intel-XXV710' and
10751            'NF_DENSITY' and
10752            'DOCKER' and
10753            'PIPELINE' and
10754            'NF_VPPIP4' and
10755            'IMIX' and
10756            '2T1C' and
10757            'NDRPDR'"
10758   parameters:
10759   - "throughput"
10760   - "name"
10761   - "tags"
10762   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10763   x-axis: "X = CNFs per Service Pipeline"
10764   y-axis: "Y = Number of Service Pipelines"
10765   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10766   layout:
10767     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10768     layout: "plot-service-density"
10769
10770 - type: "plot"
10771   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10772   algorithm: "plot_nf_heatmap"
10773   output-file-type: ".html"
10774   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10775   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10776   filter: "'NIC_Intel-XXV710' and
10777            'NF_DENSITY' and
10778            'DOCKER' and
10779            'PIPELINE' and
10780            'NF_VPPIP4' and
10781            'IMIX' and
10782            '4T2C' and
10783            'NDRPDR'"
10784   parameters:
10785   - "throughput"
10786   - "name"
10787   - "tags"
10788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10789   x-axis: "X = CNFs per Service Pipeline"
10790   y-axis: "Y = Number of Service Pipelines"
10791   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10792   layout:
10793     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10794     layout: "plot-service-density"
10795
10796 - type: "plot"
10797   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10798   algorithm: "plot_nf_heatmap"
10799   output-file-type: ".html"
10800   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10801   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10802   filter: "'NIC_Intel-XXV710' and
10803            'NF_DENSITY' and
10804            'DOCKER' and
10805            'PIPELINE' and
10806            'NF_VPPIP4' and
10807            'IMIX' and
10808            '8T4C' and
10809            'NDRPDR'"
10810   parameters:
10811   - "throughput"
10812   - "name"
10813   - "tags"
10814   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10815   x-axis: "X = CNFs per Service Pipeline"
10816   y-axis: "Y = Number of Service Pipelines"
10817   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10818   layout:
10819     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10820     layout: "plot-service-density"
10821
10822 # Plots - NF Density - CSP - PDR IMIX
10823 - type: "plot"
10824   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10825   algorithm: "plot_nf_heatmap"
10826   output-file-type: ".html"
10827   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10828   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10829   filter: "'NIC_Intel-XXV710' and
10830            'NF_DENSITY' and
10831            'DOCKER' and
10832            'PIPELINE' and
10833            'NF_VPPIP4' and
10834            'IMIX' and
10835            '2T1C' and
10836            'NDRPDR'"
10837   parameters:
10838   - "throughput"
10839   - "name"
10840   - "tags"
10841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10842   x-axis: "X = CNFs per Service Pipeline"
10843   y-axis: "Y = Number of Service Pipelines"
10844   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10845   layout:
10846     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10847     layout: "plot-service-density"
10848
10849 - type: "plot"
10850   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10851   algorithm: "plot_nf_heatmap"
10852   output-file-type: ".html"
10853   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10854   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10855   filter: "'NIC_Intel-XXV710' and
10856            'NF_DENSITY' and
10857            'DOCKER' and
10858            'PIPELINE' and
10859            'NF_VPPIP4' and
10860            'IMIX' and
10861            '4T2C' and
10862            'NDRPDR'"
10863   parameters:
10864   - "throughput"
10865   - "name"
10866   - "tags"
10867   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10868   x-axis: "X = CNFs per Service Pipeline"
10869   y-axis: "Y = Number of Service Pipelines"
10870   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10871   layout:
10872     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10873     layout: "plot-service-density"
10874
10875 - type: "plot"
10876   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10877   algorithm: "plot_nf_heatmap"
10878   output-file-type: ".html"
10879   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10880   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10881   filter: "'NIC_Intel-XXV710' and
10882            'NF_DENSITY' and
10883            'DOCKER' and
10884            'PIPELINE' and
10885            'NF_VPPIP4' and
10886            'IMIX' and
10887            '8T4C' and
10888            'NDRPDR'"
10889   parameters:
10890   - "throughput"
10891   - "name"
10892   - "tags"
10893   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10894   x-axis: "X = CNFs per Service Pipeline"
10895   y-axis: "Y = Number of Service Pipelines"
10896   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10897   layout:
10898     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10899     layout: "plot-service-density"
10900
10901 ################################################################################
10902
10903 # Packet Throughput
10904
10905 - type: "plot"
10906   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10907   algorithm: "plot_perf_box_name"
10908   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10910   include:
10911     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10912     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10913     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10914     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10915   layout:
10916     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10917     layout: "plot-throughput"
10918
10919 - type: "plot"
10920   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10921   algorithm: "plot_perf_box_name"
10922   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10924   include:
10925     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10926     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10927     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10928     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10929   layout:
10930     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10931     layout: "plot-throughput"
10932
10933 - type: "plot"
10934   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10935   algorithm: "plot_perf_box_name"
10936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10938   include:
10939     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10940     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10941     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10942     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10943   layout:
10944     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10945     layout: "plot-throughput"
10946
10947 - type: "plot"
10948   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10949   algorithm: "plot_perf_box_name"
10950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10952   include:
10953     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10954     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10955     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10956     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10957   layout:
10958     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10959     layout: "plot-throughput"
10960
10961 - type: "plot"
10962   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10963   algorithm: "plot_perf_box_name"
10964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10966   include:
10967     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10968     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10969     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10970     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10971     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10972   layout:
10973     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10974     layout: "plot-throughput"
10975
10976 - type: "plot"
10977   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10978   algorithm: "plot_perf_box_name"
10979   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10981   include:
10982     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10983     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10984     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10985     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10986     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10987   layout:
10988     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10989     layout: "plot-throughput"
10990
10991 - type: "plot"
10992   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10993   algorithm: "plot_perf_box_name"
10994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10996   include:
10997     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10998     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10999     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11000     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11001     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11002   layout:
11003     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11004     layout: "plot-throughput"
11005
11006 - type: "plot"
11007   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11008   algorithm: "plot_perf_box_name"
11009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11011   include:
11012     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11013     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11014     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11015     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11016     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11017   layout:
11018     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11019     layout: "plot-throughput"
11020
11021 - type: "plot"
11022   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11023   algorithm: "plot_perf_box_name"
11024   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11025   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11026   include:
11027     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11028     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11029     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11030     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11031     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11032   layout:
11033     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11034     layout: "plot-throughput"
11035
11036 - type: "plot"
11037   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11038   algorithm: "plot_perf_box_name"
11039   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11040   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11041   include:
11042     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11043     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11044     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11045     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11046     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11047   layout:
11048     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11049     layout: "plot-throughput"
11050
11051 - type: "plot"
11052   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11053   algorithm: "plot_perf_box_name"
11054   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11056   include:
11057     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11058     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11059     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11062     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11063   layout:
11064     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11065     layout: "plot-throughput"
11066
11067 - type: "plot"
11068   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11069   algorithm: "plot_perf_box_name"
11070   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11072   include:
11073     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11078     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11079   layout:
11080     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11081     layout: "plot-throughput"
11082
11083 - type: "plot"
11084   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11085   algorithm: "plot_perf_box_name"
11086   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11088   include:
11089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11094   layout:
11095     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11096     layout: "plot-throughput"
11097
11098 - type: "plot"
11099   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11100   algorithm: "plot_perf_box_name"
11101   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11102   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11103   include:
11104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11109   layout:
11110     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11111     layout: "plot-throughput"
11112
11113 - type: "plot"
11114   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11115   algorithm: "plot_perf_box_name"
11116   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11117   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11118   include:
11119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11122   layout:
11123     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11124     layout: "plot-throughput"
11125
11126 - type: "plot"
11127   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11128   algorithm: "plot_perf_box_name"
11129   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11131   include:
11132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11135   layout:
11136     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11137     layout: "plot-throughput"
11138
11139 - type: "plot"
11140   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11141   algorithm: "plot_perf_box_name"
11142   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11144   include:
11145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11150   layout:
11151     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11152     layout: "plot-throughput"
11153
11154 - type: "plot"
11155   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11156   algorithm: "plot_perf_box_name"
11157   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11159   include:
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11165   layout:
11166     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11167     layout: "plot-throughput"
11168
11169 - type: "plot"
11170   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11171   algorithm: "plot_perf_box_name"
11172   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11173   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11174   include:
11175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11178   layout:
11179     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11180     layout: "plot-throughput"
11181
11182 - type: "plot"
11183   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11184   algorithm: "plot_perf_box_name"
11185   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11187   include:
11188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11191   layout:
11192     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11193     layout: "plot-throughput"
11194
11195 - type: "plot"
11196   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11197   algorithm: "plot_perf_box_name"
11198   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11200   include:
11201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11207   layout:
11208     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11209     layout: "plot-throughput"
11210
11211 - type: "plot"
11212   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11213   algorithm: "plot_perf_box_name"
11214   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11215   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11216   include:
11217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11223   layout:
11224     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11225     layout: "plot-throughput"
11226
11227 - type: "plot"
11228   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11229   algorithm: "plot_perf_box_name"
11230   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11232   include:
11233     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11234     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11235     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11236     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11237     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11238   layout:
11239     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11240     layout: "plot-throughput"
11241
11242 - type: "plot"
11243   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11244   algorithm: "plot_perf_box_name"
11245   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11246   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11247   include:
11248     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11249     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11250     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11251     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11252     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11253   layout:
11254     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11255     layout: "plot-throughput"
11256
11257 #- type: "plot"
11258 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11259 #  algorithm: "plot_perf_box_name"
11260 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11261 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11262 #  include:
11263 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11264 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11265 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11266 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11267 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11268 #  layout:
11269 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11270 #    layout: "plot-throughput"
11271 #
11272 #- type: "plot"
11273 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11274 #  algorithm: "plot_perf_box_name"
11275 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11276 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11277 #  include:
11278 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11279 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11280 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11281 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11282 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11283 #  layout:
11284 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11285 #    layout: "plot-throughput"
11286 #
11287 #- type: "plot"
11288 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11289 #  algorithm: "plot_perf_box_name"
11290 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11291 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11292 #  include:
11293 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11294 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11295 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11296 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11297 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11298 #  layout:
11299 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11300 #    layout: "plot-throughput"
11301 #
11302 #- type: "plot"
11303 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11304 #  algorithm: "plot_perf_box_name"
11305 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11306 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11307 #  include:
11308 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11309 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11310 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11311 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11312 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11313 #  layout:
11314 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11315 #    layout: "plot-throughput"
11316
11317 - type: "plot"
11318   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11319   algorithm: "plot_perf_box_name"
11320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11322   include:
11323     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11324     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11325     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11326     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11327     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11328   layout:
11329     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11330     layout: "plot-throughput"
11331
11332 - type: "plot"
11333   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11334   algorithm: "plot_perf_box_name"
11335   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11336   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11337   include:
11338     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11339     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11340     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11341     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11342     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11343   layout:
11344     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11345     layout: "plot-throughput"
11346
11347 #- type: "plot"
11348 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11349 #  algorithm: "plot_perf_box_name"
11350 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11351 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11352 #  include:
11353 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11354 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11355 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11356 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11357 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11358 #  layout:
11359 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11360 #    layout: "plot-throughput"
11361 #
11362 #- type: "plot"
11363 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11364 #  algorithm: "plot_perf_box_name"
11365 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11366 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11367 #  include:
11368 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11369 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11370 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11371 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11372 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11373 #  layout:
11374 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11375 #    layout: "plot-throughput"
11376 #
11377 #- type: "plot"
11378 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11379 #  algorithm: "plot_perf_box_name"
11380 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11381 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11382 #  include:
11383 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11384 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11385 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11386 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11387 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11388 #  layout:
11389 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11390 #    layout: "plot-throughput"
11391 #
11392 #- type: "plot"
11393 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11394 #  algorithm: "plot_perf_box_name"
11395 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11396 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11397 #  include:
11398 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11399 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11400 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11401 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11402 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11403 #  layout:
11404 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11405 #    layout: "plot-throughput"
11406
11407 - type: "plot"
11408   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11409   algorithm: "plot_perf_box_name"
11410   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11411   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11412   include:
11413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11419   layout:
11420     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11421     layout: "plot-throughput"
11422
11423 - type: "plot"
11424   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11425   algorithm: "plot_perf_box_name"
11426   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11427   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11428   include:
11429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11435   layout:
11436     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11437     layout: "plot-throughput"
11438
11439 - type: "plot"
11440   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11441   algorithm: "plot_perf_box_name"
11442   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11443   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11444   include:
11445     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11447     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11448   layout:
11449     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11450     layout: "plot-throughput"
11451
11452 - type: "plot"
11453   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11454   algorithm: "plot_perf_box_name"
11455   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11456   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11457   include:
11458     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11461   layout:
11462     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11463     layout: "plot-throughput"
11464
11465 - type: "plot"
11466   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11467   algorithm: "plot_perf_box_name"
11468   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11470   include:
11471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11473 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11474 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11475 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11476   layout:
11477     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11478     layout: "plot-throughput"
11479
11480 - type: "plot"
11481   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11482   algorithm: "plot_perf_box_name"
11483   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11485   include:
11486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11488 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11489 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11490 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11491   layout:
11492     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11493     layout: "plot-throughput"
11494
11495 - type: "plot"
11496   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11497   algorithm: "plot_perf_box_name"
11498   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11499   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11500   include:
11501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11505     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11506   layout:
11507     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11508     layout: "plot-throughput"
11509
11510 - type: "plot"
11511   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11512   algorithm: "plot_perf_box_name"
11513   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11514   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11515   include:
11516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11520     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11521   layout:
11522     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11523     layout: "plot-throughput"
11524
11525 - type: "plot"
11526   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11527   algorithm: "plot_perf_box_name"
11528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11530   include:
11531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11535     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11536   layout:
11537     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11538     layout: "plot-throughput"
11539
11540 - type: "plot"
11541   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11542   algorithm: "plot_perf_box_name"
11543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11545   include:
11546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11550     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11551   layout:
11552     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11553     layout: "plot-throughput"
11554
11555 - type: "plot"
11556   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11557   algorithm: "plot_perf_box_name"
11558   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11560   include:
11561     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11565   layout:
11566     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11567     layout: "plot-throughput"
11568
11569 - type: "plot"
11570   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11571   algorithm: "plot_perf_box_name"
11572   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11574   include:
11575     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11579   layout:
11580     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11581     layout: "plot-throughput"
11582
11583 - type: "plot"
11584   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11585   algorithm: "plot_perf_box_name"
11586   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11588   include:
11589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11594   layout:
11595     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11596     layout: "plot-throughput"
11597
11598 - type: "plot"
11599   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11600   algorithm: "plot_perf_box_name"
11601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11603   include:
11604     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11609   layout:
11610     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11611     layout: "plot-throughput"
11612
11613 - type: "plot"
11614   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11615   algorithm: "plot_perf_box_name"
11616   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11617   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11618   include:
11619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11624   layout:
11625     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11626     layout: "plot-throughput"
11627
11628 - type: "plot"
11629   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11630   algorithm: "plot_perf_box_name"
11631   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11632   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11633   include:
11634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11639   layout:
11640     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11641     layout: "plot-throughput"
11642
11643 - type: "plot"
11644   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11645   algorithm: "plot_perf_box_name"
11646   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11647   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11648   include:
11649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11653   layout:
11654     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11655     layout: "plot-throughput"
11656
11657 - type: "plot"
11658   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11659   algorithm: "plot_perf_box_name"
11660   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11661   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11662   include:
11663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11667   layout:
11668     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11669     layout: "plot-throughput"
11670
11671 - type: "plot"
11672   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11673   algorithm: "plot_perf_box_name"
11674   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11675   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11676   include:
11677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11682   layout:
11683     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11684     layout: "plot-throughput"
11685
11686 - type: "plot"
11687   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11688   algorithm: "plot_perf_box_name"
11689   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11690   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11691   include:
11692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11697   layout:
11698     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11699     layout: "plot-throughput"
11700
11701 - type: "plot"
11702   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11703   algorithm: "plot_perf_box_name"
11704   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11705   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11706   include:
11707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11713   layout:
11714     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11715     layout: "plot-throughput"
11716
11717 - type: "plot"
11718   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11719   algorithm: "plot_perf_box_name"
11720   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11721   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11722   include:
11723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11729   layout:
11730     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11731     layout: "plot-throughput"
11732
11733 - type: "plot"
11734   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11735   algorithm: "plot_perf_box_name"
11736   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11737   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11738   include:
11739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11744   layout:
11745     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11746     layout: "plot-throughput"
11747
11748 - type: "plot"
11749   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11750   algorithm: "plot_perf_box_name"
11751   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11752   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11753   include:
11754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11759   layout:
11760     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11761     layout: "plot-throughput"
11762
11763 - type: "plot"
11764   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11765   algorithm: "plot_perf_box_name"
11766   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11767   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11768   include:
11769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11774   layout:
11775     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11776     layout: "plot-throughput"
11777
11778 - type: "plot"
11779   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11780   algorithm: "plot_perf_box_name"
11781   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11782   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11783   include:
11784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11789   layout:
11790     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11791     layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11795   algorithm: "plot_perf_box_name"
11796   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11798   include:
11799     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11801   layout:
11802     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11803     layout: "plot-throughput"
11804
11805 - type: "plot"
11806   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11807   algorithm: "plot_perf_box_name"
11808   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11810   include:
11811     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11813   layout:
11814     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11815     layout: "plot-throughput"
11816
11817 - type: "plot"
11818   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11819   algorithm: "plot_perf_box_name"
11820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11822   include:
11823     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11824     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11827   layout:
11828     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11829     layout: "plot-throughput"
11830
11831 - type: "plot"
11832   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11833   algorithm: "plot_perf_box_name"
11834   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11835   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11836   include:
11837     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11838     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11841   layout:
11842     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11843     layout: "plot-throughput"
11844
11845 - type: "plot"
11846   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11847   algorithm: "plot_perf_box_name"
11848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11850   include:
11851     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11855   layout:
11856     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11857     layout: "plot-throughput"
11858
11859 - type: "plot"
11860   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11861   algorithm: "plot_perf_box_name"
11862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11864   include:
11865     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11869   layout:
11870     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11871     layout: "plot-throughput"
11872
11873 - type: "plot"
11874   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11875   algorithm: "plot_perf_box_name"
11876   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11877   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11878   include:
11879     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11883   layout:
11884     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11885     layout: "plot-throughput"
11886
11887 - type: "plot"
11888   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11889   algorithm: "plot_perf_box_name"
11890   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11891   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11892   include:
11893     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11897   layout:
11898     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11899     layout: "plot-throughput"
11900
11901 - type: "plot"
11902   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11903   algorithm: "plot_perf_box_name"
11904   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11905   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11906   include:
11907     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11911   layout:
11912     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11913     layout: "plot-throughput"
11914
11915 - type: "plot"
11916   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11917   algorithm: "plot_perf_box_name"
11918   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11919   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11920   include:
11921     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11924     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11925   layout:
11926     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11927     layout: "plot-throughput"
11928
11929 - type: "plot"
11930   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11931   algorithm: "plot_perf_box_name"
11932   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11934   include:
11935     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11940     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11941   layout:
11942     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11943     layout: "plot-throughput"
11944
11945 - type: "plot"
11946   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11947   algorithm: "plot_perf_box_name"
11948   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11950   include:
11951     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11957   layout:
11958     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11959     layout: "plot-throughput"
11960
11961 - type: "plot"
11962   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11963   algorithm: "plot_perf_box_name"
11964   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11965   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11966   include:
11967     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11972   layout:
11973     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11974     layout: "plot-throughput"
11975
11976 - type: "plot"
11977   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11978   algorithm: "plot_perf_box_name"
11979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11981   include:
11982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11986     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11987   layout:
11988     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11996   include:
11997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12002   layout:
12003     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12011   include:
12012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12017   layout:
12018     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12025   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12026   include:
12027     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12030   layout:
12031     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12032     layout: "plot-throughput"
12033
12034 - type: "plot"
12035   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12036   algorithm: "plot_perf_box_name"
12037   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12039   include:
12040     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12043   layout:
12044     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12045     layout: "plot-throughput"
12046
12047 - type: "plot"
12048   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12049   algorithm: "plot_perf_box_name"
12050   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12052   include:
12053     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12055     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12056   layout:
12057     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12058     layout: "plot-throughput"
12059
12060 - type: "plot"
12061   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12062   algorithm: "plot_perf_box_name"
12063   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12064   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12065   include:
12066     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12069   layout:
12070     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12071     layout: "plot-throughput"
12072
12073 - type: "plot"
12074   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12075   algorithm: "plot_perf_box_name"
12076   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12078   include:
12079     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12084   layout:
12085     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12086     layout: "plot-throughput"
12087
12088 - type: "plot"
12089   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12090   algorithm: "plot_perf_box_name"
12091   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12093   include:
12094     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12099   layout:
12100     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12101     layout: "plot-throughput"
12102
12103 - type: "plot"
12104   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12105   algorithm: "plot_perf_box_name"
12106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12108   include:
12109     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12114   layout:
12115     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12116     layout: "plot-throughput"
12117
12118 - type: "plot"
12119   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12120   algorithm: "plot_perf_box_name"
12121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12123   include:
12124     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12129   layout:
12130     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12131     layout: "plot-throughput"
12132
12133 - type: "plot"
12134   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12135   algorithm: "plot_perf_box_name"
12136   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12137   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12138   include:
12139     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12144   layout:
12145     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12146     layout: "plot-throughput"
12147
12148 - type: "plot"
12149   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12150   algorithm: "plot_perf_box_name"
12151   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12152   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12153   include:
12154     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12159   layout:
12160     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12161     layout: "plot-throughput"
12162
12163 - type: "plot"
12164   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12165   algorithm: "plot_perf_box_name"
12166   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12167   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12168   include:
12169     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12174   layout:
12175     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12176     layout: "plot-throughput"
12177
12178 - type: "plot"
12179   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12180   algorithm: "plot_perf_box_name"
12181   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12182   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12183   include:
12184     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12189   layout:
12190     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12191     layout: "plot-throughput"
12192
12193 - type: "plot"
12194   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12195   algorithm: "plot_perf_box_name"
12196   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12197   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12198   include:
12199     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12204   layout:
12205     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12206     layout: "plot-throughput"
12207
12208 - type: "plot"
12209   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12210   algorithm: "plot_perf_box_name"
12211   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12212   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12213   include:
12214     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12219   layout:
12220     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12221     layout: "plot-throughput"
12222
12223 - type: "plot"
12224   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12225   algorithm: "plot_perf_box_name"
12226   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12228   include:
12229     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12230     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12231     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12232     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12233     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12234     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12235   layout:
12236     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12237     layout: "plot-throughput"
12238
12239 - type: "plot"
12240   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12241   algorithm: "plot_perf_box_name"
12242   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12243   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12244   include:
12245     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12246     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12247     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12248     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12249     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12250     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12251   layout:
12252     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12253     layout: "plot-throughput"
12254
12255 - type: "plot"
12256   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12257   algorithm: "plot_perf_box_name"
12258   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12259   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12260   include:
12261     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12262     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12263     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12264     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12265   layout:
12266     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12271   algorithm: "plot_perf_box_name"
12272   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12273   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12274   include:
12275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12276     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12277     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12278     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12279   layout:
12280     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12281     layout: "plot-throughput"
12282
12283 - type: "plot"
12284   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12285   algorithm: "plot_perf_box_name"
12286   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12288   include:
12289     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12290     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12291     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12292     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12293     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12294     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12295   layout:
12296     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12297     layout: "plot-throughput"
12298
12299 - type: "plot"
12300   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12301   algorithm: "plot_perf_box_name"
12302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12304   include:
12305     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12306     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12307     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12308     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12309     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12310     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12311   layout:
12312     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12313     layout: "plot-throughput"
12314
12315 - type: "plot"
12316   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12317   algorithm: "plot_perf_box_name"
12318   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12320   include:
12321     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12322     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12323     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12324     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12325     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12326     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12327   layout:
12328     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12329     layout: "plot-throughput"
12330
12331 - type: "plot"
12332   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12333   algorithm: "plot_perf_box_name"
12334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12336   include:
12337     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12338     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12339     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12340     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12341     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12342     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12343   layout:
12344     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12345     layout: "plot-throughput"
12346
12347 - type: "plot"
12348   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12349   algorithm: "plot_perf_box_name"
12350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12352   include:
12353     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12354     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12355     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12356     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12357     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12358     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12359   layout:
12360     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12361     layout: "plot-throughput"
12362
12363 - type: "plot"
12364   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12365   algorithm: "plot_perf_box_name"
12366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12368   include:
12369     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12370     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12371     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12372     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12373     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12374     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12375   layout:
12376     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12377     layout: "plot-throughput"
12378
12379 - type: "plot"
12380   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12381   algorithm: "plot_perf_box_name"
12382   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12383   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12384   include:
12385     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12386     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12387     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12388     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12389     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12390     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12391   layout:
12392     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12393     layout: "plot-throughput"
12394
12395 - type: "plot"
12396   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12397   algorithm: "plot_perf_box_name"
12398   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12399   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12400   include:
12401     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12402     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12403     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12404     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12405     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12406     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12407   layout:
12408     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12409     layout: "plot-throughput"
12410
12411 - type: "plot"
12412   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12413   algorithm: "plot_perf_box_name"
12414   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12415   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12416   include:
12417     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12418     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12419     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12420     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12421     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12422     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12423   layout:
12424     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12425     layout: "plot-throughput"
12426
12427 - type: "plot"
12428   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12429   algorithm: "plot_perf_box_name"
12430   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12431   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12432   include:
12433     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12434     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12439   layout:
12440     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12441     layout: "plot-throughput"
12442
12443 - type: "plot"
12444   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12445   algorithm: "plot_perf_box_name"
12446   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12447   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12448   include:
12449     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12450     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12452     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12454     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12455   layout:
12456     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12457     layout: "plot-throughput"
12458
12459 - type: "plot"
12460   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12461   algorithm: "plot_perf_box_name"
12462   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12464   include:
12465     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12466     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12467     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12469     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12471   layout:
12472     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12473     layout: "plot-throughput"
12474
12475 - type: "plot"
12476   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12477   algorithm: "plot_perf_box_name"
12478   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12479   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12480   include:
12481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12487   layout:
12488     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12489     layout: "plot-throughput"
12490
12491 - type: "plot"
12492   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12493   algorithm: "plot_perf_box_name"
12494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12496   include:
12497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12503   layout:
12504     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12505     layout: "plot-throughput"
12506
12507 - type: "plot"
12508   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12509   algorithm: "plot_perf_box_name"
12510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12512   include:
12513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12519   layout:
12520     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12521     layout: "plot-throughput"
12522
12523 - type: "plot"
12524   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12525   algorithm: "plot_perf_box_name"
12526   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12527   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12528   include:
12529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12535   layout:
12536     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12537     layout: "plot-throughput"
12538
12539 - type: "plot"
12540   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12541   algorithm: "plot_perf_box_name"
12542   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12543   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12544   include:
12545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12549   layout:
12550     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12551     layout: "plot-throughput"
12552
12553 - type: "plot"
12554   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12555   algorithm: "plot_perf_box_name"
12556   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12557   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12558   include:
12559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12563   layout:
12564     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12565     layout: "plot-throughput"
12566
12567 - type: "plot"
12568   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12569   algorithm: "plot_perf_box_name"
12570   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12571   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12572   include:
12573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12577   layout:
12578     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12579     layout: "plot-throughput"
12580
12581 - type: "plot"
12582   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12583   algorithm: "plot_perf_box_name"
12584   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12586   include:
12587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12591   layout:
12592     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12593     layout: "plot-throughput"
12594
12595 - type: "plot"
12596   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12597   algorithm: "plot_perf_box_name"
12598   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12599   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12600   include:
12601     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12602     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12603     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12604     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12605     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12607   layout:
12608     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12609     layout: "plot-throughput"
12610
12611 - type: "plot"
12612   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12613   algorithm: "plot_perf_box_name"
12614   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12616   include:
12617     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12618     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12619     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12621     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12622     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12623   layout:
12624     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12625     layout: "plot-throughput"
12626
12627 - type: "plot"
12628   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12629   algorithm: "plot_perf_box_name"
12630   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12632   include:
12633     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12634     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12635     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12638   layout:
12639     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12640     layout: "plot-throughput"
12641
12642 - type: "plot"
12643   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12644   algorithm: "plot_perf_box_name"
12645   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12647   include:
12648     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12649     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12650     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12651     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12652     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12653   layout:
12654     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12655     layout: "plot-throughput"
12656
12657 - type: "plot"
12658   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12659   algorithm: "plot_perf_box_name"
12660   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12662   include:
12663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12668   layout:
12669     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12670     layout: "plot-throughput"
12671
12672 - type: "plot"
12673   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12674   algorithm: "plot_perf_box_name"
12675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12677   include:
12678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12683   layout:
12684     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12685     layout: "plot-throughput"
12686
12687 - type: "plot"
12688   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12689   algorithm: "plot_perf_box_name"
12690   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12692   include:
12693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12697   layout:
12698     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12699     layout: "plot-throughput"
12700
12701 - type: "plot"
12702   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12703   algorithm: "plot_perf_box_name"
12704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12706   include:
12707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12711   layout:
12712     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12713     layout: "plot-throughput"
12714
12715 - type: "plot"
12716   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12717   algorithm: "plot_perf_box_name"
12718   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12720   include:
12721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12727   layout:
12728     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12729     layout: "plot-throughput"
12730
12731 - type: "plot"
12732   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12733   algorithm: "plot_perf_box_name"
12734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12736   include:
12737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12742     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12743   layout:
12744     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12745     layout: "plot-throughput"
12746
12747 - type: "plot"
12748   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12749   algorithm: "plot_perf_box_name"
12750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12752   include:
12753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12758     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12759   layout:
12760     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12761     layout: "plot-throughput"
12762
12763 - type: "plot"
12764   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12765   algorithm: "plot_perf_box_name"
12766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12768   include:
12769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12771     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12775   layout:
12776     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12777     layout: "plot-throughput"
12778
12779 - type: "plot"
12780   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12781   algorithm: "plot_perf_box_name"
12782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12784   include:
12785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12791   layout:
12792     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12793     layout: "plot-throughput"
12794
12795 - type: "plot"
12796   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12797   algorithm: "plot_perf_box_name"
12798   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12800   include:
12801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12807   layout:
12808     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12809     layout: "plot-throughput"
12810
12811 - type: "plot"
12812   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12813   algorithm: "plot_perf_box_name"
12814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12816   include:
12817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12823   layout:
12824     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12825     layout: "plot-throughput"
12826
12827 - type: "plot"
12828   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12829   algorithm: "plot_perf_box_name"
12830   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12832   include:
12833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12839   layout:
12840     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12841     layout: "plot-throughput"
12842
12843 - type: "plot"
12844   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12845   algorithm: "plot_perf_box_name"
12846   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12847   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12848   include:
12849     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12850     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12853   layout:
12854     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12855     layout: "plot-throughput"
12856
12857 - type: "plot"
12858   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12859   algorithm: "plot_perf_box_name"
12860   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12861   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12862   include:
12863     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12864     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12865     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12866     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12867   layout:
12868     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12869     layout: "plot-throughput"
12870
12871 - type: "plot"
12872   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12873   algorithm: "plot_perf_box_name"
12874   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12875   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12876   include:
12877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12880     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12881     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12882     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12883   layout:
12884     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12885     layout: "plot-throughput"
12886
12887 - type: "plot"
12888   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12889   algorithm: "plot_perf_box_name"
12890   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12891   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12892   include:
12893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12894     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12895     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12896     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12897     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12898     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12899   layout:
12900     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12901     layout: "plot-throughput"
12902
12903 - type: "plot"
12904   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12905   algorithm: "plot_perf_box_name"
12906   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12907   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12908   include:
12909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12912     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12913     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12915   layout:
12916     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12917     layout: "plot-throughput"
12918
12919 - type: "plot"
12920   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12921   algorithm: "plot_perf_box_name"
12922   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12923   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12924   include:
12925     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12926     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12927     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12928     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12930     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12931   layout:
12932     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12933     layout: "plot-throughput"
12934
12935 - type: "plot"
12936   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12937   algorithm: "plot_perf_box_name"
12938   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12939   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12940   include:
12941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12945   layout:
12946     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12947     layout: "plot-throughput"
12948
12949 - type: "plot"
12950   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12951   algorithm: "plot_perf_box_name"
12952   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12953   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12954   include:
12955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12959   layout:
12960     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12961     layout: "plot-throughput"
12962
12963 - type: "plot"
12964   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12965   algorithm: "plot_perf_box_name"
12966   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12967   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12968   include:
12969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12975   layout:
12976     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12977     layout: "plot-throughput"
12978
12979 - type: "plot"
12980   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12981   algorithm: "plot_perf_box_name"
12982   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12983   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12984   include:
12985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12991   layout:
12992     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12993     layout: "plot-throughput"
12994
12995 - type: "plot"
12996   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12997   algorithm: "plot_perf_box_name"
12998   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12999   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13000   include:
13001     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13002     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13003     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13004     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13005   layout:
13006     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13007     layout: "plot-throughput"
13008
13009 - type: "plot"
13010   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13011   algorithm: "plot_perf_box_name"
13012   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13013   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13014   include:
13015     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13017     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13018     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13019   layout:
13020     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13021     layout: "plot-throughput"
13022
13023 - type: "plot"
13024   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13025   algorithm: "plot_perf_box_name"
13026   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13027   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13028   include:
13029     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13030     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13031     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13032     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13033     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13034     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13035   layout:
13036     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13037     layout: "plot-throughput"
13038
13039 - type: "plot"
13040   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13041   algorithm: "plot_perf_box_name"
13042   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13043   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13044   include:
13045     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13046     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13047     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13048     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13049     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13050     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13051   layout:
13052     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13053     layout: "plot-throughput"
13054
13055 - type: "plot"
13056   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13057   algorithm: "plot_perf_box_name"
13058   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13059   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13060   include:
13061     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13062     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13063     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13066     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13067   layout:
13068     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13069     layout: "plot-throughput"
13070
13071 - type: "plot"
13072   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13073   algorithm: "plot_perf_box_name"
13074   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13075   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13076   include:
13077     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13078     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13079     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13082     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13083   layout:
13084     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13085     layout: "plot-throughput"
13086
13087 - type: "plot"
13088   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13089   algorithm: "plot_perf_box_name"
13090   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13092   include:
13093     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13094     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13095     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13096     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13097     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13098     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13099   layout:
13100     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13101     layout: "plot-throughput"
13102
13103 - type: "plot"
13104   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13105   algorithm: "plot_perf_box_name"
13106   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13107   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13108   include:
13109     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13110     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13111     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13112     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13113     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13114     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13115   layout:
13116     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13117     layout: "plot-throughput"
13118
13119 - type: "plot"
13120   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13121   algorithm: "plot_perf_box_name"
13122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13124   include:
13125     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13126     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13127     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13128 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13129 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13130 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13131   layout:
13132     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13133     layout: "plot-throughput"
13134
13135 - type: "plot"
13136   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13137   algorithm: "plot_perf_box_name"
13138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13140   include:
13141     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13142     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13143     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13144 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13145 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13146 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13147   layout:
13148     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13149     layout: "plot-throughput"
13150
13151 - type: "plot"
13152   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13153   algorithm: "plot_perf_box_name"
13154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13156   include:
13157     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13158     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13159     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13160     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13161     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13162     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13163   layout:
13164     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13165     layout: "plot-throughput"
13166
13167 - type: "plot"
13168   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13169   algorithm: "plot_perf_box_name"
13170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13172   include:
13173     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13174     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13175     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13176     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13177     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13178     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13179   layout:
13180     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13181     layout: "plot-throughput"
13182
13183 - type: "plot"
13184   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13185   algorithm: "plot_perf_box_name"
13186   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13187   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13188   include:
13189     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13190     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13191     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13192     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13193     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13194     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13195   layout:
13196     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13197     layout: "plot-throughput"
13198
13199 - type: "plot"
13200   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13201   algorithm: "plot_perf_box_name"
13202   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13203   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13204   include:
13205     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13206     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13207     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13208     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13209     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13210     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13211   layout:
13212     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13213     layout: "plot-throughput"
13214
13215 #- type: "plot"
13216 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13217 #  algorithm: "plot_perf_box_name"
13218 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13219 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13220 #  include:
13221 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13222 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13223 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13224 #  layout:
13225 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13226 #    layout: "plot-throughput"
13227 #
13228 #- type: "plot"
13229 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13230 #  algorithm: "plot_perf_box_name"
13231 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13232 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13233 #  include:
13234 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13235 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13236 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13237 #  layout:
13238 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13239 #    layout: "plot-throughput"
13240
13241 - type: "plot"
13242   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13243   algorithm: "plot_perf_box_name"
13244   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13245   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13246   include:
13247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13252   layout:
13253     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13254     layout: "plot-throughput"
13255
13256 - type: "plot"
13257   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13258   algorithm: "plot_perf_box_name"
13259   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13260   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13261   include:
13262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13267   layout:
13268     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13269     layout: "plot-throughput"
13270
13271 - type: "plot"
13272   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13273   algorithm: "plot_perf_box_name"
13274   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13276   include:
13277     - "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"
13278     - "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"
13279     - "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"
13280     - "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"
13281     - "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"
13282   layout:
13283     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13284     layout: "plot-throughput"
13285
13286 - type: "plot"
13287   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13288   algorithm: "plot_perf_box_name"
13289   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13291   include:
13292     - "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"
13293     - "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"
13294     - "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"
13295     - "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"
13296     - "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"
13297   layout:
13298     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13299     layout: "plot-throughput"
13300
13301 - type: "plot"
13302   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13303   algorithm: "plot_perf_box_name"
13304   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13305   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13306   include:
13307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13312   layout:
13313     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13314     layout: "plot-throughput"
13315
13316 - type: "plot"
13317   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13318   algorithm: "plot_perf_box_name"
13319   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13320   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13321   include:
13322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13327   layout:
13328     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13329     layout: "plot-throughput"
13330
13331 - type: "plot"
13332   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13333   algorithm: "plot_perf_box_name"
13334   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13335   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13336   include:
13337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13342   layout:
13343     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13344     layout: "plot-throughput"
13345
13346 - type: "plot"
13347   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13348   algorithm: "plot_perf_box_name"
13349   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13351   include:
13352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13357   layout:
13358     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13359     layout: "plot-throughput"
13360
13361 - type: "plot"
13362   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13363   algorithm: "plot_perf_box_name"
13364   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13365   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13366   include:
13367     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13368     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13369     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13370     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13371     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13372   layout:
13373     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13374     layout: "plot-throughput"
13375
13376 - type: "plot"
13377   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13378   algorithm: "plot_perf_box_name"
13379   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13380   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13381   include:
13382     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13383     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13384     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13385     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13386     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13387   layout:
13388     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13389     layout: "plot-throughput"
13390
13391 - type: "plot"
13392   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13393   algorithm: "plot_perf_box_name"
13394   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13395   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13396   include:
13397     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13398     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13399     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13400     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13401     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13402   layout:
13403     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13404     layout: "plot-throughput"
13405
13406 - type: "plot"
13407   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13408   algorithm: "plot_perf_box_name"
13409   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13410   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13411   include:
13412     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13413     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13414     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13415     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13416     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13417   layout:
13418     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13419     layout: "plot-throughput"
13420
13421 - type: "plot"
13422   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13423   algorithm: "plot_perf_box_name"
13424   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13426   include:
13427     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13428     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13430     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13431   layout:
13432     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13433     layout: "plot-throughput"
13434
13435 - type: "plot"
13436   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13437   algorithm: "plot_perf_box_name"
13438   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13440   include:
13441     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13442     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13443     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13444     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13445   layout:
13446     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13447     layout: "plot-throughput"
13448
13449 - type: "plot"
13450   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13451   algorithm: "plot_perf_box_name"
13452   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13454   include:
13455     - "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"
13456     - "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"
13457     - "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"
13458     - "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"
13459   layout:
13460     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13461     layout: "plot-throughput"
13462
13463 - type: "plot"
13464   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13465   algorithm: "plot_perf_box_name"
13466   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13468   include:
13469     - "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"
13470     - "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"
13471     - "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"
13472     - "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"
13473   layout:
13474     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13475     layout: "plot-throughput"
13476
13477 - type: "plot"
13478   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13479   algorithm: "plot_perf_box_name"
13480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13482   include:
13483     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13484     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13485     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13486     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13487     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13488     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13489   layout:
13490     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13491     layout: "plot-throughput"
13492
13493 - type: "plot"
13494   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13495   algorithm: "plot_perf_box_name"
13496   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13498   include:
13499     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13500     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13501     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13502     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13503     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13504     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13505   layout:
13506     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13507     layout: "plot-throughput"
13508
13509 - type: "plot"
13510   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13511   algorithm: "plot_perf_box_name"
13512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13514   include:
13515     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13516     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13517     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13518     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13519     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13520     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13521   layout:
13522     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13523     layout: "plot-throughput"
13524
13525 - type: "plot"
13526   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13527   algorithm: "plot_perf_box_name"
13528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13530   include:
13531     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13532     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13533     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13534     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13535     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13536     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13537   layout:
13538     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13539     layout: "plot-throughput"
13540
13541 - type: "plot"
13542   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13543   algorithm: "plot_perf_box_name"
13544   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13546   include:
13547     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13548     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13549     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13550     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13551     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13552     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13553   layout:
13554     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13555     layout: "plot-throughput"
13556
13557 - type: "plot"
13558   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13559   algorithm: "plot_perf_box_name"
13560   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13562   include:
13563     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13564     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13565     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13566     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13567     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13568     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13569   layout:
13570     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13571     layout: "plot-throughput"
13572
13573 - type: "plot"
13574   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13575   algorithm: "plot_perf_box_name"
13576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13578   include:
13579     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13580     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13583     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13584   layout:
13585     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13586     layout: "plot-throughput"
13587
13588 - type: "plot"
13589   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13590   algorithm: "plot_perf_box_name"
13591   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13593   include:
13594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13599   layout:
13600     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13601     layout: "plot-throughput"
13602
13603 - type: "plot"
13604   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13605   algorithm: "plot_perf_box_name"
13606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13608   include:
13609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13611   layout:
13612     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13613     layout: "plot-throughput"
13614
13615 - type: "plot"
13616   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13617   algorithm: "plot_perf_box_name"
13618   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13620   include:
13621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13623   layout:
13624     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13625     layout: "plot-throughput"
13626
13627 - type: "plot"
13628   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13629   algorithm: "plot_perf_box_name"
13630   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13632   include:
13633     - "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"
13634     - "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"
13635   layout:
13636     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13637     layout: "plot-throughput"
13638
13639 - type: "plot"
13640   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13641   algorithm: "plot_perf_box_name"
13642   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13644   include:
13645     - "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"
13646     - "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"
13647   layout:
13648     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13649     layout: "plot-throughput"
13650
13651 - type: "plot"
13652   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13653   algorithm: "plot_perf_box_name"
13654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13656   include:
13657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13659   layout:
13660     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13661     layout: "plot-throughput"
13662
13663 - type: "plot"
13664   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13665   algorithm: "plot_perf_box_name"
13666   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13667   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13668   include:
13669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13671   layout:
13672     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13673     layout: "plot-throughput"
13674
13675 - type: "plot"
13676   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13677   algorithm: "plot_perf_box_name"
13678   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13679   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13680   include:
13681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13683   layout:
13684     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13685     layout: "plot-throughput"
13686
13687 - type: "plot"
13688   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13689   algorithm: "plot_perf_box_name"
13690   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13692   include:
13693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13695   layout:
13696     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13697     layout: "plot-throughput"
13698
13699 - type: "plot"
13700   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13701   algorithm: "plot_perf_box_name"
13702   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13703   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13704   include:
13705     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13706     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13707     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13708     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13709     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13710     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13711   layout:
13712     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13713     layout: "plot-throughput"
13714
13715 - type: "plot"
13716   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13717   algorithm: "plot_perf_box_name"
13718   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13719   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13720   include:
13721     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13722     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13723     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13724     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13725     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13726     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13727   layout:
13728     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13729     layout: "plot-throughput"
13730
13731 - type: "plot"
13732   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13733   algorithm: "plot_perf_box_name"
13734   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13735   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13736   include:
13737     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13738     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13739     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13740     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13741     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13742     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13743   layout:
13744     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13745     layout: "plot-throughput"
13746
13747 - type: "plot"
13748   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13749   algorithm: "plot_perf_box_name"
13750   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13751   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13752   include:
13753     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13754     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13755     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13756     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13757     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13758     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13759   layout:
13760     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13761     layout: "plot-throughput"
13762
13763 #- type: "plot"
13764 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13765 #  algorithm: "plot_perf_box_name"
13766 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13767 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13768 #  include:
13769 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13770 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13771 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13772 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13773 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13774 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13775 #  layout:
13776 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13777 #    layout: "plot-throughput"
13778 #
13779 #- type: "plot"
13780 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13781 #  algorithm: "plot_perf_box_name"
13782 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13783 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13784 #  include:
13785 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13786 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13787 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13788 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13789 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13790 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13791 #  layout:
13792 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13793 #    layout: "plot-throughput"
13794
13795 - type: "plot"
13796   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13797   algorithm: "plot_perf_box_name"
13798   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13799   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13800   include:
13801     - "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"
13802     - "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"
13803     - "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"
13804     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13805     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13806     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13807   layout:
13808     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13809     layout: "plot-throughput"
13810
13811 - type: "plot"
13812   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13813   algorithm: "plot_perf_box_name"
13814   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13816   include:
13817     - "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"
13818     - "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"
13819     - "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"
13820     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13821     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13822     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13823   layout:
13824     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13825     layout: "plot-throughput"
13826
13827 ################################################################################
13828
13829 # Packet Speedup
13830
13831 - type: "plot"
13832   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13833   algorithm: "plot_tsa_name"
13834   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13836   include:
13837     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13838     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13839     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13840     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13841   layout:
13842     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13843     layout: "plot-throughput-speedup-analysis"
13844
13845 - type: "plot"
13846   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13847   algorithm: "plot_tsa_name"
13848   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13849   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13850   include:
13851     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13852     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13853     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13854     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13855   layout:
13856     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13857     layout: "plot-throughput-speedup-analysis"
13858
13859 - type: "plot"
13860   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13861   algorithm: "plot_tsa_name"
13862   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13863   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13864   include:
13865     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13866     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13867     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13868     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13869   layout:
13870     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13871     layout: "plot-throughput-speedup-analysis"
13872
13873 - type: "plot"
13874   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13875   algorithm: "plot_tsa_name"
13876   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13877   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13878   include:
13879     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13880     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13881     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13882     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13883   layout:
13884     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13885     layout: "plot-throughput-speedup-analysis"
13886
13887 - type: "plot"
13888   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13889   algorithm: "plot_tsa_name"
13890   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13892   include:
13893     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13894     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13895     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13896     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13897     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13898   layout:
13899     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13900     layout: "plot-throughput-speedup-analysis"
13901
13902 - type: "plot"
13903   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13904   algorithm: "plot_tsa_name"
13905   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13907   include:
13908     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13909     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13910     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13911     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13912     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13913   layout:
13914     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13915     layout: "plot-throughput-speedup-analysis"
13916
13917 - type: "plot"
13918   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13919   algorithm: "plot_tsa_name"
13920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13922   include:
13923     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13924     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13925     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13926     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13927     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13928   layout:
13929     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13930     layout: "plot-throughput-speedup-analysis"
13931
13932 - type: "plot"
13933   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13934   algorithm: "plot_tsa_name"
13935   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13936   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13937   include:
13938     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13939     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13940     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13941     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13942     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13943   layout:
13944     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13945     layout: "plot-throughput-speedup-analysis"
13946
13947 - type: "plot"
13948   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13949   algorithm: "plot_tsa_name"
13950   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13952   include:
13953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13956     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13959   layout:
13960     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13961     layout: "plot-throughput-speedup-analysis"
13962
13963 - type: "plot"
13964   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13965   algorithm: "plot_tsa_name"
13966   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13968   include:
13969     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13970     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13972     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13975   layout:
13976     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13977     layout: "plot-throughput-speedup-analysis"
13978
13979 - type: "plot"
13980   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13981   algorithm: "plot_tsa_name"
13982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13984   include:
13985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13990   layout:
13991     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13992     layout: "plot-throughput-speedup-analysis"
13993
13994 - type: "plot"
13995   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13996   algorithm: "plot_tsa_name"
13997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13999   include:
14000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14005   layout:
14006     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14007     layout: "plot-throughput-speedup-analysis"
14008
14009 - type: "plot"
14010   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14011   algorithm: "plot_tsa_name"
14012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14014   include:
14015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14018   layout:
14019     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14020     layout: "plot-throughput-speedup-analysis"
14021
14022 - type: "plot"
14023   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14024   algorithm: "plot_tsa_name"
14025   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14026   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14027   include:
14028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14031   layout:
14032     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14033     layout: "plot-throughput-speedup-analysis"
14034
14035 - type: "plot"
14036   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14037   algorithm: "plot_tsa_name"
14038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14040   include:
14041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14046   layout:
14047     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14048     layout: "plot-throughput-speedup-analysis"
14049
14050 - type: "plot"
14051   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14052   algorithm: "plot_tsa_name"
14053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14055   include:
14056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14061   layout:
14062     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14063     layout: "plot-throughput-speedup-analysis"
14064
14065 - type: "plot"
14066   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14067   algorithm: "plot_tsa_name"
14068   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14070   include:
14071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14074   layout:
14075     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14076     layout: "plot-throughput-speedup-analysis"
14077
14078 - type: "plot"
14079   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14080   algorithm: "plot_tsa_name"
14081   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14083   include:
14084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14087   layout:
14088     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14089     layout: "plot-throughput-speedup-analysis"
14090
14091 - type: "plot"
14092   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14093   algorithm: "plot_tsa_name"
14094   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14095   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14096   include:
14097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14103   layout:
14104     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14105     layout: "plot-throughput-speedup-analysis"
14106
14107 - type: "plot"
14108   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14109   algorithm: "plot_tsa_name"
14110   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14111   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14112   include:
14113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14119   layout:
14120     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14121     layout: "plot-throughput-speedup-analysis"
14122
14123 - type: "plot"
14124   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14125   algorithm: "plot_tsa_name"
14126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14128   include:
14129     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14130     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14131     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14133     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14134   layout:
14135     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14136     layout: "plot-throughput-speedup-analysis"
14137
14138 - type: "plot"
14139   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14140   algorithm: "plot_tsa_name"
14141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14143   include:
14144     - "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"
14145     - "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"
14146     - "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"
14147     - "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"
14148     - "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"
14149   layout:
14150     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14151     layout: "plot-throughput-speedup-analysis"
14152
14153 #- type: "plot"
14154 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14155 #  algorithm: "plot_tsa_name"
14156 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14157 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14158 #  include:
14159 #    - "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"
14160 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14161 #    - "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"
14162 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14163 #    - "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"
14164 #  layout:
14165 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14166 #    layout: "plot-throughput-speedup-analysis"
14167 #
14168 #- type: "plot"
14169 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14170 #  algorithm: "plot_tsa_name"
14171 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14172 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14173 #  include:
14174 #    - "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"
14175 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14176 #    - "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"
14177 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14178 #    - "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"
14179 #  layout:
14180 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14181 #    layout: "plot-throughput-speedup-analysis"
14182 #
14183 #- type: "plot"
14184 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14185 #  algorithm: "plot_tsa_name"
14186 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14187 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14188 #  include:
14189 #    - "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"
14190 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14191 #    - "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"
14192 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14193 #    - "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"
14194 #  layout:
14195 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14196 #    layout: "plot-throughput-speedup-analysis"
14197 #
14198 #- type: "plot"
14199 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14200 #  algorithm: "plot_tsa_name"
14201 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14202 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14203 #  include:
14204 #    - "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"
14205 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14206 #    - "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"
14207 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14208 #    - "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"
14209 #  layout:
14210 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14211 #    layout: "plot-throughput-speedup-analysis"
14212
14213 - type: "plot"
14214   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14215   algorithm: "plot_tsa_name"
14216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14218   include:
14219     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14220     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14221     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14222     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14223     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14224   layout:
14225     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14226     layout: "plot-throughput-speedup-analysis"
14227
14228 - type: "plot"
14229   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14230   algorithm: "plot_tsa_name"
14231   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14232   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14233   include:
14234     - "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"
14235     - "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"
14236     - "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"
14237     - "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"
14238     - "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"
14239   layout:
14240     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14241     layout: "plot-throughput-speedup-analysis"
14242
14243 #- type: "plot"
14244 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14245 #  algorithm: "plot_tsa_name"
14246 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14247 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14248 #  include:
14249 #    - "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"
14250 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14251 #    - "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"
14252 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14253 #    - "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"
14254 #  layout:
14255 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14256 #    layout: "plot-throughput-speedup-analysis"
14257 #
14258 #- type: "plot"
14259 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14260 #  algorithm: "plot_tsa_name"
14261 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14262 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14263 #  include:
14264 #    - "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"
14265 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
14266 #    - "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"
14267 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
14268 #    - "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"
14269 #  layout:
14270 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14271 #    layout: "plot-throughput-speedup-analysis"
14272 #
14273 #- type: "plot"
14274 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14275 #  algorithm: "plot_tsa_name"
14276 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14277 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14278 #  include:
14279 #    - "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"
14280 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14281 #    - "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"
14282 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14283 #    - "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"
14284 #  layout:
14285 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14286 #    layout: "plot-throughput-speedup-analysis"
14287 #
14288 #- type: "plot"
14289 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14290 #  algorithm: "plot_tsa_name"
14291 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14292 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14293 #  include:
14294 #    - "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"
14295 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
14296 #    - "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"
14297 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
14298 #    - "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"
14299 #  layout:
14300 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14301 #    layout: "plot-throughput-speedup-analysis"
14302
14303 - type: "plot"
14304   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14305   algorithm: "plot_tsa_name"
14306   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14307   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14308   include:
14309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14315   layout:
14316     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14317     layout: "plot-throughput-speedup-analysis"
14318
14319 - type: "plot"
14320   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14321   algorithm: "plot_tsa_name"
14322   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14323   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14324   include:
14325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14331   layout:
14332     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14333     layout: "plot-throughput-speedup-analysis"
14334
14335 - type: "plot"
14336   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14337   algorithm: "plot_tsa_name"
14338   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14339   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14340   include:
14341     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14344   layout:
14345     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14346     layout: "plot-throughput-speedup-analysis"
14347
14348 - type: "plot"
14349   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14350   algorithm: "plot_tsa_name"
14351   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14352   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14353   include:
14354     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14357   layout:
14358     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14359     layout: "plot-throughput-speedup-analysis"
14360
14361 - type: "plot"
14362   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14363   algorithm: "plot_tsa_name"
14364   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14366   include:
14367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14370 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14371 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14372   layout:
14373     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14374     layout: "plot-throughput-speedup-analysis"
14375
14376 - type: "plot"
14377   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14378   algorithm: "plot_tsa_name"
14379   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14381   include:
14382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14385 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14386 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14387   layout:
14388     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14389     layout: "plot-throughput-speedup-analysis"
14390
14391 - type: "plot"
14392   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14393   algorithm: "plot_tsa_name"
14394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14396   include:
14397     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14398     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14401     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14402   layout:
14403     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14404     layout: "plot-throughput-speedup-analysis"
14405
14406 - type: "plot"
14407   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14408   algorithm: "plot_tsa_name"
14409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14411   include:
14412     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14415     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14416     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14417   layout:
14418     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14419     layout: "plot-throughput-speedup-analysis"
14420
14421 - type: "plot"
14422   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14423   algorithm: "plot_tsa_name"
14424   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14426   include:
14427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14429     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14430     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14431     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14432   layout:
14433     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14434     layout: "plot-throughput-speedup-analysis"
14435
14436 - type: "plot"
14437   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14438   algorithm: "plot_tsa_name"
14439   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14441   include:
14442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14444     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14447   layout:
14448     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14449     layout: "plot-throughput-speedup-analysis"
14450
14451 - type: "plot"
14452   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14453   algorithm: "plot_tsa_name"
14454   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14456   include:
14457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14459     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14460     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14461   layout:
14462     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14463     layout: "plot-throughput-speedup-analysis"
14464
14465 - type: "plot"
14466   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14467   algorithm: "plot_tsa_name"
14468   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14470   include:
14471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14474     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14475   layout:
14476     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14477     layout: "plot-throughput-speedup-analysis"
14478
14479 - type: "plot"
14480   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14481   algorithm: "plot_tsa_name"
14482   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14484   include:
14485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14490   layout:
14491     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14492     layout: "plot-throughput-speedup-analysis"
14493
14494 - type: "plot"
14495   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14496   algorithm: "plot_tsa_name"
14497   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14499   include:
14500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14502     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14503     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14504     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14505   layout:
14506     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14507     layout: "plot-throughput-speedup-analysis"
14508
14509 - type: "plot"
14510   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14511   algorithm: "plot_tsa_name"
14512   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14513   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14514   include:
14515     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14517   layout:
14518     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14519     layout: "plot-throughput-speedup-analysis"
14520
14521 - type: "plot"
14522   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14523   algorithm: "plot_tsa_name"
14524   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14525   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14526   include:
14527     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14529   layout:
14530     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14531     layout: "plot-throughput-speedup-analysis"
14532
14533 - type: "plot"
14534   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14535   algorithm: "plot_tsa_name"
14536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14538   include:
14539     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14543   layout:
14544     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14545     layout: "plot-throughput-speedup-analysis"
14546
14547 - type: "plot"
14548   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14549   algorithm: "plot_tsa_name"
14550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14552   include:
14553     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14557   layout:
14558     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14559     layout: "plot-throughput-speedup-analysis"
14560
14561 - type: "plot"
14562   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14566   include:
14567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14571   layout:
14572     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14573     layout: "plot-throughput-speedup-analysis"
14574
14575 - type: "plot"
14576   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14577   algorithm: "plot_tsa_name"
14578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14580   include:
14581     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14584     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14585   layout:
14586     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14587     layout: "plot-throughput-speedup-analysis"
14588
14589 - type: "plot"
14590   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14591   algorithm: "plot_tsa_name"
14592   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14594   include:
14595     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14598     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14600     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14601   layout:
14602     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14603     layout: "plot-throughput-speedup-analysis"
14604
14605 - type: "plot"
14606   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14607   algorithm: "plot_tsa_name"
14608   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14609   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14610   include:
14611     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14615     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14616     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14617   layout:
14618     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14619     layout: "plot-throughput-speedup-analysis"
14620
14621 - type: "plot"
14622   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14623   algorithm: "plot_tsa_name"
14624   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14625   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14626   include:
14627     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14631     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14632   layout:
14633     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14634     layout: "plot-throughput-speedup-analysis"
14635
14636 - type: "plot"
14637   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14638   algorithm: "plot_tsa_name"
14639   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14640   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14641   include:
14642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14647   layout:
14648     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14649     layout: "plot-throughput-speedup-analysis"
14650
14651 - type: "plot"
14652   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14653   algorithm: "plot_tsa_name"
14654   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14655   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14656   include:
14657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14662   layout:
14663     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14664     layout: "plot-throughput-speedup-analysis"
14665
14666 - type: "plot"
14667   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14668   algorithm: "plot_tsa_name"
14669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14671   include:
14672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14677   layout:
14678     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14679     layout: "plot-throughput-speedup-analysis"
14680
14681 - type: "plot"
14682   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14683   algorithm: "plot_tsa_name"
14684   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14685   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14686   include:
14687     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14690   layout:
14691     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14692     layout: "plot-throughput-speedup-analysis"
14693
14694 - type: "plot"
14695   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14696   algorithm: "plot_tsa_name"
14697   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14698   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14699   include:
14700     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14703   layout:
14704     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14705     layout: "plot-throughput-speedup-analysis"
14706
14707 - type: "plot"
14708   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14709   algorithm: "plot_tsa_name"
14710   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14712   include:
14713     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14716   layout:
14717     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14718     layout: "plot-throughput-speedup-analysis"
14719
14720 - type: "plot"
14721   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14722   algorithm: "plot_tsa_name"
14723   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14725   include:
14726     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14729   layout:
14730     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14731     layout: "plot-throughput-speedup-analysis"
14732
14733 - type: "plot"
14734   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14735   algorithm: "plot_tsa_name"
14736   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14738   include:
14739     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14742     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14743     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14744   layout:
14745     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14746     layout: "plot-throughput-speedup-analysis"
14747
14748 - type: "plot"
14749   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14750   algorithm: "plot_tsa_name"
14751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14753   include:
14754     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14757     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14758     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14759   layout:
14760     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14761     layout: "plot-throughput-speedup-analysis"
14762
14763 - type: "plot"
14764   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14765   algorithm: "plot_tsa_name"
14766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14768   include:
14769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14772     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14773     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14774   layout:
14775     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14776     layout: "plot-throughput-speedup-analysis"
14777
14778 - type: "plot"
14779   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14780   algorithm: "plot_tsa_name"
14781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14783   include:
14784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14789   layout:
14790     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14791     layout: "plot-throughput-speedup-analysis"
14792
14793 - type: "plot"
14794   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14795   algorithm: "plot_tsa_name"
14796   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14798   include:
14799     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14800     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14801     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14802     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14803     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14804     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14805   layout:
14806     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14807     layout: "plot-throughput-speedup-analysis"
14808
14809 - type: "plot"
14810   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14811   algorithm: "plot_tsa_name"
14812   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14814   include:
14815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14817     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14818     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14819     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14820     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14821   layout:
14822     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14823     layout: "plot-throughput-speedup-analysis"
14824
14825 - type: "plot"
14826   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14827   algorithm: "plot_tsa_name"
14828   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14830   include:
14831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14833     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14834     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14835   layout:
14836     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14837     layout: "plot-throughput-speedup-analysis"
14838
14839 - type: "plot"
14840   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14841   algorithm: "plot_tsa_name"
14842   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14844   include:
14845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14847     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14848     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14849   layout:
14850     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14851     layout: "plot-throughput-speedup-analysis"
14852
14853 - type: "plot"
14854   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14855   algorithm: "plot_tsa_name"
14856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14858   include:
14859     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14860     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14861     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14862     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14863     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14864     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14865   layout:
14866     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14867     layout: "plot-throughput-speedup-analysis"
14868
14869 - type: "plot"
14870   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14871   algorithm: "plot_tsa_name"
14872   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14873   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14874   include:
14875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14877     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14878     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14879     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14880     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14881   layout:
14882     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14883     layout: "plot-throughput-speedup-analysis"
14884
14885 - type: "plot"
14886   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14887   algorithm: "plot_tsa_name"
14888   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14889   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14890   include:
14891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14894     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14896     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14897   layout:
14898     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14899     layout: "plot-throughput-speedup-analysis"
14900
14901 - type: "plot"
14902   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14903   algorithm: "plot_tsa_name"
14904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14906   include:
14907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14909     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14910     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14911     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14912     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14913   layout:
14914     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14915     layout: "plot-throughput-speedup-analysis"
14916
14917 - type: "plot"
14918   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14919   algorithm: "plot_tsa_name"
14920   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14921   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14922   include:
14923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14924     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14929   layout:
14930     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14931     layout: "plot-throughput-speedup-analysis"
14932
14933 - type: "plot"
14934   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14935   algorithm: "plot_tsa_name"
14936   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14938   include:
14939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14944     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14945   layout:
14946     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14947     layout: "plot-throughput-speedup-analysis"
14948
14949 - type: "plot"
14950   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14951   algorithm: "plot_tsa_name"
14952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14954   include:
14955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14961   layout:
14962     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14963     layout: "plot-throughput-speedup-analysis"
14964
14965 - type: "plot"
14966   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14967   algorithm: "plot_tsa_name"
14968   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14970   include:
14971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14977   layout:
14978     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14979     layout: "plot-throughput-speedup-analysis"
14980
14981 - type: "plot"
14982   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14983   algorithm: "plot_tsa_name"
14984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14986   include:
14987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14993   layout:
14994     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14995     layout: "plot-throughput-speedup-analysis"
14996
14997 - type: "plot"
14998   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14999   algorithm: "plot_tsa_name"
15000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15002   include:
15003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15009   layout:
15010     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15011     layout: "plot-throughput-speedup-analysis"
15012
15013 - type: "plot"
15014   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15015   algorithm: "plot_tsa_name"
15016   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15017   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15018   include:
15019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15023   layout:
15024     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15025     layout: "plot-throughput-speedup-analysis"
15026
15027 - type: "plot"
15028   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15029   algorithm: "plot_tsa_name"
15030   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15032   include:
15033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15037   layout:
15038     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15039     layout: "plot-throughput-speedup-analysis"
15040
15041 - type: "plot"
15042   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15043   algorithm: "plot_tsa_name"
15044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15046   include:
15047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15051   layout:
15052     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15053     layout: "plot-throughput-speedup-analysis"
15054
15055 - type: "plot"
15056   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15057   algorithm: "plot_tsa_name"
15058   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15060   include:
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15065   layout:
15066     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15067     layout: "plot-throughput-speedup-analysis"
15068
15069 - type: "plot"
15070   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15071   algorithm: "plot_tsa_name"
15072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15074   include:
15075     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15078     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15079     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15080     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15081   layout:
15082     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15083     layout: "plot-throughput-speedup-analysis"
15084
15085 - type: "plot"
15086   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15087   algorithm: "plot_tsa_name"
15088   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15090   include:
15091     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15092     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15093     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15094     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15095     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15096     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15097   layout:
15098     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15099     layout: "plot-throughput-speedup-analysis"
15100
15101 - type: "plot"
15102   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15103   algorithm: "plot_tsa_name"
15104   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15105   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15106   include:
15107     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15108     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15109     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15110     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15111     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15112   layout:
15113     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15114     layout: "plot-throughput-speedup-analysis"
15115
15116 - type: "plot"
15117   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15118   algorithm: "plot_tsa_name"
15119   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15121   include:
15122     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15123     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15124     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15125     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15126     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15127   layout:
15128     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15129     layout: "plot-throughput-speedup-analysis"
15130
15131 - type: "plot"
15132   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15133   algorithm: "plot_tsa_name"
15134   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15135   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15136   include:
15137     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15138     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15139     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15140     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15141     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15142   layout:
15143     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15144     layout: "plot-throughput-speedup-analysis"
15145
15146 - type: "plot"
15147   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15148   algorithm: "plot_tsa_name"
15149   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15150   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15151   include:
15152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15153     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15154     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15155     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15156     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15157   layout:
15158     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15159     layout: "plot-throughput-speedup-analysis"
15160
15161 - type: "plot"
15162   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15163   algorithm: "plot_tsa_name"
15164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15166   include:
15167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15170     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15171   layout:
15172     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15173     layout: "plot-throughput-speedup-analysis"
15174
15175 - type: "plot"
15176   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15177   algorithm: "plot_tsa_name"
15178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15180   include:
15181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15183     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15184     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15185   layout:
15186     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15187     layout: "plot-throughput-speedup-analysis"
15188
15189 - type: "plot"
15190   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15191   algorithm: "plot_tsa_name"
15192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15194   include:
15195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15198     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15199     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15200     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15201   layout:
15202     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15203     layout: "plot-throughput-speedup-analysis"
15204
15205 - type: "plot"
15206   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15207   algorithm: "plot_tsa_name"
15208   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15210   include:
15211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15212     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15213     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15214     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15215     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15217   layout:
15218     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15219     layout: "plot-throughput-speedup-analysis"
15220
15221 - type: "plot"
15222   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15223   algorithm: "plot_tsa_name"
15224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15226   include:
15227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15233   layout:
15234     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15235     layout: "plot-throughput-speedup-analysis"
15236
15237 - type: "plot"
15238   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15239   algorithm: "plot_tsa_name"
15240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15242   include:
15243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15249   layout:
15250     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15251     layout: "plot-throughput-speedup-analysis"
15252
15253 - type: "plot"
15254   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15255   algorithm: "plot_tsa_name"
15256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15258   include:
15259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15265   layout:
15266     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15267     layout: "plot-throughput-speedup-analysis"
15268
15269 - type: "plot"
15270   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15271   algorithm: "plot_tsa_name"
15272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15274   include:
15275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15281   layout:
15282     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15283     layout: "plot-throughput-speedup-analysis"
15284
15285 - type: "plot"
15286   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15287   algorithm: "plot_tsa_name"
15288   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15289   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15290   include:
15291     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15292     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15293     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15294     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15295     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15296     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15297   layout:
15298     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15299     layout: "plot-throughput-speedup-analysis"
15300
15301 - type: "plot"
15302   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15303   algorithm: "plot_tsa_name"
15304   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15306   include:
15307     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15308     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15309     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15310     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15311     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15312     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15313   layout:
15314     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15315     layout: "plot-throughput-speedup-analysis"
15316
15317 - type: "plot"
15318   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15319   algorithm: "plot_tsa_name"
15320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15322   include:
15323     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15324     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15325     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15326     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15327     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15328     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15329   layout:
15330     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15331     layout: "plot-throughput-speedup-analysis"
15332
15333 - type: "plot"
15334   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15335   algorithm: "plot_tsa_name"
15336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15338   include:
15339     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15340     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15341     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15342     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15343     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15344     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15345   layout:
15346     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15347     layout: "plot-throughput-speedup-analysis"
15348
15349 - type: "plot"
15350   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15351   algorithm: "plot_tsa_name"
15352   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15353   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15354   include:
15355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15360   layout:
15361     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15362     layout: "plot-throughput-speedup-analysis"
15363
15364 - type: "plot"
15365   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15366   algorithm: "plot_tsa_name"
15367   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15368   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15369   include:
15370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15375   layout:
15376     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15377     layout: "plot-throughput-speedup-analysis"
15378
15379 - type: "plot"
15380   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15381   algorithm: "plot_tsa_name"
15382   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15383   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15384   include:
15385     - "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"
15386     - "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"
15387     - "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"
15388     - "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"
15389     - "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"
15390   layout:
15391     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15392     layout: "plot-throughput-speedup-analysis"
15393
15394 - type: "plot"
15395   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15396   algorithm: "plot_tsa_name"
15397   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15398   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15399   include:
15400     - "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"
15401     - "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"
15402     - "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"
15403     - "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"
15404     - "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"
15405   layout:
15406     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15407     layout: "plot-throughput-speedup-analysis"
15408
15409 - type: "plot"
15410   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15411   algorithm: "plot_tsa_name"
15412   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15414   include:
15415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15420   layout:
15421     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15422     layout: "plot-throughput-speedup-analysis"
15423
15424 - type: "plot"
15425   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15426   algorithm: "plot_tsa_name"
15427   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15428   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15429   include:
15430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15435   layout:
15436     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15437     layout: "plot-throughput-speedup-analysis"
15438
15439 - type: "plot"
15440   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15441   algorithm: "plot_tsa_name"
15442   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15443   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15444   include:
15445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15450   layout:
15451     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15452     layout: "plot-throughput-speedup-analysis"
15453
15454 - type: "plot"
15455   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15456   algorithm: "plot_tsa_name"
15457   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15459   include:
15460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15465   layout:
15466     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15467     layout: "plot-throughput-speedup-analysis"
15468
15469 - type: "plot"
15470   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15471   algorithm: "plot_tsa_name"
15472   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15473   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15474   include:
15475     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15476     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15477     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15478     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15479     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15480   layout:
15481     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15482     layout: "plot-throughput-speedup-analysis"
15483
15484 - type: "plot"
15485   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15486   algorithm: "plot_tsa_name"
15487   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15489   include:
15490     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15491     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15492     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15493     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15494     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15495   layout:
15496     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15497     layout: "plot-throughput-speedup-analysis"
15498
15499 - type: "plot"
15500   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15501   algorithm: "plot_tsa_name"
15502   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15504   include:
15505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15506     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15507     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15508     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15509     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15510   layout:
15511     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15512     layout: "plot-throughput-speedup-analysis"
15513
15514 - type: "plot"
15515   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15516   algorithm: "plot_tsa_name"
15517   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15519   include:
15520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15521     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15522     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15523     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15524     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15525   layout:
15526     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15527     layout: "plot-throughput-speedup-analysis"
15528
15529 - type: "plot"
15530   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15531   algorithm: "plot_tsa_name"
15532   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15533   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15534   include:
15535     - "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"
15536     - "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"
15537     - "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"
15538     - "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"
15539   layout:
15540     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15541     layout: "plot-throughput-speedup-analysis"
15542
15543 - type: "plot"
15544   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15545   algorithm: "plot_tsa_name"
15546   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15547   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15548   include:
15549     - "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"
15550     - "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"
15551     - "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"
15552     - "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"
15553   layout:
15554     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15555     layout: "plot-throughput-speedup-analysis"
15556
15557 - type: "plot"
15558   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15559   algorithm: "plot_tsa_name"
15560   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15562   include:
15563     - "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"
15564     - "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"
15565     - "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"
15566     - "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"
15567   layout:
15568     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15569     layout: "plot-throughput-speedup-analysis"
15570
15571 - type: "plot"
15572   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15573   algorithm: "plot_tsa_name"
15574   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15575   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15576   include:
15577     - "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"
15578     - "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"
15579     - "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"
15580     - "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"
15581   layout:
15582     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15583     layout: "plot-throughput-speedup-analysis"
15584
15585 - type: "plot"
15586   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15587   algorithm: "plot_tsa_name"
15588   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15589   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15590   include:
15591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15597   layout:
15598     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15599     layout: "plot-throughput-speedup-analysis"
15600
15601 - type: "plot"
15602   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15603   algorithm: "plot_tsa_name"
15604   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15606   include:
15607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15612     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15613   layout:
15614     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15615     layout: "plot-throughput-speedup-analysis"
15616
15617 - type: "plot"
15618   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15619   algorithm: "plot_tsa_name"
15620   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15621   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15622   include:
15623     - "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"
15624     - "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"
15625     - "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"
15626     - "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"
15627     - "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"
15628     - "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"
15629   layout:
15630     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15631     layout: "plot-throughput-speedup-analysis"
15632
15633 - type: "plot"
15634   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15635   algorithm: "plot_tsa_name"
15636   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15638   include:
15639     - "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"
15640     - "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"
15641     - "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"
15642     - "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"
15643     - "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"
15644     - "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"
15645   layout:
15646     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15647     layout: "plot-throughput-speedup-analysis"
15648
15649 - type: "plot"
15650   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15651   algorithm: "plot_tsa_name"
15652   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15654   include:
15655     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15656     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15661   layout:
15662     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15663     layout: "plot-throughput-speedup-analysis"
15664
15665 - type: "plot"
15666   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15667   algorithm: "plot_tsa_name"
15668   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15670   include:
15671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15677   layout:
15678     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15679     layout: "plot-throughput-speedup-analysis"
15680
15681 - type: "plot"
15682   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15683   algorithm: "plot_tsa_name"
15684   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15686   include:
15687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15692   layout:
15693     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15694     layout: "plot-throughput-speedup-analysis"
15695
15696 - type: "plot"
15697   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15698   algorithm: "plot_tsa_name"
15699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15700   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15701   include:
15702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15707   layout:
15708     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15709     layout: "plot-throughput-speedup-analysis"
15710
15711 - type: "plot"
15712   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15713   algorithm: "plot_tsa_name"
15714   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15716   include:
15717     - "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"
15718     - "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"
15719   layout:
15720     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15721     layout: "plot-throughput-speedup-analysis"
15722
15723 - type: "plot"
15724   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15725   algorithm: "plot_tsa_name"
15726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15727   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15728   include:
15729     - "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"
15730     - "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"
15731   layout:
15732     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15733     layout: "plot-throughput-speedup-analysis"
15734
15735 - type: "plot"
15736   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15737   algorithm: "plot_tsa_name"
15738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15740   include:
15741     - "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"
15742     - "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"
15743   layout:
15744     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15745     layout: "plot-throughput-speedup-analysis"
15746
15747 - type: "plot"
15748   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15749   algorithm: "plot_tsa_name"
15750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15752   include:
15753     - "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"
15754     - "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"
15755   layout:
15756     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15757     layout: "plot-throughput-speedup-analysis"
15758
15759 - type: "plot"
15760   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15761   algorithm: "plot_tsa_name"
15762   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15763   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15764   include:
15765     - "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"
15766     - "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"
15767     - "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"
15768     - "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"
15769     - "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"
15770     - "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"
15771   layout:
15772     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15773     layout: "plot-throughput-speedup-analysis"
15774
15775 - type: "plot"
15776   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15777   algorithm: "plot_tsa_name"
15778   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15779   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15780   include:
15781     - "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"
15782     - "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"
15783     - "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"
15784     - "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"
15785     - "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"
15786     - "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"
15787   layout:
15788     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15789     layout: "plot-throughput-speedup-analysis"
15790
15791 - type: "plot"
15792   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15793   algorithm: "plot_tsa_name"
15794   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15795   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15796   include:
15797     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15798     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15799     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15800     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15801     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15802   layout:
15803     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15804     layout: "plot-throughput-speedup-analysis"
15805
15806 - type: "plot"
15807   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15808   algorithm: "plot_tsa_name"
15809   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15810   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15811   include:
15812     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15813     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15814     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15815     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15816     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15817   layout:
15818     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15819     layout: "plot-throughput-speedup-analysis"
15820
15821 - type: "plot"
15822   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15823   algorithm: "plot_tsa_name"
15824   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15825   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15826   include:
15827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15832   layout:
15833     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15834     layout: "plot-throughput-speedup-analysis"
15835
15836 - type: "plot"
15837   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15838   algorithm: "plot_tsa_name"
15839   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15840   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15841   include:
15842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15847   layout:
15848     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15849     layout: "plot-throughput-speedup-analysis"
15850
15851 - type: "plot"
15852   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15853   algorithm: "plot_tsa_name"
15854   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15855   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15856   include:
15857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15861   layout:
15862     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15863     layout: "plot-throughput-speedup-analysis"
15864
15865 - type: "plot"
15866   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15867   algorithm: "plot_tsa_name"
15868   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15869   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15870   include:
15871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15875   layout:
15876     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15877     layout: "plot-throughput-speedup-analysis"
15878
15879 - type: "plot"
15880   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15881   algorithm: "plot_tsa_name"
15882   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15883   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15884   include:
15885     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15886     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15887     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15888     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15889   layout:
15890     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15891     layout: "plot-throughput-speedup-analysis"
15892
15893 - type: "plot"
15894   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15895   algorithm: "plot_tsa_name"
15896   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15897   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15898   include:
15899     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15901     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15902     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15903   layout:
15904     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15905     layout: "plot-throughput-speedup-analysis"
15906
15907 - type: "plot"
15908   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15909   algorithm: "plot_tsa_name"
15910   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15911   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15912   include:
15913     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15917     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15918   layout:
15919     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15920     layout: "plot-throughput-speedup-analysis"
15921
15922 - type: "plot"
15923   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15924   algorithm: "plot_tsa_name"
15925   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15926   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15927   include:
15928     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15933   layout:
15934     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15935     layout: "plot-throughput-speedup-analysis"
15936
15937 - type: "plot"
15938   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15939   algorithm: "plot_tsa_name"
15940   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15941   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15942   include:
15943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15944     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15945     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15946     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15947     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15948     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15949   layout:
15950     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15951     layout: "plot-throughput-speedup-analysis"
15952
15953 - type: "plot"
15954   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15955   algorithm: "plot_tsa_name"
15956   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15957   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15958   include:
15959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15962     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15963     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15964     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15965   layout:
15966     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15967     layout: "plot-throughput-speedup-analysis"
15968
15969 - type: "plot"
15970   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15971   algorithm: "plot_tsa_name"
15972   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15973   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15974   include:
15975     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15976     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15977     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15978     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15979   layout:
15980     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15981     layout: "plot-throughput-speedup-analysis"
15982
15983 - type: "plot"
15984   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15985   algorithm: "plot_tsa_name"
15986   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15987   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15988   include:
15989     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15990     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15992     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15993   layout:
15994     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15995     layout: "plot-throughput-speedup-analysis"
15996
15997 - type: "plot"
15998   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15999   algorithm: "plot_tsa_name"
16000   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16001   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16002   include:
16003     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16009   layout:
16010     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16011     layout: "plot-throughput-speedup-analysis"
16012
16013 - type: "plot"
16014   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16015   algorithm: "plot_tsa_name"
16016   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16017   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16018   include:
16019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16022     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16023     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16024     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16025   layout:
16026     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16027     layout: "plot-throughput-speedup-analysis"
16028
16029 - type: "plot"
16030   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16031   algorithm: "plot_tsa_name"
16032   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16033   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16034   include:
16035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16041   layout:
16042     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16043     layout: "plot-throughput-speedup-analysis"
16044
16045 - type: "plot"
16046   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16047   algorithm: "plot_tsa_name"
16048   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16049   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16050   include:
16051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16057   layout:
16058     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16059     layout: "plot-throughput-speedup-analysis"
16060
16061 - type: "plot"
16062   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16063   algorithm: "plot_tsa_name"
16064   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16065   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16066   include:
16067     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16068     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16069     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16070     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16071     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16072     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16073   layout:
16074     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16075     layout: "plot-throughput-speedup-analysis"
16076
16077 - type: "plot"
16078   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16079   algorithm: "plot_tsa_name"
16080   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16081   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16082   include:
16083     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16084     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16085     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16086     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16087     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16088     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16089   layout:
16090     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16091     layout: "plot-throughput-speedup-analysis"
16092
16093 - type: "plot"
16094   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16095   algorithm: "plot_tsa_name"
16096   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16097   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16098   include:
16099     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16100     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16101     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16102     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16103     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16104     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16105   layout:
16106     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16107     layout: "plot-throughput-speedup-analysis"
16108
16109 - type: "plot"
16110   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16111   algorithm: "plot_tsa_name"
16112   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16113   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16114   include:
16115     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16116     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16121   layout:
16122     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16123     layout: "plot-throughput-speedup-analysis"
16124
16125 - type: "plot"
16126   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16127   algorithm: "plot_tsa_name"
16128   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16129   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16130   include:
16131     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16137   layout:
16138     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16139     layout: "plot-throughput-speedup-analysis"
16140
16141 - type: "plot"
16142   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16143   algorithm: "plot_tsa_name"
16144   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16145   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16146   include:
16147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16152     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16153   layout:
16154     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16155     layout: "plot-throughput-speedup-analysis"
16156
16157 #- type: "plot"
16158 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16159 #  algorithm: "plot_tsa_name"
16160 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16161 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16162 #  include:
16163 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16164 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16165 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16166 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16167 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16168 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16169 #  layout:
16170 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16171 #    layout: "plot-throughput-speedup-analysis"
16172 #
16173 #- type: "plot"
16174 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16175 #  algorithm: "plot_tsa_name"
16176 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16177 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16178 #  include:
16179 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16180 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16181 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16182 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16183 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16184 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16185 #  layout:
16186 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16187 #    layout: "plot-throughput-speedup-analysis"
16188
16189 - type: "plot"
16190   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16191   algorithm: "plot_tsa_name"
16192   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16193   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16194   include:
16195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16200   layout:
16201     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16202     layout: "plot-throughput-speedup-analysis"
16203
16204 - type: "plot"
16205   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16206   algorithm: "plot_tsa_name"
16207   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16208   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16209   include:
16210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16215   layout:
16216     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16217     layout: "plot-throughput-speedup-analysis"
16218
16219 - type: "plot"
16220   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16221   algorithm: "plot_tsa_name"
16222   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16223   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16224   include:
16225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16230     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16231   layout:
16232     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16233     layout: "plot-throughput-speedup-analysis"
16234
16235 - type: "plot"
16236   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16237   algorithm: "plot_tsa_name"
16238   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16239   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16240   include:
16241     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16247   layout:
16248     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16249     layout: "plot-throughput-speedup-analysis"
16250
16251 - type: "plot"
16252   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16253   algorithm: "plot_tsa_name"
16254   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16255   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16256   include:
16257     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16258     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16262   layout:
16263     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16264     layout: "plot-throughput-speedup-analysis"
16265
16266 - type: "plot"
16267   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16268   algorithm: "plot_tsa_name"
16269   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16270   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16271   include:
16272     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16273     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16274     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16277   layout:
16278     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16279     layout: "plot-throughput-speedup-analysis"
16280
16281 - type: "plot"
16282   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16283   algorithm: "plot_tsa_name"
16284   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16285   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16286   include:
16287     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16288     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16289     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16290     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16291   layout:
16292     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16293     layout: "plot-throughput-speedup-analysis"
16294
16295 - type: "plot"
16296   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16297   algorithm: "plot_tsa_name"
16298   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16299   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16300   include:
16301     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16302     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16303     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16304     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16305   layout:
16306     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16307     layout: "plot-throughput-speedup-analysis"
16308
16309 - type: "plot"
16310   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16311   algorithm: "plot_tsa_name"
16312   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16313   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16314   include:
16315     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16316     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16317     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16318     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16319     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16320     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16321   layout:
16322     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16323     layout: "plot-throughput-speedup-analysis"
16324
16325 - type: "plot"
16326   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16327   algorithm: "plot_tsa_name"
16328   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16329   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16330   include:
16331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16332     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16333     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16334     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16335     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16336     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16337   layout:
16338     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16339     layout: "plot-throughput-speedup-analysis"
16340
16341 - type: "plot"
16342   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16343   algorithm: "plot_tsa_name"
16344   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16345   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16346   include:
16347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16352   layout:
16353     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16354     layout: "plot-throughput-speedup-analysis"
16355
16356 - type: "plot"
16357   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16358   algorithm: "plot_tsa_name"
16359   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16360   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16361   include:
16362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16367   layout:
16368     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16369     layout: "plot-throughput-speedup-analysis"
16370
16371 - type: "plot"
16372   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16373   algorithm: "plot_tsa_name"
16374   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16375   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16376   include:
16377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16382   layout:
16383     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16384     layout: "plot-throughput-speedup-analysis"
16385
16386 - type: "plot"
16387   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16388   algorithm: "plot_tsa_name"
16389   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16390   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16391   include:
16392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16397   layout:
16398     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16399     layout: "plot-throughput-speedup-analysis"
16400
16401 - type: "plot"
16402   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16403   algorithm: "plot_tsa_name"
16404   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16405   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16406   include:
16407     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16410     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16411   layout:
16412     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16413     layout: "plot-throughput-speedup-analysis"
16414
16415 - type: "plot"
16416   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16417   algorithm: "plot_tsa_name"
16418   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16419   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16420   include:
16421     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16425   layout:
16426     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16427     layout: "plot-throughput-speedup-analysis"
16428
16429 - type: "plot"
16430   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16431   algorithm: "plot_tsa_name"
16432   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16433   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16434   include:
16435     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16440   layout:
16441     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16442     layout: "plot-throughput-speedup-analysis"
16443
16444 - type: "plot"
16445   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16446   algorithm: "plot_tsa_name"
16447   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16448   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16449   include:
16450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16455   layout:
16456     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16457     layout: "plot-throughput-speedup-analysis"
16458
16459 - type: "plot"
16460   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16461   algorithm: "plot_tsa_name"
16462   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16463   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16464   include:
16465     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16466     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16467     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16468     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16469     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16470     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16471   layout:
16472     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16473     layout: "plot-throughput-speedup-analysis"
16474
16475 - type: "plot"
16476   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16477   algorithm: "plot_tsa_name"
16478   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16479   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16480   include:
16481     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16482     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16483     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16486     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16487   layout:
16488     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16489     layout: "plot-throughput-speedup-analysis"
16490
16491 - type: "plot"
16492   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16493   algorithm: "plot_tsa_name"
16494   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16495   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16496   include:
16497     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16498     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16499     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16500     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16501   layout:
16502     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16503     layout: "plot-throughput-speedup-analysis"
16504
16505 - type: "plot"
16506   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16507   algorithm: "plot_tsa_name"
16508   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16509   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16510   include:
16511     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16512     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16513     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16514     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16515   layout:
16516     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16517     layout: "plot-throughput-speedup-analysis"
16518
16519 - type: "plot"
16520   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16521   algorithm: "plot_tsa_name"
16522   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16523   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16524   include:
16525     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16527     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16528     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16529     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16530     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16531   layout:
16532     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16533     layout: "plot-throughput-speedup-analysis"
16534
16535 - type: "plot"
16536   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16537   algorithm: "plot_tsa_name"
16538   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16539   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16540   include:
16541     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16542     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16543     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16544     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16545     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16546     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16547   layout:
16548     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16549     layout: "plot-throughput-speedup-analysis"
16550
16551 - type: "plot"
16552   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16553   algorithm: "plot_tsa_name"
16554   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16555   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16556   include:
16557     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16558     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16559     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16560     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16561     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16562     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16563   layout:
16564     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16565     layout: "plot-throughput-speedup-analysis"
16566
16567 - type: "plot"
16568   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16569   algorithm: "plot_tsa_name"
16570   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16571   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16572   include:
16573     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16574     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16575     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16576     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16577     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16578     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16579   layout:
16580     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16581     layout: "plot-throughput-speedup-analysis"
16582
16583 #- type: "plot"
16584 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16585 #  algorithm: "plot_tsa_name"
16586 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16587 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16588 #  include:
16589 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16590 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16591 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16592 #  layout:
16593 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16594 #    layout: "plot-throughput-speedup-analysis"
16595 #
16596 #- type: "plot"
16597 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16598 #  algorithm: "plot_tsa_name"
16599 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16600 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16601 #  include:
16602 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16603 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16604 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16605 #  layout:
16606 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16607 #    layout: "plot-throughput-speedup-analysis"
16608
16609 ################################################################################
16610
16611 # Packet Throughput - DPDK
16612
16613 # 2n-skx-xxv710
16614
16615 - type: "plot"
16616   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16617   algorithm: "plot_perf_box_name"
16618   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16619   data: "plot-dpdk-throughput-latency-2n-skx"
16620   include:
16621     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16622     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16623   layout:
16624     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16625     layout: "plot-throughput"
16626
16627 - type: "plot"
16628   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16629   algorithm: "plot_perf_box_name"
16630   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16631   data: "plot-dpdk-throughput-latency-2n-skx"
16632   include:
16633     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16634     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16635   layout:
16636     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16637     layout: "plot-throughput"
16638
16639 - type: "plot"
16640   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16641   algorithm: "plot_perf_box_name"
16642   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16643   data: "plot-dpdk-throughput-latency-2n-skx"
16644   include:
16645     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16646     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16647   layout:
16648     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16649     layout: "plot-throughput"
16650
16651 - type: "plot"
16652   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16653   algorithm: "plot_perf_box_name"
16654   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16655   data: "plot-dpdk-throughput-latency-2n-skx"
16656   include:
16657     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16658     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16659   layout:
16660     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16661     layout: "plot-throughput"
16662
16663 # 2n-skx-x710
16664
16665 - type: "plot"
16666   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16667   algorithm: "plot_perf_box_name"
16668   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16669   data: "plot-dpdk-throughput-latency-2n-skx"
16670   include:
16671     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16672     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16673   layout:
16674     title: "2n-skx-x710-64b-2t1c-base-ndr"
16675     layout: "plot-throughput"
16676
16677 - type: "plot"
16678   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16679   algorithm: "plot_perf_box_name"
16680   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16681   data: "plot-dpdk-throughput-latency-2n-skx"
16682   include:
16683     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16684     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16685   layout:
16686     title: "2n-skx-x710-64b-4t2c-base-ndr"
16687     layout: "plot-throughput"
16688
16689 - type: "plot"
16690   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16691   algorithm: "plot_perf_box_name"
16692   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16693   data: "plot-dpdk-throughput-latency-2n-skx"
16694   include:
16695     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16696     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16697   layout:
16698     title: "2n-skx-x710-64b-2t1c-base-pdr"
16699     layout: "plot-throughput"
16700
16701 - type: "plot"
16702   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16703   algorithm: "plot_perf_box_name"
16704   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16705   data: "plot-dpdk-throughput-latency-2n-skx"
16706   include:
16707     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16708     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16709   layout:
16710     title: "2n-skx-x710-64b-4t2c-base-pdr"
16711     layout: "plot-throughput"
16712
16713 # 3n-skx-xxv710
16714
16715 - type: "plot"
16716   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16717   algorithm: "plot_perf_box_name"
16718   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16719   data: "plot-dpdk-throughput-latency-3n-skx"
16720   include:
16721     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16722     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16723   layout:
16724     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16725     layout: "plot-throughput"
16726
16727 - type: "plot"
16728   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16729   algorithm: "plot_perf_box_name"
16730   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16731   data: "plot-dpdk-throughput-latency-3n-skx"
16732   include:
16733     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16734     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16735   layout:
16736     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16737     layout: "plot-throughput"
16738
16739 - type: "plot"
16740   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16741   algorithm: "plot_perf_box_name"
16742   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16743   data: "plot-dpdk-throughput-latency-3n-skx"
16744   include:
16745     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16746     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16747   layout:
16748     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16749     layout: "plot-throughput"
16750
16751 - type: "plot"
16752   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16753   algorithm: "plot_perf_box_name"
16754   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16755   data: "plot-dpdk-throughput-latency-3n-skx"
16756   include:
16757     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16758     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16759   layout:
16760     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16761     layout: "plot-throughput"
16762
16763 # 3n-skx-x710
16764
16765 - type: "plot"
16766   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16767   algorithm: "plot_perf_box_name"
16768   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16769   data: "plot-dpdk-throughput-latency-3n-skx"
16770   include:
16771     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16772     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16773   layout:
16774     title: "3n-skx-x710-64b-2t1c-base-ndr"
16775     layout: "plot-throughput"
16776
16777 - type: "plot"
16778   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16779   algorithm: "plot_perf_box_name"
16780   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16781   data: "plot-dpdk-throughput-latency-3n-skx"
16782   include:
16783     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16784     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16785   layout:
16786     title: "3n-skx-x710-64b-4t2c-base-ndr"
16787     layout: "plot-throughput"
16788
16789 - type: "plot"
16790   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16791   algorithm: "plot_perf_box_name"
16792   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16793   data: "plot-dpdk-throughput-latency-3n-skx"
16794   include:
16795     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16796     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16797   layout:
16798     title: "3n-skx-x710-64b-2t1c-base-pdr"
16799     layout: "plot-throughput"
16800
16801 - type: "plot"
16802   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16803   algorithm: "plot_perf_box_name"
16804   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16805   data: "plot-dpdk-throughput-latency-3n-skx"
16806   include:
16807     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16808     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16809   layout:
16810     title: "3n-skx-x710-64b-4t2c-base-pdr"
16811     layout: "plot-throughput"
16812
16813 # 3n-hsw-xl710
16814
16815 - type: "plot"
16816   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16817   algorithm: "plot_perf_box_name"
16818   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16819   data: "plot-dpdk-throughput-latency-3n-hsw"
16820   include:
16821     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16822     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16823   layout:
16824     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16825     layout: "plot-throughput"
16826
16827 - type: "plot"
16828   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16829   algorithm: "plot_perf_box_name"
16830   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16831   data: "plot-dpdk-throughput-latency-3n-hsw"
16832   include:
16833     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16834     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16835   layout:
16836     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16837     layout: "plot-throughput"
16838
16839 - type: "plot"
16840   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16841   algorithm: "plot_perf_box_name"
16842   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16843   data: "plot-dpdk-throughput-latency-3n-hsw"
16844   include:
16845     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16846     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16847   layout:
16848     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16849     layout: "plot-throughput"
16850
16851 - type: "plot"
16852   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16853   algorithm: "plot_perf_box_name"
16854   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16855   data: "plot-dpdk-throughput-latency-3n-hsw"
16856   include:
16857     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16858     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16859   layout:
16860     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16861     layout: "plot-throughput"
16862
16863 # 3n-hsw-x710
16864
16865 - type: "plot"
16866   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16867   algorithm: "plot_perf_box_name"
16868   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16869   data: "plot-dpdk-throughput-latency-3n-hsw"
16870   include:
16871     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16872     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16873   layout:
16874     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16875     layout: "plot-throughput"
16876
16877 - type: "plot"
16878   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16879   algorithm: "plot_perf_box_name"
16880   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16881   data: "plot-dpdk-throughput-latency-3n-hsw"
16882   include:
16883     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16884     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16885   layout:
16886     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16887     layout: "plot-throughput"
16888
16889 - type: "plot"
16890   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16891   algorithm: "plot_perf_box_name"
16892   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16893   data: "plot-dpdk-throughput-latency-3n-hsw"
16894   include:
16895     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16896     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16897   layout:
16898     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16899     layout: "plot-throughput"
16900
16901 - type: "plot"
16902   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16903   algorithm: "plot_perf_box_name"
16904   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16905   data: "plot-dpdk-throughput-latency-3n-hsw"
16906   include:
16907     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16908     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16909   layout:
16910     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16911     layout: "plot-throughput"
16912
16913 ## 2n-dnv-x553
16914 #
16915 #- type: "plot"
16916 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16917 #  algorithm: "plot_perf_box_name"
16918 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16919 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16920 #  include:
16921 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16922 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16923 #  layout:
16924 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16925 #    layout: "plot-throughput"
16926 #
16927 #- type: "plot"
16928 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16929 #  algorithm: "plot_perf_box_name"
16930 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16931 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16932 #  include:
16933 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16934 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16935 #  layout:
16936 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16937 #    layout: "plot-throughput"
16938 #
16939 #- type: "plot"
16940 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16941 #  algorithm: "plot_perf_box_name"
16942 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16943 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16944 #  include:
16945 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16946 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16947 #  layout:
16948 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16949 #    layout: "plot-throughput"
16950 #
16951 #- type: "plot"
16952 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16953 #  algorithm: "plot_perf_box_name"
16954 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16955 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16956 #  include:
16957 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16958 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16959 #  layout:
16960 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16961 #    layout: "plot-throughput"
16962 #
16963 ## 3n-dnv-x553
16964 #
16965 #- type: "plot"
16966 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16967 #  algorithm: "plot_perf_box_name"
16968 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16969 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16970 #  include:
16971 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16972 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16973 #  layout:
16974 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
16975 #    layout: "plot-throughput"
16976 #
16977 #- type: "plot"
16978 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16979 #  algorithm: "plot_perf_box_name"
16980 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16981 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16982 #  include:
16983 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16984 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16985 #  layout:
16986 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
16987 #    layout: "plot-throughput"
16988 #
16989 #- type: "plot"
16990 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16991 #  algorithm: "plot_perf_box_name"
16992 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16993 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16994 #  include:
16995 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16996 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16997 #  layout:
16998 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
16999 #    layout: "plot-throughput"
17000 #
17001 #- type: "plot"
17002 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17003 #  algorithm: "plot_perf_box_name"
17004 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17005 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17006 #  include:
17007 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17008 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17009 #  layout:
17010 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17011 #    layout: "plot-throughput"
17012
17013 # 3n-tsh-x520
17014
17015 - type: "plot"
17016   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17017   algorithm: "plot_perf_box_name"
17018   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17019   data: "plot-dpdk-throughput-latency-3n-tsh"
17020   include:
17021     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17022     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17023   layout:
17024     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17025     layout: "plot-throughput"
17026
17027 - type: "plot"
17028   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17029   algorithm: "plot_perf_box_name"
17030   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17031   data: "plot-dpdk-throughput-latency-3n-tsh"
17032   include:
17033     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17034     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17035   layout:
17036     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17037     layout: "plot-throughput"
17038
17039 - type: "plot"
17040   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17041   algorithm: "plot_perf_box_name"
17042   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17043   data: "plot-dpdk-throughput-latency-3n-tsh"
17044   include:
17045     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17046     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17047   layout:
17048     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17049     layout: "plot-throughput"
17050
17051 - type: "plot"
17052   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17053   algorithm: "plot_perf_box_name"
17054   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17055   data: "plot-dpdk-throughput-latency-3n-tsh"
17056   include:
17057     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17058     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17059   layout:
17060     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17061     layout: "plot-throughput"
17062
17063 ################################################################################
17064 ###   2n-clx                                                                 ###
17065 ################################################################################
17066
17067 # Packet Throughput
17068
17069 - type: "plot"
17070   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17071   algorithm: "plot_perf_box_name"
17072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17074   include:
17075     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17076     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17077     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17078     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17079   layout:
17080     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17081     layout: "plot-throughput"
17082
17083 - type: "plot"
17084   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17085   algorithm: "plot_perf_box_name"
17086   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17088   include:
17089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17090     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17091     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17092     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17093   layout:
17094     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17095     layout: "plot-throughput"
17096
17097 - type: "plot"
17098   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17099   algorithm: "plot_perf_box_name"
17100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17102   include:
17103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17104     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17105     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17106     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17107   layout:
17108     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17109     layout: "plot-throughput"
17110
17111 - type: "plot"
17112   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17113   algorithm: "plot_perf_box_name"
17114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17116   include:
17117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17119     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17120     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17121   layout:
17122     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17123     layout: "plot-throughput"
17124
17125 - type: "plot"
17126   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17127   algorithm: "plot_perf_box_name"
17128   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17130   include:
17131     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17132     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17133     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17134     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17135   layout:
17136     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17137     layout: "plot-throughput"
17138
17139 - type: "plot"
17140   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17141   algorithm: "plot_perf_box_name"
17142   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17144   include:
17145     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17146     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17147     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17148     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17149   layout:
17150     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17151     layout: "plot-throughput"
17152
17153 - type: "plot"
17154   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17155   algorithm: "plot_perf_box_name"
17156   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17158   include:
17159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17162     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17163     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17164     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17165   layout:
17166     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17167     layout: "plot-throughput"
17168
17169 - type: "plot"
17170   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17171   algorithm: "plot_perf_box_name"
17172   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17174   include:
17175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17178     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17181   layout:
17182     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17183     layout: "plot-throughput"
17184
17185 - type: "plot"
17186   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17187   algorithm: "plot_perf_box_name"
17188   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17190   include:
17191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17195   layout:
17196     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17197     layout: "plot-throughput"
17198
17199 - type: "plot"
17200   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17201   algorithm: "plot_perf_box_name"
17202   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17204   include:
17205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17209   layout:
17210     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17211     layout: "plot-throughput"
17212
17213 - type: "plot"
17214   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17215   algorithm: "plot_perf_box_name"
17216   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17218   include:
17219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17222   layout:
17223     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17224     layout: "plot-throughput"
17225
17226 - type: "plot"
17227   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17228   algorithm: "plot_perf_box_name"
17229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17231   include:
17232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17235   layout:
17236     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17237     layout: "plot-throughput"
17238
17239 - type: "plot"
17240   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17241   algorithm: "plot_perf_box_name"
17242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17244   include:
17245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17250   layout:
17251     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17252     layout: "plot-throughput"
17253
17254 - type: "plot"
17255   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17256   algorithm: "plot_perf_box_name"
17257   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17258   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17259   include:
17260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17265   layout:
17266     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17267     layout: "plot-throughput"
17268
17269 - type: "plot"
17270   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17271   algorithm: "plot_perf_box_name"
17272   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17273   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17274   include:
17275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17278   layout:
17279     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17280     layout: "plot-throughput"
17281
17282 - type: "plot"
17283   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17284   algorithm: "plot_perf_box_name"
17285   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17287   include:
17288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17291   layout:
17292     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17293     layout: "plot-throughput"
17294
17295 - type: "plot"
17296   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17297   algorithm: "plot_perf_box_name"
17298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17300   include:
17301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17307   layout:
17308     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17309     layout: "plot-throughput"
17310
17311 - type: "plot"
17312   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17313   algorithm: "plot_perf_box_name"
17314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17316   include:
17317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17323   layout:
17324     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17325     layout: "plot-throughput"
17326
17327 - type: "plot"
17328   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17329   algorithm: "plot_perf_box_name"
17330   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17331   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17332   include:
17333     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17334     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17335     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17336     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17337     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17338   layout:
17339     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17340     layout: "plot-throughput"
17341
17342 - type: "plot"
17343   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17344   algorithm: "plot_perf_box_name"
17345   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17346   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17347   include:
17348     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17349     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17350     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17351     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17352     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17353   layout:
17354     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17355     layout: "plot-throughput"
17356
17357 #- type: "plot"
17358 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17359 #  algorithm: "plot_perf_box_name"
17360 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17361 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17362 #  include:
17363 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17364 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17365 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17366 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17367 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17368 #  layout:
17369 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17370 #    layout: "plot-throughput"
17371 #
17372 #- type: "plot"
17373 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17374 #  algorithm: "plot_perf_box_name"
17375 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17376 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17377 #  include:
17378 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17379 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17380 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17381 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17382 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17383 #  layout:
17384 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17385 #    layout: "plot-throughput"
17386 #
17387 #- type: "plot"
17388 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17389 #  algorithm: "plot_perf_box_name"
17390 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17391 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17392 #  include:
17393 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17394 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17395 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17396 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17397 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17398 #  layout:
17399 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17400 #    layout: "plot-throughput"
17401 #
17402 #- type: "plot"
17403 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17404 #  algorithm: "plot_perf_box_name"
17405 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17406 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17407 #  include:
17408 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17409 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17410 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17411 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17412 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17413 #  layout:
17414 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17415 #    layout: "plot-throughput"
17416
17417 - type: "plot"
17418   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17419   algorithm: "plot_perf_box_name"
17420   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17421   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17422   include:
17423     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17424     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17425     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17426     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17427     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17428   layout:
17429     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17430     layout: "plot-throughput"
17431
17432 - type: "plot"
17433   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17434   algorithm: "plot_perf_box_name"
17435   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17437   include:
17438     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17439     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17440     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17441     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17442     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17443   layout:
17444     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17445     layout: "plot-throughput"
17446
17447 #- type: "plot"
17448 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17449 #  algorithm: "plot_perf_box_name"
17450 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17451 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17452 #  include:
17453 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17454 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17455 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17456 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17457 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17458 #  layout:
17459 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17460 #    layout: "plot-throughput"
17461 #
17462 #- type: "plot"
17463 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17464 #  algorithm: "plot_perf_box_name"
17465 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17466 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17467 #  include:
17468 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17469 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17470 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17471 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17472 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17473 #  layout:
17474 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17475 #    layout: "plot-throughput"
17476 #
17477 #- type: "plot"
17478 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17479 #  algorithm: "plot_perf_box_name"
17480 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17481 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17482 #  include:
17483 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17484 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17485 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17486 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17487 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17488 #  layout:
17489 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17490 #    layout: "plot-throughput"
17491 #
17492 #- type: "plot"
17493 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17494 #  algorithm: "plot_perf_box_name"
17495 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17496 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17497 #  include:
17498 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17499 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17500 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17501 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17502 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17503 #  layout:
17504 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17505 #    layout: "plot-throughput"
17506
17507 - type: "plot"
17508   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17509   algorithm: "plot_perf_box_name"
17510   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17512   include:
17513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17519   layout:
17520     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17521     layout: "plot-throughput"
17522
17523 - type: "plot"
17524   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17525   algorithm: "plot_perf_box_name"
17526   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17527   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17528   include:
17529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17535   layout:
17536     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17537     layout: "plot-throughput"
17538
17539 - type: "plot"
17540   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17541   algorithm: "plot_perf_box_name"
17542   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17544   include:
17545     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17547   layout:
17548     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17549     layout: "plot-throughput"
17550
17551 - type: "plot"
17552   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17553   algorithm: "plot_perf_box_name"
17554   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17555   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17556   include:
17557     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17558     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17559   layout:
17560     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17561     layout: "plot-throughput"
17562
17563 - type: "plot"
17564   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17565   algorithm: "plot_perf_box_name"
17566   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17568   include:
17569     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17570     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17571     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17572     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17573     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17574     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17575   layout:
17576     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17577     layout: "plot-throughput"
17578
17579 - type: "plot"
17580   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17581   algorithm: "plot_perf_box_name"
17582   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17583   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17584   include:
17585     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17586     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17587     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17588     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17589     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17590     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17591   layout:
17592     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17593     layout: "plot-throughput"
17594
17595 - type: "plot"
17596   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17597   algorithm: "plot_perf_box_name"
17598   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17599   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17600   include:
17601     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17602     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17603     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17604     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17605     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17606     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17607   layout:
17608     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17609     layout: "plot-throughput"
17610
17611 - type: "plot"
17612   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17613   algorithm: "plot_perf_box_name"
17614   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17616   include:
17617     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17618     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17619     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17620     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17621     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17622     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17623   layout:
17624     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17625     layout: "plot-throughput"
17626
17627 - type: "plot"
17628   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17629   algorithm: "plot_perf_box_name"
17630   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17632   include:
17633     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17634     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17635     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17636     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17638     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17639   layout:
17640     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17641     layout: "plot-throughput"
17642
17643 - type: "plot"
17644   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17645   algorithm: "plot_perf_box_name"
17646   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17648   include:
17649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17655   layout:
17656     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17657     layout: "plot-throughput"
17658
17659 - type: "plot"
17660   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17661   algorithm: "plot_perf_box_name"
17662   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17663   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17664   include:
17665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17667     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17670   layout:
17671     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17672     layout: "plot-throughput"
17673
17674 - type: "plot"
17675   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17676   algorithm: "plot_perf_box_name"
17677   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17678   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17679   include:
17680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17682     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17685   layout:
17686     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17687     layout: "plot-throughput"
17688
17689 - type: "plot"
17690   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17691   algorithm: "plot_perf_box_name"
17692   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17693   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17694   include:
17695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17700   layout:
17701     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17702     layout: "plot-throughput"
17703
17704 - type: "plot"
17705   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17706   algorithm: "plot_perf_box_name"
17707   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17708   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17709   include:
17710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17715   layout:
17716     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17717     layout: "plot-throughput"
17718
17719 - type: "plot"
17720   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17721   algorithm: "plot_perf_box_name"
17722   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17724   include:
17725     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17726     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17727     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17728     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17729     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17730   layout:
17731     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17732     layout: "plot-throughput"
17733
17734 - type: "plot"
17735   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17736   algorithm: "plot_perf_box_name"
17737   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17739   include:
17740     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17743     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17744     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17745   layout:
17746     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17747     layout: "plot-throughput"
17748
17749 - type: "plot"
17750   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17751   algorithm: "plot_perf_box_name"
17752   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17754   include:
17755     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17756     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17757     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17758     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17759     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17760   layout:
17761     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17762     layout: "plot-throughput"
17763
17764 - type: "plot"
17765   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17766   algorithm: "plot_perf_box_name"
17767   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17769   include:
17770     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17771     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17772     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17773     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17774     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17775   layout:
17776     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17777     layout: "plot-throughput"
17778
17779 - type: "plot"
17780   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17781   algorithm: "plot_perf_box_name"
17782   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17784   include:
17785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17788     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17789     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17790   layout:
17791     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17792     layout: "plot-throughput"
17793
17794 - type: "plot"
17795   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17796   algorithm: "plot_perf_box_name"
17797   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17798   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17799   include:
17800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17802     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17803     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17804     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17805   layout:
17806     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17807     layout: "plot-throughput"
17808
17809 - type: "plot"
17810   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17811   algorithm: "plot_perf_box_name"
17812   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17814   include:
17815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17821   layout:
17822     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17823     layout: "plot-throughput"
17824
17825 - type: "plot"
17826   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17827   algorithm: "plot_perf_box_name"
17828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17830   include:
17831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17837   layout:
17838     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17839     layout: "plot-throughput"
17840
17841 - type: "plot"
17842   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17843   algorithm: "plot_perf_box_name"
17844   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17845   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17846   include:
17847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17851   layout:
17852     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17853     layout: "plot-throughput"
17854
17855 - type: "plot"
17856   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17857   algorithm: "plot_perf_box_name"
17858   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17860   include:
17861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17865   layout:
17866     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17867     layout: "plot-throughput"
17868
17869 - type: "plot"
17870   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17871   algorithm: "plot_perf_box_name"
17872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17874   include:
17875     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17876     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17881   layout:
17882     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17883     layout: "plot-throughput"
17884
17885 - type: "plot"
17886   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17887   algorithm: "plot_perf_box_name"
17888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17890   include:
17891     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17892     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17897   layout:
17898     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17899     layout: "plot-throughput"
17900
17901 - type: "plot"
17902   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17903   algorithm: "plot_perf_box_name"
17904   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17906   include:
17907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17911   layout:
17912     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17913     layout: "plot-throughput"
17914
17915 - type: "plot"
17916   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17917   algorithm: "plot_perf_box_name"
17918   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17920   include:
17921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17925   layout:
17926     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17927     layout: "plot-throughput"
17928
17929 - type: "plot"
17930   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17931   algorithm: "plot_perf_box_name"
17932   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17933   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17934   include:
17935     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17936     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17937     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17938     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17939     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17940     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17941   layout:
17942     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17943     layout: "plot-throughput"
17944
17945 - type: "plot"
17946   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17947   algorithm: "plot_perf_box_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17952     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17953     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17954     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17955     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17956     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17957   layout:
17958     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17959     layout: "plot-throughput"
17960
17961 - type: "plot"
17962   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17963   algorithm: "plot_perf_box_name"
17964   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17966   include:
17967     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17968     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17969     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17970     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17971   layout:
17972     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17973     layout: "plot-throughput"
17974
17975 - type: "plot"
17976   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17977   algorithm: "plot_perf_box_name"
17978   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17980   include:
17981     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17982     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17983     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17984     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17985   layout:
17986     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17987     layout: "plot-throughput"
17988
17989 - type: "plot"
17990   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17991   algorithm: "plot_perf_box_name"
17992   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17994   include:
17995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18000   layout:
18001     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18002     layout: "plot-throughput"
18003
18004 - type: "plot"
18005   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18006   algorithm: "plot_perf_box_name"
18007   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18009   include:
18010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18015   layout:
18016     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18017     layout: "plot-throughput"
18018
18019 - type: "plot"
18020   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18021   algorithm: "plot_perf_box_name"
18022   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18023   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18024   include:
18025     - "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"
18026     - "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"
18027     - "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"
18028     - "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"
18029     - "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"
18030   layout:
18031     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18032     layout: "plot-throughput"
18033
18034 - type: "plot"
18035   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18036   algorithm: "plot_perf_box_name"
18037   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18039   include:
18040     - "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"
18041     - "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"
18042     - "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"
18043     - "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"
18044     - "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"
18045   layout:
18046     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18047     layout: "plot-throughput"
18048
18049 - type: "plot"
18050   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18051   algorithm: "plot_perf_box_name"
18052   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18054   include:
18055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18060   layout:
18061     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18062     layout: "plot-throughput"
18063
18064 - type: "plot"
18065   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18066   algorithm: "plot_perf_box_name"
18067   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18068   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18069   include:
18070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18075   layout:
18076     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18077     layout: "plot-throughput"
18078
18079 - type: "plot"
18080   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18081   algorithm: "plot_perf_box_name"
18082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18084   include:
18085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18090   layout:
18091     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18092     layout: "plot-throughput"
18093
18094 - type: "plot"
18095   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18096   algorithm: "plot_perf_box_name"
18097   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18099   include:
18100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18105   layout:
18106     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18107     layout: "plot-throughput"
18108
18109 - type: "plot"
18110   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18111   algorithm: "plot_perf_box_name"
18112   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18114   include:
18115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18119   layout:
18120     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18121     layout: "plot-throughput"
18122
18123 - type: "plot"
18124   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18125   algorithm: "plot_perf_box_name"
18126   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18128   include:
18129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18133   layout:
18134     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18135     layout: "plot-throughput"
18136
18137 - type: "plot"
18138   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18139   algorithm: "plot_perf_box_name"
18140   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18142   include:
18143     - "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"
18144     - "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"
18145     - "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"
18146     - "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"
18147   layout:
18148     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18149     layout: "plot-throughput"
18150
18151 - type: "plot"
18152   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18153   algorithm: "plot_perf_box_name"
18154   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18156   include:
18157     - "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"
18158     - "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"
18159     - "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"
18160     - "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"
18161   layout:
18162     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18163     layout: "plot-throughput"
18164
18165 - type: "plot"
18166   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18167   algorithm: "plot_perf_box_name"
18168   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18170   include:
18171     - "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"
18172     - "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"
18173     - "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"
18174     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18175     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18176     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18177   layout:
18178     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18179     layout: "plot-throughput"
18180
18181 - type: "plot"
18182   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18183   algorithm: "plot_perf_box_name"
18184   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18186   include:
18187     - "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"
18188     - "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"
18189     - "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"
18190     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18191     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18192     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18193   layout:
18194     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18195     layout: "plot-throughput"
18196
18197 ################################################################################
18198
18199 # Packet Speedup
18200
18201 - type: "plot"
18202   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18203   algorithm: "plot_tsa_name"
18204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18206   include:
18207     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18208     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18209     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18210     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18211   layout:
18212     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18213     layout: "plot-throughput-speedup-analysis"
18214
18215 - type: "plot"
18216   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18217   algorithm: "plot_tsa_name"
18218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18220   include:
18221     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18222     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18223     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18224     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18225   layout:
18226     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18227     layout: "plot-throughput-speedup-analysis"
18228
18229 - type: "plot"
18230   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18231   algorithm: "plot_tsa_name"
18232   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18233   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18234   include:
18235     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18236     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18237     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18238     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18239   layout:
18240     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18241     layout: "plot-throughput-speedup-analysis"
18242
18243 - type: "plot"
18244   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18245   algorithm: "plot_tsa_name"
18246   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18247   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18248   include:
18249     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18250     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18251     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18252     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18253   layout:
18254     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18255     layout: "plot-throughput-speedup-analysis"
18256
18257 - type: "plot"
18258   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18259   algorithm: "plot_tsa_name"
18260   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18261   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18262   include:
18263     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18264     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18265     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18266     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18267   layout:
18268     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18269     layout: "plot-throughput-speedup-analysis"
18270
18271 - type: "plot"
18272   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18273   algorithm: "plot_tsa_name"
18274   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18275   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18276   include:
18277     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18278     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18279     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18280     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18281   layout:
18282     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18283     layout: "plot-throughput-speedup-analysis"
18284
18285 - type: "plot"
18286   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18287   algorithm: "plot_tsa_name"
18288   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18290   include:
18291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18297   layout:
18298     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18299     layout: "plot-throughput-speedup-analysis"
18300
18301 - type: "plot"
18302   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18303   algorithm: "plot_tsa_name"
18304   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18305   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18306   include:
18307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18313   layout:
18314     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18315     layout: "plot-throughput-speedup-analysis"
18316
18317 - type: "plot"
18318   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18319   algorithm: "plot_tsa_name"
18320   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18321   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18322   include:
18323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18327   layout:
18328     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18329     layout: "plot-throughput-speedup-analysis"
18330
18331 - type: "plot"
18332   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18333   algorithm: "plot_tsa_name"
18334   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18336   include:
18337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18341   layout:
18342     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18343     layout: "plot-throughput-speedup-analysis"
18344
18345 - type: "plot"
18346   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18347   algorithm: "plot_tsa_name"
18348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18350   include:
18351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18354   layout:
18355     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18356     layout: "plot-throughput-speedup-analysis"
18357
18358 - type: "plot"
18359   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18360   algorithm: "plot_tsa_name"
18361   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18363   include:
18364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18367   layout:
18368     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18369     layout: "plot-throughput-speedup-analysis"
18370
18371 - type: "plot"
18372   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18373   algorithm: "plot_tsa_name"
18374   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18376   include:
18377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18382   layout:
18383     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18384     layout: "plot-throughput-speedup-analysis"
18385
18386 - type: "plot"
18387   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18388   algorithm: "plot_tsa_name"
18389   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18391   include:
18392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18397   layout:
18398     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18399     layout: "plot-throughput-speedup-analysis"
18400
18401 - type: "plot"
18402   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18403   algorithm: "plot_tsa_name"
18404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18406   include:
18407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18410   layout:
18411     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18412     layout: "plot-throughput-speedup-analysis"
18413
18414 - type: "plot"
18415   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18416   algorithm: "plot_tsa_name"
18417   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18419   include:
18420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18423   layout:
18424     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18425     layout: "plot-throughput-speedup-analysis"
18426
18427 - type: "plot"
18428   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18429   algorithm: "plot_tsa_name"
18430   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18432   include:
18433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18439   layout:
18440     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18441     layout: "plot-throughput-speedup-analysis"
18442
18443 - type: "plot"
18444   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18445   algorithm: "plot_tsa_name"
18446   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18448   include:
18449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18455   layout:
18456     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18457     layout: "plot-throughput-speedup-analysis"
18458
18459 - type: "plot"
18460   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18461   algorithm: "plot_tsa_name"
18462   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18464   include:
18465     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18466     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18467     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18468     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18469     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18470   layout:
18471     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18472     layout: "plot-throughput-speedup-analysis"
18473
18474 - type: "plot"
18475   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18476   algorithm: "plot_tsa_name"
18477   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18479   include:
18480     - "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"
18481     - "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"
18482     - "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"
18483     - "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"
18484     - "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"
18485   layout:
18486     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18487     layout: "plot-throughput-speedup-analysis"
18488
18489 #- type: "plot"
18490 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18491 #  algorithm: "plot_tsa_name"
18492 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18493 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18494 #  include:
18495 #    - "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"
18496 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18497 #    - "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"
18498 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18499 #    - "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"
18500 #  layout:
18501 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18502 #    layout: "plot-throughput-speedup-analysis"
18503 #
18504 #- type: "plot"
18505 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18506 #  algorithm: "plot_tsa_name"
18507 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18508 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18509 #  include:
18510 #    - "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"
18511 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18512 #    - "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"
18513 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18514 #    - "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"
18515 #  layout:
18516 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18517 #    layout: "plot-throughput-speedup-analysis"
18518 #
18519 #- type: "plot"
18520 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18521 #  algorithm: "plot_tsa_name"
18522 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18523 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18524 #  include:
18525 #    - "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"
18526 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18527 #    - "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"
18528 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18529 #    - "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"
18530 #  layout:
18531 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18532 #    layout: "plot-throughput-speedup-analysis"
18533 #
18534 #- type: "plot"
18535 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18536 #  algorithm: "plot_tsa_name"
18537 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18538 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18539 #  include:
18540 #    - "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"
18541 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18542 #    - "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"
18543 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18544 #    - "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"
18545 #  layout:
18546 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18547 #    layout: "plot-throughput-speedup-analysis"
18548
18549 - type: "plot"
18550   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18551   algorithm: "plot_tsa_name"
18552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18554   include:
18555     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18556     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18557     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18558     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18559     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18560   layout:
18561     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18562     layout: "plot-throughput-speedup-analysis"
18563
18564 - type: "plot"
18565   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18566   algorithm: "plot_tsa_name"
18567   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18568   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18569   include:
18570     - "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"
18571     - "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"
18572     - "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"
18573     - "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"
18574     - "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"
18575   layout:
18576     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18577     layout: "plot-throughput-speedup-analysis"
18578
18579 #- type: "plot"
18580 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18581 #  algorithm: "plot_tsa_name"
18582 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18583 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18584 #  include:
18585 #    - "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"
18586 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18587 #    - "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"
18588 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18589 #    - "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"
18590 #  layout:
18591 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18592 #    layout: "plot-throughput-speedup-analysis"
18593 #
18594 #- type: "plot"
18595 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18596 #  algorithm: "plot_tsa_name"
18597 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18598 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18599 #  include:
18600 #    - "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"
18601 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18602 #    - "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"
18603 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18604 #    - "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"
18605 #  layout:
18606 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18607 #    layout: "plot-throughput-speedup-analysis"
18608 #
18609 #- type: "plot"
18610 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18611 #  algorithm: "plot_tsa_name"
18612 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18613 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18614 #  include:
18615 #    - "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"
18616 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18617 #    - "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"
18618 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18619 #    - "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"
18620 #  layout:
18621 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18622 #    layout: "plot-throughput-speedup-analysis"
18623 #
18624 #- type: "plot"
18625 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18626 #  algorithm: "plot_tsa_name"
18627 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18628 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18629 #  include:
18630 #    - "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"
18631 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18632 #    - "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"
18633 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18634 #    - "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"
18635 #  layout:
18636 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18637 #    layout: "plot-throughput-speedup-analysis"
18638
18639 - type: "plot"
18640   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18641   algorithm: "plot_tsa_name"
18642   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18644   include:
18645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18651   layout:
18652     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18653     layout: "plot-throughput-speedup-analysis"
18654
18655 - type: "plot"
18656   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18657   algorithm: "plot_tsa_name"
18658   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18660   include:
18661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18667   layout:
18668     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18669     layout: "plot-throughput-speedup-analysis"
18670
18671 - type: "plot"
18672   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18673   algorithm: "plot_tsa_name"
18674   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18676   include:
18677     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18678     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18679   layout:
18680     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18681     layout: "plot-throughput-speedup-analysis"
18682
18683 - type: "plot"
18684   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18685   algorithm: "plot_tsa_name"
18686   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18688   include:
18689     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18690     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18691   layout:
18692     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18693     layout: "plot-throughput-speedup-analysis"
18694
18695 - type: "plot"
18696   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18697   algorithm: "plot_tsa_name"
18698   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18700   include:
18701     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18702     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18703     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18704     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18705     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18706     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18707   layout:
18708     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18709     layout: "plot-throughput-speedup-analysis"
18710
18711 - type: "plot"
18712   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18713   algorithm: "plot_tsa_name"
18714   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18715   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18716   include:
18717     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18718     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18719     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18720     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18721     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18722     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18723   layout:
18724     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18725     layout: "plot-throughput-speedup-analysis"
18726
18727 - type: "plot"
18728   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18729   algorithm: "plot_tsa_name"
18730   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18732   include:
18733     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18734     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18735     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18736     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18738     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18739   layout:
18740     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18741     layout: "plot-throughput-speedup-analysis"
18742
18743 - type: "plot"
18744   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18745   algorithm: "plot_tsa_name"
18746   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18748   include:
18749     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18750     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18751     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18752     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18753     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18754     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18755   layout:
18756     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18757     layout: "plot-throughput-speedup-analysis"
18758
18759 - type: "plot"
18760   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18761   algorithm: "plot_tsa_name"
18762   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18763   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18764   include:
18765     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18766     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18770     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18771   layout:
18772     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18773     layout: "plot-throughput-speedup-analysis"
18774
18775 - type: "plot"
18776   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18777   algorithm: "plot_tsa_name"
18778   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18780   include:
18781     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18784     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18785     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18786     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18787   layout:
18788     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18789     layout: "plot-throughput-speedup-analysis"
18790
18791 - type: "plot"
18792   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18793   algorithm: "plot_tsa_name"
18794   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18796   include:
18797     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18798     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18799     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18801     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18802   layout:
18803     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18804     layout: "plot-throughput-speedup-analysis"
18805
18806 - type: "plot"
18807   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18808   algorithm: "plot_tsa_name"
18809   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18811   include:
18812     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18814     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18815     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18816     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18817   layout:
18818     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18819     layout: "plot-throughput-speedup-analysis"
18820
18821 - type: "plot"
18822   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18823   algorithm: "plot_tsa_name"
18824   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18826   include:
18827     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18830     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18831     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18832   layout:
18833     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18834     layout: "plot-throughput-speedup-analysis"
18835
18836 - type: "plot"
18837   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18838   algorithm: "plot_tsa_name"
18839   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18841   include:
18842     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18843     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18844     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18845     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18846     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18847   layout:
18848     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18849     layout: "plot-throughput-speedup-analysis"
18850
18851 - type: "plot"
18852   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18853   algorithm: "plot_tsa_name"
18854   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18856   include:
18857     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18858     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18859     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18860     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18861     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18862   layout:
18863     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18864     layout: "plot-throughput-speedup-analysis"
18865
18866 - type: "plot"
18867   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18868   algorithm: "plot_tsa_name"
18869   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18871   include:
18872     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18873     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18874     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18875     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18876     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18877   layout:
18878     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18879     layout: "plot-throughput-speedup-analysis"
18880
18881 - type: "plot"
18882   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18883   algorithm: "plot_tsa_name"
18884   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18886   include:
18887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18891     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18892   layout:
18893     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18894     layout: "plot-throughput-speedup-analysis"
18895
18896 - type: "plot"
18897   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18898   algorithm: "plot_tsa_name"
18899   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18901   include:
18902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18905     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18906     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18907   layout:
18908     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18909     layout: "plot-throughput-speedup-analysis"
18910
18911 - type: "plot"
18912   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18913   algorithm: "plot_tsa_name"
18914   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18916   include:
18917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18922   layout:
18923     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18924     layout: "plot-throughput-speedup-analysis"
18925
18926 - type: "plot"
18927   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18928   algorithm: "plot_tsa_name"
18929   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18931   include:
18932     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18933     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18937   layout:
18938     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18939     layout: "plot-throughput-speedup-analysis"
18940
18941 - type: "plot"
18942   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18943   algorithm: "plot_tsa_name"
18944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18946   include:
18947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18950     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18953   layout:
18954     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18955     layout: "plot-throughput-speedup-analysis"
18956
18957 - type: "plot"
18958   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18959   algorithm: "plot_tsa_name"
18960   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18961   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18962   include:
18963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18969   layout:
18970     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18971     layout: "plot-throughput-speedup-analysis"
18972
18973 - type: "plot"
18974   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18975   algorithm: "plot_tsa_name"
18976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18978   include:
18979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18983   layout:
18984     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18985     layout: "plot-throughput-speedup-analysis"
18986
18987 - type: "plot"
18988   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18989   algorithm: "plot_tsa_name"
18990   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18992   include:
18993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18997   layout:
18998     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18999     layout: "plot-throughput-speedup-analysis"
19000
19001 - type: "plot"
19002   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19003   algorithm: "plot_tsa_name"
19004   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19006   include:
19007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19013   layout:
19014     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19015     layout: "plot-throughput-speedup-analysis"
19016
19017 - type: "plot"
19018   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19019   algorithm: "plot_tsa_name"
19020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19022   include:
19023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19029   layout:
19030     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19031     layout: "plot-throughput-speedup-analysis"
19032
19033 - type: "plot"
19034   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19035   algorithm: "plot_tsa_name"
19036   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19038   include:
19039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19043   layout:
19044     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19045     layout: "plot-throughput-speedup-analysis"
19046
19047 - type: "plot"
19048   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19049   algorithm: "plot_tsa_name"
19050   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19052   include:
19053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19057   layout:
19058     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19059     layout: "plot-throughput-speedup-analysis"
19060
19061 - type: "plot"
19062   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19063   algorithm: "plot_tsa_name"
19064   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19066   include:
19067     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19068     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19069     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19070     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19071     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19072     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19073   layout:
19074     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19075     layout: "plot-throughput-speedup-analysis"
19076
19077 - type: "plot"
19078   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19079   algorithm: "plot_tsa_name"
19080   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19082   include:
19083     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19084     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19085     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19086     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19087     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19088     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19089   layout:
19090     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19091     layout: "plot-throughput-speedup-analysis"
19092
19093 - type: "plot"
19094   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19095   algorithm: "plot_tsa_name"
19096   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19098   include:
19099     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19101     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19102     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19103   layout:
19104     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19105     layout: "plot-throughput-speedup-analysis"
19106
19107 - type: "plot"
19108   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19109   algorithm: "plot_tsa_name"
19110   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19112   include:
19113     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19116     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19117   layout:
19118     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19119     layout: "plot-throughput-speedup-analysis"
19120
19121 - type: "plot"
19122   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19123   algorithm: "plot_tsa_name"
19124   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19125   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19126   include:
19127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19132   layout:
19133     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19134     layout: "plot-throughput-speedup-analysis"
19135
19136 - type: "plot"
19137   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19138   algorithm: "plot_tsa_name"
19139   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19141   include:
19142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19147   layout:
19148     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19149     layout: "plot-throughput-speedup-analysis"
19150
19151 - type: "plot"
19152   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19153   algorithm: "plot_tsa_name"
19154   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19156   include:
19157     - "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"
19158     - "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"
19159     - "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"
19160     - "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"
19161     - "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"
19162   layout:
19163     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19164     layout: "plot-throughput-speedup-analysis"
19165
19166 - type: "plot"
19167   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19168   algorithm: "plot_tsa_name"
19169   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19171   include:
19172     - "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"
19173     - "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"
19174     - "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"
19175     - "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"
19176     - "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"
19177   layout:
19178     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19179     layout: "plot-throughput-speedup-analysis"
19180
19181 - type: "plot"
19182   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19183   algorithm: "plot_tsa_name"
19184   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19186   include:
19187     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19188     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19189     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19190     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19191     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19192   layout:
19193     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19194     layout: "plot-throughput-speedup-analysis"
19195
19196 - type: "plot"
19197   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19198   algorithm: "plot_tsa_name"
19199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19201   include:
19202     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19203     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19204     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19205     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19206     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19207   layout:
19208     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19209     layout: "plot-throughput-speedup-analysis"
19210
19211 - type: "plot"
19212   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19213   algorithm: "plot_tsa_name"
19214   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19216   include:
19217     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19218     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19219     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19222   layout:
19223     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19224     layout: "plot-throughput-speedup-analysis"
19225
19226 - type: "plot"
19227   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19228   algorithm: "plot_tsa_name"
19229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19231   include:
19232     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19237   layout:
19238     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19239     layout: "plot-throughput-speedup-analysis"
19240
19241 - type: "plot"
19242   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19243   algorithm: "plot_tsa_name"
19244   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19246   include:
19247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19251   layout:
19252     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19253     layout: "plot-throughput-speedup-analysis"
19254
19255 - type: "plot"
19256   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19257   algorithm: "plot_tsa_name"
19258   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19260   include:
19261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19265   layout:
19266     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19267     layout: "plot-throughput-speedup-analysis"
19268
19269 - type: "plot"
19270   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19271   algorithm: "plot_tsa_name"
19272   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19273   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19274   include:
19275     - "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"
19276     - "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"
19277     - "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"
19278     - "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"
19279   layout:
19280     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19281     layout: "plot-throughput-speedup-analysis"
19282
19283 - type: "plot"
19284   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19285   algorithm: "plot_tsa_name"
19286   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19288   include:
19289     - "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"
19290     - "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"
19291     - "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"
19292     - "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"
19293   layout:
19294     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19295     layout: "plot-throughput-speedup-analysis"
19296
19297 - type: "plot"
19298   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19299   algorithm: "plot_tsa_name"
19300   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19302   include:
19303     - "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"
19304     - "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"
19305     - "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"
19306     - "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"
19307     - "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"
19308     - "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"
19309   layout:
19310     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19311     layout: "plot-throughput-speedup-analysis"
19312
19313 - type: "plot"
19314   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19315   algorithm: "plot_tsa_name"
19316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19318   include:
19319     - "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"
19320     - "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"
19321     - "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"
19322     - "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"
19323     - "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"
19324     - "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"
19325   layout:
19326     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19327     layout: "plot-throughput-speedup-analysis"
19328
19329 ################################################################################
19330
19331 # Packet Throughput - DPDK
19332
19333 # 2n-clx-xxv710
19334
19335 - type: "plot"
19336   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19337   algorithm: "plot_perf_box_name"
19338   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19339   data: "plot-dpdk-throughput-latency-2n-clx"
19340   include:
19341     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19342     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19343   layout:
19344     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19345     layout: "plot-throughput"
19346
19347 - type: "plot"
19348   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19349   algorithm: "plot_perf_box_name"
19350   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19351   data: "plot-dpdk-throughput-latency-2n-clx"
19352   include:
19353     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19354     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19355   layout:
19356     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19357     layout: "plot-throughput"
19358
19359 - type: "plot"
19360   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19361   algorithm: "plot_perf_box_name"
19362   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19363   data: "plot-dpdk-throughput-latency-2n-clx"
19364   include:
19365     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19366     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19367   layout:
19368     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19369     layout: "plot-throughput"
19370
19371 - type: "plot"
19372   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19373   algorithm: "plot_perf_box_name"
19374   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19375   data: "plot-dpdk-throughput-latency-2n-clx"
19376   include:
19377     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19378     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19379   layout:
19380     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19381     layout: "plot-throughput"
19382
19383 # 2n-clx-x710
19384
19385 - type: "plot"
19386   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19387   algorithm: "plot_perf_box_name"
19388   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19389   data: "plot-dpdk-throughput-latency-2n-clx"
19390   include:
19391     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19392     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19393   layout:
19394     title: "2n-clx-x710-64b-2t1c-base-ndr"
19395     layout: "plot-throughput"
19396
19397 - type: "plot"
19398   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19399   algorithm: "plot_perf_box_name"
19400   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19401   data: "plot-dpdk-throughput-latency-2n-clx"
19402   include:
19403     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19404     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19405   layout:
19406     title: "2n-clx-x710-64b-4t2c-base-ndr"
19407     layout: "plot-throughput"
19408
19409 - type: "plot"
19410   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19411   algorithm: "plot_perf_box_name"
19412   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19413   data: "plot-dpdk-throughput-latency-2n-clx"
19414   include:
19415     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19416     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19417   layout:
19418     title: "2n-clx-x710-64b-2t1c-base-pdr"
19419     layout: "plot-throughput"
19420
19421 - type: "plot"
19422   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19423   algorithm: "plot_perf_box_name"
19424   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19425   data: "plot-dpdk-throughput-latency-2n-clx"
19426   include:
19427     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19428     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19429   layout:
19430     title: "2n-clx-x710-64b-4t2c-base-pdr"
19431     layout: "plot-throughput"
19432
19433 ################################################################################
19434
19435 - type: "plot"
19436   title: "Latency by percentile: 2n-skx"
19437   algorithm: "plot_hdrh_lat_by_percentile"
19438   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19439   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19440   target-links: "../../_static/vpp"
19441   data: "plot-vpp-hdrh-lat-2n-skx"
19442   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19443   layout:
19444     layout: "plot-hdrh-latency-by-percentile"
19445
19446 - type: "plot"
19447   title: "Latency by percentile: 2n-skx-nat44"
19448   algorithm: "plot_hdrh_lat_by_percentile"
19449   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19450   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19451   target-links: "../../_static/vpp"
19452   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
19453   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19454   layout:
19455     layout: "plot-hdrh-latency-by-percentile"
19456
19457 - type: "plot"
19458   title: "Latency by percentile: 3n-skx"
19459   algorithm: "plot_hdrh_lat_by_percentile"
19460   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19461   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19462   target-links: "../../_static/vpp"
19463   data: "plot-vpp-hdrh-lat-3n-skx"
19464   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19465   layout:
19466     layout: "plot-hdrh-latency-by-percentile"
19467
19468 - type: "plot"
19469   title: "Latency by percentile: 2n-clx"
19470   algorithm: "plot_hdrh_lat_by_percentile"
19471   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19472   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19473   target-links: "../../_static/vpp"
19474   data: "plot-vpp-hdrh-lat-2n-clx"
19475   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19476   layout:
19477     layout: "plot-hdrh-latency-by-percentile"
19478
19479 - type: "plot"
19480   title: "Latency by percentile: 3n-hsw"
19481   algorithm: "plot_hdrh_lat_by_percentile"
19482   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19483   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19484   target-links: "../../_static/vpp"
19485   data: "plot-vpp-hdrh-lat-3n-hsw"
19486   filter: "'1T1C' and 'NIC_Intel-XL710'"
19487   layout:
19488     layout: "plot-hdrh-latency-by-percentile"
19489
19490 - type: "plot"
19491   title: "Latency by percentile: 3n-tsh"
19492   algorithm: "plot_hdrh_lat_by_percentile"
19493   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19494   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19495   target-links: "../../_static/vpp"
19496   data: "plot-vpp-hdrh-lat-3n-tsh"
19497   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19498   layout:
19499     layout: "plot-hdrh-latency-by-percentile"
19500
19501 - type: "plot"
19502   title: "Latency by percentile: DPDK 2n-skx"
19503   algorithm: "plot_hdrh_lat_by_percentile"
19504   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19505   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19506   target-links: "../../_static/dpdk"
19507   data: "plot-dpdk-hdrh-lat-2n-skx"
19508   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19509   layout:
19510     layout: "plot-hdrh-latency-by-percentile"
19511
19512 - type: "plot"
19513   title: "Latency by percentile: DPDK 3n-skx"
19514   algorithm: "plot_hdrh_lat_by_percentile"
19515   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19516   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19517   target-links: "../../_static/dpdk"
19518   data: "plot-dpdk-hdrh-lat-3n-skx"
19519   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19520   layout:
19521     layout: "plot-hdrh-latency-by-percentile"
19522
19523 - type: "plot"
19524   title: "Latency by percentile: DPDK 2n-clx"
19525   algorithm: "plot_hdrh_lat_by_percentile"
19526   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19527   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19528   target-links: "../../_static/dpdk"
19529   data: "plot-dpdk-hdrh-lat-2n-clx"
19530   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19531   layout:
19532     layout: "plot-hdrh-latency-by-percentile"
19533
19534 - type: "plot"
19535   title: "Latency by percentile: DPDK 3n-hsw"
19536   algorithm: "plot_hdrh_lat_by_percentile"
19537   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19538   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19539   target-links: "../../_static/dpdk"
19540   data: "plot-dpdk-hdrh-lat-3n-hsw"
19541   filter: "'1T1C' and 'NIC_Intel-XL710'"
19542   layout:
19543     layout: "plot-hdrh-latency-by-percentile"
19544
19545 - type: "plot"
19546   title: "Latency by percentile: DPDK 3n-tsh"
19547   algorithm: "plot_hdrh_lat_by_percentile"
19548   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19549   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19550   target-links: "../../_static/dpdk"
19551   data: "plot-dpdk-hdrh-lat-3n-tsh"
19552   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19553   layout:
19554     layout: "plot-hdrh-latency-by-percentile"