Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
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
210     plot-vpp-hdrh-lat-3n-skx:
211       csit-vpp-perf-report-iterative-2009-3n-skx:
212         - 27  # rls2009 NDRPDR iter env 5
213
214 #    plot-vpp-nfv-3n-skx-ndrpdr:
215 #      # TODO: Replace:
216 #      # csit-vpp-perf-report-iterative-2009-3n-skx:
217 #      csit-vpp-perf-report-iterative-2005-3n-skx:
218 #        - 4   # NDRPDR sel
219 #        - 5   # NDRPDR sel ??? all x710 failed
220 #        - 33  # NDRPDR sel
221 #        - 28  # NDRPDR sel
222 #        - 34  # NDRPDR sel
223
224 #    plot-vpp-nfv-3n-skx-mrr:
225 #      # TODO: Replace:
226 #      # csit-vpp-perf-report-iterative-2009-3n-skx:
227 #      csit-vpp-perf-report-iterative-2005-3n-skx:
228 #        - 49  # MRR sel env 4
229
230     plot-dpdk-throughput-latency-3n-skx:
231       csit-dpdk-perf-report-iterative-2009-3n-skx:
232         - 4   # NDRPDR sel env5
233         - 5   # NDRPDR sel env5
234         - 6   # NDRPDR sel env5
235         - 7   # NDRPDR sel env5
236         - 8   # NDRPDR sel env5
237         - 9   # NDRPDR sel env5
238         - 14  # NDRPDR sel env5
239         - 11  # NDRPDR sel env5
240         - 12  # NDRPDR sel env5
241         - 13  # NDRPDR sel env5
242
243     plot-dpdk-hdrh-lat-3n-skx:
244       csit-dpdk-perf-report-iterative-2009-3n-skx:
245         - 4   # NDRPDR sel env5
246
247     # 2n-skx
248
249     plot-vpp-throughput-lat-tsa-2n-skx:
250       csit-vpp-perf-report-iterative-2009-2n-skx:
251         - 35  # rls2009 NDRPDR iter env 5
252         - 36  # rls2009 NDRPDR iter env 5
253         - 37  # rls2009 NDRPDR iter env 5
254         - 39  # rls2009 NDRPDR iter env 5
255         - 40  # rls2009 NDRPDR iter env 5
256         - 42  # rls2009 NDRPDR iter env 5
257         - 43  # rls2009 NDRPDR iter env 5
258         - 44  # rls2009 NDRPDR iter env 5
259         - 46  # rls2009 NDRPDR iter env 5
260         - 48  # rls2009 NDRPDR iter env 5
261         - 51  # rls2009 NDRPDR iter NAT44 env 5
262         - 52  # rls2009 NDRPDR iter NAT44 env 5
263         - 53  # rls2009 NDRPDR iter NAT44 env 5
264         - 54  # rls2009 NDRPDR iter NAT44 env 5
265         - 55  # rls2009 NDRPDR iter NAT44 env 5
266         - 56  # rls2009 NDRPDR iter NAT44 env 5
267         - 57  # rls2009 NDRPDR iter NAT44 env 5
268         - 58  # rls2009 NDRPDR iter NAT44 env 5
269         - 59  # rls2009 NDRPDR iter NAT44 env 5
270         - 60  # rls2009 NDRPDR iter NAT44 env 5
271
272     plot-vpp-hdrh-lat-2n-skx:
273       csit-vpp-perf-report-iterative-2009-2n-skx:
274         - 35  # rls2009 NDRPDR iter 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       # TODO: Add:
283       csit-vpp-perf-report-iterative-2009-2n-skx:
284         - 38  # rls2009 nf-density iter env 5
285         - 41  # rls2009 nf-density iter env 5
286         - 45  # rls2009 nf-density iter env 5
287         - 47  # rls2009 nf-density iter env 5
288         - 49  # rls2009 nf-density iter env 5
289         - 63  # rls2009 nf-density iter env 5
290         - 65  # rls2009 nf-density iter env 5
291         - 66  # rls2009 nf-density iter env 5
292
293     plot-vpp-nfv-2n-skx-mrr:
294       csit-vpp-perf-report-iterative-2009-2n-skx:
295         - 50  # rls2009 MRR nf-density iter env 5
296
297     plot-vpp-nfv-reconf-2n-skx:
298       csit-vpp-perf-report-iterative-2009-2n-skx:
299         - 27  # rls2009 reconf env 5
300         - 28  # rls2009 reconf env 5
301         - 29  # rls2009 reconf env 5
302         - 30  # rls2009 reconf env 5
303         - 31  # rls2009 reconf env 5
304         - 32  # rls2009 reconf env 5
305         - 61  # rls2009 reconf env 5
306         - 62  # rls2009 reconf env 5
307         - 68  # rls2009 reconf env 5
308         - 70  # rls2009 reconf env 5
309
310     plot-dpdk-throughput-latency-2n-skx:
311       csit-dpdk-perf-report-iterative-2009-2n-skx:
312         - 4   # NDRPDR iter env5
313         - 5   # NDRPDR iter env5
314         - 6   # NDRPDR iter env5
315         - 7   # NDRPDR iter env5
316         - 8   # NDRPDR iter env5
317         - 9   # NDRPDR iter env5
318         - 10  # NDRPDR iter env5
319         - 11  # NDRPDR iter env5
320         - 12  # NDRPDR iter env5
321         - 13  # NDRPDR iter env5
322
323     plot-dpdk-hdrh-lat-2n-skx:
324       csit-dpdk-perf-report-iterative-2009-2n-skx:
325         - 4   # NDRPDR iter env5
326
327     # 2n-clx
328
329     plot-vpp-throughput-lat-tsa-2n-clx:
330       # TODO: Add:
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
339     plot-vpp-hdrh-lat-2n-clx:
340       csit-vpp-perf-report-iterative-2009-2n-clx:
341         - 36  # rls2009 NDRPDR iter env 5
342
343     plot-vpp-nfv-2n-clx-ndrpdr:
344       # TODO: Add:
345       csit-vpp-perf-report-iterative-2009-2n-clx:
346         - 37  # rls2009 nf-density iter env 5
347         - 43  # rls2009 nf-density iter env 5
348
349     plot-vpp-nfv-2n-clx-mrr:
350       csit-vpp-perf-report-iterative-2009-2n-clx:
351         - 45  # rls2009 MRR nf-density iter env 5
352
353     plot-vpp-nfv-reconf-2n-clx:
354       # TODO: Add:
355       csit-vpp-perf-report-iterative-2009-2n-clx:
356         - 25  # rls2009 reconf env 5
357         - 27  # rls2009 reconf env 5
358         - 28  # rls2009 reconf env 5
359         - 29  # rls2009 reconf env 5
360         - 30  # rls2009 reconf env 5
361         - 30  # rls2009 reconf env 5
362         - 32  # rls2009 reconf env 5
363         - 48  # rls2009 reconf env 5
364         - 53  # rls2009 reconf env 5
365
366     plot-vpp-soak-2n-clx:
367       csit-vpp-perf-report-iterative-2009-2n-clx:
368         - 33  # rls2009 soak env 5
369         - 34  # rls2009 soak env 5
370
371     plot-dpdk-throughput-latency-2n-clx:
372       csit-dpdk-perf-report-iterative-2009-2n-clx:
373         - 4   # NDRPDR iter env5
374         - 5   # NDRPDR iter env5
375         - 6   # NDRPDR iter env5
376         - 7   # NDRPDR iter env5
377         - 8   # NDRPDR iter env5
378         - 9   # NDRPDR iter env5
379         - 10  # NDRPDR iter env5
380         - 11  # NDRPDR iter env5
381         - 12  # NDRPDR iter env5
382         - 13  # NDRPDR iter env5
383
384     plot-dpdk-hdrh-lat-2n-clx:
385       csit-dpdk-perf-report-iterative-2009-2n-clx:
386         - 4   # NDRPDR iter env5
387
388     # 3n-tsh
389
390     plot-vpp-throughput-lat-tsa-3n-tsh:
391       # TODO: Add:
392       csit-vpp-perf-report-iterative-2009-3n-tsh:
393         - 14  # rls2009 NDRPDR iter env 5
394
395     plot-vpp-hdrh-lat-3n-tsh:
396       csit-vpp-perf-report-iterative-2009-3n-tsh:
397         - 14  # rls2009 NDRPDR iter env 5
398
399     plot-dpdk-throughput-latency-3n-tsh:
400       # TODO: Add:
401       csit-dpdk-perf-report-iterative-2009-3n-tsh:
402         - 1   # NDRPDR iter env5
403         - 2   # NDRPDR iter env5
404         - 3   # NDRPDR iter env5
405         - 4   # NDRPDR iter env5
406         - 5   # NDRPDR iter env5
407         - 6   # NDRPDR iter env5
408         - 7   # NDRPDR iter env5
409         - 9   # NDRPDR iter env5
410         - 10  # NDRPDR iter env5
411
412     plot-dpdk-hdrh-lat-3n-tsh:
413       csit-dpdk-perf-report-iterative-2009-3n-tsh:
414         - 1   # NDRPDR iter env5
415
416     # 3n-dnv
417
418     plot-vpp-throughput-lat-tsa-3n-dnv:
419       # TODO: Add:
420       csit-vpp-perf-report-iterative-2009-3n-dnv:
421         - 3   # rls2009 NDRPDR iter env 5
422         - 6   # rls2009 NDRPDR iter env 5
423         - 7   # rls2009 NDRPDR iter env 5
424         - 8   # rls2009 NDRPDR iter env 5
425         - 10  # rls2009 NDRPDR iter env 5
426         - 11  # rls2009 NDRPDR iter env 5
427         - 12  # rls2009 NDRPDR iter env 5
428         - 14  # rls2009 NDRPDR iter env 5
429         - 15  # rls2009 NDRPDR iter env 5
430
431     plot-dpdk-throughput-latency-3n-dnv:
432       # TODO: Replace:
433       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
434       csit-dpdk-perf-report-iterative-2005-3n-dnv:
435         - 6   # NDRPDR sel
436         - 7   # NDRPDR sel
437         - 8   # NDRPDR sel
438         - 9   # NDRPDR sel
439         - 10  # NDRPDR sel
440         - 11  # NDRPDR sel
441         - 12  # NDRPDR sel
442         - 13  # NDRPDR sel
443         - 14  # NDRPDR sel
444         - 16  # NDRPDR sel
445
446     # 2n-dnv
447
448     plot-vpp-throughput-lat-tsa-2n-dnv:
449       # TODO: Add:
450       csit-vpp-perf-report-iterative-2009-2n-dnv:
451         - 3   # rls2009 NDRPDR iter env 5
452         - 5   # rls2009 NDRPDR iter env 5
453         - 6   # rls2009 NDRPDR iter env 5
454         - 7   # rls2009 NDRPDR iter env 5
455         - 9   # rls2009 NDRPDR iter env 5
456         - 10  # rls2009 NDRPDR iter env 5
457         - 11  # rls2009 NDRPDR iter env 5
458         - 12  # rls2009 NDRPDR iter env 5
459         - 14  # rls2009 NDRPDR iter env 5
460         - 15  # rls2009 NDRPDR iter env 5
461
462     plot-dpdk-throughput-latency-2n-dnv:
463       # TODO: Replace:
464       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
465       csit-dpdk-perf-report-iterative-2005-2n-dnv:
466         - 8   # NDRPDR sel
467         - 9   # NDRPDR sel
468         - 10  # NDRPDR sel
469         - 11  # NDRPDR sel
470         - 12  # NDRPDR sel
471         - 13  # NDRPDR sel
472         - 14  # NDRPDR sel
473         - 15  # NDRPDR sel
474         - 16  # NDRPDR sel
475         - 17  # NDRPDR sel
476
477     ###########################################################################
478     # Simple tables (only one data set):
479
480     # NIC Comparisons
481
482     vpp-nic-comparison-3n-skx:
483       # TODO: Add:
484       csit-vpp-perf-report-iterative-2009-3n-skx:
485         - 26  # rls2009 NDRPDR iter env 5
486         - 27  # rls2009 NDRPDR iter env 5
487         - 28  # rls2009 NDRPDR iter env 5
488         - 29  # rls2009 NDRPDR iter env 5
489
490     vpp-nic-comparison-2n-skx:
491       csit-vpp-perf-report-iterative-2009-2n-skx:
492         - 35  # rls2009 NDRPDR iter env 5
493         - 36  # rls2009 NDRPDR iter env 5
494         - 37  # rls2009 NDRPDR iter env 5
495         - 39  # rls2009 NDRPDR iter env 5
496         - 40  # rls2009 NDRPDR iter env 5
497         - 42  # rls2009 NDRPDR iter env 5
498         - 43  # rls2009 NDRPDR iter env 5
499         - 44  # rls2009 NDRPDR iter env 5
500         - 46  # rls2009 NDRPDR iter env 5
501         - 48  # rls2009 NDRPDR iter env 5
502         - 51  # rls2009 NDRPDR iter NAT44 env 5
503         - 52  # rls2009 NDRPDR iter NAT44 env 5
504         - 53  # rls2009 NDRPDR iter NAT44 env 5
505         - 54  # rls2009 NDRPDR iter NAT44 env 5
506         - 55  # rls2009 NDRPDR iter NAT44 env 5
507         - 56  # rls2009 NDRPDR iter NAT44 env 5
508         - 57  # rls2009 NDRPDR iter NAT44 env 5
509         - 58  # rls2009 NDRPDR iter NAT44 env 5
510         - 59  # rls2009 NDRPDR iter NAT44 env 5
511         - 60  # rls2009 NDRPDR iter NAT44 env 5
512
513     vpp-nic-comparison-3n-skx-mrr:
514       csit-vpp-perf-report-iterative-2009-3n-skx:
515         - 24  # rls2009 MRR iter env 5
516
517     vpp-nic-comparison-2n-skx-mrr:
518       csit-vpp-perf-report-iterative-2009-2n-skx:
519         - 26  # rls2009 MRR iter env 5
520
521     # Results
522
523     vpp-perf-results-3n-hsw:
524       csit-vpp-perf-report-coverage-2009-3n-hsw:
525         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
526         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
527         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
528         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
529         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
530         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
531         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
532         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
533         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
534         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
535         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
536         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
537         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
538         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
539         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
540         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
541         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
542         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
543         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
544         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
545         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
546         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
547         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
548         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
549         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
550         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
551         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
552         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
553         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
554         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
555         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
556         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
557         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
558         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
559         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
560
561     vpp-perf-results-3n-skx:
562       # TODO: Replace:
563       csit-vpp-perf-report-iterative-2009-3n-skx:
564         - 27  # rls2009 NDRPDR iter env 5
565 #      csit-vpp-perf-report-coverage-2009-3n-skx:
566 #        -
567
568     vpp-perf-results-2n-skx:
569       # TODO: Add:
570       csit-vpp-perf-report-coverage-2009-2n-skx:
571         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
572         - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
573
574     vpp-perf-results-2n-clx:
575       # TODO: Replace:
576       csit-vpp-perf-report-iterative-2009-2n-clx:
577         - 36  # rls2009 NDRPDR iter env 5
578 #      csit-vpp-perf-report-coverage-2009-2n-clx:
579 #        -
580
581     vpp-perf-results-3n-tsh:
582       csit-vpp-perf-report-iterative-2009-3n-tsh:
583         - 14  # rls2009 NDRPDR iter env 5
584 #      csit-vpp-perf-report-coverage-2009-3n-tsh:
585 #        -
586
587     vpp-perf-results-3n-dnv:
588       # TODO: Add:
589       csit-vpp-perf-report-coverage-2009-3n-dnv:
590         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
591
592     vpp-perf-results-2n-dnv:
593       csit-vpp-perf-report-coverage-2009-2n-dnv:
594         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
595         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
596         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
597         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
598         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
599         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
600
601     vpp-mrr-results-3n-hsw:
602       csit-vpp-perf-report-iterative-2009-3n-hsw:
603         - 23  # rls2009 MRR iter env 5
604
605     vpp-mrr-results-3n-skx:
606       csit-vpp-perf-report-iterative-2009-3n-skx:
607         - 24  # rls2009 MRR iter env 5
608
609     vpp-mrr-results-2n-skx:
610       csit-vpp-perf-report-iterative-2009-2n-skx:
611         - 26  # rls2009 MRR iter env 5
612
613     vpp-mrr-results-2n-clx:
614       csit-vpp-perf-report-iterative-2009-2n-clx:
615         - 35  # rls2009 MRR iter env 5
616
617     vpp-mrr-results-3n-tsh:
618       csit-vpp-perf-report-iterative-2009-3n-tsh:
619         - 15  # rls2006 MRR iter env 5
620
621     vpp-mrr-results-3n-dnv:
622       csit-vpp-perf-report-iterative-2009-3n-dnv:
623         - 22  # rls2009 MRR iter env 5
624
625     vpp-mrr-results-2n-dnv:
626       csit-vpp-perf-report-iterative-2009-2n-dnv:
627         - 13  # rls2009 MRR iter env 5
628
629     vpp-device-results-ubuntu:
630       csit-vpp-device-2009-ubuntu1804-1n-skx:
631         - 131 # rls2009 env 5
632
633     dpdk-perf-results-3n-hsw:
634       csit-dpdk-perf-report-iterative-2009-3n-hsw:
635         - 6   # NDRPDR iter env5
636
637     dpdk-perf-results-3n-skx:
638       csit-dpdk-perf-report-iterative-2009-3n-skx:
639         - 4   # NDRPDR sel env5
640
641     dpdk-perf-results-2n-skx:
642       csit-dpdk-perf-report-iterative-2009-2n-skx:
643         - 4   # NDRPDR iter env5
644
645     dpdk-perf-results-2n-clx:
646       csit-dpdk-perf-report-iterative-2009-2n-clx:
647         - 4   # NDRPDR iter env5
648
649     dpdk-perf-results-2n-dnv:
650       # TODO: Replace:
651       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
652       csit-dpdk-perf-report-iterative-2005-2n-dnv:
653         - 8   # NDRPDR sel
654
655     dpdk-perf-results-3n-dnv:
656       # TODO: Replace:
657       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
658       csit-dpdk-perf-report-iterative-2005-3n-dnv:
659         - 6   # NDRPDR sel
660
661     dpdk-perf-results-3n-tsh:
662       csit-dpdk-perf-report-iterative-2009-3n-tsh:
663         - 1   # NDRPDR iter env5
664
665 ###########################################################################
666     # Tables (more than one data set)
667
668     # Performance changes
669
670     vpp-performance-changes-3n-hsw-h1:
671       csit-vpp-perf-report-iterative-2005-3n-hsw:
672         - 31  # NDRPDR sel 2001.0-4
673         - 32  # NDRPDR sel 2001.0-4
674         - 33  # NDRPDR sel 2001.0-4
675         - 34  # NDRPDR sel 2001.0-4
676         - 35  # NDRPDR sel 2001.0-4
677         - 36  # NDRPDR sel 2001.0-4
678         - 38  # NDRPDR sel 2001.0-4
679     vpp-performance-changes-3n-hsw-ref-env4:
680       csit-vpp-perf-report-iterative-2005-3n-hsw:
681         - 20  # NDRPDR sel env 4
682         - 21  # NDRPDR sel env 4
683         - 22  # NDRPDR sel env 4
684         - 23  # NDRPDR sel env 4
685         - 24  # NDRPDR sel env 4
686         - 25  # NDRPDR sel env 4
687         - 26  # NDRPDR sel env 4
688         - 27  # NDRPDR sel env 4
689         - 28  # NDRPDR sel env 4
690         - 29  # NDRPDR sel env 4
691     vpp-performance-changes-3n-hsw-ref-env5:
692       csit-vpp-perf-report-iterative-2009-3n-hsw:
693         - 9   # rls2005 NDRPDR iter env 5
694         - 10  # rls2005 NDRPDR iter env 5
695         - 11  # rls2005 NDRPDR iter env 5
696         - 12  # rls2005 NDRPDR iter env 5
697         - 13  # rls2005 NDRPDR iter env 5
698         - 14  # rls2005 NDRPDR iter env 5
699         - 15  # rls2005 NDRPDR iter env 5
700         - 16  # rls2005 NDRPDR iter env 5
701         - 17  # rls2005 NDRPDR iter env 5
702         - 19  # rls2005 NDRPDR iter env 5
703     vpp-performance-changes-3n-hsw-cmp:
704       csit-vpp-perf-report-iterative-2009-3n-hsw:
705         - 21  # rls2009 NDRPDR iter env 5
706         - 22  # rls2009 NDRPDR iter env 5
707         - 24  # rls2009 NDRPDR iter env 5
708         - 25  # rls2009 NDRPDR iter env 5
709         - 26  # rls2009 NDRPDR iter env 5
710         - 27  # rls2009 NDRPDR iter env 5
711         - 28  # rls2009 NDRPDR iter env 5
712         - 29  # rls2009 NDRPDR iter env 5
713         - 30  # rls2009 NDRPDR iter env 5
714         - 31  # rls2009 NDRPDR iter env 5
715
716     vpp-performance-changes-3n-skx-h1:
717       csit-vpp-perf-report-iterative-2005-3n-skx:
718         - 50  # NDRPDR sel 2001.0-4
719         - 51  # NDRPDR sel 2001.0-4
720         - 52  # NDRPDR sel 2001.0-4
721         - 53  # NDRPDR sel 2001.0-4
722         - 54  # NDRPDR sel 2001.0-4
723     vpp-performance-changes-3n-skx-ref-env4:
724       csit-vpp-perf-report-iterative-2005-3n-skx:
725         - 42  # NDRPDR sel env 4
726         - 43  # NDRPDR sel env 4
727         - 44  # NDRPDR sel env 4
728         - 45  # NDRPDR sel env 4
729         - 47  # NDRPDR sel env 4
730         - 55  # NDRPDR sel env 4
731         - 56  # NDRPDR sel env 4
732         - 57  # NDRPDR sel env 4
733         - 61  # NDRPDR sel env 4
734         - 62  # NDRPDR sel env 4
735     vpp-performance-changes-3n-skx-ref-env5:
736       csit-vpp-perf-report-iterative-2009-3n-skx:
737         - 13  # rls2005 NDRPDR iter env 5
738         - 18  # rls2005 NDRPDR iter env 5
739         - 19  # rls2005 NDRPDR iter env 5
740     vpp-performance-changes-3n-skx-cmp:
741       # TODO: Add:
742       csit-vpp-perf-report-iterative-2009-3n-skx:
743         - 26  # rls2009 NDRPDR iter env 5
744         - 27  # rls2009 NDRPDR iter env 5
745         - 28  # rls2009 NDRPDR iter env 5
746         - 29  # rls2009 NDRPDR iter env 5
747
748     vpp-performance-changes-2n-skx-h1:
749       csit-vpp-perf-report-iterative-2005-2n-skx:
750         - 100 # NDRPDR sel 2001.0-4
751         - 101 # NDRPDR sel 2001.0-4
752         - 102 # NDRPDR sel 2001.0-4
753         - 103 # NDRPDR sel 2001.0-4
754         - 104 # NDRPDR sel 2001.0-4
755         - 105 # NDRPDR sel 2001.0-4
756     vpp-performance-changes-2n-skx-ref-env4:
757       csit-vpp-perf-report-iterative-2005-2n-skx:
758         - 88  # NDRPDR sel env 4
759         - 89  # NDRPDR sel env 4
760         - 90  # NDRPDR sel env 4
761         - 91  # NDRPDR sel env 4
762         - 92  # NDRPDR sel env 4
763         - 93  # NDRPDR sel env 4
764         - 94  # NDRPDR sel env 4
765         - 125 # NDRPDR sel env 4
766         - 126 # NDRPDR sel env 4
767         - 127 # NDRPDR sel env 4
768     vpp-performance-changes-2n-skx-ref-env5:
769       csit-vpp-perf-report-iterative-2009-2n-skx:
770         - 13  # rls2005 NDRPDR iter env 5
771         - 16  # rls2005 NDRPDR iter env 5
772         - 17  # rls2005 NDRPDR iter env 5
773         - 18  # rls2005 NDRPDR iter env 5
774         - 19  # rls2005 NDRPDR iter env 5
775         - 21  # rls2005 NDRPDR iter env 5
776         - 22  # rls2005 NDRPDR iter env 5
777         - 23  # rls2005 NDRPDR iter env 5
778         - 24  # rls2005 NDRPDR iter env 5
779         - 25  # rls2005 NDRPDR iter env 5
780     vpp-performance-changes-2n-skx-cmp:
781       csit-vpp-perf-report-iterative-2009-2n-skx:
782         - 35  # rls2009 NDRPDR iter env 5
783         - 36  # rls2009 NDRPDR iter env 5
784         - 37  # rls2009 NDRPDR iter env 5
785         - 39  # rls2009 NDRPDR iter env 5
786         - 40  # rls2009 NDRPDR iter env 5
787         - 42  # rls2009 NDRPDR iter env 5
788         - 43  # rls2009 NDRPDR iter env 5
789         - 44  # rls2009 NDRPDR iter env 5
790         - 46  # rls2009 NDRPDR iter env 5
791         - 48  # rls2009 NDRPDR iter env 5
792         - 51  # rls2009 NDRPDR iter NAT44 env 5
793         - 52  # rls2009 NDRPDR iter NAT44 env 5
794         - 53  # rls2009 NDRPDR iter NAT44 env 5
795         - 54  # rls2009 NDRPDR iter NAT44 env 5
796         - 55  # rls2009 NDRPDR iter NAT44 env 5
797         - 56  # rls2009 NDRPDR iter NAT44 env 5
798         - 57  # rls2009 NDRPDR iter NAT44 env 5
799         - 58  # rls2009 NDRPDR iter NAT44 env 5
800         - 59  # rls2009 NDRPDR iter NAT44 env 5
801         - 60  # rls2009 NDRPDR iter NAT44 env 5
802
803     vpp-performance-changes-2n-clx-h1:
804       csit-vpp-perf-report-iterative-2005-2n-clx:
805         - 73  # NDRPDR sel 2001.0-4
806         - 74  # NDRPDR sel 2001.0-4
807         - 75  # NDRPDR sel 2001.0-4
808         - 76  # NDRPDR sel 2001.0-4
809         - 77  # NDRPDR sel 2001.0-4
810         - 78  # NDRPDR sel 2001.0-4
811         - 79  # NDRPDR sel 2001.0-4
812         - 80  # NDRPDR sel 2001.0-4
813     vpp-performance-changes-2n-clx-ref-env4:
814       csit-vpp-perf-report-iterative-2005-2n-clx:
815         - 62  # NDRPDR sel env 4
816         - 63  # NDRPDR sel env 4
817         - 64  # NDRPDR sel env 4
818         - 65  # NDRPDR sel env 4
819         - 66  # NDRPDR sel env 4
820         - 68  # NDRPDR sel env 4
821         - 69  # NDRPDR sel env 4
822         - 70  # NDRPDR sel env 4
823         - 103 # NDRPDR sel env 4
824         - 104 # NDRPDR sel env 4
825     vpp-performance-changes-2n-clx-ref-env5:
826       csit-vpp-perf-report-iterative-2009-2n-clx:
827         - 13  # rls2005 NDRPDR iter env 5
828         - 15  # rls2005 NDRPDR iter env 5
829         - 17  # rls2005 NDRPDR iter env 5
830         - 18  # rls2005 NDRPDR iter env 5
831         - 19  # rls2005 NDRPDR iter env 5
832         - 20  # rls2005 NDRPDR iter env 5
833         - 21  # rls2005 NDRPDR iter env 5
834         - 22  # rls2005 NDRPDR iter env 5
835         - 23  # rls2005 NDRPDR iter env 5
836         - 24  # rls2005 NDRPDR iter env 5
837     vpp-performance-changes-2n-clx-cmp:
838       # TODO: Add:
839       csit-vpp-perf-report-iterative-2009-2n-clx:
840         - 36  # rls2009 NDRPDR iter env 5
841         - 38  # rls2009 NDRPDR iter env 5
842         - 39  # rls2009 NDRPDR iter env 5
843         - 40  # rls2009 NDRPDR iter env 5
844         - 41  # rls2009 NDRPDR iter env 5
845         - 42  # rls2009 NDRPDR iter env 5
846
847     vpp-performance-changes-2n-dnv-h1:
848       csit-vpp-perf-verify-2001-2n-dnv:
849         - 4   # NDRPDR sel
850         - 5   # NDRPDR sel
851         - 6   # NDRPDR sel
852         - 7   # NDRPDR sel
853         - 8   # NDRPDR sel
854         - 9   # NDRPDR sel
855         - 10  # NDRPDR sel
856         - 11  # NDRPDR sel
857         - 13  # NDRPDR sel
858         - 16  # NDRPDR sel
859     vpp-performance-changes-2n-dnv-ref:
860       # TODO: Add:
861       csit-vpp-perf-report-iterative-2009-2n-dnv:
862         - 16  # rls2005 NDRPDR iter env 5
863         - 17  # rls2005 NDRPDR iter env 5
864         - 18  # rls2005 NDRPDR iter env 5
865         - 19  # rls2005 NDRPDR iter env 5
866         - 21  # rls2005 NDRPDR iter env 5
867         - 24  # rls2005 NDRPDR iter env 5
868         - 27  # rls2005 NDRPDR iter env 5
869         - 28  # rls2005 NDRPDR iter env 5
870     vpp-performance-changes-2n-dnv-cmp:
871       csit-vpp-perf-report-iterative-2009-2n-dnv:
872         - 3   # rls2009 NDRPDR iter env 5
873         - 5   # rls2009 NDRPDR iter env 5
874         - 6   # rls2009 NDRPDR iter env 5
875         - 7   # rls2009 NDRPDR iter env 5
876         - 9   # rls2009 NDRPDR iter env 5
877         - 10  # rls2009 NDRPDR iter env 5
878         - 11  # rls2009 NDRPDR iter env 5
879         - 12  # rls2009 NDRPDR iter env 5
880         - 14  # rls2009 NDRPDR iter env 5
881         - 15  # rls2009 NDRPDR iter env 5
882
883     vpp-performance-changes-3n-dnv-h1:
884       csit-vpp-perf-verify-2001-3n-dnv:
885         - 5   # NDRPDR sel
886         - 6   # NDRPDR sel
887         - 7   # NDRPDR sel
888         - 8   # NDRPDR sel
889         - 9   # NDRPDR sel
890         - 10  # NDRPDR sel
891         - 12  # NDRPDR sel
892         - 16  # NDRPDR sel
893         - 17  # NDRPDR sel
894         - 18  # NDRPDR sel
895     vpp-performance-changes-3n-dnv-ref:
896       # TODO: Add:
897       csit-vpp-perf-report-iterative-2009-3n-dnv:
898         - 16  # rls2005 NDRPDR iter env 5
899     vpp-performance-changes-3n-dnv-cmp:
900       # TODO: Add:
901       csit-vpp-perf-report-iterative-2009-3n-dnv:
902         - 3   # rls2009 NDRPDR iter env 5
903         - 6   # rls2009 NDRPDR iter env 5
904         - 7   # rls2009 NDRPDR iter env 5
905         - 8   # rls2009 NDRPDR iter env 5
906         - 10  # rls2009 NDRPDR iter env 5
907         - 11  # rls2009 NDRPDR iter env 5
908         - 12  # rls2009 NDRPDR iter env 5
909         - 14  # rls2009 NDRPDR iter env 5
910         - 15  # rls2009 NDRPDR iter env 5
911
912     vpp-performance-changes-3n-tsh-h1:
913       csit-vpp-perf-report-iterative-2005-3n-tsh:
914         - 28  # NDRPDR sel 2001.0-4
915         - 29  # NDRPDR sel 2001.0-4
916         - 31  # NDRPDR sel 2001.0-4
917     vpp-performance-changes-3n-tsh-ref-env4:
918       csit-vpp-perf-report-iterative-2005-3n-tsh:
919         - 23  # NDRPDR sel env 4
920         - 25  # NDRPDR sel env 4
921         - 33  # NDRPDR sel env 4
922         - 34  # NDRPDR sel env 4
923         - 35  # NDRPDR sel env 4
924         - 36  # NDRPDR sel env 4
925         - 37  # NDRPDR sel env 4
926         - 38  # NDRPDR sel env 4
927         - 39  # NDRPDR sel env 4
928         - 40  # NDRPDR sel env 4
929     vpp-performance-changes-3n-tsh-ref-env5:
930       csit-vpp-perf-report-iterative-2009-3n-tsh:
931         - 8   # rls2005 NDRPDR iter env 5
932         - 11  # rls2005 NDRPDR iter env 5
933         - 12  # rls2005 NDRPDR iter env 5
934     vpp-performance-changes-3n-tsh-cmp:
935       # TODO: Add:
936       csit-vpp-perf-report-iterative-2009-3n-tsh:
937         - 14  # rls2009 NDRPDR iter env 5
938
939     vpp-soak-vs-ndr-2n-skx-ref:
940       csit-vpp-perf-report-iterative-2009-2n-skx:
941         - 35  # rls2009 NDRPDR iter env 5
942         - 36  # rls2009 NDRPDR iter env 5
943         - 37  # rls2009 NDRPDR iter env 5
944         - 39  # rls2009 NDRPDR iter env 5
945         - 40  # rls2009 NDRPDR iter env 5
946         - 42  # rls2009 NDRPDR iter env 5
947         - 43  # rls2009 NDRPDR iter env 5
948         - 44  # rls2009 NDRPDR iter env 5
949         - 46  # rls2009 NDRPDR iter env 5
950         - 48  # rls2009 NDRPDR iter env 5
951     vpp-soak-vs-ndr-2n-skx-cmp:
952       csit-vpp-perf-report-iterative-2009-2n-skx:
953         - 33  # rls2009 soak env 5
954         - 34  # rls2009 soak env 5
955     vpp-soak-vs-ndr-2n-skx:
956       # TODO: Add:
957       csit-vpp-perf-report-iterative-2009-2n-skx:
958         - 35  # rls2009 NDRPDR iter env 5
959         - 36  # rls2009 NDRPDR iter env 5
960         - 37  # rls2009 NDRPDR iter env 5
961         - 39  # rls2009 NDRPDR iter env 5
962         - 40  # rls2009 NDRPDR iter env 5
963         - 42  # rls2009 NDRPDR iter env 5
964         - 43  # rls2009 NDRPDR iter env 5
965         - 44  # rls2009 NDRPDR iter env 5
966         - 46  # rls2009 NDRPDR iter env 5
967         - 48  # rls2009 NDRPDR iter env 5
968         - 33  # rls2009 soak env 5
969         - 34  # rls2009 soak env 5
970
971     vpp-soak-vs-ndr-2n-clx-ref:
972       # TODO: Add:
973       csit-vpp-perf-report-iterative-2009-2n-clx:
974         - 36  # rls2009 NDRPDR iter env 5
975         - 38  # rls2009 NDRPDR iter env 5
976         - 39  # rls2009 NDRPDR iter env 5
977         - 40  # rls2009 NDRPDR iter env 5
978         - 41  # rls2009 NDRPDR iter env 5
979         - 42  # rls2009 NDRPDR iter env 5
980     vpp-soak-vs-ndr-2n-clx-cmp:
981       csit-vpp-perf-report-iterative-2009-2n-clx:
982         - 33  # rls2009 soak env 5
983         - 34  # rls2009 soak env 5
984     vpp-soak-vs-ndr-2n-clx:
985       # TODO: Add:
986       csit-vpp-perf-report-iterative-2009-2n-clx:
987         - 36  # rls2009 NDRPDR iter env 5
988         - 38  # rls2009 NDRPDR iter env 5
989         - 39  # rls2009 NDRPDR iter env 5
990         - 40  # rls2009 NDRPDR iter env 5
991         - 41  # rls2009 NDRPDR iter env 5
992         - 42  # rls2009 NDRPDR iter env 5
993         - 33  # rls2009 soak env 5
994         - 34  # rls2009 soak env 5
995
996     vpp-performance-changes-3n-hsw-mrr-h1:
997       csit-vpp-perf-verify-2001-3n-hsw:
998         - 17  # MRR sel
999     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1000       csit-vpp-perf-report-iterative-2005-3n-hsw:
1001         - 30  # MRR env 4
1002     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1003       csit-vpp-perf-report-iterative-2009-3n-hsw:
1004         - 18  # rls2005 MRR iter env 5
1005     vpp-performance-changes-3n-hsw-mrr-cmp:
1006       csit-vpp-perf-report-iterative-2009-3n-hsw:
1007         - 23  # rls2009 MRR iter env 5
1008
1009     vpp-performance-changes-3n-skx-mrr-h1:
1010       csit-vpp-perf-verify-2001-3n-skx:
1011         - 50  # MRR sel
1012         - 53  # MRR sel addition
1013     vpp-performance-changes-3n-skx-mrr-ref-env4:
1014       csit-vpp-perf-report-iterative-2005-3n-skx:
1015         - 49  # MRR sel env 4
1016     vpp-performance-changes-3n-skx-mrr-ref-env5:
1017       csit-vpp-perf-report-iterative-2009-3n-skx:
1018         - 17  # rls2005 MRR iter env 5
1019     vpp-performance-changes-3n-skx-mrr-cmp:
1020       csit-vpp-perf-report-iterative-2009-3n-skx:
1021         - 24  # rls2009 MRR iter env 5
1022
1023     vpp-performance-changes-2n-skx-mrr-h1:
1024       csit-vpp-perf-verify-2001-2n-skx:
1025         - 101 # MRR sel
1026         - 128 # MRR sel addition
1027     vpp-performance-changes-2n-skx-mrr-ref-env4:
1028       csit-vpp-perf-report-iterative-2005-2n-skx:
1029         - 99  # MRR sel env 4
1030     vpp-performance-changes-2n-skx-mrr-ref-env5:
1031       csit-vpp-perf-report-iterative-2009-2n-skx:
1032         - 20  # rls2005 MRR iter env 5
1033     vpp-performance-changes-2n-skx-mrr-cmp:
1034       csit-vpp-perf-report-iterative-2009-2n-skx:
1035         - 26  # rls2009 MRR iter env 5
1036
1037     vpp-performance-changes-2n-clx-mrr-h1:
1038       csit-vpp-perf-verify-2001-2n-clx:
1039         - 39  # MRR
1040     vpp-performance-changes-2n-clx-mrr-ref-env4:
1041       csit-vpp-perf-report-iterative-2005-2n-clx:
1042         - 72   # MRR sel env 4
1043     vpp-performance-changes-2n-clx-mrr-ref-env5:
1044       csit-vpp-perf-report-iterative-2009-2n-clx:
1045         - 16  # rls2005 MRR iter env 5
1046     vpp-performance-changes-2n-clx-mrr-cmp:
1047       csit-vpp-perf-report-iterative-2009-2n-clx:
1048         - 35  # rls2009 MRR iter env 5
1049
1050 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1051 #      csit-vpp-perf-verify-1908-2n-skx:
1052 #        - 71  # NFV MRR
1053 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1054 #      # csit-vpp-perf-verify-2001-2n-skx:
1055 #      csit-vpp-perf-verify-1908-2n-skx:
1056 #        - 71  # NFV MRR
1057
1058     vpp-performance-changes-2n-dnv-mrr-h1:
1059       csit-vpp-perf-verify-2001-2n-dnv:
1060         - 12  # MRR sel
1061     vpp-performance-changes-2n-dnv-mrr-ref:
1062       csit-vpp-perf-report-iterative-2009-2n-dnv:
1063         - 23  # rls2005 MRR iter env 5
1064     vpp-performance-changes-2n-dnv-mrr-cmp:
1065       csit-vpp-perf-report-iterative-2009-2n-dnv:
1066         - 13  # rls2009 MRR iter env 5
1067
1068     vpp-performance-changes-3n-dnv-mrr-h1:
1069       csit-vpp-perf-verify-2001-3n-dnv:
1070         - 11  # MRR sel
1071     vpp-performance-changes-3n-dnv-mrr-ref:
1072       csit-vpp-perf-report-iterative-2009-3n-dnv:
1073         - 19  # rls2005 MRR iter env 5
1074     vpp-performance-changes-3n-dnv-mrr-cmp:
1075       csit-vpp-perf-report-iterative-2009-3n-dnv:
1076         - 22  # rls2009 MRR iter env 5
1077
1078     vpp-performance-changes-3n-tsh-mrr-h1:
1079       csit-vpp-perf-verify-2001-3n-tsh:
1080         - 9   # MRR sel
1081     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1082       csit-vpp-perf-report-iterative-2005-3n-tsh:
1083         - 27  # MRR sel env 4
1084     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1085       csit-vpp-perf-report-iterative-2009-3n-tsh:
1086         - 13  # rls2005 MRR iter env 5
1087     vpp-performance-changes-3n-tsh-mrr-cmp:
1088       csit-vpp-perf-report-iterative-2009-3n-tsh:
1089         - 15  # rls2006 MRR iter env 5
1090
1091     dpdk-performance-changes-3n-hsw-h1:
1092       csit-dpdk-perf-verify-2001-3n-hsw:
1093         - 4   # NDRPDR sel
1094         - 5   # NDRPDR sel
1095         - 6   # NDRPDR sel
1096         - 7   # NDRPDR sel
1097         - 8   # NDRPDR sel
1098         - 9   # NDRPDR sel
1099         - 10  # NDRPDR sel
1100         - 11  # NDRPDR sel
1101         - 12  # NDRPDR sel
1102         - 13  # NDRPDR sel
1103         - 15  # NDRPDR sel
1104         - 16  # NDRPDR sel
1105         - 17  # NDRPDR sel
1106         - 18  # NDRPDR sel
1107         - 19  # NDRPDR sel
1108         - 20  # NDRPDR sel
1109         - 21  # NDRPDR sel
1110         - 22  # NDRPDR sel
1111         - 23  # NDRPDR sel
1112         - 24  # NDRPDR sel
1113     dpdk-performance-changes-3n-hsw-ref:
1114       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1115         - 25  # NDRPDR iter
1116         - 26  # NDRPDR iter
1117         - 27  # NDRPDR iter
1118         - 28  # NDRPDR iter
1119         - 29  # NDRPDR iter
1120         - 30  # NDRPDR iter
1121         - 31  # NDRPDR iter
1122         - 32  # NDRPDR iter
1123         - 33  # NDRPDR iter
1124         - 34  # NDRPDR iter
1125     dpdk-performance-changes-3n-hsw-cmp:
1126       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1127         - 6   # NDRPDR iter env5
1128         - 7   # NDRPDR iter env5
1129         - 8   # NDRPDR iter env5
1130         - 9   # NDRPDR iter env5
1131         - 10  # NDRPDR iter env5
1132         - 11  # NDRPDR iter env5
1133         - 12  # NDRPDR iter env5
1134         - 13  # NDRPDR iter env5
1135         - 14  # NDRPDR iter env5
1136         - 15  # NDRPDR iter env5
1137
1138     dpdk-performance-changes-3n-skx-h1:
1139       csit-dpdk-perf-verify-2001-3n-skx:
1140         - 29  # NDRPDR sel xxv710
1141         - 33  # NDRPDR sel xxv710
1142         - 34  # NDRPDR sel xxv710
1143         - 35  # NDRPDR sel xxv710
1144         - 36  # NDRPDR sel xxv710
1145         - 37  # NDRPDR sel xxv710
1146         - 41  # NDRPDR sel xxv710
1147         - 42  # NDRPDR sel xxv710
1148         - 43  # NDRPDR sel xxv710
1149         - 45  # NDRPDR sel xxv710
1150         - 30  # NDRPDR sel x710
1151         - 31  # NDRPDR sel x710
1152         - 32  # NDRPDR sel x710
1153         - 38  # NDRPDR sel x710
1154         - 39  # NDRPDR sel x710
1155         - 40  # NDRPDR sel x710
1156         - 44  # NDRPDR sel x710
1157         - 46  # NDRPDR sel x710
1158         - 47  # NDRPDR sel x710
1159         - 48  # NDRPDR sel x710
1160     dpdk-performance-changes-3n-skx-ref:
1161       csit-dpdk-perf-report-iterative-2005-3n-skx:
1162         - 28  # NDRPDR iter
1163         - 29  # NDRPDR iter
1164         - 30  # NDRPDR iter
1165         - 31  # NDRPDR iter
1166         - 32  # NDRPDR iter
1167         - 33  # NDRPDR iter
1168         - 34  # NDRPDR iter
1169         - 35  # NDRPDR iter
1170         - 36  # NDRPDR iter
1171         - 37  # NDRPDR iter
1172     dpdk-performance-changes-3n-skx-cmp:
1173       csit-dpdk-perf-report-iterative-2009-3n-skx:
1174         - 4   # NDRPDR sel env5
1175         - 5   # NDRPDR sel env5
1176         - 6   # NDRPDR sel env5
1177         - 7   # NDRPDR sel env5
1178         - 8   # NDRPDR sel env5
1179         - 9   # NDRPDR sel env5
1180         - 14  # NDRPDR sel env5
1181         - 11  # NDRPDR sel env5
1182         - 12  # NDRPDR sel env5
1183         - 13  # NDRPDR sel env5
1184
1185     dpdk-performance-changes-2n-skx-h1:
1186       csit-dpdk-perf-verify-2001-2n-skx:
1187         - 35  # NDRPDR sel xxv710
1188         - 36  # NDRPDR sel xxv710
1189         - 37  # NDRPDR sel xxv710
1190         - 41  # NDRPDR sel xxv710
1191         - 42  # NDRPDR sel xxv710
1192         - 43  # NDRPDR sel xxv710
1193         - 46  # NDRPDR sel xxv710
1194         - 47  # NDRPDR sel xxv710
1195         - 52  # NDRPDR sel xxv710
1196         - 53  # NDRPDR sel xxv710
1197         - 38  # NDRPDR sel x710
1198         - 39  # NDRPDR sel x710
1199         - 40  # NDRPDR sel x710
1200         - 44  # NDRPDR sel x710
1201         - 45  # NDRPDR sel x710
1202         - 48  # NDRPDR sel x710
1203         - 49  # NDRPDR sel x710
1204         - 50  # NDRPDR sel x710
1205         - 51  # NDRPDR sel x710
1206         - 54  # NDRPDR sel x710
1207     dpdk-performance-changes-2n-skx-ref:
1208       csit-dpdk-perf-report-iterative-2005-2n-skx:
1209         - 20  # NDRPDR iter
1210         - 21  # NDRPDR iter
1211         - 22  # NDRPDR iter
1212         - 23  # NDRPDR iter
1213         - 24  # NDRPDR iter
1214         - 25  # NDRPDR iter
1215         - 26  # NDRPDR iter
1216         - 27  # NDRPDR iter
1217         - 28  # NDRPDR iter
1218         - 29  # NDRPDR iter
1219     dpdk-performance-changes-2n-skx-cmp:
1220       csit-dpdk-perf-report-iterative-2009-2n-skx:
1221         - 4   # NDRPDR iter env5
1222         - 5   # NDRPDR iter env5
1223         - 6   # NDRPDR iter env5
1224         - 7   # NDRPDR iter env5
1225         - 8   # NDRPDR iter env5
1226         - 9   # NDRPDR iter env5
1227         - 10  # NDRPDR iter env5
1228         - 11  # NDRPDR iter env5
1229         - 12  # NDRPDR iter env5
1230         - 13  # NDRPDR iter env5
1231
1232     dpdk-performance-changes-2n-clx-h1:
1233       csit-dpdk-perf-verify-2001-2n-clx:
1234         - 15  # NDRPDR sel
1235         - 16  # NDRPDR sel
1236         - 17  # NDRPDR sel
1237         - 18  # NDRPDR sel
1238         - 19  # NDRPDR sel
1239         - 20  # NDRPDR sel
1240         - 21  # NDRPDR sel
1241         - 22  # NDRPDR sel
1242         - 23  # NDRPDR sel
1243         - 24  # NDRPDR sel
1244         - 25  # NDRPDR sel
1245         - 26  # NDRPDR sel
1246         - 27  # NDRPDR sel
1247         - 28  # NDRPDR sel
1248         - 29  # NDRPDR sel
1249         - 30  # NDRPDR sel
1250         - 31  # NDRPDR sel
1251         - 32  # NDRPDR sel
1252         - 33  # NDRPDR sel
1253         - 34  # NDRPDR sel
1254     dpdk-performance-changes-2n-clx-ref:
1255       csit-dpdk-perf-report-iterative-2005-2n-clx:
1256         - 20  # NDRPDR iter
1257         - 21  # NDRPDR iter
1258         - 22  # NDRPDR iter
1259         - 23  # NDRPDR iter
1260         - 24  # NDRPDR iter
1261         - 25  # NDRPDR iter
1262         - 26  # NDRPDR iter
1263         - 27  # NDRPDR iter
1264         - 28  # NDRPDR iter
1265         - 29  # NDRPDR iter
1266     dpdk-performance-changes-2n-clx-cmp:
1267       csit-dpdk-perf-report-iterative-2009-2n-clx:
1268         - 4   # NDRPDR iter env5
1269         - 5   # NDRPDR iter env5
1270         - 6   # NDRPDR iter env5
1271         - 7   # NDRPDR iter env5
1272         - 8   # NDRPDR iter env5
1273         - 9   # NDRPDR iter env5
1274         - 10  # NDRPDR iter env5
1275         - 11  # NDRPDR iter env5
1276         - 12  # NDRPDR iter env5
1277         - 13  # NDRPDR iter env5
1278
1279     dpdk-performance-changes-2n-dnv-h1:
1280       csit-dpdk-perf-verify-2001-2n-dnv:
1281         - 9   # NDRPDR sel
1282         - 10  # NDRPDR sel
1283         - 11  # NDRPDR sel
1284         - 12  # NDRPDR sel
1285         - 13  # NDRPDR sel
1286         - 14  # NDRPDR sel
1287         - 15  # NDRPDR sel
1288         - 16  # NDRPDR sel
1289         - 17  # NDRPDR sel
1290         - 18  # NDRPDR sel
1291     dpdk-performance-changes-2n-dnv-ref:
1292       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1293         - 8   # NDRPDR sel
1294         - 9   # NDRPDR sel
1295         - 10  # NDRPDR sel
1296         - 11  # NDRPDR sel
1297         - 12  # NDRPDR sel
1298         - 13  # NDRPDR sel
1299         - 14  # NDRPDR sel
1300         - 15  # NDRPDR sel
1301         - 16  # NDRPDR sel
1302         - 17  # NDRPDR sel
1303     dpdk-performance-changes-2n-dnv-cmp:
1304       # TODO: Replace:
1305       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
1306       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1307         - 8   # NDRPDR sel
1308         - 9   # NDRPDR sel
1309         - 10  # NDRPDR sel
1310         - 11  # NDRPDR sel
1311         - 12  # NDRPDR sel
1312         - 13  # NDRPDR sel
1313         - 14  # NDRPDR sel
1314         - 15  # NDRPDR sel
1315         - 16  # NDRPDR sel
1316         - 17  # NDRPDR sel
1317
1318     dpdk-performance-changes-3n-dnv-h1:
1319       csit-dpdk-perf-verify-2001-3n-dnv:
1320         - 12  # NDRPDR sel
1321         - 13  # NDRPDR sel
1322         - 14  # NDRPDR sel
1323         - 15  # NDRPDR sel
1324         - 16  # NDRPDR sel
1325         - 17  # NDRPDR sel
1326         - 18  # NDRPDR sel
1327         - 19  # NDRPDR sel
1328         - 20  # NDRPDR sel
1329         - 22  # NDRPDR sel
1330     dpdk-performance-changes-3n-dnv-ref:
1331       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1332         - 6   # NDRPDR sel
1333         - 7   # NDRPDR sel
1334         - 8   # NDRPDR sel
1335         - 9   # NDRPDR sel
1336         - 10  # NDRPDR sel
1337         - 11  # NDRPDR sel
1338         - 12  # NDRPDR sel
1339         - 13  # NDRPDR sel
1340         - 14  # NDRPDR sel
1341         - 16  # NDRPDR sel
1342     dpdk-performance-changes-3n-dnv-cmp:
1343       # TODO: Replace:
1344       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
1345       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1346         - 6   # NDRPDR sel
1347         - 7   # NDRPDR sel
1348         - 8   # NDRPDR sel
1349         - 9   # NDRPDR sel
1350         - 10  # NDRPDR sel
1351         - 11  # NDRPDR sel
1352         - 12  # NDRPDR sel
1353         - 13  # NDRPDR sel
1354         - 14  # NDRPDR sel
1355         - 16  # NDRPDR sel
1356
1357     dpdk-performance-changes-3n-tsh-h1:
1358       csit-dpdk-perf-verify-2001-3n-tsh:
1359         - 3   # NDRPDR sel
1360         - 4   # NDRPDR sel
1361         - 5   # NDRPDR sel
1362         - 9   # NDRPDR sel
1363         - 10  # NDRPDR sel
1364         - 11  # NDRPDR sel
1365         - 12  # NDRPDR sel
1366         - 14  # NDRPDR sel
1367         - 15  # NDRPDR sel
1368         - 18  # NDRPDR sel
1369     dpdk-performance-changes-3n-tsh-ref:
1370       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1371         - 5   # NDRPDR sel
1372     dpdk-performance-changes-3n-tsh-cmp:
1373       # TODO: Add:
1374       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1375         - 1   # NDRPDR iter env5
1376         - 2   # NDRPDR iter env5
1377         - 3   # NDRPDR iter env5
1378         - 4   # NDRPDR iter env5
1379         - 5   # NDRPDR iter env5
1380         - 6   # NDRPDR iter env5
1381         - 7   # NDRPDR iter env5
1382         - 9   # NDRPDR iter env5
1383         - 10  # NDRPDR iter env5
1384
1385     # Compare testbeds
1386
1387     vpp-compare-testbeds-ref:
1388       csit-vpp-perf-report-iterative-2009-3n-hsw:
1389         - 21  # rls2009 NDRPDR iter env 5
1390         - 22  # rls2009 NDRPDR iter env 5
1391         - 24  # rls2009 NDRPDR iter env 5
1392         - 25  # rls2009 NDRPDR iter env 5
1393         - 26  # rls2009 NDRPDR iter env 5
1394         - 27  # rls2009 NDRPDR iter env 5
1395         - 28  # rls2009 NDRPDR iter env 5
1396         - 29  # rls2009 NDRPDR iter env 5
1397         - 30  # rls2009 NDRPDR iter env 5
1398         - 31  # rls2009 NDRPDR iter env 5
1399     vpp-compare-testbeds-cmp:
1400       # TODO: Add:
1401       csit-vpp-perf-report-iterative-2009-3n-skx:
1402         - 26  # rls2009 NDRPDR iter env 5
1403         - 27  # rls2009 NDRPDR iter env 5
1404         - 28  # rls2009 NDRPDR iter env 5
1405         - 29  # rls2009 NDRPDR iter env 5
1406
1407     vpp-compare-testbeds-skx-clx-ref:
1408       csit-vpp-perf-report-iterative-2009-2n-skx:
1409         - 35  # rls2009 NDRPDR iter env 5
1410         - 36  # rls2009 NDRPDR iter env 5
1411         - 37  # rls2009 NDRPDR iter env 5
1412         - 39  # rls2009 NDRPDR iter env 5
1413         - 40  # rls2009 NDRPDR iter env 5
1414         - 42  # rls2009 NDRPDR iter env 5
1415         - 43  # rls2009 NDRPDR iter env 5
1416         - 44  # rls2009 NDRPDR iter env 5
1417         - 46  # rls2009 NDRPDR iter env 5
1418         - 48  # rls2009 NDRPDR iter env 5
1419         - 51  # rls2009 NDRPDR iter NAT44 env 5
1420         - 52  # rls2009 NDRPDR iter NAT44 env 5
1421         - 53  # rls2009 NDRPDR iter NAT44 env 5
1422         - 54  # rls2009 NDRPDR iter NAT44 env 5
1423         - 55  # rls2009 NDRPDR iter NAT44 env 5
1424         - 56  # rls2009 NDRPDR iter NAT44 env 5
1425         - 57  # rls2009 NDRPDR iter NAT44 env 5
1426         - 58  # rls2009 NDRPDR iter NAT44 env 5
1427         - 59  # rls2009 NDRPDR iter NAT44 env 5
1428         - 60  # rls2009 NDRPDR iter NAT44 env 5
1429     vpp-compare-testbeds-skx-clx-cmp:
1430       # TODO: Add:
1431       csit-vpp-perf-report-iterative-2009-2n-clx:
1432         - 36  # rls2009 NDRPDR iter env 5
1433         - 38  # rls2009 NDRPDR iter env 5
1434         - 39  # rls2009 NDRPDR iter env 5
1435         - 40  # rls2009 NDRPDR iter env 5
1436         - 41  # rls2009 NDRPDR iter env 5
1437         - 42  # rls2009 NDRPDR iter env 5
1438
1439     vpp-compare-testbeds-hsw-clx-ref:
1440       csit-vpp-perf-report-iterative-2009-3n-hsw:
1441         - 21  # rls2009 NDRPDR iter env 5
1442         - 22  # rls2009 NDRPDR iter env 5
1443         - 24  # rls2009 NDRPDR iter env 5
1444         - 25  # rls2009 NDRPDR iter env 5
1445         - 26  # rls2009 NDRPDR iter env 5
1446         - 27  # rls2009 NDRPDR iter env 5
1447         - 28  # rls2009 NDRPDR iter env 5
1448         - 29  # rls2009 NDRPDR iter env 5
1449         - 30  # rls2009 NDRPDR iter env 5
1450         - 31  # rls2009 NDRPDR iter env 5
1451     vpp-compare-testbeds-hsw-clx-cmp:
1452       # TODO: Add:
1453       csit-vpp-perf-report-iterative-2009-2n-clx:
1454         - 36  # rls2009 NDRPDR iter env 5
1455         - 38  # rls2009 NDRPDR iter env 5
1456         - 39  # rls2009 NDRPDR iter env 5
1457         - 40  # rls2009 NDRPDR iter env 5
1458         - 41  # rls2009 NDRPDR iter env 5
1459         - 42  # rls2009 NDRPDR iter env 5
1460
1461     vpp-compare-testbeds-mrr-ref:
1462       csit-vpp-perf-report-iterative-2009-3n-hsw:
1463         - 23  # rls2009 MRR iter env 5
1464     vpp-compare-testbeds-mrr-cmp:
1465       csit-vpp-perf-report-iterative-2009-3n-skx:
1466         - 24  # rls2009 MRR iter env 5
1467
1468     vpp-compare-testbeds-mrr-skx-clx-ref:
1469       csit-vpp-perf-report-iterative-2009-2n-skx:
1470         - 26  # rls2009 MRR iter env 5
1471     vpp-compare-testbeds-mrr-skx-clx-cmp:
1472       csit-vpp-perf-report-iterative-2009-2n-clx:
1473         - 35  # rls2009 MRR iter env 5
1474
1475     vpp-compare-testbeds-mrr-hsw-clx-ref:
1476       csit-vpp-perf-report-iterative-2009-3n-hsw:
1477         - 23  # rls2009 MRR iter env 5
1478     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1479       csit-vpp-perf-report-iterative-2009-2n-clx:
1480         - 35  # rls2009 MRR iter env 5
1481
1482     dpdk-compare-testbeds-ref:
1483       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1484         - 6   # NDRPDR iter env5
1485         - 7   # NDRPDR iter env5
1486         - 8   # NDRPDR iter env5
1487         - 9   # NDRPDR iter env5
1488         - 10  # NDRPDR iter env5
1489         - 11  # NDRPDR iter env5
1490         - 12  # NDRPDR iter env5
1491         - 13  # NDRPDR iter env5
1492         - 14  # NDRPDR iter env5
1493         - 15  # NDRPDR iter env5
1494     dpdk-compare-testbeds-cmp:
1495       csit-dpdk-perf-report-iterative-2009-3n-skx:
1496         - 4   # NDRPDR sel env5
1497         - 5   # NDRPDR sel env5
1498         - 6   # NDRPDR sel env5
1499         - 7   # NDRPDR sel env5
1500         - 8   # NDRPDR sel env5
1501         - 9   # NDRPDR sel env5
1502         - 14  # NDRPDR sel env5
1503         - 11  # NDRPDR sel env5
1504         - 12  # NDRPDR sel env5
1505         - 13  # NDRPDR sel env5
1506
1507     dpdk-compare-testbeds-skx-clx-ref:
1508       csit-dpdk-perf-report-iterative-2009-2n-skx:
1509         - 4   # NDRPDR iter env5
1510         - 5   # NDRPDR iter env5
1511         - 6   # NDRPDR iter env5
1512         - 7   # NDRPDR iter env5
1513         - 8   # NDRPDR iter env5
1514         - 9   # NDRPDR iter env5
1515         - 10  # NDRPDR iter env5
1516         - 11  # NDRPDR iter env5
1517         - 12  # NDRPDR iter env5
1518         - 13  # NDRPDR iter env5
1519     dpdk-compare-testbeds-skx-clx-cmp:
1520       csit-dpdk-perf-report-iterative-2009-2n-clx:
1521         - 4   # NDRPDR iter env5
1522         - 5   # NDRPDR iter env5
1523         - 6   # NDRPDR iter env5
1524         - 7   # NDRPDR iter env5
1525         - 8   # NDRPDR iter env5
1526         - 9   # NDRPDR iter env5
1527         - 10  # NDRPDR iter env5
1528         - 11  # NDRPDR iter env5
1529         - 12  # NDRPDR iter env5
1530         - 13  # NDRPDR iter env5
1531
1532     # Compare topologies
1533
1534     vpp-compare-topologies-ref:
1535       # TODO: Add:
1536       csit-vpp-perf-report-iterative-2009-3n-skx:
1537         - 26  # rls2009 NDRPDR iter env 5
1538         - 27  # rls2009 NDRPDR iter env 5
1539         - 28  # rls2009 NDRPDR iter env 5
1540         - 29  # 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       boxmode: "group"
1712       boxgroupgap: 0.5
1713       autosize: False
1714       margin:
1715         t: 50
1716         b: 20
1717         l: 80
1718         r: 20
1719       showlegend: True
1720       legend:
1721         orientation: "h"
1722         font:
1723           size: 14
1724       width: 700
1725       height: 800
1726       paper_bgcolor: "#fff"
1727       plot_bgcolor: "#fff"
1728       hoverlabel:
1729         namelength: -1
1730
1731     plot-throughput:
1732       titlefont:
1733         size: 16
1734       xaxis:
1735         title: "<b>Test Cases [Index]</b>"
1736         titlefont:
1737           size: 14
1738         autorange: True
1739         fixedrange: False
1740         gridcolor: "rgb(230, 230, 230)"
1741         linecolor: "rgb(220, 220, 220)"
1742         linewidth: 1
1743         showgrid: True
1744         showline: True
1745         showticklabels: True
1746         tickcolor: "rgb(220, 220, 220)"
1747         tickmode: "linear"
1748         tickfont:
1749           size: 14
1750         zeroline: False
1751       yaxis:
1752         title: "<b>Packet Throughput [Mpps]</b>"
1753         titlefont:
1754           size: 14
1755         gridcolor: "rgb(230, 230, 230)"
1756         hoverformat: ".4r"
1757         tickformat: ".3r"
1758         linecolor: "rgb(220, 220, 220)"
1759         linewidth: 1
1760         showgrid: True
1761         showline: True
1762         showticklabels: True
1763         tickcolor: "rgb(220, 220, 220)"
1764         tickfont:
1765           size: 14
1766         zeroline: False
1767         range: [0,50]
1768       autosize: False
1769       margin:
1770         t: 50
1771         b: 0
1772         l: 80
1773         r: 20
1774       showlegend: True
1775       legend:
1776         orientation: "h"
1777         font:
1778           size: 14
1779       width: 700
1780       height: 900
1781       paper_bgcolor: "#fff"
1782       plot_bgcolor: "#fff"
1783       hoverlabel:
1784         namelength: -1
1785
1786     plot-throughput-speedup-analysis:
1787       titlefont:
1788         size: 16
1789       xaxis:
1790         title: "<b>Number of Cores [Qty]</b>"
1791         titlefont:
1792           size: 14
1793         autorange: True
1794         fixedrange: False
1795         gridcolor: "rgb(230, 230, 230)"
1796         linecolor: "rgb(220, 220, 220)"
1797         linewidth: 1
1798         showgrid: True
1799         showline: True
1800         showticklabels: True
1801         tickcolor: "rgb(238, 238, 238)"
1802         tickmode: "linear"
1803         tickfont:
1804           size: 14
1805         zeroline: False
1806       yaxis:
1807         title: "<b>Packet Throughput [Mpps]</b>"
1808         titlefont:
1809           size: 14
1810         type: "linear"
1811         gridcolor: "rgb(230, 230, 230)"
1812         hoverformat: ".4s"
1813         linecolor: "rgb(220, 220, 220)"
1814         linewidth: 1
1815         showgrid: True
1816         showline: True
1817         showticklabels: True
1818         tickcolor: "rgb(220, 220, 220)"
1819         tickformat: ".4s"
1820         tickfont:
1821           size: 14
1822         zeroline: True
1823         rangemode: "tozero"
1824         range: [0,100]
1825       legend:
1826         orientation: "h"
1827         font:
1828           size: 14
1829         xanchor: "left"
1830         yanchor: "top"
1831         x: 0
1832         y: -0.2
1833         bgcolor: "rgba(255, 255, 255, 0)"
1834         bordercolor: "rgba(255, 255, 255, 0)"
1835         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1836       autosize: False
1837       margin:
1838           't': 50
1839           'b': 150
1840           'l': 85
1841           'r': 10
1842       showlegend: True
1843       width: 700
1844       height: 700
1845       paper_bgcolor: "#fff"
1846       plot_bgcolor: "#fff"
1847       hoverlabel:
1848         namelength: -1
1849       annotations: [
1850         {
1851           text: "_ _          __          ...",
1852           align: "left",
1853           showarrow: False,
1854           xref: "paper",
1855           yref: "paper",
1856           xanchor: "left",
1857           yanchor: "top",
1858           x: 0,
1859           y: -0.13,
1860           font: {
1861             family: "Consolas, Courier New",
1862             size: 13
1863           },
1864         },
1865         {
1866           text: "    Perfect     Measured     Limit",
1867           align: "left",
1868           showarrow: False,
1869           xref: "paper",
1870           yref: "paper",
1871           xanchor: "left",
1872           yanchor: "top",
1873           x: 0,
1874           y: -0.15,
1875           font: {
1876             family: "Consolas, Courier New",
1877             size: 13
1878           },
1879         },
1880       ]
1881
1882     plot-latency:
1883       titlefont:
1884         size: 16
1885       xaxis:
1886         title: "<b>Direction</b>"
1887         titlefont:
1888           size: 14
1889         autorange: True
1890         fixedrange: False
1891         gridcolor: "rgb(230, 230, 230)"
1892         linecolor: "rgb(220, 220, 220)"
1893         linewidth: 1
1894         showgrid: True
1895         showline: True
1896         showticklabels: False
1897         tickcolor: "rgb(220, 220, 220)"
1898         tickmode: "linear"
1899         tickfont:
1900           size: 14
1901         zeroline: False
1902       yaxis:
1903         title: "<b>Packet Latency [uSec]</b>"
1904         titlefont:
1905           size: 14
1906         type: "linear"
1907         gridcolor: "rgb(230, 230, 230)"
1908         hoverformat: ".4s"
1909         linecolor: "rgb(220, 220, 220)"
1910         linewidth: 1
1911         showgrid: True
1912         showline: True
1913         showticklabels: True
1914         tickcolor: "rgb(220, 220, 220)"
1915         tickformat: ".4s"
1916         tickfont:
1917           size: 14
1918         zeroline: True
1919         rangemode: "tozero"
1920       legend:
1921         orientation: "h"
1922         font:
1923           size: 14
1924         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1925       autosize: False
1926       margin:
1927           't': 50
1928           'b': 150
1929           'l': 80
1930           'r': 10
1931       showlegend: True
1932       width: 700
1933       height: 700
1934       paper_bgcolor: "#fff"
1935       plot_bgcolor: "#fff"
1936       hoverlabel:
1937         namelength: -1
1938
1939     plot-hdrh-latency:
1940       title:
1941         text: ""
1942         xanchor: "center"
1943         x: 0.5
1944         font:
1945           size: 16
1946       width: 700
1947       plot_bgcolor: "white"
1948       annotations:
1949         - font:
1950             size: 14
1951           showarrow: False
1952           text: "<b>Packet Latency [uSec]</b>"
1953           x: 1
1954           xanchor: "right"
1955           xref: "paper"
1956           y: -0.045
1957           yanchor: "top"
1958           yref: "paper"
1959         - font:
1960             size: 14
1961           showarrow: False
1962           text: "<b>Probability [%]</b>"
1963           textangle: 270
1964           x: -0.06
1965           xanchor: "center"
1966           xref: "paper"
1967           y: 0.5
1968           yanchor: "middle"
1969           yref: "paper"
1970         - font:
1971             size: 14
1972           showarrow: False
1973           text: "<b>Direction: E-W</b>"
1974           x: 0.24
1975           xanchor: "center"
1976           xref: "paper"
1977           y: 1.05
1978           yanchor: "bottom"
1979           yref: "paper"
1980         - font:
1981             size: 14
1982           showarrow: False
1983           text: "<b>Direction: W-E</b>"
1984           x: 0.74
1985           xanchor: "center"
1986           xref: "paper"
1987           y: 1.05
1988           yanchor: "bottom"
1989           yref: "paper"
1990
1991     plot-hdrh-latency-percentile:
1992       title:
1993         text: ""
1994         xanchor: "center"
1995         x: 0.5
1996         font:
1997           size: 16
1998       xaxis:
1999         type: "log"
2000         title: "<b>Percentile [%]</b>"
2001         titlefont:
2002           size: 14
2003         autorange: True
2004         fixedrange: False
2005         gridcolor: "rgb(230, 230, 230)"
2006         linecolor: "rgb(220, 220, 220)"
2007         linewidth: 1
2008         showgrid: True
2009         showline: True
2010         showticklabels: True
2011         tickcolor: "rgb(220, 220, 220)"
2012         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2013         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2014         tickfont:
2015           size: 14
2016       yaxis:
2017         title: "<b>Packet Latency [uSec]</b>"
2018         titlefont:
2019           size: 14
2020         gridcolor: "rgb(230, 230, 230)"
2021         linecolor: "rgb(220, 220, 220)"
2022         linewidth: 1
2023         showgrid: True
2024         showline: True
2025         showticklabels: True
2026         tickcolor: "rgb(220, 220, 220)"
2027         tickfont:
2028           size: 14
2029       autosize: False
2030       showlegend: True
2031       legend:
2032         traceorder: "normal"
2033         orientation: "h"
2034         font:
2035           size: 14
2036         xanchor: "left"
2037         yanchor: "top"
2038         x: 0
2039         y: -0.15
2040         bgcolor: "rgba(255, 255, 255, 0)"
2041         bordercolor: "rgba(255, 255, 255, 0)"
2042       width: 700
2043       height: 700
2044       paper_bgcolor: "white"
2045       plot_bgcolor: "white"
2046
2047     plot-hdrh-latency-by-percentile:
2048       title:
2049         text: "<b>Latency by Percentile Distribution</b>"
2050         xanchor: "center"
2051         x: 0.5
2052         font:
2053           size: 18
2054       showlegend: True
2055       legend:
2056         traceorder: "normal"
2057         orientation: "h"
2058         font:
2059           size: 16
2060         xanchor: "left"
2061         yanchor: "top"
2062         x: 0
2063         y: -0.2
2064         bgcolor: "rgba(255, 255, 255, 0)"
2065         bordercolor: "rgba(255, 255, 255, 0)"
2066       xaxis:
2067         type: "linear"
2068         title: "<b>Percentile [%]</b>"
2069         titlefont:
2070           size: 14
2071         autorange: False
2072         fixedrange: False
2073         range: [0, 100]
2074         gridcolor: "rgb(230, 230, 230)"
2075         linecolor: "rgb(220, 220, 220)"
2076         linewidth: 1
2077         showgrid: True
2078         showline: True
2079         showticklabels: True
2080         tickcolor: "rgb(220, 220, 220)"
2081         tickvals: [0, 25, 50, 75, 100]
2082         ticktext: [0, 25, 50, 75, 100]
2083         tickfont:
2084           size: 14
2085       yaxis:
2086         title: "<b>One-Way Latency per Direction [uSec]</b>"
2087         titlefont:
2088           size: 14
2089         gridcolor: "rgb(230, 230, 230)"
2090         linecolor: "rgb(220, 220, 220)"
2091         linewidth: 1
2092         showgrid: True
2093         showline: True
2094         showticklabels: True
2095         tickcolor: "rgb(220, 220, 220)"
2096         tickfont:
2097           size: 14
2098       width: 700
2099       height: 700
2100       paper_bgcolor: "white"
2101       plot_bgcolor: "white"
2102
2103 - type: "static"
2104   src-path: "{DIR[RST]}"
2105   dst-path: "{DIR[WORKING,SRC]}"
2106
2107 - type: "input"
2108   general:
2109     file-name: "output_info.xml.gz"
2110     file-format: ".gz"
2111     arch-file-format:
2112       - ".gz"
2113       - ".zip"
2114     download-path: "{job}/{build}/archives/{filename}"
2115     extract: "output.xml"
2116
2117     zip-file-name: "robot-plugin.zip"
2118     zip-file-format: ".zip"
2119     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2120     zip-extract: "robot-plugin/output.xml"
2121
2122   builds:
2123
2124     csit-vpp-perf-verify-2001-3n-hsw:
2125       - 17  # MRR sel
2126     csit-vpp-perf-report-iterative-2005-3n-hsw:
2127       - 20  # NDRPDR sel env 4
2128       - 21  # NDRPDR sel env 4
2129       - 22  # NDRPDR sel env 4
2130       - 23  # NDRPDR sel env 4
2131       - 24  # NDRPDR sel env 4
2132       - 25  # NDRPDR sel env 4
2133       - 26  # NDRPDR sel env 4
2134       - 27  # NDRPDR sel env 4
2135       - 28  # NDRPDR sel env 4
2136       - 29  # NDRPDR sel env 4
2137       - 13  # MRR
2138       - 30  # MRR env 4
2139       - 31  # NDRPDR sel 2001.0-4
2140       - 32  # NDRPDR sel 2001.0-4
2141       - 33  # NDRPDR sel 2001.0-4
2142       - 34  # NDRPDR sel 2001.0-4
2143       - 35  # NDRPDR sel 2001.0-4
2144       - 36  # NDRPDR sel 2001.0-4
2145       - 38  # NDRPDR sel 2001.0-4
2146     csit-vpp-perf-report-iterative-2009-3n-hsw:
2147       - 18  # rls2005 MRR iter env 5
2148       - 9   # rls2005 NDRPDR iter env 5
2149       - 10  # rls2005 NDRPDR iter env 5
2150       - 11  # rls2005 NDRPDR iter env 5
2151       - 12  # rls2005 NDRPDR iter env 5
2152       - 13  # rls2005 NDRPDR iter env 5
2153       - 14  # rls2005 NDRPDR iter env 5
2154       - 15  # rls2005 NDRPDR iter env 5
2155       - 16  # rls2005 NDRPDR iter env 5
2156       - 17  # rls2005 NDRPDR iter env 5
2157       - 19  # rls2005 NDRPDR iter env 5
2158       - 23  # rls2009 MRR iter env 5
2159       - 21  # rls2009 NDRPDR iter env 5
2160       - 22  # rls2009 NDRPDR iter env 5
2161       - 24  # rls2009 NDRPDR iter env 5
2162       - 25  # rls2009 NDRPDR iter env 5
2163       - 26  # rls2009 NDRPDR iter env 5
2164       - 27  # rls2009 NDRPDR iter env 5
2165       - 28  # rls2009 NDRPDR iter env 5
2166       - 29  # rls2009 NDRPDR iter env 5
2167       - 30  # rls2009 NDRPDR iter env 5
2168       - 31  # rls2009 NDRPDR iter env 5
2169       - 32  # rls2009 Hoststack iter env 5
2170       - 33  # rls2009 Hoststack iter env 5
2171       - 34  # rls2009 Hoststack iter env 5
2172       - 35  # rls2009 Hoststack iter env 5
2173       - 36  # rls2009 Hoststack iter env 5
2174       - 37  # rls2009 Hoststack iter env 5
2175       - 38  # rls2009 Hoststack iter env 5
2176       - 39  # rls2009 Hoststack iter env 5
2177       - 40  # rls2009 Hoststack iter env 5
2178       - 41  # rls2009 Hoststack iter env 5
2179     csit-vpp-perf-report-coverage-2009-3n-hsw:
2180       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2181       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2182       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2183       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2184       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2185       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2186       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2187       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2188       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2189       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2190       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2191       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2192       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2193       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2194       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2195       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2196       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2197       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2198       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2199       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2200       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2201       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2202       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2203       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2204       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2205       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2206       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2207       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2208       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2209       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2210       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2211       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2212       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2213       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2214       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2215
2216     csit-vpp-perf-verify-2001-3n-skx:
2217       - 50  # MRR sel
2218       - 53  # MRR sel addition
2219     csit-vpp-perf-report-iterative-2005-3n-skx:
2220       - 4   # NDRPDR sel
2221       - 5   # NDRPDR sel ??? all x710 failed
2222       - 33  # NDRPDR sel
2223       - 28  # NDRPDR sel
2224       - 34  # NDRPDR sel
2225       - 42  # NDRPDR sel env 4
2226       - 43  # NDRPDR sel env 4
2227       - 44  # NDRPDR sel env 4
2228       - 45  # NDRPDR sel env 4
2229       - 47  # NDRPDR sel env 4
2230       - 55  # NDRPDR sel env 4
2231       - 56  # NDRPDR sel env 4
2232       - 57  # NDRPDR sel env 4
2233       - 61  # NDRPDR sel env 4
2234       - 62  # NDRPDR sel env 4
2235       - 50  # NDRPDR sel 2001.0-4
2236       - 51  # NDRPDR sel 2001.0-4
2237       - 52  # NDRPDR sel 2001.0-4
2238       - 53  # NDRPDR sel 2001.0-4
2239       - 54  # NDRPDR sel 2001.0-4
2240       - 49  # MRR sel env 4
2241     # TODO: Add:
2242     csit-vpp-perf-report-iterative-2009-3n-skx:
2243       - 17  # rls2005 MRR iter env 5
2244       - 13  # rls2005 NDRPDR iter env 5
2245       - 18  # rls2005 NDRPDR iter env 5
2246       - 19  # rls2005 NDRPDR iter env 5
2247       - 24  # rls2009 MRR iter env 5
2248       - 26  # rls2009 NDRPDR iter env 5
2249       - 27  # rls2009 NDRPDR iter env 5
2250       - 28  # rls2009 NDRPDR iter env 5
2251       - 29  # rls2009 NDRPDR iter env 5
2252     # TODO: Add:
2253 #    csit-vpp-perf-report-coverage-2009-3n-skx:
2254 #      -
2255
2256     csit-vpp-perf-verify-2001-2n-skx:
2257       - 101  # MRR sel - old
2258       - 128  # MRR sel addition - old
2259     csit-vpp-perf-report-iterative-2005-2n-skx:
2260       - 88  # NDRPDR sel env 4
2261       - 89  # NDRPDR sel env 4
2262       - 90  # NDRPDR sel env 4
2263       - 91  # NDRPDR sel env 4
2264       - 92  # NDRPDR sel env 4
2265       - 93  # NDRPDR sel env 4
2266       - 94  # NDRPDR sel env 4
2267       - 125 # NDRPDR sel env 4
2268       - 126 # NDRPDR sel env 4
2269       - 127 # NDRPDR sel env 4
2270       - 100 # NDRPDR sel 2001.0-4
2271       - 101 # NDRPDR sel 2001.0-4
2272       - 102 # NDRPDR sel 2001.0-4
2273       - 103 # NDRPDR sel 2001.0-4
2274       - 104 # NDRPDR sel 2001.0-4
2275       - 105 # NDRPDR sel 2001.0-4
2276       - 99  # MRR sel env 4
2277       - 122 # Soak
2278       - 123 # Soak
2279       - 113 # nf-density-sel env 4
2280       - 114 # nf-density-sel env 4
2281       - 124 # nf-density-sel env 4
2282       - 128 # nf-density-sel env 4
2283       - 129 # nf-density-sel env 4
2284       - 131 # nf-density-sel env 4
2285       - 132 # nf-density-sel env 4
2286       - 135 # nf-density-sel env 4
2287       - 136 # nf-density-sel env 4
2288       - 139 # nf-density-sel env 4
2289       - 115 # MRR nf-density-sel env 4
2290     # TODO: Add:
2291     csit-vpp-perf-report-iterative-2009-2n-skx:
2292       - 20  # rls2005 MRR iter env 5
2293       - 13  # rls2005 NDRPDR iter env 5
2294       - 16  # rls2005 NDRPDR iter env 5
2295       - 17  # rls2005 NDRPDR iter env 5
2296       - 18  # rls2005 NDRPDR iter env 5
2297       - 19  # rls2005 NDRPDR iter env 5
2298       - 21  # rls2005 NDRPDR iter env 5
2299       - 22  # rls2005 NDRPDR iter env 5
2300       - 23  # rls2005 NDRPDR iter env 5
2301       - 24  # rls2005 NDRPDR iter env 5
2302       - 25  # rls2005 NDRPDR iter env 5
2303       - 26  # rls2009 MRR iter env 5
2304       - 35  # rls2009 NDRPDR iter env 5
2305       - 36  # rls2009 NDRPDR iter env 5
2306       - 37  # rls2009 NDRPDR iter env 5
2307       - 39  # rls2009 NDRPDR iter env 5
2308       - 40  # rls2009 NDRPDR iter env 5
2309       - 42  # rls2009 NDRPDR iter env 5
2310       - 43  # rls2009 NDRPDR iter env 5
2311       - 44  # rls2009 NDRPDR iter env 5
2312       - 46  # rls2009 NDRPDR iter env 5
2313       - 48  # rls2009 NDRPDR iter env 5
2314       - 51  # rls2009 NDRPDR iter NAT44 env 5
2315       - 52  # rls2009 NDRPDR iter NAT44 env 5
2316       - 53  # rls2009 NDRPDR iter NAT44 env 5
2317       - 54  # rls2009 NDRPDR iter NAT44 env 5
2318       - 55  # rls2009 NDRPDR iter NAT44 env 5
2319       - 56  # rls2009 NDRPDR iter NAT44 env 5
2320       - 57  # rls2009 NDRPDR iter NAT44 env 5
2321       - 58  # rls2009 NDRPDR iter NAT44 env 5
2322       - 59  # rls2009 NDRPDR iter NAT44 env 5
2323       - 60  # rls2009 NDRPDR iter NAT44 env 5
2324       - 38  # rls2009 nf-density iter env 5
2325       - 41  # rls2009 nf-density iter env 5
2326       - 45  # rls2009 nf-density iter env 5
2327       - 47  # rls2009 nf-density iter env 5
2328       - 49  # rls2009 nf-density iter env 5
2329       - 63  # rls2009 nf-density iter env 5
2330       - 65  # rls2009 nf-density iter env 5
2331       - 66  # rls2009 nf-density iter env 5
2332       - 50  # rls2009 MRR nf-density iter env 5
2333       - 27  # rls2009 reconf env 5
2334       - 28  # rls2009 reconf env 5
2335       - 29  # rls2009 reconf env 5
2336       - 30  # rls2009 reconf env 5
2337       - 31  # rls2009 reconf env 5
2338       - 32  # rls2009 reconf env 5
2339       - 61  # rls2009 reconf env 5
2340       - 62  # rls2009 reconf env 5
2341       - 68  # rls2009 reconf env 5
2342       - 70  # rls2009 reconf env 5
2343       - 33  # rls2009 soak env 5
2344       - 34  # rls2009 soak env 5
2345     # TODO: Add:
2346     csit-vpp-perf-report-coverage-2009-2n-skx:
2347       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2348       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2349
2350     csit-vpp-perf-verify-2001-2n-clx:
2351       - 39  # MRR
2352     csit-vpp-perf-report-iterative-2005-2n-clx:
2353       - 62  # NDRPDR sel env 4
2354       - 63  # NDRPDR sel env 4
2355       - 64  # NDRPDR sel env 4
2356       - 65  # NDRPDR sel env 4
2357       - 66  # NDRPDR sel env 4
2358       - 68  # NDRPDR sel env 4
2359       - 69  # NDRPDR sel env 4
2360       - 70  # NDRPDR sel env 4
2361       - 103 # NDRPDR sel env 4
2362       - 104 # NDRPDR sel env 4
2363       - 73  # NDRPDR sel 2001.0-4
2364       - 74  # NDRPDR sel 2001.0-4
2365       - 75  # NDRPDR sel 2001.0-4
2366       - 76  # NDRPDR sel 2001.0-4
2367       - 77  # NDRPDR sel 2001.0-4
2368       - 78  # NDRPDR sel 2001.0-4
2369       - 79  # NDRPDR sel 2001.0-4
2370       - 80  # NDRPDR sel 2001.0-4
2371       - 72  # MRR env 4
2372       - 91  # nfv-density-00 env 4
2373       - 92  # nfv-density-00 env 4
2374       - 93  # nfv-density-00 env 4
2375       - 97  # nfv-density-00 env 4
2376       - 98  # nfv-density-00 env 4
2377       - 99  # nfv-density-00 env 4
2378       - 100 # nfv-density-00 env 4
2379       - 105 # nfv-density-00 env 4
2380       - 106 # nfv-density-00 env 4
2381       - 108 # nfv-density-00 env 4
2382       - 96  # MRR nfv-density-00 env 4
2383     # TODO: Add:
2384     csit-vpp-perf-report-iterative-2009-2n-clx:
2385       - 16  # rls2005 MRR iter env 5
2386       - 13  # rls2005 NDRPDR iter env 5
2387       - 15  # rls2005 NDRPDR iter env 5
2388       - 17  # rls2005 NDRPDR iter env 5
2389       - 18  # rls2005 NDRPDR iter env 5
2390       - 19  # rls2005 NDRPDR iter env 5
2391       - 20  # rls2005 NDRPDR iter env 5
2392       - 21  # rls2005 NDRPDR iter env 5
2393       - 22  # rls2005 NDRPDR iter env 5
2394       - 23  # rls2005 NDRPDR iter env 5
2395       - 24  # rls2005 NDRPDR iter env 5
2396       - 35  # rls2009 MRR iter env 5
2397       - 36  # rls2009 NDRPDR iter env 5
2398       - 38  # rls2009 NDRPDR iter env 5
2399       - 39  # rls2009 NDRPDR iter env 5
2400       - 40  # rls2009 NDRPDR iter env 5
2401       - 41  # rls2009 NDRPDR iter env 5
2402       - 42  # rls2009 NDRPDR iter env 5
2403       - 37  # rls2009 nf-density iter env 5
2404       - 43  # rls2009 nf-density iter env 5
2405       - 45  # rls2009 MRR nf-density iter env 5
2406       - 25  # rls2009 reconf env 5
2407       - 27  # rls2009 reconf env 5
2408       - 28  # rls2009 reconf env 5
2409       - 29  # rls2009 reconf env 5
2410       - 30  # rls2009 reconf env 5
2411       - 30  # rls2009 reconf env 5
2412       - 32  # rls2009 reconf env 5
2413       - 48  # rls2009 reconf env 5
2414       - 53  # rls2009 reconf env 5
2415       - 33  # rls2009 soak env 5
2416       - 34  # rls2009 soak env 5
2417     # TODO: Add:
2418 #    csit-vpp-perf-report-coverage-2009-2n-clx:
2419 #      -
2420
2421     csit-vpp-perf-verify-2001-3n-tsh:
2422       - 9   # MRR sel
2423     csit-vpp-perf-report-iterative-2005-3n-tsh:
2424       - 9   # NDRPDR sel
2425       - 11  # NDRPDR sel
2426       - 12  # NDRPDR sel
2427       - 20  # NDRPDR sel
2428       - 14  # NDRPDR sel
2429       - 21  # NDRPDR sel
2430       - 23  # NDRPDR sel env 4
2431       - 25  # NDRPDR sel env 4
2432       - 33  # NDRPDR sel env 4
2433       - 34  # NDRPDR sel env 4
2434       - 35  # NDRPDR sel env 4
2435       - 36  # NDRPDR sel env 4
2436       - 37  # NDRPDR sel env 4
2437       - 38  # NDRPDR sel env 4
2438       - 39  # NDRPDR sel env 4
2439       - 40  # NDRPDR sel env 4
2440       - 28  # NDRPDR sel 2001.0-4
2441       - 29  # NDRPDR sel 2001.0-4
2442       - 31  # NDRPDR sel 2001.0-4
2443       - 27  # MRR sel env 4
2444     # TODO: Add:
2445     csit-vpp-perf-report-iterative-2009-3n-tsh:
2446       - 8   # rls2005 NDRPDR iter env 5
2447       - 11  # rls2005 NDRPDR iter env 5
2448       - 12  # rls2005 NDRPDR iter env 5
2449       - 13  # rls2005 MRR iter env 5
2450       - 14  # rls2009 NDRPDR iter env 5
2451       - 15  # rls2006 MRR iter env 5
2452 #    csit-vpp-perf-report-coverage-2009-3n-tsh:
2453 #      -
2454
2455     csit-vpp-perf-verify-2001-3n-dnv:
2456       - 5   # NDRPDR sel
2457       - 6   # NDRPDR sel
2458       - 7   # NDRPDR sel
2459       - 8   # NDRPDR sel
2460       - 9   # NDRPDR sel
2461       - 10  # NDRPDR sel
2462       - 12  # NDRPDR sel
2463       - 16  # NDRPDR sel
2464       - 17  # NDRPDR sel
2465       - 18  # NDRPDR sel
2466       - 11  # MRR sel
2467     # TODO: Add:
2468     csit-vpp-perf-report-iterative-2009-3n-dnv:
2469       - 16  # rls2005 NDRPDR iter env 5
2470       - 19  # rls2005 MRR iter env 5
2471       - 3   # rls2009 NDRPDR iter env 5
2472       - 6   # rls2009 NDRPDR iter env 5
2473       - 7   # rls2009 NDRPDR iter env 5
2474       - 8   # rls2009 NDRPDR iter env 5
2475       - 10  # rls2009 NDRPDR iter env 5
2476       - 11  # rls2009 NDRPDR iter env 5
2477       - 12  # rls2009 NDRPDR iter env 5
2478       - 14  # rls2009 NDRPDR iter env 5
2479       - 15  # rls2009 NDRPDR iter env 5
2480       - 22  # rls2009 MRR iter env 5
2481     # TODO: Add:
2482     csit-vpp-perf-report-coverage-2009-3n-dnv:
2483       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2484
2485     csit-vpp-perf-verify-2001-2n-dnv:
2486       - 4   # NDRPDR sel
2487       - 5   # NDRPDR sel
2488       - 6   # NDRPDR sel
2489       - 7   # NDRPDR sel
2490       - 8   # NDRPDR sel
2491       - 9   # NDRPDR sel
2492       - 10  # NDRPDR sel
2493       - 11  # NDRPDR sel
2494       - 13  # NDRPDR sel
2495       - 16  # NDRPDR sel
2496       - 12  # MRR sel
2497     # TODO: Add:
2498     csit-vpp-perf-report-iterative-2009-2n-dnv:
2499       - 16  # rls2005 NDRPDR iter env 5
2500       - 17  # rls2005 NDRPDR iter env 5
2501       - 18  # rls2005 NDRPDR iter env 5
2502       - 19  # rls2005 NDRPDR iter env 5
2503       - 21  # rls2005 NDRPDR iter env 5
2504       - 24  # rls2005 NDRPDR iter env 5
2505       - 27  # rls2005 NDRPDR iter env 5
2506       - 28  # rls2005 NDRPDR iter env 5
2507       - 23  # rls2005 MRR iter env 5
2508       - 3   # rls2009 NDRPDR iter env 5
2509       - 5   # rls2009 NDRPDR iter env 5
2510       - 6   # rls2009 NDRPDR iter env 5
2511       - 7   # rls2009 NDRPDR iter env 5
2512       - 9   # rls2009 NDRPDR iter env 5
2513       - 10  # rls2009 NDRPDR iter env 5
2514       - 11  # rls2009 NDRPDR iter env 5
2515       - 12  # rls2009 NDRPDR iter env 5
2516       - 14  # rls2009 NDRPDR iter env 5
2517       - 15  # rls2009 NDRPDR iter env 5
2518       - 13  # rls2009 MRR iter env 5
2519     csit-vpp-perf-report-coverage-2009-2n-dnv:
2520       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2521       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2522       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2523       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2524       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2525       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2526
2527     csit-dpdk-perf-verify-2001-3n-hsw:
2528       - 4   # NDRPDR sel
2529       - 5   # NDRPDR sel
2530       - 6   # NDRPDR sel
2531       - 7   # NDRPDR sel
2532       - 8   # NDRPDR sel
2533       - 9   # NDRPDR sel
2534       - 10  # NDRPDR sel
2535       - 11  # NDRPDR sel
2536       - 12  # NDRPDR sel
2537       - 13  # NDRPDR sel
2538       - 15  # NDRPDR sel
2539       - 16  # NDRPDR sel
2540       - 17  # NDRPDR sel
2541       - 18  # NDRPDR sel
2542       - 19  # NDRPDR sel
2543       - 20  # NDRPDR sel
2544       - 21  # NDRPDR sel
2545       - 22  # NDRPDR sel
2546       - 23  # NDRPDR sel
2547       - 24  # NDRPDR sel
2548     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2549       - 25  # NDRPDR iter
2550       - 26  # NDRPDR iter
2551       - 27  # NDRPDR iter
2552       - 28  # NDRPDR iter
2553       - 29  # NDRPDR iter
2554       - 30  # NDRPDR iter
2555       - 31  # NDRPDR iter
2556       - 32  # NDRPDR iter
2557       - 33  # NDRPDR iter
2558       - 34  # NDRPDR iter
2559     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2560       - 6   # NDRPDR iter env5
2561       - 7   # NDRPDR iter env5
2562       - 8   # NDRPDR iter env5
2563       - 9   # NDRPDR iter env5
2564       - 10  # NDRPDR iter env5
2565       - 11  # NDRPDR iter env5
2566       - 12  # NDRPDR iter env5
2567       - 13  # NDRPDR iter env5
2568       - 14  # NDRPDR iter env5
2569       - 15  # NDRPDR iter env5
2570
2571     csit-dpdk-perf-verify-2001-3n-skx:
2572       - 29  # NDRPDR sel xxv710
2573       - 33  # NDRPDR sel xxv710
2574       - 34  # NDRPDR sel xxv710
2575       - 35  # NDRPDR sel xxv710
2576       - 36  # NDRPDR sel xxv710
2577       - 37  # NDRPDR sel xxv710
2578       - 41  # NDRPDR sel xxv710
2579       - 42  # NDRPDR sel xxv710
2580       - 43  # NDRPDR sel xxv710
2581       - 45  # NDRPDR sel xxv710
2582       - 30  # NDRPDR sel x710
2583       - 31  # NDRPDR sel x710
2584       - 32  # NDRPDR sel x710
2585       - 38  # NDRPDR sel x710
2586       - 39  # NDRPDR sel x710
2587       - 40  # NDRPDR sel x710
2588       - 44  # NDRPDR sel x710
2589       - 46  # NDRPDR sel x710
2590       - 47  # NDRPDR sel x710
2591       - 48  # NDRPDR sel x710
2592     csit-dpdk-perf-report-iterative-2005-3n-skx:
2593       - 28  # NDRPDR iter
2594       - 29  # NDRPDR iter
2595       - 30  # NDRPDR iter
2596       - 31  # NDRPDR iter
2597       - 32  # NDRPDR iter
2598       - 33  # NDRPDR iter
2599       - 34  # NDRPDR iter
2600       - 35  # NDRPDR iter
2601       - 36  # NDRPDR iter
2602       - 37  # NDRPDR iter
2603     csit-dpdk-perf-report-iterative-2009-3n-skx:
2604       - 4   # NDRPDR sel env5
2605       - 5   # NDRPDR sel env5
2606       - 6   # NDRPDR sel env5
2607       - 7   # NDRPDR sel env5
2608       - 8   # NDRPDR sel env5
2609       - 9   # NDRPDR sel env5
2610       - 14  # NDRPDR sel env5
2611       - 11  # NDRPDR sel env5
2612       - 12  # NDRPDR sel env5
2613       - 13  # NDRPDR sel env5
2614
2615     csit-dpdk-perf-verify-2001-2n-skx:
2616       - 35  # NDRPDR sel xxv710
2617       - 36  # NDRPDR sel xxv710
2618       - 37  # NDRPDR sel xxv710
2619       - 41  # NDRPDR sel xxv710
2620       - 42  # NDRPDR sel xxv710
2621       - 43  # NDRPDR sel xxv710
2622       - 46  # NDRPDR sel xxv710
2623       - 47  # NDRPDR sel xxv710
2624       - 52  # NDRPDR sel xxv710
2625       - 53  # NDRPDR sel xxv710
2626       - 38  # NDRPDR sel x710
2627       - 39  # NDRPDR sel x710
2628       - 40  # NDRPDR sel x710
2629       - 44  # NDRPDR sel x710
2630       - 45  # NDRPDR sel x710
2631       - 48  # NDRPDR sel x710
2632       - 49  # NDRPDR sel x710
2633       - 50  # NDRPDR sel x710
2634       - 51  # NDRPDR sel x710
2635       - 54  # NDRPDR sel x710
2636     csit-dpdk-perf-report-iterative-2005-2n-skx:
2637       - 20  # NDRPDR iter
2638       - 21  # NDRPDR iter
2639       - 22  # NDRPDR iter
2640       - 23  # NDRPDR iter
2641       - 24  # NDRPDR iter
2642       - 25  # NDRPDR iter
2643       - 26  # NDRPDR iter
2644       - 27  # NDRPDR iter
2645       - 28  # NDRPDR iter
2646       - 29  # NDRPDR iter
2647     csit-dpdk-perf-report-iterative-2009-2n-skx:
2648       - 4   # NDRPDR iter env5
2649       - 5   # NDRPDR iter env5
2650       - 6   # NDRPDR iter env5
2651       - 7   # NDRPDR iter env5
2652       - 8   # NDRPDR iter env5
2653       - 9   # NDRPDR iter env5
2654       - 10  # NDRPDR iter env5
2655       - 11  # NDRPDR iter env5
2656       - 12  # NDRPDR iter env5
2657       - 13  # NDRPDR iter env5
2658
2659     csit-dpdk-perf-verify-2001-2n-clx:
2660       - 15  # NDRPDR sel
2661       - 16  # NDRPDR sel
2662       - 17  # NDRPDR sel
2663       - 18  # NDRPDR sel
2664       - 19  # NDRPDR sel
2665       - 20  # NDRPDR sel
2666       - 21  # NDRPDR sel
2667       - 22  # NDRPDR sel
2668       - 23  # NDRPDR sel
2669       - 24  # NDRPDR sel
2670       - 25  # NDRPDR sel
2671       - 26  # NDRPDR sel
2672       - 27  # NDRPDR sel
2673       - 28  # NDRPDR sel
2674       - 29  # NDRPDR sel
2675       - 30  # NDRPDR sel
2676       - 31  # NDRPDR sel
2677       - 32  # NDRPDR sel
2678       - 33  # NDRPDR sel
2679       - 34  # NDRPDR sel
2680     csit-dpdk-perf-report-iterative-2005-2n-clx:
2681       - 20  # NDRPDR iter
2682       - 21  # NDRPDR iter
2683       - 22  # NDRPDR iter
2684       - 23  # NDRPDR iter
2685       - 24  # NDRPDR iter
2686       - 25  # NDRPDR iter
2687       - 26  # NDRPDR iter
2688       - 27  # NDRPDR iter
2689       - 28  # NDRPDR iter
2690       - 29  # NDRPDR iter
2691     csit-dpdk-perf-report-iterative-2009-2n-clx:
2692       - 4   # NDRPDR iter env5
2693       - 5   # NDRPDR iter env5
2694       - 6   # NDRPDR iter env5
2695       - 7   # NDRPDR iter env5
2696       - 8   # NDRPDR iter env5
2697       - 9   # NDRPDR iter env5
2698       - 10  # NDRPDR iter env5
2699       - 11  # NDRPDR iter env5
2700       - 12  # NDRPDR iter env5
2701       - 13  # NDRPDR iter env5
2702
2703 #    csit-dpdk-perf-verify-2001-2n-dnv:
2704 #      - 9   # NDRPDR sel
2705 #      - 10  # NDRPDR sel
2706 #      - 11  # NDRPDR sel
2707 #      - 12  # NDRPDR sel
2708 #      - 13  # NDRPDR sel
2709 #      - 14  # NDRPDR sel
2710 #      - 15  # NDRPDR sel
2711 #      - 16  # NDRPDR sel
2712 #      - 17  # NDRPDR sel
2713 #      - 18  # NDRPDR sel
2714 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2715 #      - 8   # NDRPDR sel
2716 #      - 9   # NDRPDR sel
2717 #      - 10  # NDRPDR sel
2718 #      - 11  # NDRPDR sel
2719 #      - 12  # NDRPDR sel
2720 #      - 13  # NDRPDR sel
2721 #      - 14  # NDRPDR sel
2722 #      - 15  # NDRPDR sel
2723 #      - 16  # NDRPDR sel
2724 #      - 17  # NDRPDR sel
2725 #    # TODO: Add:
2726 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2727
2728 #    csit-dpdk-perf-verify-2001-3n-dnv:
2729 #      - 12  # NDRPDR sel
2730 #      - 13  # NDRPDR sel
2731 #      - 14  # NDRPDR sel
2732 #      - 15  # NDRPDR sel
2733 #      - 16  # NDRPDR sel
2734 #      - 17  # NDRPDR sel
2735 #      - 18  # NDRPDR sel
2736 #      - 19  # NDRPDR sel
2737 #      - 20  # NDRPDR sel
2738 #      - 22  # NDRPDR sel
2739 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2740 #      - 6   # NDRPDR sel
2741 #      - 7   # NDRPDR sel
2742 #      - 8   # NDRPDR sel
2743 #      - 9   # NDRPDR sel
2744 #      - 10  # NDRPDR sel
2745 #      - 11  # NDRPDR sel
2746 #      - 12  # NDRPDR sel
2747 #      - 13  # NDRPDR sel
2748 #      - 14  # NDRPDR sel
2749 #      - 16  # NDRPDR sel
2750 #    # TODO: Add:
2751 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2752
2753     csit-dpdk-perf-verify-2001-3n-tsh:
2754       - 3   # NDRPDR sel
2755       - 4   # NDRPDR sel
2756       - 5   # NDRPDR sel
2757       - 9   # NDRPDR sel
2758       - 10  # NDRPDR sel
2759       - 11  # NDRPDR sel
2760       - 12  # NDRPDR sel
2761       - 14  # NDRPDR sel
2762       - 15  # NDRPDR sel
2763       - 18  # NDRPDR sel
2764     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2765       - 5   # NDRPDR sel
2766     # TODO: Add:
2767     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2768       - 1   # NDRPDR iter env5
2769       - 2   # NDRPDR iter env5
2770       - 3   # NDRPDR iter env5
2771       - 4   # NDRPDR iter env5
2772       - 5   # NDRPDR iter env5
2773       - 6   # NDRPDR iter env5
2774       - 7   # NDRPDR iter env5
2775       - 9   # NDRPDR iter env5
2776       - 10  # NDRPDR iter env5
2777
2778     # TODO: Add:
2779     csit-vpp-device-2009-ubuntu1804-1n-skx:
2780       - 131 # rls2009 env 5
2781
2782 - type: "output"
2783   output: "report"
2784   format:
2785     html:
2786     - full
2787 #    pdf:
2788 #    - minimal
2789
2790 ################################################################################
2791 ###                               T A B L E S                                ###
2792 ################################################################################
2793
2794 # VPP Soak vs NDR - 2n-skx
2795 - type: "table"
2796   title: "VPP Soak vs NDR 2n-skx"
2797   algorithm: "table_soak_vs_ndr"
2798   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2799   reference:
2800     title: "NDR"
2801     data: "vpp-soak-vs-ndr-2n-skx-ref"
2802   compare:
2803     title: "Soak"
2804     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2805   data: "vpp-soak-vs-ndr-2n-skx"
2806   include-tests: "NDR"
2807   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2808   parameters:
2809     - "throughput"
2810     - "name"
2811     - "parent"
2812
2813 # VPP Soak vs NDR - 2n-clx
2814 - type: "table"
2815   title: "VPP Soak vs NDR 2n-clx"
2816   algorithm: "table_soak_vs_ndr"
2817   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2818   reference:
2819     title: "NDR"
2820     data: "vpp-soak-vs-ndr-2n-clx-ref"
2821   compare:
2822     title: "Soak"
2823     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2824   data: "vpp-soak-vs-ndr-2n-clx"
2825   include-tests: "NDR"
2826   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2827   parameters:
2828     - "throughput"
2829     - "name"
2830     - "parent"
2831
2832 ################################################################################
2833
2834 ## VPP Compare NICs 3n-skx 2t1c ndr
2835 #- type: "table"
2836 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2837 #  algorithm: "table_comparison"
2838 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2839 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2840 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2841 #  columns:
2842 #    - title: "x710"
2843 #      data-set: "vpp-nic-comparison-3n-skx"
2844 #      tag: "NIC_Intel-X710"
2845 #    - title: "xxv710"
2846 #      data-set: "vpp-nic-comparison-3n-skx"
2847 #      tag: "NIC_Intel-XXV710"
2848 #  comparisons:
2849 #    - title: "Diff"
2850 #      reference: 1
2851 #      compare: 2
2852 #  legend:
2853 #    - ""
2854 #    - "x710, xxv710 - NICs tested."
2855 #    - "Diff - difference between x710 and xxv710 NIC."
2856 #
2857 ## VPP Compare NICs 3n-skx 4t2c ndr
2858 #- type: "table"
2859 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2860 #  algorithm: "table_comparison"
2861 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2862 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2863 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2864 #  columns:
2865 #    - title: "x710"
2866 #      data-set: "vpp-nic-comparison-3n-skx"
2867 #      tag: "NIC_Intel-X710"
2868 #    - title: "xxv710"
2869 #      data-set: "vpp-nic-comparison-3n-skx"
2870 #      tag: "NIC_Intel-XXV710"
2871 #  comparisons:
2872 #    - title: "Diff"
2873 #      reference: 1
2874 #      compare: 2
2875 #  legend:
2876 #    - ""
2877 #    - "x710, xxv710 - NICs tested."
2878 #    - "Diff - difference between x710 and xxv710 NIC."
2879 #
2880 ## VPP Compare NICs 3n-skx 2t1c pdr
2881 #- type: "table"
2882 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2883 #  algorithm: "table_comparison"
2884 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2885 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2886 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2887 #  columns:
2888 #    - title: "x710"
2889 #      data-set: "vpp-nic-comparison-3n-skx"
2890 #      tag: "NIC_Intel-X710"
2891 #    - title: "xxv710"
2892 #      data-set: "vpp-nic-comparison-3n-skx"
2893 #      tag: "NIC_Intel-XXV710"
2894 #  comparisons:
2895 #    - title: "Diff"
2896 #      reference: 1
2897 #      compare: 2
2898 #  legend:
2899 #    - ""
2900 #    - "x710, xxv710 - NICs tested."
2901 #    - "Diff - difference between x710 and xxv710 NIC."
2902 #
2903 ## VPP Compare NICs 3n-skx 4t2c pdr
2904 #- type: "table"
2905 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2906 #  algorithm: "table_comparison"
2907 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2908 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2909 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2910 #  columns:
2911 #    - title: "x710"
2912 #      data-set: "vpp-nic-comparison-3n-skx"
2913 #      tag: "NIC_Intel-X710"
2914 #    - title: "xxv710"
2915 #      data-set: "vpp-nic-comparison-3n-skx"
2916 #      tag: "NIC_Intel-XXV710"
2917 #  comparisons:
2918 #    - title: "Diff"
2919 #      reference: 1
2920 #      compare: 2
2921 #  legend:
2922 #    - ""
2923 #    - "x710, xxv710 - NICs tested."
2924 #    - "Diff - difference between x710 and xxv710 NIC."
2925
2926 ## VPP Compare NICs 3n-skx 2t1c mrr
2927 #- type: "table"
2928 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2929 #  algorithm: "table_comparison"
2930 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2931 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2932 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2933 #  columns:
2934 #    - title: "x710"
2935 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2936 #      tag: "NIC_Intel-X710"
2937 #    - title: "xxv710"
2938 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2939 #      tag: "NIC_Intel-XXV710"
2940 #  comparisons:
2941 #    - title: "Diff"
2942 #      reference: 1
2943 #      compare: 2
2944 #  legend:
2945 #    - ""
2946 #    - "x710, xxv710 - NICs tested."
2947 #    - "Diff - difference between x710 and xxv710 NIC."
2948 #
2949 ## VPP Compare NICs 3n-skx 4t2c mrr
2950 #- type: "table"
2951 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2952 #  algorithm: "table_comparison"
2953 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2954 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2955 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2956 #  columns:
2957 #    - title: "x710"
2958 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2959 #      tag: "NIC_Intel-X710"
2960 #    - title: "xxv710"
2961 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2962 #      tag: "NIC_Intel-XXV710"
2963 #  comparisons:
2964 #    - title: "Diff"
2965 #      reference: 1
2966 #      compare: 2
2967 #  legend:
2968 #    - ""
2969 #    - "x710, xxv710 - NICs tested."
2970 #    - "Diff - difference between x710 and xxv710 NIC."
2971 #
2972 ## VPP Compare NICs 3n-skx 8t4c mrr
2973 #- type: "table"
2974 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2975 #  algorithm: "table_comparison"
2976 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2977 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2978 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2979 #  columns:
2980 #    - title: "x710"
2981 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2982 #      tag: "NIC_Intel-X710"
2983 #    - title: "xxv710"
2984 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2985 #      tag: "NIC_Intel-XXV710"
2986 #  comparisons:
2987 #    - title: "Diff"
2988 #      reference: 1
2989 #      compare: 2
2990 #  legend:
2991 #    - ""
2992 #    - "x710, xxv710 - NICs tested."
2993 #    - "Diff - difference between x710 and xxv710 NIC."
2994
2995 # VPP Compare NICs 2n-skx 2t1c ndr
2996 - type: "table"
2997   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2998   algorithm: "table_comparison"
2999   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3000   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3001   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3002   columns:
3003     - title: "x710"
3004       data-set: "vpp-nic-comparison-2n-skx"
3005       tag: "NIC_Intel-X710"
3006     - title: "xxv710"
3007       data-set: "vpp-nic-comparison-2n-skx"
3008       tag: "NIC_Intel-XXV710"
3009   comparisons:
3010     - title: "Diff"
3011       reference: 1
3012       compare: 2
3013   legend:
3014     - ""
3015     - "x710, xxv710 - NICs tested."
3016     - "Diff - difference between x710 and xxv710 NIC."
3017
3018 # VPP Compare NICs 2n-skx 4t2c ndr
3019 - type: "table"
3020   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3021   algorithm: "table_comparison"
3022   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3023   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3024   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3025   columns:
3026     - title: "x710"
3027       data-set: "vpp-nic-comparison-2n-skx"
3028       tag: "NIC_Intel-X710"
3029     - title: "xxv710"
3030       data-set: "vpp-nic-comparison-2n-skx"
3031       tag: "NIC_Intel-XXV710"
3032   comparisons:
3033     - title: "Diff"
3034       reference: 1
3035       compare: 2
3036   legend:
3037     - ""
3038     - "x710, xxv710 - NICs tested."
3039     - "Diff - difference between x710 and xxv710 NIC."
3040
3041 # VPP Compare NICs 2n-skx 2t1c pdr
3042 - type: "table"
3043   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3044   algorithm: "table_comparison"
3045   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3046   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3047   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3048   columns:
3049     - title: "x710"
3050       data-set: "vpp-nic-comparison-2n-skx"
3051       tag: "NIC_Intel-X710"
3052     - title: "xxv710"
3053       data-set: "vpp-nic-comparison-2n-skx"
3054       tag: "NIC_Intel-XXV710"
3055   comparisons:
3056     - title: "Diff"
3057       reference: 1
3058       compare: 2
3059   legend:
3060     - ""
3061     - "x710, xxv710 - NICs tested."
3062     - "Diff - difference between x710 and xxv710 NIC."
3063
3064 # VPP Compare NICs 2n-skx 4t2c pdr
3065 - type: "table"
3066   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3067   algorithm: "table_comparison"
3068   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3069   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3070   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3071   columns:
3072     - title: "x710"
3073       data-set: "vpp-nic-comparison-2n-skx"
3074       tag: "NIC_Intel-X710"
3075     - title: "xxv710"
3076       data-set: "vpp-nic-comparison-2n-skx"
3077       tag: "NIC_Intel-XXV710"
3078   comparisons:
3079     - title: "Diff"
3080       reference: 1
3081       compare: 2
3082   legend:
3083     - ""
3084     - "x710, xxv710 - NICs tested."
3085     - "Diff - difference between x710 and xxv710 NIC."
3086
3087 # VPP Compare NICs 2n-skx 2t1c mrr
3088 - type: "table"
3089   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3090   algorithm: "table_comparison"
3091   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3092   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3093   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3094   columns:
3095     - title: "x710"
3096       data-set: "vpp-nic-comparison-2n-skx-mrr"
3097       tag: "NIC_Intel-X710"
3098     - title: "xxv710"
3099       data-set: "vpp-nic-comparison-2n-skx-mrr"
3100       tag: "NIC_Intel-XXV710"
3101   comparisons:
3102     - title: "Diff"
3103       reference: 1
3104       compare: 2
3105   legend:
3106     - ""
3107     - "x710, xxv710 - NICs tested."
3108     - "Diff - difference between x710 and xxv710 NIC."
3109
3110 # VPP Compare NICs 2n-skx 4t2c mrr
3111 - type: "table"
3112   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3113   algorithm: "table_comparison"
3114   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3115   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3116   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3117   columns:
3118     - title: "x710"
3119       data-set: "vpp-nic-comparison-2n-skx-mrr"
3120       tag: "NIC_Intel-X710"
3121     - title: "xxv710"
3122       data-set: "vpp-nic-comparison-2n-skx-mrr"
3123       tag: "NIC_Intel-XXV710"
3124   comparisons:
3125     - title: "Diff"
3126       reference: 1
3127       compare: 2
3128   legend:
3129     - ""
3130     - "x710, xxv710 - NICs tested."
3131     - "Diff - difference between x710 and xxv710 NIC."
3132
3133 # VPP Compare NICs 2n-skx 8t4c mrr
3134 - type: "table"
3135   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3136   algorithm: "table_comparison"
3137   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3138   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3139   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3140   columns:
3141     - title: "x710"
3142       data-set: "vpp-nic-comparison-2n-skx-mrr"
3143       tag: "NIC_Intel-X710"
3144     - title: "xxv710"
3145       data-set: "vpp-nic-comparison-2n-skx-mrr"
3146       tag: "NIC_Intel-XXV710"
3147   comparisons:
3148     - title: "Diff"
3149       reference: 1
3150       compare: 2
3151   legend:
3152     - ""
3153     - "x710, xxv710 - NICs tested."
3154     - "Diff - difference between x710 and xxv710 NIC."
3155
3156 ################################################################################
3157 # VPP
3158
3159 # VPP Performance Changes 3n-hsw 1t1c pdr
3160 - type: "table"
3161   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3162   algorithm: "table_comparison"
3163   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3165   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3166   columns:
3167     - title: "2001.0-4"
3168       data-set: "vpp-performance-changes-3n-hsw-h1"
3169     - title: "2005.0-4"
3170       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3171     - title: "2005.0-5"
3172       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3173     - title: "2009.0-5"
3174       data-set: "vpp-performance-changes-3n-hsw-cmp"
3175   comparisons:
3176     - title: "2005.0-5 vs 2005.0-4"
3177       reference: 2
3178       compare: 3
3179 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3180     - title: "2009.0-5 vs 2005.0-5"
3181       reference: 3
3182       compare: 4
3183 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3184   legend:
3185     - ''
3186     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3187     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3188     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3189     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3190     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3191
3192 # VPP Performance Changes 3n-hsw 2t2c pdr
3193 - type: "table"
3194   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3195   algorithm: "table_comparison"
3196   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3197   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3198   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3199   columns:
3200     - title: "2001.0-4"
3201       data-set: "vpp-performance-changes-3n-hsw-h1"
3202     - title: "2005.0-4"
3203       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3204     - title: "2005.0-5"
3205       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3206     - title: "2009.0-5"
3207       data-set: "vpp-performance-changes-3n-hsw-cmp"
3208   comparisons:
3209     - title: "2005.0-5 vs 2005.0-4"
3210       reference: 2
3211       compare: 3
3212 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3213     - title: "2009.0-5 vs 2005.0-5"
3214       reference: 3
3215       compare: 4
3216 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3217   legend:
3218     - ''
3219     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3220     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3221     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3222     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3223     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3224
3225 # VPP Performance Changes 3n-hsw 1t1c ndr
3226 - type: "table"
3227   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3228   algorithm: "table_comparison"
3229   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3230   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3231   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3232   columns:
3233     - title: "2001.0-4"
3234       data-set: "vpp-performance-changes-3n-hsw-h1"
3235     - title: "2005.0-4"
3236       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3237     - title: "2005.0-5"
3238       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3239     - title: "2009.0-5"
3240       data-set: "vpp-performance-changes-3n-hsw-cmp"
3241   comparisons:
3242     - title: "2005.0-5 vs 2005.0-4"
3243       reference: 2
3244       compare: 3
3245 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3246     - title: "2009.0-5 vs 2005.0-5"
3247       reference: 3
3248       compare: 4
3249 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3250   legend:
3251     - ''
3252     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3253     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3254     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3255     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3256     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3257
3258 # VPP Performance Changes 3n-hsw 2t2c ndr
3259 - type: "table"
3260   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3261   algorithm: "table_comparison"
3262   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3263   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3264   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3265   columns:
3266     - title: "2001.0-4"
3267       data-set: "vpp-performance-changes-3n-hsw-h1"
3268     - title: "2005.0-4"
3269       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3270     - title: "2005.0-5"
3271       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3272     - title: "2009.0-5"
3273       data-set: "vpp-performance-changes-3n-hsw-cmp"
3274   comparisons:
3275     - title: "2005.0-5 vs 2005.0-4"
3276       reference: 2
3277       compare: 3
3278 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3279     - title: "2009.0-5 vs 2005.0-5"
3280       reference: 3
3281       compare: 4
3282 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3283   legend:
3284     - ''
3285     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3286     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3287     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3288     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3289     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3290
3291 # VPP Performance Changes 3n-skx 2t1c pdr
3292 - type: "table"
3293   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3294   algorithm: "table_comparison"
3295   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3297   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3298   columns:
3299     - title: "2001.0-4"
3300       data-set: "vpp-performance-changes-3n-skx-h1"
3301     - title: "2005.0-4"
3302       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3303     - title: "2005.0-5"
3304       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3305     - title: "2009.0-5"
3306       data-set: "vpp-performance-changes-3n-skx-cmp"
3307   comparisons:
3308     - title: "2005.0-5 vs 2005.0-4"
3309       reference: 2
3310       compare: 3
3311 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3312     - title: "2009.0-5 vs 2005.0-5"
3313       reference: 3
3314       compare: 4
3315 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3316   legend:
3317     - ''
3318     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3319     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3320     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3321     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3322     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3323
3324 # VPP Performance Changes 3n-skx 4t2c pdr
3325 - type: "table"
3326   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3327   algorithm: "table_comparison"
3328   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3330   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3331   columns:
3332     - title: "2001.0-4"
3333       data-set: "vpp-performance-changes-3n-skx-h1"
3334     - title: "2005.0-4"
3335       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3336     - title: "2005.0-5"
3337       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3338     - title: "2009.0-5"
3339       data-set: "vpp-performance-changes-3n-skx-cmp"
3340   comparisons:
3341     - title: "2005.0-5 vs 2005.0-4"
3342       reference: 2
3343       compare: 3
3344 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3345     - title: "2009.0-5 vs 2005.0-5"
3346       reference: 3
3347       compare: 4
3348 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3349   legend:
3350     - ''
3351     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3352     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3353     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3354     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3355     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3356
3357 # VPP Performance Changes 3n-skx 2t1c ndr
3358 - type: "table"
3359   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3360   algorithm: "table_comparison"
3361   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3363   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3364   columns:
3365     - title: "2001.0-4"
3366       data-set: "vpp-performance-changes-3n-skx-h1"
3367     - title: "2005.0-4"
3368       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3369     - title: "2005.0-5"
3370       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3371     - title: "2009.0-5"
3372       data-set: "vpp-performance-changes-3n-skx-cmp"
3373   comparisons:
3374     - title: "2005.0-5 vs 2005.0-4"
3375       reference: 2
3376       compare: 3
3377 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3378     - title: "2009.0-5 vs 2005.0-5"
3379       reference: 3
3380       compare: 4
3381 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3382   legend:
3383     - ''
3384     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3385     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3386     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3387     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3388     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3389
3390 # VPP Performance Changes 3n-skx 4t2c ndr
3391 - type: "table"
3392   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3393   algorithm: "table_comparison"
3394   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3395   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3396   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3397   columns:
3398     - title: "2001.0-4"
3399       data-set: "vpp-performance-changes-3n-skx-h1"
3400     - title: "2005.0-4"
3401       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3402     - title: "2005.0-5"
3403       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3404     - title: "2009.0-5"
3405       data-set: "vpp-performance-changes-3n-skx-cmp"
3406   comparisons:
3407     - title: "2005.0-5 vs 2005.0-4"
3408       reference: 2
3409       compare: 3
3410 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3411     - title: "2009.0-5 vs 2005.0-5"
3412       reference: 3
3413       compare: 4
3414 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3415   legend:
3416     - ''
3417     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3418     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3419     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3420     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3421     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3422
3423 # VPP Performance Changes 2n-skx 2t1c pdr
3424 - type: "table"
3425   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3426   algorithm: "table_comparison"
3427   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3429   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3430   columns:
3431     - title: "2001.0-4"
3432       data-set: "vpp-performance-changes-2n-skx-h1"
3433     - title: "2005.0-4"
3434       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3435     - title: "2005.0-5"
3436       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3437     - title: "2009.0-5"
3438       data-set: "vpp-performance-changes-2n-skx-cmp"
3439   comparisons:
3440     - title: "2005.0-5 vs 2005.0-4"
3441       reference: 2
3442       compare: 3
3443 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3444     - title: "2009.0-5 vs 2005.0-5"
3445       reference: 3
3446       compare: 4
3447 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3448   legend:
3449     - ''
3450     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3451     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3452     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3453     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3454     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3455
3456 # VPP Performance Changes 2n-skx 4t2c pdr
3457 - type: "table"
3458   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3459   algorithm: "table_comparison"
3460   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3461   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3462   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3463   columns:
3464     - title: "2001.0-4"
3465       data-set: "vpp-performance-changes-2n-skx-h1"
3466     - title: "2005.0-4"
3467       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3468     - title: "2005.0-5"
3469       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3470     - title: "2009.0-5"
3471       data-set: "vpp-performance-changes-2n-skx-cmp"
3472   comparisons:
3473     - title: "2005.0-5 vs 2005.0-4"
3474       reference: 2
3475       compare: 3
3476 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3477     - title: "2009.0-5 vs 2005.0-5"
3478       reference: 3
3479       compare: 4
3480 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3481   legend:
3482     - ''
3483     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3484     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3485     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3486     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3487     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3488
3489 # VPP Performance Changes 2n-skx 2t1c ndr
3490 - type: "table"
3491   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3492   algorithm: "table_comparison"
3493   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3494   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3495   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3496   columns:
3497     - title: "2001.0-4"
3498       data-set: "vpp-performance-changes-2n-skx-h1"
3499     - title: "2005.0-4"
3500       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3501     - title: "2005.0-5"
3502       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3503     - title: "2009.0-5"
3504       data-set: "vpp-performance-changes-2n-skx-cmp"
3505   comparisons:
3506     - title: "2005.0-5 vs 2005.0-4"
3507       reference: 2
3508       compare: 3
3509 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3510     - title: "2009.0-5 vs 2005.0-5"
3511       reference: 3
3512       compare: 4
3513 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3514   legend:
3515     - ''
3516     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3517     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3518     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3519     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3520     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3521
3522 # VPP Performance Changes 2n-skx 4t2c ndr
3523 - type: "table"
3524   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3525   algorithm: "table_comparison"
3526   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3527   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3528   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3529   columns:
3530     - title: "2001.0-4"
3531       data-set: "vpp-performance-changes-2n-skx-h1"
3532     - title: "2005.0-4"
3533       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3534     - title: "2005.0-5"
3535       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3536     - title: "2009.0-5"
3537       data-set: "vpp-performance-changes-2n-skx-cmp"
3538   comparisons:
3539     - title: "2005.0-5 vs 2005.0-4"
3540       reference: 2
3541       compare: 3
3542 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3543     - title: "2009.0-5 vs 2005.0-5"
3544       reference: 3
3545       compare: 4
3546 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3547   legend:
3548     - ''
3549     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3550     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3551     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3552     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3553     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3554
3555 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3556 - type: "table"
3557   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3558   algorithm: "table_comparison"
3559   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3561   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3562   columns:
3563     - title: "2001.0-4"
3564       data-set: "vpp-performance-changes-2n-clx-h1"
3565     - title: "2005.0-4"
3566       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3567     - title: "2005.0-5"
3568       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3569     - title: "2009.0-5"
3570       data-set: "vpp-performance-changes-2n-clx-cmp"
3571   comparisons:
3572     - title: "2005.0-5 vs 2005.0-4"
3573       reference: 2
3574       compare: 3
3575 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3576     - title: "2009.0-5 vs 2005.0-5"
3577       reference: 3
3578       compare: 4
3579 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3580   legend:
3581     - ''
3582     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3583     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3584     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3585     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3586     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3587
3588 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3589 - type: "table"
3590   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3591   algorithm: "table_comparison"
3592   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3593   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3594   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3595   columns:
3596     - title: "2001.0-4"
3597       data-set: "vpp-performance-changes-2n-clx-h1"
3598     - title: "2005.0-4"
3599       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3600     - title: "2005.0-5"
3601       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3602     - title: "2009.0-5"
3603       data-set: "vpp-performance-changes-2n-clx-cmp"
3604   comparisons:
3605     - title: "2005.0-5 vs 2005.0-4"
3606       reference: 2
3607       compare: 3
3608 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3609     - title: "2009.0-5 vs 2005.0-5"
3610       reference: 3
3611       compare: 4
3612 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3613   legend:
3614     - ''
3615     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3616     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3617     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3618     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3619     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3620
3621 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3622 - type: "table"
3623   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3624   algorithm: "table_comparison"
3625   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3626   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3627   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3628   columns:
3629     - title: "2001.0-4"
3630       data-set: "vpp-performance-changes-2n-clx-h1"
3631     - title: "2005.0-4"
3632       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3633     - title: "2005.0-5"
3634       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3635     - title: "2009.0-5"
3636       data-set: "vpp-performance-changes-2n-clx-cmp"
3637   comparisons:
3638     - title: "2005.0-5 vs 2005.0-4"
3639       reference: 2
3640       compare: 3
3641 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3642     - title: "2009.0-5 vs 2005.0-5"
3643       reference: 3
3644       compare: 4
3645 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3646   legend:
3647     - ''
3648     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3649     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3650     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3651     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3652     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3653
3654 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3655 - type: "table"
3656   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3657   algorithm: "table_comparison"
3658   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3660   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3661   columns:
3662     - title: "2001.0-4"
3663       data-set: "vpp-performance-changes-2n-clx-h1"
3664     - title: "2005.0-4"
3665       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3666     - title: "2005.0-5"
3667       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3668     - title: "2009.0-5"
3669       data-set: "vpp-performance-changes-2n-clx-cmp"
3670   comparisons:
3671     - title: "2005.0-5 vs 2005.0-4"
3672       reference: 2
3673       compare: 3
3674 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3675     - title: "2009.0-5 vs 2005.0-5"
3676       reference: 3
3677       compare: 4
3678 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3679   legend:
3680     - ''
3681     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3682     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3683     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3684     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3685     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3686
3687 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3688 #- type: "table"
3689 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3690 #  algorithm: "table_comparison"
3691 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3692 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3693 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3694 #  columns:
3695 #    - title: "2001.0-2"
3696 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3697 #    - title: "2005.0-3"
3698 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3699 #  comparisons:
3700 #    - title: "Diff"
3701 #      reference: 1
3702 #      compare: 2
3703 #  legend:
3704 #    - ''
3705 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3706 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3707 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3708 #    - '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.'
3709 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3710 #
3711 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3712 #- type: "table"
3713 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3714 #  algorithm: "table_comparison"
3715 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3716 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3717 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3718 #  columns:
3719 #    - title: "2001.0-2"
3720 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3721 #    - title: "2005.0-3"
3722 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3723 #  comparisons:
3724 #    - title: "Diff"
3725 #      reference: 1
3726 #      compare: 2
3727 #  legend:
3728 #    - ''
3729 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3730 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3731 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3732 #    - '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.'
3733 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3734 #
3735 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3736 #- type: "table"
3737 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3738 #  algorithm: "table_comparison"
3739 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3740 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3741 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3742 #  columns:
3743 #    - title: "2001.0-2"
3744 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3745 #    - title: "2005.0-3"
3746 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3747 #  comparisons:
3748 #    - title: "Diff"
3749 #      reference: 1
3750 #      compare: 2
3751 #  legend:
3752 #    - ''
3753 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3754 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3755 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3756 #    - '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.'
3757 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3758 #
3759 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3760 #- type: "table"
3761 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3762 #  algorithm: "table_comparison"
3763 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3764 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3765 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3766 #  columns:
3767 #    - title: "2001.0-2"
3768 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3769 #    - title: "2005.0-3"
3770 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3771 #  comparisons:
3772 #    - title: "Diff"
3773 #      reference: 1
3774 #      compare: 2
3775 #  legend:
3776 #    - ''
3777 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3778 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3779 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3780 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3781 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3782
3783 # VPP Performance Changes 2n-dnv 1t1c pdr
3784 - type: "table"
3785   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3786   algorithm: "table_comparison"
3787   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3788   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3789   filter: "'1T1C'"
3790   columns:
3791     - title: "2001.0-2"
3792       data-set: "vpp-performance-changes-2n-dnv-h1"
3793     - title: "2005.0-5"
3794       data-set: "vpp-performance-changes-2n-dnv-ref"
3795     - title: "2009.0-5"
3796       data-set: "vpp-performance-changes-2n-dnv-cmp"
3797   comparisons:
3798     - title: "2009.0-5 vs 2005.0-5"
3799       reference: 2
3800       compare: 3
3801   legend:
3802     - ''
3803     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3804     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3805     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3806     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3807
3808 # VPP Performance Changes 2n-dnv 2t2c pdr
3809 - type: "table"
3810   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3811   algorithm: "table_comparison"
3812   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3813   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3814   filter: "'2T2C'"
3815   columns:
3816     - title: "2001.0-2"
3817       data-set: "vpp-performance-changes-2n-dnv-h1"
3818     - title: "2005.0-5"
3819       data-set: "vpp-performance-changes-2n-dnv-ref"
3820     - title: "2009.0-5"
3821       data-set: "vpp-performance-changes-2n-dnv-cmp"
3822   comparisons:
3823     - title: "2009.0-5 vs 2005.0-5"
3824       reference: 2
3825       compare: 3
3826   legend:
3827     - ''
3828     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3829     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3830     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3831     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3832
3833 # VPP Performance Changes 2n-dnv 1t1c ndr
3834 - type: "table"
3835   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3836   algorithm: "table_comparison"
3837   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3838   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3839   filter: "'1T1C'"
3840   columns:
3841     - title: "2001.0-2"
3842       data-set: "vpp-performance-changes-2n-dnv-h1"
3843     - title: "2005.0-5"
3844       data-set: "vpp-performance-changes-2n-dnv-ref"
3845     - title: "2009.0-5"
3846       data-set: "vpp-performance-changes-2n-dnv-cmp"
3847   comparisons:
3848     - title: "2009.0-5 vs 2005.0-5"
3849       reference: 2
3850       compare: 3
3851   legend:
3852     - ''
3853     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3854     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3855     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3856     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3857
3858 # VPP Performance Changes 2n-dnv 2t2c ndr
3859 - type: "table"
3860   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3861   algorithm: "table_comparison"
3862   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3863   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3864   filter: "'2T2C'"
3865   columns:
3866     - title: "2001.0-2"
3867       data-set: "vpp-performance-changes-2n-dnv-h1"
3868     - title: "2005.0-5"
3869       data-set: "vpp-performance-changes-2n-dnv-ref"
3870     - title: "2009.0-5"
3871       data-set: "vpp-performance-changes-2n-dnv-cmp"
3872   comparisons:
3873     - title: "2009.0-5 vs 2005.0-5"
3874       reference: 2
3875       compare: 3
3876   legend:
3877     - ''
3878     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3879     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3880     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3881     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3882
3883 # VPP Performance Changes 3n-dnv 1t1c pdr
3884 - type: "table"
3885   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3886   algorithm: "table_comparison"
3887   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3888   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3889   filter: "'1T1C'"
3890   columns:
3891     - title: "2001.0-2"
3892       data-set: "vpp-performance-changes-3n-dnv-h1"
3893     - title: "2005.0-5"
3894       data-set: "vpp-performance-changes-3n-dnv-ref"
3895     - title: "2009.0-5"
3896       data-set: "vpp-performance-changes-3n-dnv-cmp"
3897   comparisons:
3898     - title: "2009.0-5 vs 2005.0-5"
3899       reference: 2
3900       compare: 3
3901   legend:
3902     - ''
3903     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3904     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3905     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3906     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3907
3908 # VPP Performance Changes 3n-dnv 2t2c pdr
3909 - type: "table"
3910   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3911   algorithm: "table_comparison"
3912   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3913   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3914   filter: "'2T2C'"
3915   columns:
3916     - title: "2001.0-2"
3917       data-set: "vpp-performance-changes-3n-dnv-h1"
3918     - title: "2005.0-5"
3919       data-set: "vpp-performance-changes-3n-dnv-ref"
3920     - title: "2009.0-5"
3921       data-set: "vpp-performance-changes-3n-dnv-cmp"
3922   comparisons:
3923     - title: "2009.0-5 vs 2005.0-5"
3924       reference: 2
3925       compare: 3
3926   legend:
3927     - ''
3928     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3929     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3930     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3931     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3932
3933 # VPP Performance Changes 3n-dnv 1t1c ndr
3934 - type: "table"
3935   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3936   algorithm: "table_comparison"
3937   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3938   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3939   filter: "'1T1C'"
3940   columns:
3941     - title: "2001.0-2"
3942       data-set: "vpp-performance-changes-3n-dnv-h1"
3943     - title: "2005.0-5"
3944       data-set: "vpp-performance-changes-3n-dnv-ref"
3945     - title: "2009.0-5"
3946       data-set: "vpp-performance-changes-3n-dnv-cmp"
3947   comparisons:
3948     - title: "2009.0-5 vs 2005.0-5"
3949       reference: 2
3950       compare: 3
3951   legend:
3952     - ''
3953     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3954     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3955     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3956     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3957
3958 # VPP Performance Changes 3n-dnv 2t2c ndr
3959 - type: "table"
3960   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3961   algorithm: "table_comparison"
3962   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3963   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3964   filter: "'2T2C'"
3965   columns:
3966     - title: "2001.0-2"
3967       data-set: "vpp-performance-changes-3n-dnv-h1"
3968     - title: "2005.0-5"
3969       data-set: "vpp-performance-changes-3n-dnv-ref"
3970     - title: "2009.0-5"
3971       data-set: "vpp-performance-changes-3n-dnv-cmp"
3972   comparisons:
3973     - title: "2009.0-5 vs 2005.0-5"
3974       reference: 2
3975       compare: 3
3976   legend:
3977     - ''
3978     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3979     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3980     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3981     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3982
3983 # VPP Performance Changes 3n-tsh 1t1c pdr
3984 - type: "table"
3985   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3986   algorithm: "table_comparison"
3987   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3988   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3989   filter: "'1T1C'"
3990   columns:
3991     - title: "2001.0-4"
3992       data-set: "vpp-performance-changes-3n-tsh-h1"
3993     - title: "2005.0-4"
3994       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3995     - title: "2005.0-5"
3996       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3997     - title: "2009.0-5"
3998       data-set: "vpp-performance-changes-3n-tsh-cmp"
3999   comparisons:
4000     - title: "2005.0-5 vs 2005.0-4"
4001       reference: 2
4002       compare: 3
4003 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4004     - title: "2009.0-5 vs 2005.0-5"
4005       reference: 3
4006       compare: 4
4007 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4008   legend:
4009     - ''
4010     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4011     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4012     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4013     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4014     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4015
4016 # VPP Performance Changes 3n-tsh 2t2c pdr
4017 - type: "table"
4018   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4019   algorithm: "table_comparison"
4020   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4021   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4022   filter: "'2T2C'"
4023   columns:
4024     - title: "2001.0-4"
4025       data-set: "vpp-performance-changes-3n-tsh-h1"
4026     - title: "2005.0-4"
4027       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4028     - title: "2005.0-5"
4029       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4030     - title: "2009.0-5"
4031       data-set: "vpp-performance-changes-3n-tsh-cmp"
4032   comparisons:
4033     - title: "2005.0-5 vs 2005.0-4"
4034       reference: 2
4035       compare: 3
4036 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4037     - title: "2009.0-5 vs 2005.0-5"
4038       reference: 3
4039       compare: 4
4040 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4041   legend:
4042     - ''
4043     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4044     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4045     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4046     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4047     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4048
4049 # VPP Performance Changes 3n-tsh 1t1c ndr
4050 - type: "table"
4051   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4052   algorithm: "table_comparison"
4053   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4054   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4055   filter: "'1T1C'"
4056   columns:
4057     - title: "2001.0-4"
4058       data-set: "vpp-performance-changes-3n-tsh-h1"
4059     - title: "2005.0-4"
4060       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4061     - title: "2005.0-5"
4062       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4063     - title: "2009.0-5"
4064       data-set: "vpp-performance-changes-3n-tsh-cmp"
4065   comparisons:
4066     - title: "2005.0-5 vs 2005.0-4"
4067       reference: 2
4068       compare: 3
4069 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4070     - title: "2009.0-5 vs 2005.0-5"
4071       reference: 3
4072       compare: 4
4073 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4074   legend:
4075     - ''
4076     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4077     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4078     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4079     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4080     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4081
4082 # VPP Performance Changes 3n-tsh 2t2c ndr
4083 - type: "table"
4084   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4085   algorithm: "table_comparison"
4086   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4087   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4088   filter: "'2T2C'"
4089   columns:
4090     - title: "2001.0-4"
4091       data-set: "vpp-performance-changes-3n-tsh-h1"
4092     - title: "2005.0-4"
4093       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4094     - title: "2005.0-5"
4095       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4096     - title: "2009.0-5"
4097       data-set: "vpp-performance-changes-3n-tsh-cmp"
4098   comparisons:
4099     - title: "2005.0-5 vs 2005.0-4"
4100       reference: 2
4101       compare: 3
4102 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4103     - title: "2009.0-5 vs 2005.0-5"
4104       reference: 3
4105       compare: 4
4106 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4107   legend:
4108     - ''
4109     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4110     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4111     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4112     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4113     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4114
4115 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4116 - type: "table"
4117   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4118   algorithm: "table_comparison"
4119   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4120   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4121   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4122   columns:
4123     - title: "3n-hsw xl710"
4124       data-set: "vpp-compare-testbeds-ref"
4125       tag: "NIC_Intel-XL710"
4126     - title: "3n-skx xxv710"
4127       data-set: "vpp-compare-testbeds-cmp"
4128       tag: "NIC_Intel-XXV710"
4129   comparisons:
4130     - title: "Diff"
4131       reference: 1
4132       compare: 2
4133   legend:
4134     - ""
4135     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4136     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4137
4138 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4139 - type: "table"
4140   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4141   algorithm: "table_comparison"
4142   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4143   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4144   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4145   columns:
4146     - title: "3n-hsw xl710"
4147       data-set: "vpp-compare-testbeds-ref"
4148       tag: "NIC_Intel-XL710"
4149     - title: "3n-skx xxv710"
4150       data-set: "vpp-compare-testbeds-cmp"
4151       tag: "NIC_Intel-XXV710"
4152   comparisons:
4153     - title: "Diff"
4154       reference: 1
4155       compare: 2
4156   legend:
4157     - ""
4158     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4159     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4160
4161 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4162 - type: "table"
4163   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4164   algorithm: "table_comparison"
4165   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4166   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4167   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4168   columns:
4169     - title: "3n-hsw xl710"
4170       data-set: "vpp-compare-testbeds-ref"
4171       tag: "NIC_Intel-XL710"
4172     - title: "3n-skx xxv710"
4173       data-set: "vpp-compare-testbeds-cmp"
4174       tag: "NIC_Intel-XXV710"
4175   comparisons:
4176     - title: "Diff"
4177       reference: 1
4178       compare: 2
4179   legend:
4180     - ""
4181     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4182     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4183
4184 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4185 - type: "table"
4186   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4187   algorithm: "table_comparison"
4188   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4189   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4190   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4191   columns:
4192     - title: "3n-hsw xl710"
4193       data-set: "vpp-compare-testbeds-ref"
4194       tag: "NIC_Intel-XL710"
4195     - title: "3n-skx xxv710"
4196       data-set: "vpp-compare-testbeds-cmp"
4197       tag: "NIC_Intel-XXV710"
4198   comparisons:
4199     - title: "Diff"
4200       reference: 1
4201       compare: 2
4202   legend:
4203     - ""
4204     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4205     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4206
4207 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4208 - type: "table"
4209   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4210   algorithm: "table_comparison"
4211   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4212   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4213   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4214   columns:
4215     - title: "2n-skx"
4216       data-set: "vpp-compare-testbeds-skx-clx-ref"
4217     - title: "2n-clx"
4218       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4219   comparisons:
4220     - title: "Diff"
4221       reference: 1
4222       compare: 2
4223   legend:
4224     - ""
4225     - "2n-skx, 2n-clx - testbeds and NICs tested."
4226     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4227
4228 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4229 - type: "table"
4230   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4231   algorithm: "table_comparison"
4232   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4233   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4234   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4235   columns:
4236     - title: "2n-skx"
4237       data-set: "vpp-compare-testbeds-skx-clx-ref"
4238     - title: "2n-clx"
4239       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4240   comparisons:
4241     - title: "Diff"
4242       reference: 1
4243       compare: 2
4244   legend:
4245     - ""
4246     - "2n-skx, 2n-clx - testbeds and NICs tested."
4247     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4248
4249 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4250 - type: "table"
4251   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4252   algorithm: "table_comparison"
4253   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4254   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4255   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4256   columns:
4257     - title: "2n-skx"
4258       data-set: "vpp-compare-testbeds-skx-clx-ref"
4259     - title: "2n-clx"
4260       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4261   comparisons:
4262     - title: "Diff"
4263       reference: 1
4264       compare: 2
4265   legend:
4266     - ""
4267     - "2n-skx, 2n-clx - testbeds and NICs tested."
4268     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4269
4270 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4271 - type: "table"
4272   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4273   algorithm: "table_comparison"
4274   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4275   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4276   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4277   columns:
4278     - title: "2n-skx"
4279       data-set: "vpp-compare-testbeds-skx-clx-ref"
4280     - title: "2n-clx"
4281       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4282   comparisons:
4283     - title: "Diff"
4284       reference: 1
4285       compare: 2
4286   legend:
4287     - ""
4288     - "2n-skx, 2n-clx - testbeds and NICs tested."
4289     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4290
4291 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4292 - type: "table"
4293   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4294   algorithm: "table_comparison"
4295   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4296   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4297   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4298   columns:
4299     - title: "3n-hsw xl710"
4300       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4301       tag: "NIC_Intel-XL710"
4302     - title: "2n-clx xxv710"
4303       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4304       tag: "NIC_Intel-XXV710"
4305   comparisons:
4306     - title: "Diff"
4307       reference: 1
4308       compare: 2
4309   legend:
4310     - ""
4311     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4312     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4313
4314 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4315 - type: "table"
4316   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4317   algorithm: "table_comparison"
4318   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4319   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4320   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4321   columns:
4322     - title: "3n-hsw xl710"
4323       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4324       tag: "NIC_Intel-XL710"
4325     - title: "2n-clx xxv710"
4326       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4327       tag: "NIC_Intel-XXV710"
4328   comparisons:
4329     - title: "Diff"
4330       reference: 1
4331       compare: 2
4332   legend:
4333     - ""
4334     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4335     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4336
4337 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4338 - type: "table"
4339   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4340   algorithm: "table_comparison"
4341   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4342   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4343   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4344   columns:
4345     - title: "3n-hsw xl710"
4346       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4347       tag: "NIC_Intel-XL710"
4348     - title: "2n-clx xxv710"
4349       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4350       tag: "NIC_Intel-XXV710"
4351   comparisons:
4352     - title: "Diff"
4353       reference: 1
4354       compare: 2
4355   legend:
4356     - ""
4357     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4358     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4359
4360 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4361 - type: "table"
4362   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4363   algorithm: "table_comparison"
4364   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4365   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4366   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4367   columns:
4368     - title: "3n-hsw xl710"
4369       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4370       tag: "NIC_Intel-XL710"
4371     - title: "2n-clx xxv710"
4372       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4373       tag: "NIC_Intel-XXV710"
4374   comparisons:
4375     - title: "Diff"
4376       reference: 1
4377       compare: 2
4378   legend:
4379     - ""
4380     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4381     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4382
4383 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4384 - type: "table"
4385   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4386   algorithm: "table_comparison"
4387   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4388   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4389   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4390   columns:
4391     - title: "3n-skx"
4392       data-set: "vpp-compare-topologies-ref"
4393     - title: "2n-skx"
4394       data-set: "vpp-compare-topologies-cmp"
4395   comparisons:
4396     - title: "Diff"
4397       reference: 1
4398       compare: 2
4399   legend:
4400     - ""
4401     - "3n-skx, 2n-skx - topologies tested."
4402     - "Diff - difference between 3n-skx and 2n-skx topologies."
4403
4404 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4405 - type: "table"
4406   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4407   algorithm: "table_comparison"
4408   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4409   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4410   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4411   columns:
4412     - title: "3n-skx"
4413       data-set: "vpp-compare-topologies-ref"
4414     - title: "2n-skx"
4415       data-set: "vpp-compare-topologies-cmp"
4416   comparisons:
4417     - title: "Diff"
4418       reference: 1
4419       compare: 2
4420   legend:
4421     - ""
4422     - "3n-skx, 2n-skx - topologies tested."
4423     - "Diff - difference between 3n-skx and 2n-skx topologies."
4424
4425 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4426 - type: "table"
4427   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4428   algorithm: "table_comparison"
4429   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4430   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4431   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4432   columns:
4433     - title: "3n-skx"
4434       data-set: "vpp-compare-topologies-ref"
4435     - title: "2n-skx"
4436       data-set: "vpp-compare-topologies-cmp"
4437   comparisons:
4438     - title: "Diff"
4439       reference: 1
4440       compare: 2
4441   legend:
4442     - ""
4443     - "3n-skx, 2n-skx - topologies tested."
4444     - "Diff - difference between 3n-skx and 2n-skx topologies."
4445
4446 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4447 - type: "table"
4448   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4449   algorithm: "table_comparison"
4450   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4451   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4452   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4453   columns:
4454     - title: "3n-skx"
4455       data-set: "vpp-compare-topologies-ref"
4456     - title: "2n-skx"
4457       data-set: "vpp-compare-topologies-cmp"
4458   comparisons:
4459     - title: "Diff"
4460       reference: 1
4461       compare: 2
4462   legend:
4463     - ""
4464     - "3n-skx, 2n-skx - topologies tested."
4465     - "Diff - difference between 3n-skx and 2n-skx topologies."
4466
4467 # VPP Performance Changes 3n-hsw 1t1c mrr
4468 - type: "table"
4469   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4470   algorithm: "table_comparison"
4471   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4472   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4473   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4474   columns:
4475     - title: "2001.0-2"
4476       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4477     - title: "2005.0-4"
4478       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4479     - title: "2005.0-5"
4480       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4481     - title: "2009.0-5"
4482       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4483   comparisons:
4484     - title: "2005.0-5 vs 2005.0-4"
4485       reference: 2
4486       compare: 3
4487 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4488     - title: "2009.0-5 vs 2005.0-5"
4489       reference: 3
4490       compare: 4
4491 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4492   legend:
4493     - ''
4494     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4495     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4496     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4497     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4498     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4499
4500 # VPP Performance Changes 3n-hsw 2t2c mrr
4501 - type: "table"
4502   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4503   algorithm: "table_comparison"
4504   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4505   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4506   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4507   columns:
4508     - title: "2001.0-2"
4509       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4510     - title: "2005.0-4"
4511       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4512     - title: "2005.0-5"
4513       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4514     - title: "2009.0-5"
4515       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4516   comparisons:
4517     - title: "2005.0-5 vs 2005.0-4"
4518       reference: 2
4519       compare: 3
4520 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4521     - title: "2009.0-5 vs 2005.0-5"
4522       reference: 3
4523       compare: 4
4524 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4525   legend:
4526     - ''
4527     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4528     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4529     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4530     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4531     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4532
4533 # VPP Performance Changes 3n-hsw 4t4c mrr
4534 - type: "table"
4535   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4536   algorithm: "table_comparison"
4537   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4539   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4540   columns:
4541     - title: "2001.0-2"
4542       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4543     - title: "2005.0-4"
4544       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4545     - title: "2005.0-5"
4546       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4547     - title: "2009.0-5"
4548       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4549   comparisons:
4550     - title: "2005.0-5 vs 2005.0-4"
4551       reference: 2
4552       compare: 3
4553 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4554     - title: "2009.0-5 vs 2005.0-5"
4555       reference: 3
4556       compare: 4
4557 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4558   legend:
4559     - ''
4560     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4561     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4562     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4563     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4564     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4565
4566 # VPP Performance Changes 3n-skx 2t1c mrr
4567 - type: "table"
4568   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4569   algorithm: "table_comparison"
4570   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4571   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4572   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4573   columns:
4574     - title: "2001.0-2"
4575       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4576     - title: "2005.0-4"
4577       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4578     - title: "2005.0-5"
4579       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4580     - title: "2009.0-5"
4581       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4582   comparisons:
4583     - title: "2005.0-5 vs 2005.0-4"
4584       reference: 2
4585       compare: 3
4586 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4587     - title: "2009.0-5 vs 2005.0-5"
4588       reference: 2
4589       compare: 3
4590 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4591   legend:
4592     - ''
4593     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4594     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4595     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4596     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4597     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4598
4599 # VPP Performance Changes 3n-skx 4t2c mrr
4600 - type: "table"
4601   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4602   algorithm: "table_comparison"
4603   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4604   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4605   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4606   columns:
4607     - title: "2001.0-2"
4608       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4609     - title: "2005.0-4"
4610       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4611     - title: "2005.0-5"
4612       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4613     - title: "2009.0-5"
4614       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4615   comparisons:
4616     - title: "2005.0-5 vs 2005.0-4"
4617       reference: 2
4618       compare: 3
4619 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4620     - title: "2009.0-5 vs 2005.0-5"
4621       reference: 2
4622       compare: 3
4623 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4624   legend:
4625     - ''
4626     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4627     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4628     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4629     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4630     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4631
4632 # VPP Performance Changes 3n-skx 8t4c mrr
4633 - type: "table"
4634   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4635   algorithm: "table_comparison"
4636   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4637   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4638   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4639   columns:
4640     - title: "2001.0-2"
4641       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4642     - title: "2005.0-4"
4643       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4644     - title: "2005.0-5"
4645       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4646     - title: "2009.0-5"
4647       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4648   comparisons:
4649     - title: "2005.0-5 vs 2005.0-4"
4650       reference: 2
4651       compare: 3
4652 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4653     - title: "2009.0-5 vs 2005.0-5"
4654       reference: 2
4655       compare: 3
4656 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4657   legend:
4658     - ''
4659     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4660     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4661     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4662     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4663     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4664
4665 # VPP Performance Changes 2n-skx 2t1c mrr
4666 - type: "table"
4667   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4668   algorithm: "table_comparison"
4669   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4671   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4672   columns:
4673     - title: "2001.0-2"
4674       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4675     - title: "2005.0-4"
4676       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4677     - title: "2005.0-5"
4678       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4679     - title: "2009.0-5"
4680       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4681   comparisons:
4682     - title: "2005.0-5 vs 2005.0-4"
4683       reference: 2
4684       compare: 3
4685 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4686     - title: "2009.0-5 vs 2005.0-4"
4687       reference: 3
4688       compare: 4
4689 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4690   legend:
4691     - ''
4692     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4693     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4694     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4695     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4696     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4697
4698 # VPP Performance Changes 2n-skx 4t2c mrr
4699 - type: "table"
4700   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4701   algorithm: "table_comparison"
4702   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4703   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4704   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4705   columns:
4706     - title: "2001.0-2"
4707       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4708     - title: "2005.0-4"
4709       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4710     - title: "2005.0-5"
4711       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4712     - title: "2009.0-5"
4713       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4714   comparisons:
4715     - title: "2005.0-5 vs 2005.0-4"
4716       reference: 2
4717       compare: 3
4718 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4719     - title: "2009.0-5 vs 2005.0-4"
4720       reference: 3
4721       compare: 4
4722 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4723   legend:
4724     - ''
4725     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4726     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4727     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4728     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4729     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4730
4731 # VPP Performance Changes 2n-skx 8t4c mrr
4732 - type: "table"
4733   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4734   algorithm: "table_comparison"
4735   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4737   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4738   columns:
4739     - title: "2001.0-2"
4740       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4741     - title: "2005.0-4"
4742       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4743     - title: "2005.0-5"
4744       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4745     - title: "2009.0-5"
4746       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4747   comparisons:
4748     - title: "2005.0-5 vs 2005.0-4"
4749       reference: 2
4750       compare: 3
4751 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4752     - title: "2009.0-5 vs 2005.0-4"
4753       reference: 3
4754       compare: 4
4755 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4756   legend:
4757     - ''
4758     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4759     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4760     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4761     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4762     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4763
4764 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4765 - type: "table"
4766   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4767   algorithm: "table_comparison"
4768   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4769   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4770   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4771   columns:
4772     - title: "2001.0-2"
4773       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4774     - title: "2005.0-4"
4775       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4776     - title: "2005.0-5"
4777       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4778     - title: "2009.0-5"
4779       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4780   comparisons:
4781     - title: "2005.0-5 vs 2005.0-4"
4782       reference: 2
4783       compare: 3
4784 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4785     - title: "2009.0-5 vs 2005.0-5"
4786       reference: 3
4787       compare: 4
4788 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4789   legend:
4790     - ''
4791     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4792     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4793     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4794     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4795     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4796
4797 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4798 - type: "table"
4799   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4800   algorithm: "table_comparison"
4801   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4803   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4804   columns:
4805     - title: "2001.0-2"
4806       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4807     - title: "2005.0-4"
4808       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4809     - title: "2005.0-5"
4810       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4811     - title: "2009.0-5"
4812       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4813   comparisons:
4814     - title: "2005.0-5 vs 2005.0-4"
4815       reference: 2
4816       compare: 3
4817 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4818     - title: "2009.0-5 vs 2005.0-5"
4819       reference: 3
4820       compare: 4
4821 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4822   legend:
4823     - ''
4824     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4825     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4826     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4827     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4828     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4829
4830 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4831 - type: "table"
4832   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4833   algorithm: "table_comparison"
4834   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4835   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4836   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4837   columns:
4838     - title: "2001.0-2"
4839       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4840     - title: "2005.0-4"
4841       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4842     - title: "2005.0-5"
4843       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4844     - title: "2009.0-5"
4845       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4846   comparisons:
4847     - title: "2005.0-5 vs 2005.0-4"
4848       reference: 2
4849       compare: 3
4850 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4851     - title: "2009.0-5 vs 2005.0-5"
4852       reference: 3
4853       compare: 4
4854 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4855   legend:
4856     - ''
4857     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4858     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4859     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4860     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4861     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4862
4863 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4864 #- type: "table"
4865 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4866 #  algorithm: "table_comparison"
4867 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4868 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4869 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4870 #  columns:
4871 #    - title: "2001"
4872 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4873 #    - title: "2005"
4874 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4875 #  comparisons:
4876 #    - title: "Diff"
4877 #      reference: 1
4878 #      compare: 2
4879 #  legend:
4880 #    - ""
4881 #    - "2001, 2005 - VPP versions tested."
4882 #    - "Diff - difference between 2001 and 2005 VPP version."
4883 #
4884 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4885 #- type: "table"
4886 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4887 #  algorithm: "table_comparison"
4888 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4889 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4890 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4891 #  columns:
4892 #    - title: "2001"
4893 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4894 #    - title: "2005"
4895 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4896 #  comparisons:
4897 #    - title: "Diff"
4898 #      reference: 1
4899 #      compare: 2
4900 #  legend:
4901 #    - ""
4902 #    - "2001, 2005 - VPP versions tested."
4903 #    - "Diff - difference between 2001 and 2005 VPP version."
4904 #
4905 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4906 #- type: "table"
4907 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4908 #  algorithm: "table_comparison"
4909 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4910 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4911 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4912 #  columns:
4913 #    - title: "2001"
4914 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4915 #    - title: "2005"
4916 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4917 #  comparisons:
4918 #    - title: "Diff"
4919 #      reference: 1
4920 #      compare: 2
4921 #  legend:
4922 #    - ""
4923 #    - "2001, 2005 - VPP versions tested."
4924 #    - "Diff - difference between 2001 and 2005 VPP version."
4925
4926 # VPP Performance Changes 2n-dnv 1t1c mrr
4927 - type: "table"
4928   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4929   algorithm: "table_comparison"
4930   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4931   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4932   filter: "'1T1C'"
4933   columns:
4934     - title: "2001.0-2"
4935       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4936     - title: "2005.0-5"
4937       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4938     - title: "2009.0-5"
4939       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4940   comparisons:
4941     - title: "2009.0-5 vs 2005.0-5"
4942       reference: 2
4943       compare: 3
4944   legend:
4945     - ''
4946     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4947     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4948     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4949     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4950
4951 # VPP Performance Changes 2n-dnv 2t2c mrr
4952 - type: "table"
4953   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4954   algorithm: "table_comparison"
4955   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4956   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4957   filter: "'2T2C'"
4958   columns:
4959     - title: "2001.0-2"
4960       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4961     - title: "2005.0-5"
4962       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4963     - title: "2009.0-5"
4964       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4965   comparisons:
4966     - title: "2009.0-5 vs 2005.0-5"
4967       reference: 2
4968       compare: 3
4969   legend:
4970     - ''
4971     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4972     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4973     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4974     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4975
4976 # VPP Performance Changes 2n-dnv 4t4c mrr
4977 - type: "table"
4978   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4979   algorithm: "table_comparison"
4980   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4982   filter: "'4T4C'"
4983   columns:
4984     - title: "2001.0-2"
4985       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4986     - title: "2005.0-5"
4987       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4988     - title: "2009.0-5"
4989       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4990   comparisons:
4991     - title: "2009.0-5 vs 2005.0-5"
4992       reference: 2
4993       compare: 3
4994   legend:
4995     - ''
4996     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4997     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4998     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4999     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5000
5001 # VPP Performance Changes 3n-dnv 1t1c mrr
5002 - type: "table"
5003   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5004   algorithm: "table_comparison"
5005   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5006   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5007   filter: "'1T1C'"
5008   columns:
5009     - title: "2001.0-2"
5010       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5011     - title: "2005.0-5"
5012       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5013     - title: "2009.0-5"
5014       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5015   comparisons:
5016     - title: "2009.0-5 vs 2005.0-5"
5017       reference: 2
5018       compare: 3
5019   legend:
5020     - ''
5021     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5022     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5023     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5024     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5025
5026 # VPP Performance Changes 3n-dnv 2t2c mrr
5027 - type: "table"
5028   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5029   algorithm: "table_comparison"
5030   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5031   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5032   filter: "'2T2C'"
5033   columns:
5034     - title: "2001.0-2"
5035       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5036     - title: "2005.0-5"
5037       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5038     - title: "2009.0-5"
5039       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5040   comparisons:
5041     - title: "2009.0-5 vs 2005.0-5"
5042       reference: 2
5043       compare: 3
5044   legend:
5045     - ''
5046     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5047     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5048     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5049     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5050
5051 # VPP Performance Changes 3n-dnv 4t4c mrr
5052 - type: "table"
5053   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5054   algorithm: "table_comparison"
5055   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5057   filter: "'4T4C'"
5058   columns:
5059     - title: "2001.0-2"
5060       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5061     - title: "2005.0-5"
5062       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5063     - title: "2009.0-5"
5064       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5065   comparisons:
5066     - title: "2009.0-5 vs 2005.0-5"
5067       reference: 2
5068       compare: 3
5069   legend:
5070     - ''
5071     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5072     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5073     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5074     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5075
5076 # VPP Performance Changes 3n-tsh 1t1c mrr
5077 - type: "table"
5078   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5079   algorithm: "table_comparison"
5080   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5081   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5082   filter: "'1T1C'"
5083   columns:
5084     - title: "2001.0-2"
5085       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5086     - title: "2005.0-4"
5087       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5088     - title: "2005.0-5"
5089       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5090     - title: "2009.0-5"
5091       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5092   comparisons:
5093     - title: "2005.0-5 vs 2005.0-4"
5094       reference: 2
5095       compare: 3
5096 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5097     - title: "2009.0-5 vs 2005.0-5"
5098       reference: 3
5099       compare: 4
5100 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5101   legend:
5102     - ''
5103     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5104     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5105     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5106     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5107     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5108
5109 # VPP Performance Changes 3n-tsh 2t2c mrr
5110 - type: "table"
5111   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5112   algorithm: "table_comparison"
5113   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5114   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5115   filter: "'2T2C'"
5116   columns:
5117     - title: "2001.0-2"
5118       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5119     - title: "2005.0-4"
5120       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5121     - title: "2005.0-5"
5122       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5123     - title: "2009.0-5"
5124       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5125   comparisons:
5126     - title: "2005.0-5 vs 2005.0-4"
5127       reference: 2
5128       compare: 3
5129 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5130     - title: "2009.0-5 vs 2005.0-5"
5131       reference: 3
5132       compare: 4
5133 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5134   legend:
5135     - ''
5136     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5137     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5138     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5139     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5140     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5141
5142 # VPP Performance Changes 3n-tsh 4t4c mrr
5143 - type: "table"
5144   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5145   algorithm: "table_comparison"
5146   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5147   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5148   filter: "'4T4C'"
5149   columns:
5150     - title: "2001.0-2"
5151       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5152     - title: "2005.0-4"
5153       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5154     - title: "2005.0-5"
5155       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5156     - title: "2009.0-5"
5157       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5158   comparisons:
5159     - title: "2005.0-5 vs 2005.0-4"
5160       reference: 2
5161       compare: 3
5162 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5163     - title: "2009.0-5 vs 2005.0-5"
5164       reference: 3
5165       compare: 4
5166 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5167   legend:
5168     - ''
5169     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5170     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5171     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5172     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5173     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5174
5175 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5176 - type: "table"
5177   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5178   algorithm: "table_comparison"
5179   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5180   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5181   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5182   columns:
5183     - title: "3n-hsw xl710"
5184       data-set: "vpp-compare-testbeds-mrr-ref"
5185       tag: "NIC_Intel-XL710"
5186     - title: "3n-skx xxv710"
5187       data-set: "vpp-compare-testbeds-mrr-cmp"
5188       tag: "NIC_Intel-XXV710"
5189   comparisons:
5190     - title: "Diff"
5191       reference: 1
5192       compare: 2
5193   legend:
5194     - ""
5195     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5196     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5197
5198 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5199 - type: "table"
5200   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5201   algorithm: "table_comparison"
5202   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5203   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5204   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5205   columns:
5206     - title: "3n-hsw xl710"
5207       data-set: "vpp-compare-testbeds-mrr-ref"
5208       tag: "NIC_Intel-XL710"
5209     - title: "3n-skx xxv710"
5210       data-set: "vpp-compare-testbeds-mrr-cmp"
5211       tag: "NIC_Intel-XXV710"
5212   comparisons:
5213     - title: "Diff"
5214       reference: 1
5215       compare: 2
5216   legend:
5217     - ""
5218     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5219     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5220
5221 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5222 - type: "table"
5223   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5224   algorithm: "table_comparison"
5225   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5226   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5227   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5228   columns:
5229     - title: "3n-hsw xl710"
5230       data-set: "vpp-compare-testbeds-mrr-ref"
5231       tag: "NIC_Intel-XL710"
5232     - title: "3n-skx xxv710"
5233       data-set: "vpp-compare-testbeds-mrr-cmp"
5234       tag: "NIC_Intel-XXV710"
5235   comparisons:
5236     - title: "Diff"
5237       reference: 1
5238       compare: 2
5239   legend:
5240     - ""
5241     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5242     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5243
5244 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5245 - type: "table"
5246   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5247   algorithm: "table_comparison"
5248   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5249   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5250   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5251   columns:
5252     - title: "2n-skx"
5253       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5254     - title: "2n-clx"
5255       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5256   comparisons:
5257     - title: "Diff"
5258       reference: 1
5259       compare: 2
5260   legend:
5261     - ""
5262     - "2n-skx, 2n-clx - testbeds and NICs tested."
5263     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5264
5265 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5266 - type: "table"
5267   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5268   algorithm: "table_comparison"
5269   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5270   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5271   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5272   columns:
5273     - title: "2n-skx"
5274       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5275     - title: "2n-clx"
5276       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5277   comparisons:
5278     - title: "Diff"
5279       reference: 1
5280       compare: 2
5281   legend:
5282     - ""
5283     - "2n-skx, 2n-clx - testbeds and NICs tested."
5284     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5285
5286 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5287 - type: "table"
5288   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5289   algorithm: "table_comparison"
5290   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5291   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5292   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5293   columns:
5294     - title: "2n-skx"
5295       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5296     - title: "2n-clx"
5297       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5298   comparisons:
5299     - title: "Diff"
5300       reference: 1
5301       compare: 2
5302   legend:
5303     - ""
5304     - "2n-skx, 2n-clx - testbeds and NICs tested."
5305     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5306
5307 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5308 - type: "table"
5309   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5310   algorithm: "table_comparison"
5311   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5312   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5313   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5314   columns:
5315     - title: "3n-skx"
5316       data-set: "vpp-compare-topologies-mrr-ref"
5317     - title: "2n-skx"
5318       data-set: "vpp-compare-topologies-mrr-cmp"
5319   comparisons:
5320     - title: "Diff"
5321       reference: 1
5322       compare: 2
5323   legend:
5324     - ""
5325     - "3n-skx, 2n-skx - topologies tested."
5326     - "Diff - difference between 3n-skx and 2n-skx topologies."
5327
5328 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5329 - type: "table"
5330   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5331   algorithm: "table_comparison"
5332   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5333   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5334   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5335   columns:
5336     - title: "3n-skx"
5337       data-set: "vpp-compare-topologies-mrr-ref"
5338     - title: "2n-skx"
5339       data-set: "vpp-compare-topologies-mrr-cmp"
5340   comparisons:
5341     - title: "Diff"
5342       reference: 1
5343       compare: 2
5344   legend:
5345     - ""
5346     - "3n-skx, 2n-skx - topologies tested."
5347     - "Diff - difference between 3n-skx and 2n-skx topologies."
5348
5349 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5350 - type: "table"
5351   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5352   algorithm: "table_comparison"
5353   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5354   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5355   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5356   columns:
5357     - title: "3n-skx"
5358       data-set: "vpp-compare-topologies-mrr-ref"
5359     - title: "2n-skx"
5360       data-set: "vpp-compare-topologies-mrr-cmp"
5361   comparisons:
5362     - title: "Diff"
5363       reference: 1
5364       compare: 2
5365   legend:
5366     - ""
5367     - "3n-skx, 2n-skx - topologies tested."
5368     - "Diff - difference between 3n-skx and 2n-skx topologies."
5369
5370 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5371 - type: "table"
5372   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5373   algorithm: "table_comparison"
5374   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5375   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5376   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5377   columns:
5378     - title: "3n-hsw xl710"
5379       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5380       tag: "NIC_Intel-XL710"
5381     - title: "2n-clx xxv710"
5382       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5383       tag: "NIC_Intel-XXV710"
5384   comparisons:
5385     - title: "Diff"
5386       reference: 1
5387       compare: 2
5388   legend:
5389     - ""
5390     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5391     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5392
5393 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5394 - type: "table"
5395   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5396   algorithm: "table_comparison"
5397   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5398   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5399   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5400   columns:
5401     - title: "3n-hsw xl710"
5402       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5403       tag: "NIC_Intel-XL710"
5404     - title: "2n-clx xxv710"
5405       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5406       tag: "NIC_Intel-XXV710"
5407   comparisons:
5408     - title: "Diff"
5409       reference: 1
5410       compare: 2
5411   legend:
5412     - ""
5413     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5414     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5415
5416 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5417 - type: "table"
5418   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5419   algorithm: "table_comparison"
5420   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5421   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5422   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5423   columns:
5424     - title: "3n-hsw xl710"
5425       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5426       tag: "NIC_Intel-XL710"
5427     - title: "2n-clx xxv710"
5428       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5429       tag: "NIC_Intel-XXV710"
5430   comparisons:
5431     - title: "Diff"
5432       reference: 1
5433       compare: 2
5434   legend:
5435     - ""
5436     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5437     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5438
5439 # Detailed Test Results - VPP Performance Results 3n-hsw
5440 - type: "table"
5441   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5442   algorithm: "table_merged_details"
5443   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5444   columns:
5445     - title: " |prein| Test Name |preout| "
5446       data: "data name"
5447     - 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| "
5448       data: "data msg"
5449   data: "vpp-perf-results-3n-hsw"
5450   filter: "all"
5451   parameters:
5452   - "name"
5453   - "parent"
5454   - "msg"
5455
5456 # Detailed Test Results - VPP Performance Results 3n-skx
5457 - type: "table"
5458   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5459   algorithm: "table_merged_details"
5460   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5461   columns:
5462     - title: " |prein| Test Name |preout| "
5463       data: "data name"
5464     - 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| "
5465       data: "data msg"
5466   data: "vpp-perf-results-3n-skx"
5467   filter: "all"
5468   remove-ndr: False
5469   parameters:
5470   - "name"
5471   - "parent"
5472   - "msg"
5473
5474 # Detailed Test Results - VPP Performance Results 2n-skx
5475 - type: "table"
5476   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5477   algorithm: "table_merged_details"
5478   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5479   columns:
5480     - title: " |prein| Test Name |preout| "
5481       data: "data name"
5482     - 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| "
5483       data: "data msg"
5484   data: "vpp-perf-results-2n-skx"
5485   filter: "all"
5486   remove-ndr: False
5487   parameters:
5488   - "name"
5489   - "parent"
5490   - "msg"
5491
5492 # Detailed Test Results - VPP Performance Results 2n-clx
5493 - type: "table"
5494   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5495   algorithm: "table_merged_details"
5496   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5497   columns:
5498     - title: " |prein| Test Name |preout| "
5499       data: "data name"
5500     - 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| "
5501       data: "data msg"
5502   data: "vpp-perf-results-2n-clx"
5503   filter: "all"
5504   parameters:
5505   - "name"
5506   - "parent"
5507   - "msg"
5508
5509 # Detailed Test Results - VPP Performance Results 3n-tsh
5510 - type: "table"
5511   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5512   algorithm: "table_merged_details"
5513   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5514   columns:
5515     - title: " |prein| Test Name |preout| "
5516       data: "data name"
5517     - 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| "
5518       data: "data msg"
5519   data: "vpp-perf-results-3n-tsh"
5520   filter: "all"
5521   parameters:
5522   - "name"
5523   - "parent"
5524   - "msg"
5525
5526 # Detailed Test Results - VPP Performance Results 3n-dnv
5527 - type: "table"
5528   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5529   algorithm: "table_merged_details"
5530   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5531   columns:
5532     - title: " |prein| Test Name |preout| "
5533       data: "data name"
5534     - 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| "
5535       data: "data msg"
5536   data: "vpp-perf-results-3n-dnv"
5537   filter: "all"
5538   parameters:
5539   - "name"
5540   - "parent"
5541   - "msg"
5542
5543 # Detailed Test Results - VPP Performance Results 2n-dnv
5544 - type: "table"
5545   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5546   algorithm: "table_merged_details"
5547   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5548   columns:
5549     - title: " |prein| Test Name |preout| "
5550       data: "data name"
5551     - 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| "
5552       data: "data msg"
5553   data: "vpp-perf-results-2n-dnv"
5554   filter: "all"
5555   parameters:
5556   - "name"
5557   - "parent"
5558   - "msg"
5559
5560 # Test configuration - VPP Performance Test Configs 3n-hsw
5561 - type: "table"
5562   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5563   algorithm: "table_merged_details"
5564   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5565   columns:
5566     - title: " |prein| Test Name |preout| "
5567       data: "data name"
5568     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5569       data: "data conf-history"
5570   data: "vpp-perf-results-3n-hsw"
5571   filter: "all"
5572   parameters:
5573   - "parent"
5574   - "name"
5575   - "conf-history"
5576
5577 # Test configuration - VPP Performance Test Configs 3n-skx
5578 - type: "table"
5579   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5580   algorithm: "table_merged_details"
5581   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5582   columns:
5583     - title: " |prein| Test Name |preout| "
5584       data: "data name"
5585     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5586       data: "data conf-history"
5587   data: "vpp-perf-results-3n-skx"
5588   filter: "all"
5589   parameters:
5590   - "parent"
5591   - "name"
5592   - "conf-history"
5593
5594 # Test configuration - VPP Performance Test Configs 2n-skx
5595 - type: "table"
5596   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5597   algorithm: "table_merged_details"
5598   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5599   columns:
5600     - title: " |prein| Test Name |preout| "
5601       data: "data name"
5602     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5603       data: "data conf-history"
5604   data: "vpp-perf-results-2n-skx"
5605   filter: "all"
5606   parameters:
5607   - "parent"
5608   - "name"
5609   - "conf-history"
5610
5611 # Test configuration - VPP Performance Test Configs 2n-clx
5612 - type: "table"
5613   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5614   algorithm: "table_merged_details"
5615   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5616   columns:
5617     - title: " |prein| Test Name |preout| "
5618       data: "data name"
5619     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5620       data: "data conf-history"
5621   data: "vpp-perf-results-2n-clx"
5622   filter: "all"
5623   parameters:
5624   - "parent"
5625   - "name"
5626   - "conf-history"
5627
5628 # Test configuration - VPP Performance Test Configs 3n-tsh
5629 - type: "table"
5630   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5631   algorithm: "table_merged_details"
5632   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5633   columns:
5634     - title: " |prein| Test Name |preout| "
5635       data: "data name"
5636     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5637       data: "data conf-history"
5638   data: "vpp-perf-results-3n-tsh"
5639   filter: "all"
5640   parameters:
5641   - "parent"
5642   - "name"
5643   - "conf-history"
5644
5645 # Test configuration - VPP Performance Test Configs 3n-dnv
5646 - type: "table"
5647   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5648   algorithm: "table_merged_details"
5649   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5650   columns:
5651     - title: " |prein| Test Name |preout| "
5652       data: "data name"
5653     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5654       data: "data conf-history"
5655   data: "vpp-perf-results-3n-dnv"
5656   filter: "all"
5657   parameters:
5658   - "parent"
5659   - "name"
5660   - "conf-history"
5661
5662 # Test configuration - VPP Performance Test Configs 2n-dnv
5663 - type: "table"
5664   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5665   algorithm: "table_merged_details"
5666   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5667   columns:
5668     - title: " |prein| Test Name |preout| "
5669       data: "data name"
5670     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5671       data: "data conf-history"
5672   data: "vpp-perf-results-2n-dnv"
5673   filter: "all"
5674   parameters:
5675   - "parent"
5676   - "name"
5677   - "conf-history"
5678
5679 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5680 - type: "table"
5681   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5682   algorithm: "table_oper_data_html"
5683   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5684   data: "vpp-perf-results-3n-hsw"
5685   filter: "all"
5686
5687 # Test Operational Data - VPP Performance Operational Data 3n-skx
5688 - type: "table"
5689   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5690   algorithm: "table_oper_data_html"
5691   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5692   data: "vpp-perf-results-3n-skx"
5693   filter: "all"
5694
5695 # Test Operational Data - VPP Performance Operational Data 2n-skx
5696 - type: "table"
5697   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5698   algorithm: "table_oper_data_html"
5699   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5700   data: "vpp-perf-results-2n-skx"
5701   filter: "all"
5702
5703 # Test Operational Data - VPP Performance Operational Data 2n-clx
5704 - type: "table"
5705   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5706   algorithm: "table_oper_data_html"
5707   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5708   data: "vpp-perf-results-2n-clx"
5709   filter: "all"
5710
5711 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5712 - type: "table"
5713   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5714   algorithm: "table_oper_data_html"
5715   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5716   data: "vpp-perf-results-3n-tsh"
5717   filter: "all"
5718
5719 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5720 - type: "table"
5721   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5722   algorithm: "table_oper_data_html"
5723   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5724   data: "vpp-perf-results-3n-dnv"
5725   filter: "all"
5726
5727 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5728 - type: "table"
5729   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5730   algorithm: "table_oper_data_html"
5731   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5732   data: "vpp-perf-results-2n-dnv"
5733   filter: "all"
5734
5735 # Detailed Test Results - VPP MRR Results 3n-hsw
5736 - type: "table"
5737   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5738   algorithm: "table_merged_details"
5739   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5740   columns:
5741     - title: " |prein| Test Name |preout| "
5742       data: "data name"
5743     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5744       data: "data msg"
5745   data: "vpp-mrr-results-3n-hsw"
5746   filter: "all"
5747   parameters:
5748   - "name"
5749   - "parent"
5750   - "msg"
5751
5752 # Detailed Test Results - VPP MRR Results 3n-skx
5753 - type: "table"
5754   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5755   algorithm: "table_merged_details"
5756   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5757   columns:
5758     - title: " |prein| Test Name |preout| "
5759       data: "data name"
5760     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5761       data: "data msg"
5762   data: "vpp-mrr-results-3n-skx"
5763   filter: "all"
5764   parameters:
5765   - "name"
5766   - "parent"
5767   - "msg"
5768
5769 # Detailed Test Results - VPP MRR Results 2n-skx
5770 - type: "table"
5771   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5772   algorithm: "table_merged_details"
5773   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5774   columns:
5775     - title: " |prein| Test Name |preout| "
5776       data: "data name"
5777     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5778       data: "data msg"
5779   data: "vpp-mrr-results-2n-skx"
5780   filter: "all"
5781   parameters:
5782   - "name"
5783   - "parent"
5784   - "msg"
5785
5786 # Detailed Test Results - VPP MRR Results 2n-clx
5787 - type: "table"
5788   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5789   algorithm: "table_merged_details"
5790   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5791   columns:
5792     - title: " |prein| Test Name |preout| "
5793       data: "data name"
5794     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5795       data: "data msg"
5796   data: "vpp-mrr-results-2n-clx"
5797   filter: "all"
5798   parameters:
5799   - "name"
5800   - "parent"
5801   - "msg"
5802
5803 # Detailed Test Results - VPP MRR Results 3n-tsh
5804 - type: "table"
5805   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5806   algorithm: "table_merged_details"
5807   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5808   columns:
5809     - title: " |prein| Test Name |preout| "
5810       data: "data name"
5811     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5812       data: "data msg"
5813   data: "vpp-mrr-results-3n-tsh"
5814   filter: "all"
5815   parameters:
5816   - "name"
5817   - "parent"
5818   - "msg"
5819
5820 # Detailed Test Results - VPP MRR Results 3n-dnv
5821 - type: "table"
5822   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5823   algorithm: "table_merged_details"
5824   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5825   columns:
5826     - title: " |prein| Test Name |preout| "
5827       data: "data name"
5828     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5829       data: "data msg"
5830   data: "vpp-mrr-results-3n-dnv"
5831   filter: "all"
5832   parameters:
5833   - "name"
5834   - "parent"
5835   - "msg"
5836
5837 # Detailed Test Results - VPP MRR Results 2n-dnv
5838 - type: "table"
5839   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5840   algorithm: "table_merged_details"
5841   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5842   columns:
5843     - title: " |prein| Test Name |preout| "
5844       data: "data name"
5845     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5846       data: "data msg"
5847   data: "vpp-mrr-results-2n-dnv"
5848   filter: "all"
5849   parameters:
5850   - "name"
5851   - "parent"
5852   - "msg"
5853
5854 # Test configuration - VPP MRR Test Configs 3n-hsw
5855 - type: "table"
5856   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5857   algorithm: "table_merged_details"
5858   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5859   columns:
5860     - title: " |prein| Test Name |preout| "
5861       data: "data name"
5862     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5863       data: "data conf-history"
5864   data: "vpp-mrr-results-3n-hsw"
5865   filter: "all"
5866   parameters:
5867   - "parent"
5868   - "name"
5869   - "conf-history"
5870
5871 # Test configuration - VPP MRR Test Configs 3n-skx
5872 - type: "table"
5873   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5874   algorithm: "table_merged_details"
5875   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5876   columns:
5877     - title: " |prein| Test Name |preout| "
5878       data: "data name"
5879     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5880       data: "data conf-history"
5881   data: "vpp-mrr-results-3n-skx"
5882   filter: "all"
5883   parameters:
5884   - "parent"
5885   - "name"
5886   - "conf-history"
5887
5888 # Test configuration - VPP MRR Test Configs 2n-skx
5889 - type: "table"
5890   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5891   algorithm: "table_merged_details"
5892   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5893   columns:
5894     - title: " |prein| Test Name |preout| "
5895       data: "data name"
5896     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5897       data: "data conf-history"
5898   data: "vpp-mrr-results-2n-skx"
5899   filter: "all"
5900   parameters:
5901   - "parent"
5902   - "name"
5903   - "conf-history"
5904
5905 # Test configuration - VPP MRR Test Configs 2n-clx
5906 - type: "table"
5907   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5908   algorithm: "table_merged_details"
5909   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5910   columns:
5911     - title: " |prein| Test Name |preout| "
5912       data: "data name"
5913     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5914       data: "data conf-history"
5915   data: "vpp-mrr-results-2n-clx"
5916   filter: "all"
5917   parameters:
5918   - "parent"
5919   - "name"
5920   - "conf-history"
5921
5922 # Test configuration - VPP MRR Test Configs 3n-tsh
5923 - type: "table"
5924   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5925   algorithm: "table_merged_details"
5926   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5927   columns:
5928     - title: " |prein| Test Name |preout| "
5929       data: "data name"
5930     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5931       data: "data conf-history"
5932   data: "vpp-mrr-results-3n-tsh"
5933   filter: "all"
5934   parameters:
5935   - "parent"
5936   - "name"
5937   - "conf-history"
5938
5939 # Test configuration - VPP MRR Test Configs 3n-dnv
5940 - type: "table"
5941   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5942   algorithm: "table_merged_details"
5943   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5944   columns:
5945     - title: " |prein| Test Name |preout| "
5946       data: "data name"
5947     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5948       data: "data conf-history"
5949   data: "vpp-mrr-results-3n-dnv"
5950   filter: "all"
5951   parameters:
5952   - "parent"
5953   - "name"
5954   - "conf-history"
5955
5956 # Test configuration - VPP MRR Test Configs 2n-dnv
5957 - type: "table"
5958   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5959   algorithm: "table_merged_details"
5960   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5961   columns:
5962     - title: " |prein| Test Name |preout| "
5963       data: "data name"
5964     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5965       data: "data conf-history"
5966   data: "vpp-mrr-results-2n-dnv"
5967   filter: "all"
5968   parameters:
5969   - "parent"
5970   - "name"
5971   - "conf-history"
5972
5973 # Detailed Test Results - VPP Device Results - Ubuntu
5974 - type: "table"
5975   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5976   algorithm: "table_merged_details"
5977   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5978   columns:
5979     - title: " |prein| Test Name |preout| "
5980       data: "data name"
5981     - title: " |prein| Status |preout| "
5982       data: "data status"
5983   data: "vpp-device-results-ubuntu"
5984   filter: "all"
5985   parameters:
5986   - "name"
5987   - "parent"
5988   - "doc"
5989   - "status"
5990
5991 # Test configuration - VPP Device Test Configs - Ubuntu
5992 - type: "table"
5993   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5994   algorithm: "table_merged_details"
5995   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5996   columns:
5997     - title: " |prein| Test Name |preout| "
5998       data: "data name"
5999     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6000       data: "data conf-history"
6001   data: "vpp-device-results-ubuntu"
6002   filter: "all"
6003   parameters:
6004   - "parent"
6005   - "name"
6006   - "conf-history"
6007
6008 ################################################################################
6009
6010 # DPDK Performance Changes 3n-hsw 1t1c pdr
6011 - type: "table"
6012   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6013   algorithm: "table_comparison"
6014   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6015   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6016   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6017   columns:
6018     - title: "2001"
6019       data-set: "dpdk-performance-changes-3n-hsw-h1"
6020     - title: "2005"
6021       data-set: "dpdk-performance-changes-3n-hsw-ref"
6022     - title: "2009"
6023       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6024   comparisons:
6025     - title: "Diff"
6026       reference: 2
6027       compare: 3
6028   legend:
6029     - ""
6030     - "2001, 2005, 2009 - DPDK versions tested."
6031     - "Diff - difference between 2005 and 2009 DPDK version."
6032
6033 # DPDK Performance Changes 3n-hsw 2t2c pdr
6034 - type: "table"
6035   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6036   algorithm: "table_comparison"
6037   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6038   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6039   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6040   columns:
6041     - title: "2001"
6042       data-set: "dpdk-performance-changes-3n-hsw-h1"
6043     - title: "2005"
6044       data-set: "dpdk-performance-changes-3n-hsw-ref"
6045     - title: "2009"
6046       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6047   comparisons:
6048     - title: "Diff"
6049       reference: 2
6050       compare: 3
6051   legend:
6052     - ""
6053     - "2001, 2005, 2009 - DPDK versions tested."
6054     - "Diff - difference between 2005 and 2009 DPDK version."
6055
6056 # DPDK Performance Changes 3n-hsw 1t1c pdr
6057 - type: "table"
6058   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6059   algorithm: "table_comparison"
6060   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6061   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6062   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6063   columns:
6064     - title: "2001"
6065       data-set: "dpdk-performance-changes-3n-hsw-h1"
6066     - title: "2005"
6067       data-set: "dpdk-performance-changes-3n-hsw-ref"
6068     - title: "2009"
6069       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6070   comparisons:
6071     - title: "Diff"
6072       reference: 2
6073       compare: 3
6074   legend:
6075     - ""
6076     - "2001, 2005, 2009 - DPDK versions tested."
6077     - "Diff - difference between 2005 and 2009 DPDK version."
6078
6079 # DPDK Performance Changes 3n-hsw 2t2c ndr
6080 - type: "table"
6081   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6082   algorithm: "table_comparison"
6083   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6084   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6085   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6086   columns:
6087     - title: "2001"
6088       data-set: "dpdk-performance-changes-3n-hsw-h1"
6089     - title: "2005"
6090       data-set: "dpdk-performance-changes-3n-hsw-ref"
6091     - title: "2009"
6092       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6093   comparisons:
6094     - title: "Diff"
6095       reference: 2
6096       compare: 3
6097   legend:
6098     - ""
6099     - "2001, 2005, 2009 - DPDK versions tested."
6100     - "Diff - difference between 2005 and 2009 DPDK version."
6101
6102 # DPDK Performance Changes 3n-skx 2t1c pdr
6103 - type: "table"
6104   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6105   algorithm: "table_comparison"
6106   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6107   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6108   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6109   columns:
6110     - title: "2001"
6111       data-set: "dpdk-performance-changes-3n-skx-h1"
6112     - title: "2005"
6113       data-set: "dpdk-performance-changes-3n-skx-ref"
6114     - title: "2009"
6115       data-set: "dpdk-performance-changes-3n-skx-cmp"
6116   comparisons:
6117     - title: "Diff"
6118       reference: 2
6119       compare: 3
6120   legend:
6121     - ""
6122     - "2001, 2005, 2009 - DPDK versions tested."
6123     - "Diff - difference between 2005 and 2009 DPDK version."
6124
6125 # DPDK Performance Changes 3n-skx 4t2c pdr
6126 - type: "table"
6127   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6128   algorithm: "table_comparison"
6129   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6130   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6131   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6132   columns:
6133     - title: "2001"
6134       data-set: "dpdk-performance-changes-3n-skx-h1"
6135     - title: "2005"
6136       data-set: "dpdk-performance-changes-3n-skx-ref"
6137     - title: "2009"
6138       data-set: "dpdk-performance-changes-3n-skx-cmp"
6139   comparisons:
6140     - title: "Diff"
6141       reference: 2
6142       compare: 3
6143   legend:
6144     - ""
6145     - "2001, 2005, 2009 - DPDK versions tested."
6146     - "Diff - difference between 2005 and 2009 DPDK version."
6147
6148 # DPDK Performance Changes 3n-skx 2t1c ndr
6149 - type: "table"
6150   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6151   algorithm: "table_comparison"
6152   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6153   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6154   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6155   columns:
6156     - title: "2001"
6157       data-set: "dpdk-performance-changes-3n-skx-h1"
6158     - title: "2005"
6159       data-set: "dpdk-performance-changes-3n-skx-ref"
6160     - title: "2009"
6161       data-set: "dpdk-performance-changes-3n-skx-cmp"
6162   comparisons:
6163     - title: "Diff"
6164       reference: 2
6165       compare: 3
6166   legend:
6167     - ""
6168     - "2001, 2005, 2009 - DPDK versions tested."
6169     - "Diff - difference between 2005 and 2009 DPDK version."
6170
6171 # DPDK Performance Changes 3n-skx 4t2c ndr
6172 - type: "table"
6173   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6174   algorithm: "table_comparison"
6175   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6176   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6177   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6178   columns:
6179     - title: "2001"
6180       data-set: "dpdk-performance-changes-3n-skx-h1"
6181     - title: "2005"
6182       data-set: "dpdk-performance-changes-3n-skx-ref"
6183     - title: "2009"
6184       data-set: "dpdk-performance-changes-3n-skx-cmp"
6185   comparisons:
6186     - title: "Diff"
6187       reference: 2
6188       compare: 3
6189   legend:
6190     - ""
6191     - "2001, 2005, 2009 - DPDK versions tested."
6192     - "Diff - difference between 2005 and 2009 DPDK version."
6193
6194 # DPDK Performance Changes 2n-skx 2t1c pdr
6195 - type: "table"
6196   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6197   algorithm: "table_comparison"
6198   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6199   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6200   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6201   columns:
6202     - title: "2001"
6203       data-set: "dpdk-performance-changes-2n-skx-h1"
6204     - title: "2005"
6205       data-set: "dpdk-performance-changes-2n-skx-ref"
6206     - title: "2009"
6207       data-set: "dpdk-performance-changes-2n-skx-cmp"
6208   comparisons:
6209     - title: "Diff"
6210       reference: 2
6211       compare: 3
6212   legend:
6213     - ""
6214     - "2001, 2005, 2009 - DPDK versions tested."
6215     - "Diff - difference between 2005 and 2009 DPDK version."
6216
6217 # DPDK Performance Changes 2n-skx 4t2c pdr
6218 - type: "table"
6219   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6220   algorithm: "table_comparison"
6221   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6223   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6224   columns:
6225     - title: "2001"
6226       data-set: "dpdk-performance-changes-2n-skx-h1"
6227     - title: "2005"
6228       data-set: "dpdk-performance-changes-2n-skx-ref"
6229     - title: "2009"
6230       data-set: "dpdk-performance-changes-2n-skx-cmp"
6231   comparisons:
6232     - title: "Diff"
6233       reference: 2
6234       compare: 3
6235   legend:
6236     - ""
6237     - "2001, 2005, 2009 - DPDK versions tested."
6238     - "Diff - difference between 2005 and 2009 DPDK version."
6239
6240 # DPDK Performance Changes 2n-skx 2t1c ndr
6241 - type: "table"
6242   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6243   algorithm: "table_comparison"
6244   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6245   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6246   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6247   columns:
6248     - title: "2001"
6249       data-set: "dpdk-performance-changes-2n-skx-h1"
6250     - title: "2005"
6251       data-set: "dpdk-performance-changes-2n-skx-ref"
6252     - title: "2009"
6253       data-set: "dpdk-performance-changes-2n-skx-cmp"
6254   comparisons:
6255     - title: "Diff"
6256       reference: 2
6257       compare: 3
6258   legend:
6259     - ""
6260     - "2001, 2005, 2009 - DPDK versions tested."
6261     - "Diff - difference between 2005 and 2009 DPDK version."
6262
6263 # DPDK Performance Changes 2n-skx 4t2c ndr
6264 - type: "table"
6265   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6266   algorithm: "table_comparison"
6267   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6268   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6269   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6270   columns:
6271     - title: "2001"
6272       data-set: "dpdk-performance-changes-2n-skx-h1"
6273     - title: "2005"
6274       data-set: "dpdk-performance-changes-2n-skx-ref"
6275     - title: "2009"
6276       data-set: "dpdk-performance-changes-2n-skx-cmp"
6277   comparisons:
6278     - title: "Diff"
6279       reference: 2
6280       compare: 3
6281   legend:
6282     - ""
6283     - "2001, 2005, 2009 - DPDK versions tested."
6284     - "Diff - difference between 2005 and 2009 DPDK version."
6285
6286 # DPDK Performance Changes 2n-clx 2t1c pdr
6287 - type: "table"
6288   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6289   algorithm: "table_comparison"
6290   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6291   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6292   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6293   columns:
6294     - title: "2001"
6295       data-set: "dpdk-performance-changes-2n-clx-h1"
6296     - title: "2005"
6297       data-set: "dpdk-performance-changes-2n-clx-ref"
6298     - title: "2009"
6299       data-set: "dpdk-performance-changes-2n-clx-cmp"
6300   comparisons:
6301     - title: "Diff"
6302       reference: 2
6303       compare: 3
6304   legend:
6305     - ""
6306     - "2001, 2005, 2009 - DPDK versions tested."
6307     - "Diff - difference between 2005 and 2009 DPDK version."
6308
6309 # DPDK Performance Changes 2n-clx 4t2c pdr
6310 - type: "table"
6311   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6312   algorithm: "table_comparison"
6313   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6314   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6315   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6316   columns:
6317     - title: "2001"
6318       data-set: "dpdk-performance-changes-2n-clx-h1"
6319     - title: "2005"
6320       data-set: "dpdk-performance-changes-2n-clx-ref"
6321     - title: "2009"
6322       data-set: "dpdk-performance-changes-2n-clx-cmp"
6323   comparisons:
6324     - title: "Diff"
6325       reference: 2
6326       compare: 3
6327   legend:
6328     - ""
6329     - "2001, 2005, 2009 - DPDK versions tested."
6330     - "Diff - difference between 2005 and 2009 DPDK version."
6331
6332 # DPDK Performance Changes 2n-clx 2t1c ndr
6333 - type: "table"
6334   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6335   algorithm: "table_comparison"
6336   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6338   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6339   columns:
6340     - title: "2001"
6341       data-set: "dpdk-performance-changes-2n-clx-h1"
6342     - title: "2005"
6343       data-set: "dpdk-performance-changes-2n-clx-ref"
6344     - title: "2009"
6345       data-set: "dpdk-performance-changes-2n-clx-cmp"
6346   comparisons:
6347     - title: "Diff"
6348       reference: 2
6349       compare: 3
6350   legend:
6351     - ""
6352     - "2001, 2005, 2009 - DPDK versions tested."
6353     - "Diff - difference between 2005 and 2009 DPDK version."
6354
6355 # DPDK Performance Changes 2n-clx 4t2c ndr
6356 - type: "table"
6357   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6358   algorithm: "table_comparison"
6359   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6360   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6361   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6362   columns:
6363     - title: "2001"
6364       data-set: "dpdk-performance-changes-2n-clx-h1"
6365     - title: "2005"
6366       data-set: "dpdk-performance-changes-2n-clx-ref"
6367     - title: "2009"
6368       data-set: "dpdk-performance-changes-2n-clx-cmp"
6369   comparisons:
6370     - title: "Diff"
6371       reference: 2
6372       compare: 3
6373   legend:
6374     - ""
6375     - "2001, 2005, 2009 - DPDK versions tested."
6376     - "Diff - difference between 2005 and 2009 DPDK version."
6377
6378 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6379 #- type: "table"
6380 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6381 #  algorithm: "table_comparison"
6382 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6383 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6384 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6385 #  columns:
6386 #    - title: "2001"
6387 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6388 #    - title: "2005"
6389 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6390 #    - title: "2009"
6391 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6392 #  comparisons:
6393 #    - title: "Diff"
6394 #      reference: 2
6395 #      compare: 3
6396 #  legend:
6397 #    - ""
6398 #    - "2001, 2005, 2009 - DPDK versions tested."
6399 #    - "Diff - difference between 2005 and 2009 DPDK version."
6400 #
6401 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6402 #- type: "table"
6403 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6404 #  algorithm: "table_comparison"
6405 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6406 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6407 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6408 #  columns:
6409 #    - title: "2001"
6410 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6411 #    - title: "2005"
6412 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6413 #    - title: "2009"
6414 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6415 #  comparisons:
6416 #    - title: "Diff"
6417 #      reference: 2
6418 #      compare: 3
6419 #  legend:
6420 #    - ""
6421 #    - "2001, 2005, 2009 - DPDK versions tested."
6422 #    - "Diff - difference between 2005 and 2009 DPDK version."
6423 #
6424 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6425 #- type: "table"
6426 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6427 #  algorithm: "table_comparison"
6428 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6429 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6430 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6431 #  columns:
6432 #    - title: "2001"
6433 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6434 #    - title: "2005"
6435 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6436 #    - title: "2009"
6437 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6438 #  comparisons:
6439 #    - title: "Diff"
6440 #      reference: 2
6441 #      compare: 3
6442 #  legend:
6443 #    - ""
6444 #    - "2001, 2005, 2009 - DPDK versions tested."
6445 #    - "Diff - difference between 2005 and 2009 DPDK version."
6446 #
6447 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6448 #- type: "table"
6449 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6450 #  algorithm: "table_comparison"
6451 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6452 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6453 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6454 #  columns:
6455 #    - title: "2001"
6456 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6457 #    - title: "2005"
6458 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6459 #    - title: "2009"
6460 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6461 #  comparisons:
6462 #    - title: "Diff"
6463 #      reference: 2
6464 #      compare: 3
6465 #  legend:
6466 #    - ""
6467 #    - "2001, 2005, 2009 - DPDK versions tested."
6468 #    - "Diff - difference between 2005 and 2009 DPDK version."
6469 #
6470 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6471 #- type: "table"
6472 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6473 #  algorithm: "table_comparison"
6474 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6475 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6476 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6477 #  columns:
6478 #    - title: "2001"
6479 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6480 #    - title: "2005"
6481 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6482 #    - title: "2009"
6483 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6484 #  comparisons:
6485 #    - title: "Diff"
6486 #      reference: 2
6487 #      compare: 3
6488 #  legend:
6489 #    - ""
6490 #    - "2001, 2005, 2009 - DPDK versions tested."
6491 #    - "Diff - difference between 2005 and 2009 DPDK version."
6492 #
6493 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6494 #- type: "table"
6495 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6496 #  algorithm: "table_comparison"
6497 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6498 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6499 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6500 #  columns:
6501 #    - title: "2001"
6502 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6503 #    - title: "2005"
6504 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6505 #    - title: "2009"
6506 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6507 #  comparisons:
6508 #    - title: "Diff"
6509 #      reference: 2
6510 #      compare: 3
6511 #  legend:
6512 #    - ""
6513 #    - "2001, 2005, 2009 - DPDK versions tested."
6514 #    - "Diff - difference between 2005 and 2009 DPDK version."
6515 #
6516 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6517 #- type: "table"
6518 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6519 #  algorithm: "table_comparison"
6520 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6521 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6522 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6523 #  columns:
6524 #    - title: "2001"
6525 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6526 #    - title: "2005"
6527 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6528 #    - title: "2009"
6529 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6530 #  comparisons:
6531 #    - title: "Diff"
6532 #      reference: 2
6533 #      compare: 3
6534 #  legend:
6535 #    - ""
6536 #    - "2001, 2005, 2009 - DPDK versions tested."
6537 #    - "Diff - difference between 2005 and 2009 DPDK version."
6538 #
6539 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6540 #- type: "table"
6541 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6542 #  algorithm: "table_comparison"
6543 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6544 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6545 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6546 #  columns:
6547 #    - title: "2001"
6548 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6549 #    - title: "2005"
6550 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6551 #    - title: "2009"
6552 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6553 #  comparisons:
6554 #    - title: "Diff"
6555 #      reference: 2
6556 #      compare: 3
6557 #  legend:
6558 #    - ""
6559 #    - "2001, 2005, 2009 - DPDK versions tested."
6560 #    - "Diff - difference between 2005 and 2009 DPDK version."
6561
6562 # DPDK Performance Changes 3n-tsh 1t1c pdr
6563 - type: "table"
6564   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6565   algorithm: "table_comparison"
6566   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6567   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6568   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6569   columns:
6570     - title: "2001"
6571       data-set: "dpdk-performance-changes-3n-tsh-h1"
6572     - title: "2005"
6573       data-set: "dpdk-performance-changes-3n-tsh-ref"
6574     - title: "2009"
6575       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6576   comparisons:
6577     - title: "Diff"
6578       reference: 2
6579       compare: 3
6580   legend:
6581     - ""
6582     - "2001, 2005, 2009 - DPDK versions tested."
6583     - "Diff - difference between 2005 and 2009 DPDK version."
6584
6585 # DPDK Performance Changes 3n-tsh 2t2c pdr
6586 - type: "table"
6587   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6588   algorithm: "table_comparison"
6589   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6590   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6591   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6592   columns:
6593     - title: "2001"
6594       data-set: "dpdk-performance-changes-3n-tsh-h1"
6595     - title: "2005"
6596       data-set: "dpdk-performance-changes-3n-tsh-ref"
6597     - title: "2009"
6598       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6599   comparisons:
6600     - title: "Diff"
6601       reference: 2
6602       compare: 3
6603   legend:
6604     - ""
6605     - "2001, 2005, 2009 - DPDK versions tested."
6606     - "Diff - difference between 2005 and 2009 DPDK version."
6607
6608 # DPDK Performance Changes 3n-tsh 1t1c ndr
6609 - type: "table"
6610   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6611   algorithm: "table_comparison"
6612   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6613   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6614   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6615   columns:
6616     - title: "2001"
6617       data-set: "dpdk-performance-changes-3n-tsh-h1"
6618     - title: "2005"
6619       data-set: "dpdk-performance-changes-3n-tsh-ref"
6620     - title: "2009"
6621       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6622   comparisons:
6623     - title: "Diff"
6624       reference: 2
6625       compare: 3
6626   legend:
6627     - ""
6628     - "2001, 2005, 2009 - DPDK versions tested."
6629     - "Diff - difference between 2005 and 2009 DPDK version."
6630
6631 # DPDK Performance Changes 3n-tsh 2t2c ndr
6632 - type: "table"
6633   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6634   algorithm: "table_comparison"
6635   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6636   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6637   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6638   columns:
6639     - title: "2001"
6640       data-set: "dpdk-performance-changes-3n-tsh-h1"
6641     - title: "2005"
6642       data-set: "dpdk-performance-changes-3n-tsh-ref"
6643     - title: "2009"
6644       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6645   comparisons:
6646     - title: "Diff"
6647       reference: 2
6648       compare: 3
6649   legend:
6650     - ""
6651     - "2001, 2005, 2009 - DPDK versions tested."
6652     - "Diff - difference between 2005 and 2009 DPDK version."
6653
6654 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6655 - type: "table"
6656   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6657   algorithm: "table_comparison"
6658   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6660   filter: "'NIC_Intel-X710'"
6661   columns:
6662     - title: "3n-hsw x710"
6663       data-set: "dpdk-compare-testbeds-ref"
6664     - title: "3n-skx x710"
6665       data-set: "dpdk-compare-testbeds-cmp"
6666   comparisons:
6667     - title: "Diff"
6668       reference: 1
6669       compare: 2
6670   legend:
6671     - ""
6672     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6673     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6674
6675 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6676 - type: "table"
6677   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6678   algorithm: "table_comparison"
6679   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6680   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6681   filter: "'NIC_Intel-X710'"
6682   columns:
6683     - title: "3n-hsw x710"
6684       data-set: "dpdk-compare-testbeds-ref"
6685     - title: "3n-skx x710"
6686       data-set: "dpdk-compare-testbeds-cmp"
6687   comparisons:
6688     - title: "Diff"
6689       reference: 1
6690       compare: 2
6691   legend:
6692     - ""
6693     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6694     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6695
6696 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6697 - type: "table"
6698   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6699   algorithm: "table_comparison"
6700   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6701   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6702   filter: "'NIC_Intel-XXV710'"
6703   columns:
6704     - title: "2n-skx"
6705       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6706     - title: "2n-clx"
6707       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6708   comparisons:
6709     - title: "Diff"
6710       reference: 1
6711       compare: 2
6712   legend:
6713     - ""
6714     - "2n-skx, 2n-clx - testbeds and NICs tested."
6715     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6716
6717 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6718 - type: "table"
6719   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6720   algorithm: "table_comparison"
6721   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6722   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6723   filter: "'NIC_Intel-XXV710'"
6724   columns:
6725     - title: "2n-skx"
6726       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6727     - title: "2n-clx"
6728       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6729   comparisons:
6730     - title: "Diff"
6731       reference: 1
6732       compare: 2
6733   legend:
6734     - ""
6735     - "2n-skx, 2n-clx - testbeds and NICs tested."
6736     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6737
6738 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6739 - type: "table"
6740   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6741   algorithm: "table_comparison"
6742   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6743   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6744   filter: "'NIC_Intel-XXV710'"
6745   columns:
6746     - title: "3n-skx"
6747       data-set: "dpdk-compare-topologies-ref"
6748     - title: "2n-skx"
6749       data-set: "dpdk-compare-topologies-cmp"
6750   comparisons:
6751     - title: "Diff"
6752       reference: 1
6753       compare: 2
6754   legend:
6755     - ""
6756     - "3n-skx, 2n-skx - topologies tested."
6757     - "Diff - difference between 3n-skx and 2n-skx topologies."
6758
6759 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6760 - type: "table"
6761   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6762   algorithm: "table_comparison"
6763   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6765   filter: "'NIC_Intel-XXV710'"
6766   columns:
6767     - title: "3n-skx"
6768       data-set: "dpdk-compare-topologies-ref"
6769     - title: "2n-skx"
6770       data-set: "dpdk-compare-topologies-cmp"
6771   comparisons:
6772     - title: "Diff"
6773       reference: 1
6774       compare: 2
6775   legend:
6776     - ""
6777     - "3n-skx, 2n-skx - topologies tested."
6778     - "Diff - difference between 3n-skx and 2n-skx topologies."
6779
6780 # Detailed Test Results - DPDK Performance Results 3n-hsw
6781 - type: "table"
6782   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6783   algorithm: "table_merged_details"
6784   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6785   columns:
6786     - title: " |prein| Test Name |preout| "
6787       data: "data name"
6788     - 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| "
6789       data: "data msg"
6790   data: "dpdk-perf-results-3n-hsw"
6791   filter: "all"
6792   parameters:
6793   - "name"
6794   - "parent"
6795   - "msg"
6796
6797 # Detailed Test Results - DPDK Performance Results 3n-skx
6798 - type: "table"
6799   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6800   algorithm: "table_merged_details"
6801   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6802   columns:
6803     - title: " |prein| Test Name |preout| "
6804       data: "data name"
6805     - 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| "
6806       data: "data msg"
6807   data: "dpdk-perf-results-3n-skx"
6808   filter: "all"
6809   remove-ndr: False
6810   parameters:
6811   - "name"
6812   - "parent"
6813   - "msg"
6814
6815 # Detailed Test Results - DPDK Performance Results 2n-skx
6816 - type: "table"
6817   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6818   algorithm: "table_merged_details"
6819   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6820   columns:
6821     - title: " |prein| Test Name |preout| "
6822       data: "data name"
6823     - 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| "
6824       data: "data msg"
6825   data: "dpdk-perf-results-2n-skx"
6826   filter: "all"
6827   remove-ndr: False
6828   parameters:
6829   - "name"
6830   - "parent"
6831   - "msg"
6832
6833 # Detailed Test Results - DPDK Performance Results 2n-clx
6834 - type: "table"
6835   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6836   algorithm: "table_merged_details"
6837   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6838   columns:
6839     - title: " |prein| Test Name |preout| "
6840       data: "data name"
6841     - 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| "
6842       data: "data msg"
6843   data: "dpdk-perf-results-2n-clx"
6844   filter: "all"
6845   parameters:
6846   - "name"
6847   - "parent"
6848   - "msg"
6849
6850 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6851 #- type: "table"
6852 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6853 #  algorithm: "table_merged_details"
6854 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6855 #  columns:
6856 #    - title: " |prein| Test Name |preout| "
6857 #      data: "data name"
6858 #    - 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| "
6859 #      data: "data msg"
6860 #  data: "dpdk-perf-results-2n-dnv"
6861 #  filter: "all"
6862 #  parameters:
6863 #  - "name"
6864 #  - "parent"
6865 #  - "msg"
6866 #
6867 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6868 #- type: "table"
6869 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6870 #  algorithm: "table_merged_details"
6871 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6872 #  columns:
6873 #    - title: " |prein| Test Name |preout| "
6874 #      data: "data name"
6875 #    - 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| "
6876 #      data: "data msg"
6877 #  data: "dpdk-perf-results-3n-dnv"
6878 #  filter: "all"
6879 #  parameters:
6880 #  - "name"
6881 #  - "parent"
6882 #  - "msg"
6883
6884 # Detailed Test Results - DPDK Performance Results 3n-tsh
6885 - type: "table"
6886   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6887   algorithm: "table_merged_details"
6888   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6889   columns:
6890     - title: " |prein| Test Name |preout| "
6891       data: "data name"
6892     - 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| "
6893       data: "data msg"
6894   data: "dpdk-perf-results-3n-tsh"
6895   filter: "all"
6896   parameters:
6897   - "name"
6898   - "parent"
6899   - "msg"
6900
6901 ################################################################################
6902 ###                                F I L E S                                 ###
6903 ################################################################################
6904
6905 # VPP Performance Results
6906 - type: "file"
6907   title: "VPP Performance Results"
6908   algorithm: "file_details_split"
6909   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6910   dir-tables:
6911     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6912     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6913     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6914     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6915     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6916     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6917     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6918   data:
6919     - "vpp-perf-results-2n-skx"
6920     - "vpp-perf-results-3n-skx"
6921     - "vpp-perf-results-2n-clx"
6922     - "vpp-perf-results-3n-hsw"
6923     - "vpp-perf-results-3n-tsh"
6924     - "vpp-perf-results-2n-dnv"
6925     - "vpp-perf-results-3n-dnv"
6926   filter: "all"
6927   data-start-level: 4
6928   order-chapters:
6929     level-1:
6930       - "l2"
6931       - "ip4"
6932       - "ip6"
6933       - "srv6"
6934       - "ip4_tunnels"
6935       - "ip6_tunnels"
6936       - "vm_vhost"
6937       - "container_memif"
6938       - "crypto"
6939       - "vts"
6940       - "lb"
6941       - "nfv_density"
6942       - "hoststack"
6943     level-2:
6944       - "2n-skx"
6945       - "3n-skx"
6946       - "2n-clx"
6947       - "3n-hsw"
6948       - "3n-tsh"
6949       - "2n-dnv"
6950       - "3n-dnv"
6951     level-3:
6952       - "xl710"
6953       - "x520"
6954       - "xxv710"
6955       - "x710"
6956       - "x553"
6957       - "cx556a"
6958       - "vic1227"
6959       - "vic1385"
6960
6961 # VPP Performance Configuration
6962 - type: "file"
6963   title: "VPP Performance Configuration"
6964   algorithm: "file_details_split"
6965   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6966   dir-tables:
6967     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6968     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6969     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6970     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6971     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6972     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6973     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6974   data:
6975     - "vpp-perf-results-2n-skx"
6976     - "vpp-perf-results-3n-skx"
6977     - "vpp-perf-results-2n-clx"
6978     - "vpp-perf-results-3n-hsw"
6979     - "vpp-perf-results-3n-tsh"
6980     - "vpp-perf-results-2n-dnv"
6981     - "vpp-perf-results-3n-dnv"
6982   filter: "all"
6983   data-start-level: 4
6984   order-chapters:
6985     level-1:
6986       - "l2"
6987       - "ip4"
6988       - "ip6"
6989       - "srv6"
6990       - "ip4_tunnels"
6991       - "ip6_tunnels"
6992       - "vm_vhost"
6993       - "container_memif"
6994       - "crypto"
6995       - "vts"
6996       - "lb"
6997       - "nfv_density"
6998       - "hoststack"
6999     level-2:
7000       - "2n-skx"
7001       - "3n-skx"
7002       - "2n-clx"
7003       - "3n-hsw"
7004       - "3n-tsh"
7005       - "2n-dnv"
7006       - "3n-dnv"
7007     level-3:
7008       - "xl710"
7009       - "x520"
7010       - "xxv710"
7011       - "x710"
7012       - "x553"
7013       - "cx556a"
7014       - "vic1227"
7015       - "vic1385"
7016
7017 # VPP Performance Operational
7018 - type: "file"
7019   title: "VPP Performance Operational"
7020   algorithm: "file_details_split_html"
7021   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7022   dir-tables:
7023     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7024     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7025     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7026     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7027     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7028     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7029     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7030   data:
7031     - "vpp-perf-results-2n-skx"
7032     - "vpp-perf-results-3n-skx"
7033     - "vpp-perf-results-2n-clx"
7034     - "vpp-perf-results-3n-hsw"
7035     - "vpp-perf-results-3n-tsh"
7036     - "vpp-perf-results-2n-dnv"
7037     - "vpp-perf-results-3n-dnv"
7038   filter: "all"
7039   data-start-level: 4
7040   order-chapters:
7041     level-1:
7042       - "l2"
7043       - "ip4"
7044       - "ip6"
7045       - "srv6"
7046       - "ip4_tunnels"
7047       - "ip6_tunnels"
7048       - "vm_vhost"
7049       - "container_memif"
7050       - "crypto"
7051       - "vts"
7052       - "lb"
7053       - "nfv_density"
7054       - "hoststack"
7055     level-2:
7056       - "2n-skx"
7057       - "3n-skx"
7058       - "2n-clx"
7059       - "3n-hsw"
7060       - "3n-tsh"
7061       - "2n-dnv"
7062       - "3n-dnv"
7063     level-3:
7064       - "xl710"
7065       - "x520"
7066       - "xxv710"
7067       - "x710"
7068       - "x553"
7069       - "cx556a"
7070       - "vic1227"
7071       - "vic1385"
7072
7073 # VPP MRR Results
7074 - type: "file"
7075   title: "VPP MRR Results"
7076   algorithm: "file_details_split"
7077   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7078   dir-tables:
7079     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7080     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7081     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7082     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7083     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7084     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7085     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7086   data:
7087     - "vpp-mrr-results-2n-skx"
7088     - "vpp-mrr-results-3n-skx"
7089     - "vpp-mrr-results-2n-clx"
7090     - "vpp-mrr-results-3n-hsw"
7091     - "vpp-mrr-results-3n-tsh"
7092     - "vpp-mrr-results-2n-dnv"
7093     - "vpp-mrr-results-3n-dnv"
7094   filter: "all"
7095   data-start-level: 4
7096   order-chapters:
7097     level-1:
7098       - "l2"
7099       - "ip4"
7100       - "ip6"
7101       - "srv6"
7102       - "ip4_tunnels"
7103       - "ip6_tunnels"
7104       - "vm_vhost"
7105       - "container_memif"
7106       - "crypto"
7107       - "vts"
7108       - "lb"
7109       - "nfv_density"
7110       - "hoststack"
7111     level-2:
7112       - "2n-skx"
7113       - "3n-skx"
7114       - "2n-clx"
7115       - "3n-hsw"
7116       - "3n-tsh"
7117       - "2n-dnv"
7118       - "3n-dnv"
7119     level-3:
7120       - "xl710"
7121       - "x520"
7122       - "xxv710"
7123       - "x710"
7124       - "x553"
7125       - "cx556a"
7126       - "vic1227"
7127       - "vic1385"
7128
7129 # VPP MRR Configuration
7130 - type: "file"
7131   title: "VPP MRR Configuration"
7132   algorithm: "file_details_split"
7133   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7134   dir-tables:
7135     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7136     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7137     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7138     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7139     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7140     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7141     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7142   data:
7143     - "vpp-mrr-results-2n-skx"
7144     - "vpp-mrr-results-3n-skx"
7145     - "vpp-mrr-results-2n-clx"
7146     - "vpp-mrr-results-3n-hsw"
7147     - "vpp-mrr-results-3n-tsh"
7148     - "vpp-mrr-results-2n-dnv"
7149     - "vpp-mrr-results-3n-dnv"
7150   filter: "all"
7151   data-start-level: 4
7152   order-chapters:
7153     level-1:
7154       - "l2"
7155       - "ip4"
7156       - "ip6"
7157       - "srv6"
7158       - "ip4_tunnels"
7159       - "ip6_tunnels"
7160       - "vm_vhost"
7161       - "container_memif"
7162       - "crypto"
7163       - "vts"
7164       - "lb"
7165       - "nfv_density"
7166       - "hoststack"
7167     level-2:
7168       - "2n-skx"
7169       - "3n-skx"
7170       - "2n-clx"
7171       - "3n-hsw"
7172       - "3n-tsh"
7173       - "2n-dnv"
7174       - "3n-dnv"
7175     level-3:
7176       - "xl710"
7177       - "x520"
7178       - "xxv710"
7179       - "x710"
7180       - "x553"
7181       - "cx556a"
7182       - "vic1227"
7183       - "vic1385"
7184
7185 # VPP Device Results - Ubuntu
7186 - type: "file"
7187   title: "VPP Device Results - Ubuntu"
7188   algorithm: "file_test_results"
7189   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7190   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7191   data: "vpp-device-results-ubuntu"
7192   filter: "all"
7193   data-start-level: 4
7194
7195 # VPP Device Configuration - Ubuntu
7196 - type: "file"
7197   title: "VPP Device Configuration - Ubuntu"
7198   algorithm: "file_test_results"
7199   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7200   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7201   data: "vpp-device-results-ubuntu"
7202   filter: "all"
7203   data-start-level: 4
7204
7205 # DPDK Performance Results 3n-hsw
7206 - type: "file"
7207   title: "DPDK Performance Results 3n-hsw"
7208   algorithm: "file_test_results"
7209   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7210   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7211   data: "dpdk-perf-results-3n-hsw"
7212   filter: "all"
7213   data-start-level: 4
7214
7215 # DPDK Performance Results 3n-skx
7216 - type: "file"
7217   title: "DPDK Performance Results 3n-skx"
7218   algorithm: "file_test_results"
7219   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7220   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7221   data: "dpdk-perf-results-3n-skx"
7222   filter: "all"
7223   data-start-level: 4
7224
7225 # DPDK Performance Results 2n-skx
7226 - type: "file"
7227   title: "DPDK Performance Results 2n-skx"
7228   algorithm: "file_test_results"
7229   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7230   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7231   data: "dpdk-perf-results-2n-skx"
7232   filter: "all"
7233   data-start-level: 4
7234
7235 # DPDK Performance Results 2n-clx
7236 - type: "file"
7237   title: "DPDK Performance Results 2n-clx"
7238   algorithm: "file_test_results"
7239   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7240   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7241   data: "dpdk-perf-results-2n-clx"
7242   filter: "all"
7243   data-start-level: 4
7244
7245 ## DPDK Performance Results 2n-dnv
7246 #- type: "file"
7247 #  title: "DPDK Performance Results 2n-dnv"
7248 #  algorithm: "file_test_results"
7249 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7250 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7251 #  data: "dpdk-perf-results-2n-dnv"
7252 #  filter: "all"
7253 #  data-start-level: 4
7254 #
7255 ## DPDK Performance Results 3n-dnv
7256 #- type: "file"
7257 #  title: "DPDK Performance Results 3n-dnv"
7258 #  algorithm: "file_test_results"
7259 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7260 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7261 #  data: "dpdk-perf-results-3n-dnv"
7262 #  filter: "all"
7263 #  data-start-level: 4
7264
7265 # DPDK Performance Results 3n-tsh
7266 - type: "file"
7267   title: "DPDK Performance Results 3n-tsh"
7268   algorithm: "file_test_results"
7269   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7270   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7271   data: "dpdk-perf-results-3n-tsh"
7272   filter: "all"
7273   data-start-level: 4
7274
7275 ################################################################################
7276 ###                                P L O T S                                 ###
7277 ################################################################################
7278
7279 # Hoststack tests 3n-hsw
7280
7281 - type: "plot"
7282   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7283   algorithm: "plot_perf_box_name"
7284   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7285   data: "plot-vpp-hoststack-3n-hsw"
7286   include:
7287     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7288     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7289   layout:
7290     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7291     layout: "plot-hoststack"
7292
7293 - type: "plot"
7294   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7295   algorithm: "plot_perf_box_name"
7296   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7297   data: "plot-vpp-hoststack-3n-hsw"
7298   include:
7299     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7300     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7301   layout:
7302     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7303     layout: "plot-hoststack"
7304
7305 - type: "plot"
7306   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7307   algorithm: "plot_perf_box_name"
7308   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7309   data: "plot-vpp-hoststack-3n-hsw"
7310   include:
7311     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7312     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7313     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7314     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7315   layout:
7316     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7317     layout: "plot-hoststack"
7318
7319 ################################################################################
7320
7321 # Soak Test (PLRsearch), boxes - 2n-clx
7322 - type: "plot"
7323   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7324   algorithm: "plot_perf_box_name"
7325   output-file-type: ".html"
7326   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7327   data: "plot-vpp-soak-2n-clx"
7328   include:
7329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7330     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7331     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7332     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7335   layout:
7336     title: "30 Minutes Soak Test (PLRsearch)"
7337     layout: "plot-soak-throughput"
7338
7339 # Soak Test (PLRsearch), boxes - 2n-clx
7340 - type: "plot"
7341   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7342   algorithm: "plot_perf_box_name"
7343   output-file-type: ".html"
7344   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7345   data: "plot-vpp-soak-2n-clx"
7346   include:
7347     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7348     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7349     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7350     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7352     - "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"
7353   layout:
7354     title: "30 Minutes Soak Test (PLRsearch)"
7355     layout: "plot-soak-throughput"
7356
7357 # Soak Test (PLRsearch), boxes - 2n-skx
7358 - type: "plot"
7359   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7360   algorithm: "plot_perf_box_name"
7361   output-file-type: ".html"
7362   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7363   data: "plot-vpp-soak-2n-skx"
7364   include:
7365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7368     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7371   layout:
7372     title: "30 Minutes Soak Test (PLRsearch)"
7373     layout: "plot-soak-throughput"
7374
7375 # Soak Test (PLRsearch), boxes - 2n-skx
7376 - type: "plot"
7377   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7378   algorithm: "plot_perf_box_name"
7379   output-file-type: ".html"
7380   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7381   data: "plot-vpp-soak-2n-skx"
7382   include:
7383     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7384     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7385     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7386     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7388     - "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"
7389   layout:
7390     title: "30 Minutes Soak Test (PLRsearch)"
7391     layout: "plot-soak-throughput"
7392
7393 ###############################################################################
7394
7395 # Reconf tests 2n-skx
7396
7397 - type: "plot"
7398   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7399   algorithm: "plot_nf_reconf_box_name"
7400   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7401   data: "plot-vpp-nfv-reconf-2n-skx"
7402   include:
7403     - "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"
7404     - "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"
7405     - "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"
7406     - "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"
7407     - "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"
7408     - "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"
7409   layout:
7410     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7411     layout: "plot-throughput"
7412
7413 - type: "plot"
7414   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7415   algorithm: "plot_nf_reconf_box_name"
7416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7417   data: "plot-vpp-nfv-reconf-2n-skx"
7418   include:
7419     - "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"
7420     - "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"
7421     - "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"
7422     - "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"
7423     - "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"
7424     - "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"
7425   layout:
7426     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7427     layout: "plot-throughput"
7428
7429 - type: "plot"
7430   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7431   algorithm: "plot_nf_reconf_box_name"
7432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7433   data: "plot-vpp-nfv-reconf-2n-skx"
7434   include:
7435     - "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"
7436     - "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"
7437     - "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"
7438     - "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"
7439     - "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"
7440     - "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"
7441   layout:
7442     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7443     layout: "plot-throughput"
7444
7445 ###############################################################################
7446
7447 # Reconf tests 2n-clx
7448
7449 - type: "plot"
7450   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7451   algorithm: "plot_nf_reconf_box_name"
7452   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7453   data: "plot-vpp-nfv-reconf-2n-clx"
7454   include:
7455     - "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"
7456     - "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"
7457     - "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"
7458     - "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"
7459   layout:
7460     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7461     layout: "plot-throughput"
7462
7463 - type: "plot"
7464   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7465   algorithm: "plot_nf_reconf_box_name"
7466   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7467   data: "plot-vpp-nfv-reconf-2n-clx"
7468   include:
7469     - "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"
7470     - "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"
7471     - "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"
7472     - "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"
7473   layout:
7474     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7475     layout: "plot-throughput"
7476
7477 - type: "plot"
7478   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7479   algorithm: "plot_nf_reconf_box_name"
7480   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7481   data: "plot-vpp-nfv-reconf-2n-clx"
7482   include:
7483     - "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"
7484     - "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"
7485     - "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"
7486     - "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"
7487   layout:
7488     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7489     layout: "plot-throughput"
7490
7491 ###############################################################################
7492
7493 # Plots - NF Density - VSC - MRR IMIX
7494 - type: "plot"
7495   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7496   algorithm: "plot_nf_heatmap"
7497   output-file-type: ".html"
7498   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7499   data: "plot-vpp-nfv-2n-skx-mrr"
7500   filter: "'NIC_Intel-XXV710' and
7501            'NF_DENSITY' and
7502            'VHOST' and
7503            not 'VXLAN' and
7504            'CHAIN' and
7505            'NF_VPPIP4' and
7506            'IMIX' and
7507            '2T1C' and
7508            'MRR'"
7509   parameters:
7510   - "result"
7511   - "name"
7512   - "tags"
7513   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7514   x-axis: "X = VNFs per Service Chain"
7515   y-axis: "Y = Number of Service Chains"
7516   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7517   layout:
7518     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7519     layout: "plot-service-density"
7520
7521 - type: "plot"
7522   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7523   algorithm: "plot_nf_heatmap"
7524   output-file-type: ".html"
7525   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7526   data: "plot-vpp-nfv-2n-skx-mrr"
7527   filter: "'NIC_Intel-XXV710' and
7528            'NF_DENSITY' and
7529            'VHOST' and
7530            not 'VXLAN' and
7531            'CHAIN' and
7532            'NF_VPPIP4' and
7533            'IMIX' and
7534            '4T2C' and
7535            'MRR'"
7536   parameters:
7537   - "result"
7538   - "name"
7539   - "tags"
7540   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7541   x-axis: "X = VNFs per Service Chain"
7542   y-axis: "Y = Number of Service Chains"
7543   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7544   layout:
7545     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7546     layout: "plot-service-density"
7547
7548 - type: "plot"
7549   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7550   algorithm: "plot_nf_heatmap"
7551   output-file-type: ".html"
7552   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7553   data: "plot-vpp-nfv-2n-skx-mrr"
7554   filter: "'NIC_Intel-XXV710' and
7555            'NF_DENSITY' and
7556            'VHOST' and
7557            not 'VXLAN' and
7558            'CHAIN' and
7559            'NF_VPPIP4' and
7560            'IMIX' and
7561            '8T4C' and
7562            'MRR'"
7563   parameters:
7564   - "result"
7565   - "name"
7566   - "tags"
7567   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7568   x-axis: "X = VNFs per Service Chain"
7569   y-axis: "Y = Number of Service Chains"
7570   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7571   layout:
7572     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7573     layout: "plot-service-density"
7574
7575 # Plots - NF Density - VSC - NDR IMIX
7576 - type: "plot"
7577   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7578   algorithm: "plot_nf_heatmap"
7579   output-file-type: ".html"
7580   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7581   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7582   filter: "'NIC_Intel-XXV710' and
7583            'NF_DENSITY' and
7584            'VHOST' and
7585            not 'VXLAN' and
7586            'CHAIN' and
7587            'NF_VPPIP4' and
7588            'IMIX' and
7589            '2T1C' and
7590            'NDRPDR'"
7591   parameters:
7592   - "throughput"
7593   - "name"
7594   - "tags"
7595   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7596   x-axis: "X = VNFs per Service Chain"
7597   y-axis: "Y = Number of Service Chains"
7598   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7599   layout:
7600     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7601     layout: "plot-service-density"
7602
7603 - type: "plot"
7604   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7605   algorithm: "plot_nf_heatmap"
7606   output-file-type: ".html"
7607   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7608   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7609   filter: "'NIC_Intel-XXV710' and
7610            'NF_DENSITY' and
7611            'VHOST' and
7612            not 'VXLAN' and
7613            'CHAIN' and
7614            'NF_VPPIP4' and
7615            'IMIX' and
7616            '4T2C' and
7617            'NDRPDR'"
7618   parameters:
7619   - "throughput"
7620   - "name"
7621   - "tags"
7622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7623   x-axis: "X = VNFs per Service Chain"
7624   y-axis: "Y = Number of Service Chains"
7625   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7626   layout:
7627     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7628     layout: "plot-service-density"
7629
7630 - type: "plot"
7631   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7632   algorithm: "plot_nf_heatmap"
7633   output-file-type: ".html"
7634   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7635   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7636   filter: "'NIC_Intel-XXV710' and
7637            'NF_DENSITY' and
7638            'VHOST' and
7639            not 'VXLAN' and
7640            'CHAIN' and
7641            'NF_VPPIP4' and
7642            'IMIX' and
7643            '8T4C' and
7644            'NDRPDR'"
7645   parameters:
7646   - "throughput"
7647   - "name"
7648   - "tags"
7649   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7650   x-axis: "X = VNFs per Service Chain"
7651   y-axis: "Y = Number of Service Chains"
7652   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7653   layout:
7654     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7655     layout: "plot-service-density"
7656
7657 # Plots - NF Density - VSC - PDR IMIX
7658 - type: "plot"
7659   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7660   algorithm: "plot_nf_heatmap"
7661   output-file-type: ".html"
7662   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7663   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7664   filter: "'NIC_Intel-XXV710' and
7665            'NF_DENSITY' and
7666            'VHOST' and
7667            not 'VXLAN' and
7668            'CHAIN' and
7669            'NF_VPPIP4' and
7670            'IMIX' and
7671            '2T1C' and
7672            'NDRPDR'"
7673   parameters:
7674   - "throughput"
7675   - "name"
7676   - "tags"
7677   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7678   x-axis: "X = VNFs per Service Chain"
7679   y-axis: "Y = Number of Service Chains"
7680   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7681   layout:
7682     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7683     layout: "plot-service-density"
7684
7685 - type: "plot"
7686   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7687   algorithm: "plot_nf_heatmap"
7688   output-file-type: ".html"
7689   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7690   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7691   filter: "'NIC_Intel-XXV710' and
7692            'NF_DENSITY' and
7693            'VHOST' and
7694            not 'VXLAN' and
7695            'CHAIN' and
7696            'NF_VPPIP4' and
7697            'IMIX' and
7698            '4T2C' and
7699            'NDRPDR'"
7700   parameters:
7701   - "throughput"
7702   - "name"
7703   - "tags"
7704   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7705   x-axis: "X = VNFs per Service Chain"
7706   y-axis: "Y = Number of Service Chains"
7707   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7708   layout:
7709     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7710     layout: "plot-service-density"
7711
7712 - type: "plot"
7713   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7714   algorithm: "plot_nf_heatmap"
7715   output-file-type: ".html"
7716   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7717   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7718   filter: "'NIC_Intel-XXV710' and
7719            'NF_DENSITY' and
7720            'VHOST' and
7721            not 'VXLAN' and
7722            'CHAIN' and
7723            'NF_VPPIP4' and
7724            'IMIX' and
7725            '8T4C' and
7726            'NDRPDR'"
7727   parameters:
7728   - "throughput"
7729   - "name"
7730   - "tags"
7731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7732   x-axis: "X = VNFs per Service Chain"
7733   y-axis: "Y = Number of Service Chains"
7734   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7735   layout:
7736     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7737     layout: "plot-service-density"
7738
7739 ###############################################################################
7740
7741 # Plots - NF Density - VSC - MRR IMIX
7742 - type: "plot"
7743   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7744   algorithm: "plot_nf_heatmap"
7745   output-file-type: ".html"
7746   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7747   data: "plot-vpp-nfv-2n-skx-mrr"
7748   filter: "'NIC_Intel-XXV710' and
7749            'NF_DENSITY' and
7750            'VHOST' and
7751            'VXLAN' and
7752            'CHAIN' and
7753            'IMIX' and
7754            '2T1C' and
7755            'MRR'"
7756   parameters:
7757   - "result"
7758   - "name"
7759   - "tags"
7760   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7761   x-axis: "X = VNFs per Service Chain"
7762   y-axis: "Y = Number of Service Chains"
7763   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7764   layout:
7765     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7766     layout: "plot-service-density"
7767
7768 - type: "plot"
7769   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7770   algorithm: "plot_nf_heatmap"
7771   output-file-type: ".html"
7772   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7773   data: "plot-vpp-nfv-2n-skx-mrr"
7774   filter: "'NIC_Intel-XXV710' and
7775            'NF_DENSITY' and
7776            'VHOST' and
7777            'VXLAN' and
7778            'CHAIN' and
7779            'IMIX' and
7780            '4T2C' and
7781            'MRR'"
7782   parameters:
7783   - "result"
7784   - "name"
7785   - "tags"
7786   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7787   x-axis: "X = VNFs per Service Chain"
7788   y-axis: "Y = Number of Service Chains"
7789   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7790   layout:
7791     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7792     layout: "plot-service-density"
7793
7794 - type: "plot"
7795   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7796   algorithm: "plot_nf_heatmap"
7797   output-file-type: ".html"
7798   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7799   data: "plot-vpp-nfv-2n-skx-mrr"
7800   filter: "'NIC_Intel-XXV710' and
7801            'NF_DENSITY' and
7802            'VHOST' and
7803            'VXLAN' and
7804            'CHAIN' and
7805            'IMIX' and
7806            '8T4C' and
7807            'MRR'"
7808   parameters:
7809   - "result"
7810   - "name"
7811   - "tags"
7812   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7813   x-axis: "X = VNFs per Service Chain"
7814   y-axis: "Y = Number of Service Chains"
7815   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7816   layout:
7817     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7818     layout: "plot-service-density"
7819
7820 # Plots - NF Density - VSC - NDR IMIX
7821 - type: "plot"
7822   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7823   algorithm: "plot_nf_heatmap"
7824   output-file-type: ".html"
7825   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7826   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7827   filter: "'NIC_Intel-XXV710' and
7828            'NF_DENSITY' and
7829            'VHOST' and
7830            'VXLAN' and
7831            'CHAIN' and
7832            'IMIX' and
7833            '2T1C' and
7834            'NDRPDR'"
7835   parameters:
7836   - "throughput"
7837   - "name"
7838   - "tags"
7839   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7840   x-axis: "X = VNFs per Service Chain"
7841   y-axis: "Y = Number of Service Chains"
7842   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7843   layout:
7844     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7845     layout: "plot-service-density"
7846
7847 - type: "plot"
7848   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7849   algorithm: "plot_nf_heatmap"
7850   output-file-type: ".html"
7851   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7852   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7853   filter: "'NIC_Intel-XXV710' and
7854            'NF_DENSITY' and
7855            'VHOST' and
7856            'VXLAN' and
7857            'CHAIN' and
7858            'IMIX' and
7859            '4T2C' and
7860            'NDRPDR'"
7861   parameters:
7862   - "throughput"
7863   - "name"
7864   - "tags"
7865   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7866   x-axis: "X = VNFs per Service Chain"
7867   y-axis: "Y = Number of Service Chains"
7868   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7869   layout:
7870     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7871     layout: "plot-service-density"
7872
7873 - type: "plot"
7874   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7875   algorithm: "plot_nf_heatmap"
7876   output-file-type: ".html"
7877   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7878   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7879   filter: "'NIC_Intel-XXV710' and
7880            'NF_DENSITY' and
7881            'VHOST' and
7882            'VXLAN' and
7883            'CHAIN' and
7884            'IMIX' and
7885            '8T4C' and
7886            'NDRPDR'"
7887   parameters:
7888   - "throughput"
7889   - "name"
7890   - "tags"
7891   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7892   x-axis: "X = VNFs per Service Chain"
7893   y-axis: "Y = Number of Service Chains"
7894   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7895   layout:
7896     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7897     layout: "plot-service-density"
7898
7899 # Plots - NF Density - VSC - PDR IMIX
7900 - type: "plot"
7901   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7902   algorithm: "plot_nf_heatmap"
7903   output-file-type: ".html"
7904   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7905   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7906   filter: "'NIC_Intel-XXV710' and
7907            'NF_DENSITY' and
7908            'VHOST' and
7909            'VXLAN' and
7910            'CHAIN' and
7911            'IMIX' and
7912            '2T1C' and
7913            'NDRPDR'"
7914   parameters:
7915   - "throughput"
7916   - "name"
7917   - "tags"
7918   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7919   x-axis: "X = VNFs per Service Chain"
7920   y-axis: "Y = Number of Service Chains"
7921   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7922   layout:
7923     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7924     layout: "plot-service-density"
7925
7926 - type: "plot"
7927   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7928   algorithm: "plot_nf_heatmap"
7929   output-file-type: ".html"
7930   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7931   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7932   filter: "'NIC_Intel-XXV710' and
7933            'NF_DENSITY' and
7934            'VHOST' and
7935            'VXLAN' and
7936            'CHAIN' and
7937            'IMIX' and
7938            '4T2C' and
7939            'NDRPDR'"
7940   parameters:
7941   - "throughput"
7942   - "name"
7943   - "tags"
7944   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7945   x-axis: "X = VNFs per Service Chain"
7946   y-axis: "Y = Number of Service Chains"
7947   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7948   layout:
7949     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7950     layout: "plot-service-density"
7951
7952 - type: "plot"
7953   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7954   algorithm: "plot_nf_heatmap"
7955   output-file-type: ".html"
7956   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7957   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7958   filter: "'NIC_Intel-XXV710' and
7959            'NF_DENSITY' and
7960            'VHOST' and
7961            'VXLAN' and
7962            'CHAIN' and
7963            'IMIX' and
7964            '8T4C' and
7965            'NDRPDR'"
7966   parameters:
7967   - "throughput"
7968   - "name"
7969   - "tags"
7970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7971   x-axis: "X = VNFs per Service Chain"
7972   y-axis: "Y = Number of Service Chains"
7973   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7974   layout:
7975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7976     layout: "plot-service-density"
7977
7978 ###############################################################################
7979
7980 # Plots - NF Density - CSC - MRR IMIX
7981 - type: "plot"
7982   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7983   algorithm: "plot_nf_heatmap"
7984   output-file-type: ".html"
7985   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7986   data: "plot-vpp-nfv-2n-skx-mrr"
7987   filter: "'NIC_Intel-XXV710' and
7988            'NF_DENSITY' and
7989            'DOCKER' and
7990            'CHAIN' and
7991            'NF_VPPIP4' and
7992            'IMIX' and
7993            '2T1C' and
7994            'MRR'"
7995   parameters:
7996   - "result"
7997   - "name"
7998   - "tags"
7999   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8000   x-axis: "X = CNFs per Service Chain"
8001   y-axis: "Y = Number of Service Chains"
8002   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8003   layout:
8004     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8005     layout: "plot-service-density"
8006
8007 - type: "plot"
8008   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8009   algorithm: "plot_nf_heatmap"
8010   output-file-type: ".html"
8011   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8012   data: "plot-vpp-nfv-2n-skx-mrr"
8013   filter: "'NIC_Intel-XXV710' and
8014            'NF_DENSITY' and
8015            'DOCKER' and
8016            'CHAIN' and
8017            'NF_VPPIP4' and
8018            'IMIX' and
8019            '4T2C' and
8020            'MRR'"
8021   parameters:
8022   - "result"
8023   - "name"
8024   - "tags"
8025   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8026   x-axis: "X = CNFs per Service Chain"
8027   y-axis: "Y = Number of Service Chains"
8028   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8029   layout:
8030     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8031     layout: "plot-service-density"
8032
8033 - type: "plot"
8034   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8035   algorithm: "plot_nf_heatmap"
8036   output-file-type: ".html"
8037   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8038   data: "plot-vpp-nfv-2n-skx-mrr"
8039   filter: "'NIC_Intel-XXV710' and
8040            'NF_DENSITY' and
8041            'DOCKER' and
8042            'CHAIN' and
8043            'NF_VPPIP4' and
8044            'IMIX' and
8045            '8T4C' and
8046            'MRR'"
8047   parameters:
8048   - "result"
8049   - "name"
8050   - "tags"
8051   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8052   x-axis: "X = CNFs per Service Chain"
8053   y-axis: "Y = Number of Service Chains"
8054   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8055   layout:
8056     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8057     layout: "plot-service-density"
8058
8059 # Plots - NF Density - CSC - NDR IMIX
8060 - type: "plot"
8061   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8062   algorithm: "plot_nf_heatmap"
8063   output-file-type: ".html"
8064   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8065   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8066   filter: "'NIC_Intel-XXV710' and
8067            'NF_DENSITY' and
8068            'DOCKER' and
8069            'CHAIN' and
8070            'NF_VPPIP4' and
8071            'IMIX' and
8072            '2T1C' and
8073            'NDRPDR'"
8074   parameters:
8075   - "throughput"
8076   - "name"
8077   - "tags"
8078   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8079   x-axis: "X = CNFs per Service Chain"
8080   y-axis: "Y = Number of Service Chains"
8081   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8082   layout:
8083     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8084     layout: "plot-service-density"
8085
8086 - type: "plot"
8087   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8088   algorithm: "plot_nf_heatmap"
8089   output-file-type: ".html"
8090   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8091   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8092   filter: "'NIC_Intel-XXV710' and
8093            'NF_DENSITY' and
8094            'DOCKER' and
8095            'CHAIN' and
8096            'NF_VPPIP4' and
8097            'IMIX' and
8098            '4T2C' and
8099            'NDRPDR'"
8100   parameters:
8101   - "throughput"
8102   - "name"
8103   - "tags"
8104   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8105   x-axis: "X = CNFs per Service Chain"
8106   y-axis: "Y = Number of Service Chains"
8107   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8108   layout:
8109     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8110     layout: "plot-service-density"
8111
8112 - type: "plot"
8113   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8114   algorithm: "plot_nf_heatmap"
8115   output-file-type: ".html"
8116   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8117   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8118   filter: "'NIC_Intel-XXV710' and
8119            'NF_DENSITY' and
8120            'DOCKER' and
8121            'CHAIN' and
8122            'NF_VPPIP4' and
8123            'IMIX' and
8124            '8T4C' and
8125            'NDRPDR'"
8126   parameters:
8127   - "throughput"
8128   - "name"
8129   - "tags"
8130   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8131   x-axis: "X = CNFs per Service Chain"
8132   y-axis: "Y = Number of Service Chains"
8133   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8134   layout:
8135     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8136     layout: "plot-service-density"
8137
8138 # Plots - NF Density - CSC - PDR IMIX
8139 - type: "plot"
8140   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8141   algorithm: "plot_nf_heatmap"
8142   output-file-type: ".html"
8143   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8144   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8145   filter: "'NIC_Intel-XXV710' and
8146            'NF_DENSITY' and
8147            'DOCKER' and
8148            'CHAIN' and
8149            'NF_VPPIP4' and
8150            'IMIX' and
8151            '2T1C' and
8152            'NDRPDR'"
8153   parameters:
8154   - "throughput"
8155   - "name"
8156   - "tags"
8157   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8158   x-axis: "X = CNFs per Service Chain"
8159   y-axis: "Y = Number of Service Chains"
8160   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8161   layout:
8162     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8163     layout: "plot-service-density"
8164
8165 - type: "plot"
8166   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8167   algorithm: "plot_nf_heatmap"
8168   output-file-type: ".html"
8169   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8170   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8171   filter: "'NIC_Intel-XXV710' and
8172            'NF_DENSITY' and
8173            'DOCKER' and
8174            'CHAIN' and
8175            'NF_VPPIP4' and
8176            'IMIX' and
8177            '4T2C' and
8178            'NDRPDR'"
8179   parameters:
8180   - "throughput"
8181   - "name"
8182   - "tags"
8183   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8184   x-axis: "X = CNFs per Service Chain"
8185   y-axis: "Y = Number of Service Chains"
8186   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8187   layout:
8188     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8189     layout: "plot-service-density"
8190
8191 - type: "plot"
8192   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8193   algorithm: "plot_nf_heatmap"
8194   output-file-type: ".html"
8195   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8196   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8197   filter: "'NIC_Intel-XXV710' and
8198            'NF_DENSITY' and
8199            'DOCKER' and
8200            'CHAIN' and
8201            'NF_VPPIP4' and
8202            'IMIX' and
8203            '8T4C' and
8204            'NDRPDR'"
8205   parameters:
8206   - "throughput"
8207   - "name"
8208   - "tags"
8209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8210   x-axis: "X = CNFs per Service Chain"
8211   y-axis: "Y = Number of Service Chains"
8212   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8213   layout:
8214     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8215     layout: "plot-service-density"
8216
8217 ################################################################################
8218 #
8219 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8220 #- type: "plot"
8221 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8222 #  algorithm: "plot_nf_heatmap"
8223 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8224 #  data: "plot-vpp-nfv-3n-skx-mrr"
8225 #  filter: "'NIC_Intel-XXV710' and
8226 #           'NF_DENSITY' and
8227 #           'DOCKER' and
8228 #           'CHAIN' and
8229 #           'NF_VPPIP4' and
8230 #           'IPSEC' and
8231 #           'TNL_4' and
8232 #           'IMIX' and
8233 #           '2T1C' and
8234 #           'MRR'"
8235 #  parameters:
8236 #  - "result"
8237 #  - "name"
8238 #  - "tags"
8239 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8240 #  x-axis: "X = CNFs per Service Chain"
8241 #  y-axis: "Y = Number of Service Chains"
8242 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8243 #  layout:
8244 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8245 #    layout: "plot-service-density"
8246 #
8247 #- type: "plot"
8248 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8249 #  algorithm: "plot_nf_heatmap"
8250 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8251 #  data: "plot-vpp-nfv-3n-skx-mrr"
8252 #  filter: "'NIC_Intel-XXV710' and
8253 #           'NF_DENSITY' and
8254 #           'DOCKER' and
8255 #           'CHAIN' and
8256 #           'NF_VPPIP4' and
8257 #           'IPSEC' and
8258 #           'TNL_4' and
8259 #           'IMIX' and
8260 #           '4T2C' and
8261 #           'MRR'"
8262 #  parameters:
8263 #  - "result"
8264 #  - "name"
8265 #  - "tags"
8266 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8267 #  x-axis: "X = CNFs per Service Chain"
8268 #  y-axis: "Y = Number of Service Chains"
8269 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8270 #  layout:
8271 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8272 #    layout: "plot-service-density"
8273 #
8274 #- type: "plot"
8275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8276 #  algorithm: "plot_nf_heatmap"
8277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8278 #  data: "plot-vpp-nfv-3n-skx-mrr"
8279 #  filter: "'NIC_Intel-XXV710' and
8280 #           'NF_DENSITY' and
8281 #           'DOCKER' and
8282 #           'CHAIN' and
8283 #           'NF_VPPIP4' and
8284 #           'IPSEC' and
8285 #           'TNL_4' and
8286 #           'IMIX' and
8287 #           '8T4C' and
8288 #           'MRR'"
8289 #  parameters:
8290 #  - "result"
8291 #  - "name"
8292 #  - "tags"
8293 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8294 #  x-axis: "X = CNFs per Service Chain"
8295 #  y-axis: "Y = Number of Service Chains"
8296 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8297 #  layout:
8298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8299 #    layout: "plot-service-density"
8300
8301 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8302 #- type: "plot"
8303 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8304 #  algorithm: "plot_nf_heatmap"
8305 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8306 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8307 #  filter: "'NIC_Intel-XXV710' and
8308 #           'NF_DENSITY' and
8309 #           'DOCKER' and
8310 #           'CHAIN' and
8311 #           'NF_VPPIP4' and
8312 #           'IPSEC' and
8313 #           'TNL_4' and
8314 #           'IMIX' and
8315 #           '2T1C' and
8316 #           'NDRPDR'"
8317 #  parameters:
8318 #  - "throughput"
8319 #  - "name"
8320 #  - "tags"
8321 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8322 #  x-axis: "X = CNFs per Service Chain"
8323 #  y-axis: "Y = Number of Service Chains"
8324 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8325 #  layout:
8326 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8327 #    layout: "plot-service-density"
8328 #
8329 #- type: "plot"
8330 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8331 #  algorithm: "plot_nf_heatmap"
8332 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8333 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8334 #  filter: "'NIC_Intel-XXV710' and
8335 #           'NF_DENSITY' and
8336 #           'DOCKER' and
8337 #           'CHAIN' and
8338 #           'NF_VPPIP4' and
8339 #           'IPSEC' and
8340 #           'TNL_4' and
8341 #           'IMIX' and
8342 #           '4T2C' and
8343 #           'NDRPDR'"
8344 #  parameters:
8345 #  - "throughput"
8346 #  - "name"
8347 #  - "tags"
8348 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8349 #  x-axis: "X = CNFs per Service Chain"
8350 #  y-axis: "Y = Number of Service Chains"
8351 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8352 #  layout:
8353 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8354 #    layout: "plot-service-density"
8355 #
8356 #- type: "plot"
8357 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8358 #  algorithm: "plot_nf_heatmap"
8359 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8360 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8361 #  filter: "'NIC_Intel-XXV710' and
8362 #           'NF_DENSITY' and
8363 #           'DOCKER' and
8364 #           'CHAIN' and
8365 #           'NF_VPPIP4' and
8366 #           'IPSEC' and
8367 #           'TNL_4' and
8368 #           'IMIX' and
8369 #           '8T4C' and
8370 #           'NDRPDR'"
8371 #  parameters:
8372 #  - "throughput"
8373 #  - "name"
8374 #  - "tags"
8375 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8376 #  x-axis: "X = CNFs per Service Chain"
8377 #  y-axis: "Y = Number of Service Chains"
8378 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8379 #  layout:
8380 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8381 #    layout: "plot-service-density"
8382 #
8383 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8384 #- type: "plot"
8385 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8386 #  algorithm: "plot_nf_heatmap"
8387 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8388 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8389 #  filter: "'NIC_Intel-XXV710' and
8390 #           'NF_DENSITY' and
8391 #           'DOCKER' and
8392 #           'CHAIN' and
8393 #           'NF_VPPIP4' and
8394 #           'IPSEC' and
8395 #           'TNL_4' and
8396 #           'IMIX' and
8397 #           '2T1C' and
8398 #           'NDRPDR'"
8399 #  parameters:
8400 #  - "throughput"
8401 #  - "name"
8402 #  - "tags"
8403 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8404 #  x-axis: "X = CNFs per Service Chain"
8405 #  y-axis: "Y = Number of Service Chains"
8406 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8407 #  layout:
8408 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8409 #    layout: "plot-service-density"
8410 #
8411 #- type: "plot"
8412 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8413 #  algorithm: "plot_nf_heatmap"
8414 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8415 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8416 #  filter: "'NIC_Intel-XXV710' and
8417 #           'NF_DENSITY' and
8418 #           'DOCKER' and
8419 #           'CHAIN' and
8420 #           'NF_VPPIP4' and
8421 #           'IPSEC' and
8422 #           'TNL_4' and
8423 #           'IMIX' and
8424 #           '4T2C' and
8425 #           'NDRPDR'"
8426 #  parameters:
8427 #  - "throughput"
8428 #  - "name"
8429 #  - "tags"
8430 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8431 #  x-axis: "X = CNFs per Service Chain"
8432 #  y-axis: "Y = Number of Service Chains"
8433 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8434 #  layout:
8435 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8436 #    layout: "plot-service-density"
8437 #
8438 #- type: "plot"
8439 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8440 #  algorithm: "plot_nf_heatmap"
8441 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8442 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8443 #  filter: "'NIC_Intel-XXV710' and
8444 #           'NF_DENSITY' and
8445 #           'DOCKER' and
8446 #           'CHAIN' and
8447 #           'NF_VPPIP4' and
8448 #           'IPSEC' and
8449 #           'TNL_4' and
8450 #           'IMIX' and
8451 #           '8T4C' and
8452 #           'NDRPDR'"
8453 #  parameters:
8454 #  - "throughput"
8455 #  - "name"
8456 #  - "tags"
8457 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8458 #  x-axis: "X = CNFs per Service Chain"
8459 #  y-axis: "Y = Number of Service Chains"
8460 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8461 #  layout:
8462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8463 #    layout: "plot-service-density"
8464
8465 ###############################################################################
8466
8467 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8468 #- type: "plot"
8469 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8470 #  algorithm: "plot_nf_heatmap"
8471 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8472 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8473 #  filter: "'NIC_Intel-XL710' and
8474 #           'NF_DENSITY' and
8475 #           'DOCKER' and
8476 #           'CHAIN' and
8477 #           'NF_VPPIP4' and
8478 #           'IMIX' and
8479 #           'TNL_4' and
8480 #           '1T1C' and
8481 #           'MRR'"
8482 #  parameters:
8483 #  - "result"
8484 #  - "name"
8485 #  - "tags"
8486 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8487 #  x-axis: "X = CNFs per Service Chain"
8488 #  y-axis: "Y = Number of Service Chains"
8489 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8490 #  layout:
8491 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8492 #    layout: "plot-service-density"
8493 #
8494 #- type: "plot"
8495 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8496 #  algorithm: "plot_nf_heatmap"
8497 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8498 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8499 #  filter: "'NIC_Intel-XL710' and
8500 #           'NF_DENSITY' and
8501 #           'DOCKER' and
8502 #           'CHAIN' and
8503 #           'NF_VPPIP4' and
8504 #           'IPSEC' and
8505 #           'TNL_4' and
8506 #           'IMIX' and
8507 #           '2T2C' and
8508 #           'MRR'"
8509 #  parameters:
8510 #  - "result"
8511 #  - "name"
8512 #  - "tags"
8513 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8514 #  x-axis: "X = CNFs per Service Chain"
8515 #  y-axis: "Y = Number of Service Chains"
8516 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8517 #  layout:
8518 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8519 #    layout: "plot-service-density"
8520 #
8521 #- type: "plot"
8522 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8523 #  algorithm: "plot_nf_heatmap"
8524 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8525 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8526 #  filter: "'NIC_Intel-XL710' and
8527 #           'NF_DENSITY' and
8528 #           'DOCKER' and
8529 #           'CHAIN' and
8530 #           'NF_VPPIP4' and
8531 #           'IPSEC' and
8532 #           'TNL_4' and
8533 #           'IMIX' and
8534 #           '4T4C' and
8535 #           'MRR'"
8536 #  parameters:
8537 #  - "result"
8538 #  - "name"
8539 #  - "tags"
8540 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8541 #  x-axis: "X = CNFs per Service Chain"
8542 #  y-axis: "Y = Number of Service Chains"
8543 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8544 #  layout:
8545 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8546 #    layout: "plot-service-density"
8547
8548 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8549 #- type: "plot"
8550 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8551 #  algorithm: "plot_nf_heatmap"
8552 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8553 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8554 #  filter: "'NIC_Intel-XL710' and
8555 #           'NF_DENSITY' and
8556 #           'DOCKER' and
8557 #           'CHAIN' and
8558 #           'NF_VPPIP4' and
8559 #           'IPSEC' and
8560 #           'TNL_4' and
8561 #           'IMIX' and
8562 #           '1T1C' and
8563 #           'NDRPDR'"
8564 #  parameters:
8565 #  - "throughput"
8566 #  - "name"
8567 #  - "tags"
8568 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8569 #  x-axis: "X = CNFs per Service Chain"
8570 #  y-axis: "Y = Number of Service Chains"
8571 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8572 #  layout:
8573 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8574 #    layout: "plot-service-density"
8575 #
8576 #- type: "plot"
8577 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8578 #  algorithm: "plot_nf_heatmap"
8579 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8580 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8581 #  filter: "'NIC_Intel-XL710' and
8582 #           'NF_DENSITY' and
8583 #           'DOCKER' and
8584 #           'CHAIN' and
8585 #           'NF_VPPIP4' and
8586 #           'IPSEC' and
8587 #           'TNL_4' and
8588 #           'IMIX' and
8589 #           '2T2C' and
8590 #           'NDRPDR'"
8591 #  parameters:
8592 #  - "throughput"
8593 #  - "name"
8594 #  - "tags"
8595 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8596 #  x-axis: "X = CNFs per Service Chain"
8597 #  y-axis: "Y = Number of Service Chains"
8598 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8599 #  layout:
8600 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8601 #    layout: "plot-service-density"
8602 #
8603 #- type: "plot"
8604 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8605 #  algorithm: "plot_nf_heatmap"
8606 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8607 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8608 #  filter: "'NIC_Intel-XL710' and
8609 #           'NF_DENSITY' and
8610 #           'DOCKER' and
8611 #           'CHAIN' and
8612 #           'NF_VPPIP4' and
8613 #           'IPSEC' and
8614 #           'TNL_4' and
8615 #           'IMIX' and
8616 #           '4T4C' and
8617 #           'NDRPDR'"
8618 #  parameters:
8619 #  - "throughput"
8620 #  - "name"
8621 #  - "tags"
8622 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8623 #  x-axis: "X = CNFs per Service Chain"
8624 #  y-axis: "Y = Number of Service Chains"
8625 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8626 #  layout:
8627 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8628 #    layout: "plot-service-density"
8629 #
8630 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8631 #- type: "plot"
8632 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8633 #  algorithm: "plot_nf_heatmap"
8634 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8635 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8636 #  filter: "'NIC_Intel-XL710' and
8637 #           'NF_DENSITY' and
8638 #           'DOCKER' and
8639 #           'CHAIN' and
8640 #           'NF_VPPIP4' and
8641 #           'IPSEC' and
8642 #           'TNL_4' and
8643 #           'IMIX' and
8644 #           '1T1C' and
8645 #           'NDRPDR'"
8646 #  parameters:
8647 #  - "throughput"
8648 #  - "name"
8649 #  - "tags"
8650 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8651 #  x-axis: "X = CNFs per Service Chain"
8652 #  y-axis: "Y = Number of Service Chains"
8653 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8654 #  layout:
8655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8656 #    layout: "plot-service-density"
8657 #
8658 #- type: "plot"
8659 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8660 #  algorithm: "plot_nf_heatmap"
8661 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8662 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8663 #  filter: "'NIC_Intel-XL710' and
8664 #           'NF_DENSITY' and
8665 #           'DOCKER' and
8666 #           'CHAIN' and
8667 #           'NF_VPPIP4' and
8668 #           'IPSEC' and
8669 #           'TNL_4' and
8670 #           'IMIX' and
8671 #           '2T2C' and
8672 #           'NDRPDR'"
8673 #  parameters:
8674 #  - "throughput"
8675 #  - "name"
8676 #  - "tags"
8677 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8678 #  x-axis: "X = CNFs per Service Chain"
8679 #  y-axis: "Y = Number of Service Chains"
8680 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8681 #  layout:
8682 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8683 #    layout: "plot-service-density"
8684 #
8685 #- type: "plot"
8686 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8687 #  algorithm: "plot_nf_heatmap"
8688 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8689 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8690 #  filter: "'NIC_Intel-XL710' and
8691 #           'NF_DENSITY' and
8692 #           'DOCKER' and
8693 #           'CHAIN' and
8694 #           'NF_VPPIP4' and
8695 #           'IPSEC' and
8696 #           'TNL_4' and
8697 #           'IMIX' and
8698 #           '4T4C' and
8699 #           'NDRPDR'"
8700 #  parameters:
8701 #  - "throughput"
8702 #  - "name"
8703 #  - "tags"
8704 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8705 #  x-axis: "X = CNFs per Service Chain"
8706 #  y-axis: "Y = Number of Service Chains"
8707 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8708 #  layout:
8709 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8710 #    layout: "plot-service-density"
8711
8712 ###############################################################################
8713
8714 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8715 #- type: "plot"
8716 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8717 #  algorithm: "plot_nf_heatmap"
8718 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8719 #  data: "plot-vpp-nfv-3n-skx-mrr"
8720 #  filter: "'NIC_Intel-XXV710' and
8721 #           'NF_DENSITY' and
8722 #           'DOCKER' and
8723 #           'CHAIN' and
8724 #           'NF_VPPIP4' and
8725 #           'IPSEC' and
8726 #           'TNL_1000' and
8727 #           'IMIX' and
8728 #           '2T1C' and
8729 #           'MRR'"
8730 #  parameters:
8731 #  - "result"
8732 #  - "name"
8733 #  - "tags"
8734 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8735 #  x-axis: "X = CNFs per Service Chain"
8736 #  y-axis: "Y = Number of Service Chains"
8737 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8738 #  layout:
8739 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8740 #    layout: "plot-service-density"
8741 #
8742 #- type: "plot"
8743 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8744 #  algorithm: "plot_nf_heatmap"
8745 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8746 #  data: "plot-vpp-nfv-3n-skx-mrr"
8747 #  filter: "'NIC_Intel-XXV710' and
8748 #           'NF_DENSITY' and
8749 #           'DOCKER' and
8750 #           'CHAIN' and
8751 #           'NF_VPPIP4' and
8752 #           'IPSEC' and
8753 #           'TNL_1000' and
8754 #           'IMIX' and
8755 #           '4T2C' and
8756 #           'MRR'"
8757 #  parameters:
8758 #  - "result"
8759 #  - "name"
8760 #  - "tags"
8761 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8762 #  x-axis: "X = CNFs per Service Chain"
8763 #  y-axis: "Y = Number of Service Chains"
8764 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8765 #  layout:
8766 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8767 #    layout: "plot-service-density"
8768 #
8769 #- type: "plot"
8770 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8771 #  algorithm: "plot_nf_heatmap"
8772 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8773 #  data: "plot-vpp-nfv-3n-skx-mrr"
8774 #  filter: "'NIC_Intel-XXV710' and
8775 #           'NF_DENSITY' and
8776 #           'DOCKER' and
8777 #           'CHAIN' and
8778 #           'NF_VPPIP4' and
8779 #           'IPSEC' and
8780 #           'TNL_1000' and
8781 #           'IMIX' and
8782 #           '8T4C' and
8783 #           'MRR'"
8784 #  parameters:
8785 #  - "result"
8786 #  - "name"
8787 #  - "tags"
8788 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8789 #  x-axis: "X = CNFs per Service Chain"
8790 #  y-axis: "Y = Number of Service Chains"
8791 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8792 #  layout:
8793 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8794 #    layout: "plot-service-density"
8795
8796 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8797 #- type: "plot"
8798 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8799 #  algorithm: "plot_nf_heatmap"
8800 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8801 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8802 #  filter: "'NIC_Intel-XXV710' and
8803 #           'NF_DENSITY' and
8804 #           'DOCKER' and
8805 #           'CHAIN' and
8806 #           'NF_VPPIP4' and
8807 #           'IPSEC' and
8808 #           'TNL_1000' and
8809 #           'IMIX' and
8810 #           '2T1C' and
8811 #           'NDRPDR'"
8812 #  parameters:
8813 #  - "throughput"
8814 #  - "name"
8815 #  - "tags"
8816 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8817 #  x-axis: "X = CNFs per Service Chain"
8818 #  y-axis: "Y = Number of Service Chains"
8819 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8820 #  layout:
8821 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8822 #    layout: "plot-service-density"
8823 #
8824 #- type: "plot"
8825 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8826 #  algorithm: "plot_nf_heatmap"
8827 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8828 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8829 #  filter: "'NIC_Intel-XXV710' and
8830 #           'NF_DENSITY' and
8831 #           'DOCKER' and
8832 #           'CHAIN' and
8833 #           'NF_VPPIP4' and
8834 #           'IPSEC' and
8835 #           'TNL_1000' and
8836 #           'IMIX' and
8837 #           '4T2C' and
8838 #           'NDRPDR'"
8839 #  parameters:
8840 #  - "throughput"
8841 #  - "name"
8842 #  - "tags"
8843 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8844 #  x-axis: "X = CNFs per Service Chain"
8845 #  y-axis: "Y = Number of Service Chains"
8846 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8847 #  layout:
8848 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8849 #    layout: "plot-service-density"
8850 #
8851 #- type: "plot"
8852 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8853 #  algorithm: "plot_nf_heatmap"
8854 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8855 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8856 #  filter: "'NIC_Intel-XXV710' and
8857 #           'NF_DENSITY' and
8858 #           'DOCKER' and
8859 #           'CHAIN' and
8860 #           'NF_VPPIP4' and
8861 #           'IPSEC' and
8862 #           'TNL_1000' and
8863 #           'IMIX' and
8864 #           '8T4C' and
8865 #           'NDRPDR'"
8866 #  parameters:
8867 #  - "throughput"
8868 #  - "name"
8869 #  - "tags"
8870 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8871 #  x-axis: "X = CNFs per Service Chain"
8872 #  y-axis: "Y = Number of Service Chains"
8873 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8874 #  layout:
8875 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8876 #    layout: "plot-service-density"
8877 #
8878 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8879 #- type: "plot"
8880 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8881 #  algorithm: "plot_nf_heatmap"
8882 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8883 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8884 #  filter: "'NIC_Intel-XXV710' and
8885 #           'NF_DENSITY' and
8886 #           'DOCKER' and
8887 #           'CHAIN' and
8888 #           'NF_VPPIP4' and
8889 #           'IPSEC' and
8890 #           'TNL_1000' and
8891 #           'IMIX' and
8892 #           '2T1C' and
8893 #           'NDRPDR'"
8894 #  parameters:
8895 #  - "throughput"
8896 #  - "name"
8897 #  - "tags"
8898 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8899 #  x-axis: "X = CNFs per Service Chain"
8900 #  y-axis: "Y = Number of Service Chains"
8901 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8902 #  layout:
8903 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8904 #    layout: "plot-service-density"
8905 #
8906 #- type: "plot"
8907 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8908 #  algorithm: "plot_nf_heatmap"
8909 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8910 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8911 #  filter: "'NIC_Intel-XXV710' and
8912 #           'NF_DENSITY' and
8913 #           'DOCKER' and
8914 #           'CHAIN' and
8915 #           'NF_VPPIP4' and
8916 #           'IPSEC' and
8917 #           'TNL_1000' and
8918 #           'IMIX' and
8919 #           '4T2C' and
8920 #           'NDRPDR'"
8921 #  parameters:
8922 #  - "throughput"
8923 #  - "name"
8924 #  - "tags"
8925 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8926 #  x-axis: "X = CNFs per Service Chain"
8927 #  y-axis: "Y = Number of Service Chains"
8928 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8929 #  layout:
8930 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8931 #    layout: "plot-service-density"
8932 #
8933 #- type: "plot"
8934 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8935 #  algorithm: "plot_nf_heatmap"
8936 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8937 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8938 #  filter: "'NIC_Intel-XXV710' and
8939 #           'NF_DENSITY' and
8940 #           'DOCKER' and
8941 #           'CHAIN' and
8942 #           'NF_VPPIP4' and
8943 #           'IPSEC' and
8944 #           'TNL_1000' and
8945 #           'IMIX' and
8946 #           '8T4C' and
8947 #           'NDRPDR'"
8948 #  parameters:
8949 #  - "throughput"
8950 #  - "name"
8951 #  - "tags"
8952 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8953 #  x-axis: "X = CNFs per Service Chain"
8954 #  y-axis: "Y = Number of Service Chains"
8955 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8956 #  layout:
8957 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8958 #    layout: "plot-service-density"
8959
8960 ###############################################################################
8961
8962 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8963 #- type: "plot"
8964 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8965 #  algorithm: "plot_nf_heatmap"
8966 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8967 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8968 #  filter: "'NIC_Intel-XL710' and
8969 #           'NF_DENSITY' and
8970 #           'DOCKER' and
8971 #           'CHAIN' and
8972 #           'NF_VPPIP4' and
8973 #           'IMIX' and
8974 #           'TNL_1000' and
8975 #           '1T1C' and
8976 #           'MRR'"
8977 #  parameters:
8978 #  - "result"
8979 #  - "name"
8980 #  - "tags"
8981 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8982 #  x-axis: "X = CNFs per Service Chain"
8983 #  y-axis: "Y = Number of Service Chains"
8984 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8985 #  layout:
8986 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8987 #    layout: "plot-service-density"
8988 #
8989 #- type: "plot"
8990 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8991 #  algorithm: "plot_nf_heatmap"
8992 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8993 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8994 #  filter: "'NIC_Intel-XL710' and
8995 #           'NF_DENSITY' and
8996 #           'DOCKER' and
8997 #           'CHAIN' and
8998 #           'NF_VPPIP4' and
8999 #           'IPSEC' and
9000 #           'TNL_1000' and
9001 #           'IMIX' and
9002 #           '2T2C' and
9003 #           'MRR'"
9004 #  parameters:
9005 #  - "result"
9006 #  - "name"
9007 #  - "tags"
9008 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9009 #  x-axis: "X = CNFs per Service Chain"
9010 #  y-axis: "Y = Number of Service Chains"
9011 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9012 #  layout:
9013 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9014 #    layout: "plot-service-density"
9015 #
9016 #- type: "plot"
9017 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9018 #  algorithm: "plot_nf_heatmap"
9019 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9020 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9021 #  filter: "'NIC_Intel-XL710' and
9022 #           'NF_DENSITY' and
9023 #           'DOCKER' and
9024 #           'CHAIN' and
9025 #           'NF_VPPIP4' and
9026 #           'IPSEC' and
9027 #           'TNL_1000' and
9028 #           'IMIX' and
9029 #           '4T4C' and
9030 #           'MRR'"
9031 #  parameters:
9032 #  - "result"
9033 #  - "name"
9034 #  - "tags"
9035 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9036 #  x-axis: "X = CNFs per Service Chain"
9037 #  y-axis: "Y = Number of Service Chains"
9038 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9039 #  layout:
9040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9041 #    layout: "plot-service-density"
9042
9043 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9044 #- type: "plot"
9045 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9046 #  algorithm: "plot_nf_heatmap"
9047 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9048 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9049 #  filter: "'NIC_Intel-XL710' and
9050 #           'NF_DENSITY' and
9051 #           'DOCKER' and
9052 #           'CHAIN' and
9053 #           'NF_VPPIP4' and
9054 #           'IPSEC' and
9055 #           'TNL_1000' and
9056 #           'IMIX' and
9057 #           '1T1C' and
9058 #           'NDRPDR'"
9059 #  parameters:
9060 #  - "throughput"
9061 #  - "name"
9062 #  - "tags"
9063 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9064 #  x-axis: "X = CNFs per Service Chain"
9065 #  y-axis: "Y = Number of Service Chains"
9066 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9067 #  layout:
9068 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9069 #    layout: "plot-service-density"
9070 #
9071 #- type: "plot"
9072 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9073 #  algorithm: "plot_nf_heatmap"
9074 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9075 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9076 #  filter: "'NIC_Intel-XL710' and
9077 #           'NF_DENSITY' and
9078 #           'DOCKER' and
9079 #           'CHAIN' and
9080 #           'NF_VPPIP4' and
9081 #           'IPSEC' and
9082 #           'TNL_1000' and
9083 #           'IMIX' and
9084 #           '2T2C' and
9085 #           'NDRPDR'"
9086 #  parameters:
9087 #  - "throughput"
9088 #  - "name"
9089 #  - "tags"
9090 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9091 #  x-axis: "X = CNFs per Service Chain"
9092 #  y-axis: "Y = Number of Service Chains"
9093 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9094 #  layout:
9095 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9096 #    layout: "plot-service-density"
9097 #
9098 #- type: "plot"
9099 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9100 #  algorithm: "plot_nf_heatmap"
9101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9102 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9103 #  filter: "'NIC_Intel-XL710' and
9104 #           'NF_DENSITY' and
9105 #           'DOCKER' and
9106 #           'CHAIN' and
9107 #           'NF_VPPIP4' and
9108 #           'IPSEC' and
9109 #           'TNL_1000' and
9110 #           'IMIX' and
9111 #           '4T4C' and
9112 #           'NDRPDR'"
9113 #  parameters:
9114 #  - "throughput"
9115 #  - "name"
9116 #  - "tags"
9117 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9118 #  x-axis: "X = CNFs per Service Chain"
9119 #  y-axis: "Y = Number of Service Chains"
9120 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9121 #  layout:
9122 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9123 #    layout: "plot-service-density"
9124 #
9125 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9126 #- type: "plot"
9127 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9128 #  algorithm: "plot_nf_heatmap"
9129 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9130 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9131 #  filter: "'NIC_Intel-XL710' and
9132 #           'NF_DENSITY' and
9133 #           'DOCKER' and
9134 #           'CHAIN' and
9135 #           'NF_VPPIP4' and
9136 #           'IPSEC' and
9137 #           'TNL_1000' and
9138 #           'IMIX' and
9139 #           '1T1C' and
9140 #           'NDRPDR'"
9141 #  parameters:
9142 #  - "throughput"
9143 #  - "name"
9144 #  - "tags"
9145 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9146 #  x-axis: "X = CNFs per Service Chain"
9147 #  y-axis: "Y = Number of Service Chains"
9148 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9149 #  layout:
9150 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9151 #    layout: "plot-service-density"
9152 #
9153 #- type: "plot"
9154 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9155 #  algorithm: "plot_nf_heatmap"
9156 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9157 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9158 #  filter: "'NIC_Intel-XL710' and
9159 #           'NF_DENSITY' and
9160 #           'DOCKER' and
9161 #           'CHAIN' and
9162 #           'NF_VPPIP4' and
9163 #           'IPSEC' and
9164 #           'TNL_1000' and
9165 #           'IMIX' and
9166 #           '2T2C' and
9167 #           'NDRPDR'"
9168 #  parameters:
9169 #  - "throughput"
9170 #  - "name"
9171 #  - "tags"
9172 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9173 #  x-axis: "X = CNFs per Service Chain"
9174 #  y-axis: "Y = Number of Service Chains"
9175 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9176 #  layout:
9177 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9178 #    layout: "plot-service-density"
9179 #
9180 #- type: "plot"
9181 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9182 #  algorithm: "plot_nf_heatmap"
9183 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9184 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9185 #  filter: "'NIC_Intel-XL710' and
9186 #           'NF_DENSITY' and
9187 #           'DOCKER' and
9188 #           'CHAIN' and
9189 #           'NF_VPPIP4' and
9190 #           'IPSEC' and
9191 #           'TNL_1000' and
9192 #           'IMIX' and
9193 #           '4T4C' and
9194 #           'NDRPDR'"
9195 #  parameters:
9196 #  - "throughput"
9197 #  - "name"
9198 #  - "tags"
9199 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9200 #  x-axis: "X = CNFs per Service Chain"
9201 #  y-axis: "Y = Number of Service Chains"
9202 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9203 #  layout:
9204 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9205 #    layout: "plot-service-density"
9206
9207 ###############################################################################
9208
9209 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9210 #- type: "plot"
9211 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9212 #  algorithm: "plot_nf_heatmap"
9213 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9214 #  data: "plot-vpp-nfv-3n-skx-mrr"
9215 #  filter: "'NIC_Intel-XXV710' and
9216 #           'NF_DENSITY' and
9217 #           'DOCKER' and
9218 #           'CHAIN' and
9219 #           'NF_VPPIP4' and
9220 #           'IPSEC' and
9221 #           'TNL_10000' and
9222 #           'IMIX' and
9223 #           '2T1C' and
9224 #           'MRR'"
9225 #  parameters:
9226 #  - "result"
9227 #  - "name"
9228 #  - "tags"
9229 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9230 #  x-axis: "X = CNFs per Service Chain"
9231 #  y-axis: "Y = Number of Service Chains"
9232 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9233 #  layout:
9234 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9235 #    layout: "plot-service-density"
9236 #
9237 #- type: "plot"
9238 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9239 #  algorithm: "plot_nf_heatmap"
9240 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9241 #  data: "plot-vpp-nfv-3n-skx-mrr"
9242 #  filter: "'NIC_Intel-XXV710' and
9243 #           'NF_DENSITY' and
9244 #           'DOCKER' and
9245 #           'CHAIN' and
9246 #           'NF_VPPIP4' and
9247 #           'IPSEC' and
9248 #           'TNL_10000' and
9249 #           'IMIX' and
9250 #           '4T2C' and
9251 #           'MRR'"
9252 #  parameters:
9253 #  - "result"
9254 #  - "name"
9255 #  - "tags"
9256 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9257 #  x-axis: "X = CNFs per Service Chain"
9258 #  y-axis: "Y = Number of Service Chains"
9259 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9260 #  layout:
9261 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9262 #    layout: "plot-service-density"
9263 #
9264 #- type: "plot"
9265 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9266 #  algorithm: "plot_nf_heatmap"
9267 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9268 #  data: "plot-vpp-nfv-3n-skx-mrr"
9269 #  filter: "'NIC_Intel-XXV710' and
9270 #           'NF_DENSITY' and
9271 #           'DOCKER' and
9272 #           'CHAIN' and
9273 #           'NF_VPPIP4' and
9274 #           'IPSEC' and
9275 #           'TNL_10000' and
9276 #           'IMIX' and
9277 #           '8T4C' and
9278 #           'MRR'"
9279 #  parameters:
9280 #  - "result"
9281 #  - "name"
9282 #  - "tags"
9283 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9284 #  x-axis: "X = CNFs per Service Chain"
9285 #  y-axis: "Y = Number of Service Chains"
9286 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9287 #  layout:
9288 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9289 #    layout: "plot-service-density"
9290
9291 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9292 #- type: "plot"
9293 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9294 #  algorithm: "plot_nf_heatmap"
9295 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9296 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9297 #  filter: "'NIC_Intel-XXV710' and
9298 #           'NF_DENSITY' and
9299 #           'DOCKER' and
9300 #           'CHAIN' and
9301 #           'NF_VPPIP4' and
9302 #           'IPSEC' and
9303 #           'TNL_10000' and
9304 #           'IMIX' and
9305 #           '2T1C' and
9306 #           'NDRPDR'"
9307 #  parameters:
9308 #  - "throughput"
9309 #  - "name"
9310 #  - "tags"
9311 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9312 #  x-axis: "X = CNFs per Service Chain"
9313 #  y-axis: "Y = Number of Service Chains"
9314 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9315 #  layout:
9316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9317 #    layout: "plot-service-density"
9318 #
9319 #- type: "plot"
9320 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9321 #  algorithm: "plot_nf_heatmap"
9322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9323 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9324 #  filter: "'NIC_Intel-XXV710' and
9325 #           'NF_DENSITY' and
9326 #           'DOCKER' and
9327 #           'CHAIN' and
9328 #           'NF_VPPIP4' and
9329 #           'IPSEC' and
9330 #           'TNL_10000' and
9331 #           'IMIX' and
9332 #           '4T2C' and
9333 #           'NDRPDR'"
9334 #  parameters:
9335 #  - "throughput"
9336 #  - "name"
9337 #  - "tags"
9338 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9339 #  x-axis: "X = CNFs per Service Chain"
9340 #  y-axis: "Y = Number of Service Chains"
9341 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9342 #  layout:
9343 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9344 #    layout: "plot-service-density"
9345 #
9346 #- type: "plot"
9347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9348 #  algorithm: "plot_nf_heatmap"
9349 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9350 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9351 #  filter: "'NIC_Intel-XXV710' and
9352 #           'NF_DENSITY' and
9353 #           'DOCKER' and
9354 #           'CHAIN' and
9355 #           'NF_VPPIP4' and
9356 #           'IPSEC' and
9357 #           'TNL_10000' and
9358 #           'IMIX' and
9359 #           '8T4C' and
9360 #           'NDRPDR'"
9361 #  parameters:
9362 #  - "throughput"
9363 #  - "name"
9364 #  - "tags"
9365 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9366 #  x-axis: "X = CNFs per Service Chain"
9367 #  y-axis: "Y = Number of Service Chains"
9368 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9369 #  layout:
9370 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9371 #    layout: "plot-service-density"
9372 #
9373 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9374 #- type: "plot"
9375 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9376 #  algorithm: "plot_nf_heatmap"
9377 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9378 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9379 #  filter: "'NIC_Intel-XXV710' and
9380 #           'NF_DENSITY' and
9381 #           'DOCKER' and
9382 #           'CHAIN' and
9383 #           'NF_VPPIP4' and
9384 #           'IPSEC' and
9385 #           'TNL_10000' and
9386 #           'IMIX' and
9387 #           '2T1C' and
9388 #           'NDRPDR'"
9389 #  parameters:
9390 #  - "throughput"
9391 #  - "name"
9392 #  - "tags"
9393 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9394 #  x-axis: "X = CNFs per Service Chain"
9395 #  y-axis: "Y = Number of Service Chains"
9396 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9397 #  layout:
9398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9399 #    layout: "plot-service-density"
9400 #
9401 #- type: "plot"
9402 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9403 #  algorithm: "plot_nf_heatmap"
9404 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9405 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9406 #  filter: "'NIC_Intel-XXV710' and
9407 #           'NF_DENSITY' and
9408 #           'DOCKER' and
9409 #           'CHAIN' and
9410 #           'NF_VPPIP4' and
9411 #           'IPSEC' and
9412 #           'TNL_10000' and
9413 #           'IMIX' and
9414 #           '4T2C' and
9415 #           'NDRPDR'"
9416 #  parameters:
9417 #  - "throughput"
9418 #  - "name"
9419 #  - "tags"
9420 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9421 #  x-axis: "X = CNFs per Service Chain"
9422 #  y-axis: "Y = Number of Service Chains"
9423 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9424 #  layout:
9425 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9426 #    layout: "plot-service-density"
9427 #
9428 #- type: "plot"
9429 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9430 #  algorithm: "plot_nf_heatmap"
9431 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9432 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9433 #  filter: "'NIC_Intel-XXV710' and
9434 #           'NF_DENSITY' and
9435 #           'DOCKER' and
9436 #           'CHAIN' and
9437 #           'NF_VPPIP4' and
9438 #           'IPSEC' and
9439 #           'TNL_10000' and
9440 #           'IMIX' and
9441 #           '8T4C' and
9442 #           'NDRPDR'"
9443 #  parameters:
9444 #  - "throughput"
9445 #  - "name"
9446 #  - "tags"
9447 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9448 #  x-axis: "X = CNFs per Service Chain"
9449 #  y-axis: "Y = Number of Service Chains"
9450 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9451 #  layout:
9452 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9453 #    layout: "plot-service-density"
9454
9455 ###############################################################################
9456
9457 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9458 #- type: "plot"
9459 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9460 #  algorithm: "plot_nf_heatmap"
9461 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9462 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9463 #  filter: "'NIC_Intel-XL710' and
9464 #           'NF_DENSITY' and
9465 #           'DOCKER' and
9466 #           'CHAIN' and
9467 #           'NF_VPPIP4' and
9468 #           'IMIX' and
9469 #           'TNL_10000' and
9470 #           '1T1C' and
9471 #           'MRR'"
9472 #  parameters:
9473 #  - "result"
9474 #  - "name"
9475 #  - "tags"
9476 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9477 #  x-axis: "X = CNFs per Service Chain"
9478 #  y-axis: "Y = Number of Service Chains"
9479 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9480 #  layout:
9481 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9482 #    layout: "plot-service-density"
9483 #
9484 #- type: "plot"
9485 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9486 #  algorithm: "plot_nf_heatmap"
9487 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9488 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9489 #  filter: "'NIC_Intel-XL710' and
9490 #           'NF_DENSITY' and
9491 #           'DOCKER' and
9492 #           'CHAIN' and
9493 #           'NF_VPPIP4' and
9494 #           'IPSEC' and
9495 #           'TNL_10000' and
9496 #           'IMIX' and
9497 #           '2T2C' and
9498 #           'MRR'"
9499 #  parameters:
9500 #  - "result"
9501 #  - "name"
9502 #  - "tags"
9503 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9504 #  x-axis: "X = CNFs per Service Chain"
9505 #  y-axis: "Y = Number of Service Chains"
9506 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9507 #  layout:
9508 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9509 #    layout: "plot-service-density"
9510 #
9511 #- type: "plot"
9512 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9513 #  algorithm: "plot_nf_heatmap"
9514 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9515 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9516 #  filter: "'NIC_Intel-XL710' and
9517 #           'NF_DENSITY' and
9518 #           'DOCKER' and
9519 #           'CHAIN' and
9520 #           'NF_VPPIP4' and
9521 #           'IPSEC' and
9522 #           'TNL_10000' and
9523 #           'IMIX' and
9524 #           '4T4C' and
9525 #           'MRR'"
9526 #  parameters:
9527 #  - "result"
9528 #  - "name"
9529 #  - "tags"
9530 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9531 #  x-axis: "X = CNFs per Service Chain"
9532 #  y-axis: "Y = Number of Service Chains"
9533 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9534 #  layout:
9535 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9536 #    layout: "plot-service-density"
9537
9538 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9539 #- type: "plot"
9540 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9541 #  algorithm: "plot_nf_heatmap"
9542 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9543 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9544 #  filter: "'NIC_Intel-XL710' and
9545 #           'NF_DENSITY' and
9546 #           'DOCKER' and
9547 #           'CHAIN' and
9548 #           'NF_VPPIP4' and
9549 #           'IPSEC' and
9550 #           'TNL_10000' and
9551 #           'IMIX' and
9552 #           '1T1C' and
9553 #           'NDRPDR'"
9554 #  parameters:
9555 #  - "throughput"
9556 #  - "name"
9557 #  - "tags"
9558 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9559 #  x-axis: "X = CNFs per Service Chain"
9560 #  y-axis: "Y = Number of Service Chains"
9561 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9562 #  layout:
9563 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9564 #    layout: "plot-service-density"
9565 #
9566 #- type: "plot"
9567 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9568 #  algorithm: "plot_nf_heatmap"
9569 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9570 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9571 #  filter: "'NIC_Intel-XL710' and
9572 #           'NF_DENSITY' and
9573 #           'DOCKER' and
9574 #           'CHAIN' and
9575 #           'NF_VPPIP4' and
9576 #           'IPSEC' and
9577 #           'TNL_10000' and
9578 #           'IMIX' and
9579 #           '2T2C' and
9580 #           'NDRPDR'"
9581 #  parameters:
9582 #  - "throughput"
9583 #  - "name"
9584 #  - "tags"
9585 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9586 #  x-axis: "X = CNFs per Service Chain"
9587 #  y-axis: "Y = Number of Service Chains"
9588 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9589 #  layout:
9590 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9591 #    layout: "plot-service-density"
9592 #
9593 #- type: "plot"
9594 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9595 #  algorithm: "plot_nf_heatmap"
9596 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9597 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9598 #  filter: "'NIC_Intel-XL710' and
9599 #           'NF_DENSITY' and
9600 #           'DOCKER' and
9601 #           'CHAIN' and
9602 #           'NF_VPPIP4' and
9603 #           'IPSEC' and
9604 #           'TNL_10000' and
9605 #           'IMIX' and
9606 #           '4T4C' and
9607 #           'NDRPDR'"
9608 #  parameters:
9609 #  - "throughput"
9610 #  - "name"
9611 #  - "tags"
9612 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9613 #  x-axis: "X = CNFs per Service Chain"
9614 #  y-axis: "Y = Number of Service Chains"
9615 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9616 #  layout:
9617 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9618 #    layout: "plot-service-density"
9619 #
9620 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9621 #- type: "plot"
9622 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9623 #  algorithm: "plot_nf_heatmap"
9624 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9625 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9626 #  filter: "'NIC_Intel-XL710' and
9627 #           'NF_DENSITY' and
9628 #           'DOCKER' and
9629 #           'CHAIN' and
9630 #           'NF_VPPIP4' and
9631 #           'IPSEC' and
9632 #           'TNL_10000' and
9633 #           'IMIX' and
9634 #           '1T1C' and
9635 #           'NDRPDR'"
9636 #  parameters:
9637 #  - "throughput"
9638 #  - "name"
9639 #  - "tags"
9640 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9641 #  x-axis: "X = CNFs per Service Chain"
9642 #  y-axis: "Y = Number of Service Chains"
9643 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9644 #  layout:
9645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9646 #    layout: "plot-service-density"
9647 #
9648 #- type: "plot"
9649 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9650 #  algorithm: "plot_nf_heatmap"
9651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9652 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9653 #  filter: "'NIC_Intel-XL710' and
9654 #           'NF_DENSITY' and
9655 #           'DOCKER' and
9656 #           'CHAIN' and
9657 #           'NF_VPPIP4' and
9658 #           'IPSEC' and
9659 #           'TNL_10000' and
9660 #           'IMIX' and
9661 #           '2T2C' and
9662 #           'NDRPDR'"
9663 #  parameters:
9664 #  - "throughput"
9665 #  - "name"
9666 #  - "tags"
9667 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9668 #  x-axis: "X = CNFs per Service Chain"
9669 #  y-axis: "Y = Number of Service Chains"
9670 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9671 #  layout:
9672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9673 #    layout: "plot-service-density"
9674 #
9675 #- type: "plot"
9676 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9677 #  algorithm: "plot_nf_heatmap"
9678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9679 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9680 #  filter: "'NIC_Intel-XL710' and
9681 #           'NF_DENSITY' and
9682 #           'DOCKER' and
9683 #           'CHAIN' and
9684 #           'NF_VPPIP4' and
9685 #           'IPSEC' and
9686 #           'TNL_10000' and
9687 #           'IMIX' and
9688 #           '4T4C' and
9689 #           'NDRPDR'"
9690 #  parameters:
9691 #  - "throughput"
9692 #  - "name"
9693 #  - "tags"
9694 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9695 #  x-axis: "X = CNFs per Service Chain"
9696 #  y-axis: "Y = Number of Service Chains"
9697 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9698 #  layout:
9699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9700 #    layout: "plot-service-density"
9701
9702 ###############################################################################
9703
9704 # Plots - NF Density - CSP - MRR IMIX
9705 - type: "plot"
9706   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9707   algorithm: "plot_nf_heatmap"
9708   output-file-type: ".html"
9709   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9710   data: "plot-vpp-nfv-2n-skx-mrr"
9711   filter: "'NIC_Intel-XXV710' and
9712            'NF_DENSITY' and
9713            'DOCKER' and
9714            'PIPELINE' and
9715            'NF_VPPIP4' and
9716            'IMIX' and
9717            '2T1C' and
9718            'MRR'"
9719   parameters:
9720   - "result"
9721   - "name"
9722   - "tags"
9723   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9724   x-axis: "X = CNFs per Service Pipeline"
9725   y-axis: "Y = Number of Service Pipelines"
9726   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9727   layout:
9728     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9729     layout: "plot-service-density"
9730
9731 - type: "plot"
9732   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9733   algorithm: "plot_nf_heatmap"
9734   output-file-type: ".html"
9735   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9736   data: "plot-vpp-nfv-2n-skx-mrr"
9737   filter: "'NIC_Intel-XXV710' and
9738            'NF_DENSITY' and
9739            'DOCKER' and
9740            'PIPELINE' and
9741            'NF_VPPIP4' and
9742            'IMIX' and
9743            '4T2C' and
9744            'MRR'"
9745   parameters:
9746   - "result"
9747   - "name"
9748   - "tags"
9749   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9750   x-axis: "X = CNFs per Service Pipeline"
9751   y-axis: "Y = Number of Service Pipelines"
9752   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9753   layout:
9754     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9755     layout: "plot-service-density"
9756
9757 - type: "plot"
9758   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9759   algorithm: "plot_nf_heatmap"
9760   output-file-type: ".html"
9761   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9762   data: "plot-vpp-nfv-2n-skx-mrr"
9763   filter: "'NIC_Intel-XXV710' and
9764            'NF_DENSITY' and
9765            'DOCKER' and
9766            'PIPELINE' and
9767            'NF_VPPIP4' and
9768            'IMIX' and
9769            '8T4C' and
9770            'MRR'"
9771   parameters:
9772   - "result"
9773   - "name"
9774   - "tags"
9775   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9776   x-axis: "X = CNFs per Service Pipeline"
9777   y-axis: "Y = Number of Service Pipelines"
9778   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9779   layout:
9780     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9781     layout: "plot-service-density"
9782
9783 # Plots - NF Density - CSP - NDR IMIX
9784 - type: "plot"
9785   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9786   algorithm: "plot_nf_heatmap"
9787   output-file-type: ".html"
9788   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9789   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9790   filter: "'NIC_Intel-XXV710' and
9791            'NF_DENSITY' and
9792            'DOCKER' and
9793            'PIPELINE' and
9794            'NF_VPPIP4' and
9795            'IMIX' and
9796            '2T1C' and
9797            'NDRPDR'"
9798   parameters:
9799   - "throughput"
9800   - "name"
9801   - "tags"
9802   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9803   x-axis: "X = CNFs per Service Pipeline"
9804   y-axis: "Y = Number of Service Pipelines"
9805   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9806   layout:
9807     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9808     layout: "plot-service-density"
9809
9810 - type: "plot"
9811   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9812   algorithm: "plot_nf_heatmap"
9813   output-file-type: ".html"
9814   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9815   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9816   filter: "'NIC_Intel-XXV710' and
9817            'NF_DENSITY' and
9818            'DOCKER' and
9819            'PIPELINE' and
9820            'NF_VPPIP4' and
9821            'IMIX' and
9822            '4T2C' and
9823            'NDRPDR'"
9824   parameters:
9825   - "throughput"
9826   - "name"
9827   - "tags"
9828   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9829   x-axis: "X = CNFs per Service Pipeline"
9830   y-axis: "Y = Number of Service Pipelines"
9831   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9832   layout:
9833     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9834     layout: "plot-service-density"
9835
9836 - type: "plot"
9837   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9838   algorithm: "plot_nf_heatmap"
9839   output-file-type: ".html"
9840   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9841   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9842   filter: "'NIC_Intel-XXV710' and
9843            'NF_DENSITY' and
9844            'DOCKER' and
9845            'PIPELINE' and
9846            'NF_VPPIP4' and
9847            'IMIX' and
9848            '8T4C' and
9849            'NDRPDR'"
9850   parameters:
9851   - "throughput"
9852   - "name"
9853   - "tags"
9854   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9855   x-axis: "X = CNFs per Service Pipeline"
9856   y-axis: "Y = Number of Service Pipelines"
9857   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9858   layout:
9859     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9860     layout: "plot-service-density"
9861
9862 # Plots - NF Density - CSP - PDR IMIX
9863 - type: "plot"
9864   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9865   algorithm: "plot_nf_heatmap"
9866   output-file-type: ".html"
9867   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9868   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9869   filter: "'NIC_Intel-XXV710' and
9870            'NF_DENSITY' and
9871            'DOCKER' and
9872            'PIPELINE' and
9873            'NF_VPPIP4' and
9874            'IMIX' and
9875            '2T1C' and
9876            'NDRPDR'"
9877   parameters:
9878   - "throughput"
9879   - "name"
9880   - "tags"
9881   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9882   x-axis: "X = CNFs per Service Pipeline"
9883   y-axis: "Y = Number of Service Pipelines"
9884   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9885   layout:
9886     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9887     layout: "plot-service-density"
9888
9889 - type: "plot"
9890   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9891   algorithm: "plot_nf_heatmap"
9892   output-file-type: ".html"
9893   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9894   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9895   filter: "'NIC_Intel-XXV710' and
9896            'NF_DENSITY' and
9897            'DOCKER' and
9898            'PIPELINE' and
9899            'NF_VPPIP4' and
9900            'IMIX' and
9901            '4T2C' and
9902            'NDRPDR'"
9903   parameters:
9904   - "throughput"
9905   - "name"
9906   - "tags"
9907   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9908   x-axis: "X = CNFs per Service Pipeline"
9909   y-axis: "Y = Number of Service Pipelines"
9910   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9911   layout:
9912     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9913     layout: "plot-service-density"
9914
9915 - type: "plot"
9916   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9917   algorithm: "plot_nf_heatmap"
9918   output-file-type: ".html"
9919   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9920   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9921   filter: "'NIC_Intel-XXV710' and
9922            'NF_DENSITY' and
9923            'DOCKER' and
9924            'PIPELINE' and
9925            'NF_VPPIP4' and
9926            'IMIX' and
9927            '8T4C' and
9928            'NDRPDR'"
9929   parameters:
9930   - "throughput"
9931   - "name"
9932   - "tags"
9933   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9934   x-axis: "X = CNFs per Service Pipeline"
9935   y-axis: "Y = Number of Service Pipelines"
9936   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9937   layout:
9938     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9939     layout: "plot-service-density"
9940
9941 ###############################################################################
9942 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9943
9944 - type: "plot"
9945   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9946   algorithm: "plot_nf_heatmap"
9947   output-file-type: ".html"
9948   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9949   data: "plot-vpp-nfv-2n-clx-mrr"
9950   filter: "'NIC_Intel-XXV710' and
9951            'NF_DENSITY' and
9952            'VHOST' and
9953            not 'VXLAN' and
9954            'CHAIN' and
9955            'NF_VPPIP4' and
9956            'IMIX' and
9957            '2T1C' and
9958            'MRR'"
9959   parameters:
9960   - "result"
9961   - "name"
9962   - "tags"
9963   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9964   x-axis: "X = VNFs per Service Chain"
9965   y-axis: "Y = Number of Service Chains"
9966   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9967   layout:
9968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9969     layout: "plot-service-density"
9970
9971 - type: "plot"
9972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9973   algorithm: "plot_nf_heatmap"
9974   output-file-type: ".html"
9975   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9976   data: "plot-vpp-nfv-2n-clx-mrr"
9977   filter: "'NIC_Intel-XXV710' and
9978            'NF_DENSITY' and
9979            'VHOST' and
9980            not 'VXLAN' and
9981            'CHAIN' and
9982            'NF_VPPIP4' and
9983            'IMIX' and
9984            '4T2C' and
9985            'MRR'"
9986   parameters:
9987   - "result"
9988   - "name"
9989   - "tags"
9990   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9991   x-axis: "X = VNFs per Service Chain"
9992   y-axis: "Y = Number of Service Chains"
9993   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9994   layout:
9995     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9996     layout: "plot-service-density"
9997
9998 - type: "plot"
9999   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10000   algorithm: "plot_nf_heatmap"
10001   output-file-type: ".html"
10002   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10003   data: "plot-vpp-nfv-2n-clx-mrr"
10004   filter: "'NIC_Intel-XXV710' and
10005            'NF_DENSITY' and
10006            'VHOST' and
10007            not 'VXLAN' and
10008            'CHAIN' and
10009            'NF_VPPIP4' and
10010            'IMIX' and
10011            '8T4C' and
10012            'MRR'"
10013   parameters:
10014   - "result"
10015   - "name"
10016   - "tags"
10017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10018   x-axis: "X = VNFs per Service Chain"
10019   y-axis: "Y = Number of Service Chains"
10020   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10021   layout:
10022     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10023     layout: "plot-service-density"
10024
10025 # Plots - NF Density - VSC - NDR IMIX
10026 - type: "plot"
10027   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10028   algorithm: "plot_nf_heatmap"
10029   output-file-type: ".html"
10030   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10031   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10032   filter: "'NIC_Intel-XXV710' and
10033            'NF_DENSITY' and
10034            'VHOST' and
10035            not 'VXLAN' and
10036            'CHAIN' and
10037            'NF_VPPIP4' and
10038            'IMIX' and
10039            '2T1C' and
10040            'NDRPDR'"
10041   parameters:
10042   - "throughput"
10043   - "name"
10044   - "tags"
10045   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10046   x-axis: "X = VNFs per Service Chain"
10047   y-axis: "Y = Number of Service Chains"
10048   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10049   layout:
10050     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10051     layout: "plot-service-density"
10052
10053 - type: "plot"
10054   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10055   algorithm: "plot_nf_heatmap"
10056   output-file-type: ".html"
10057   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10058   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10059   filter: "'NIC_Intel-XXV710' and
10060            'NF_DENSITY' and
10061            'VHOST' and
10062            not 'VXLAN' and
10063            'CHAIN' and
10064            'NF_VPPIP4' and
10065            'IMIX' and
10066            '4T2C' and
10067            'NDRPDR'"
10068   parameters:
10069   - "throughput"
10070   - "name"
10071   - "tags"
10072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10073   x-axis: "X = VNFs per Service Chain"
10074   y-axis: "Y = Number of Service Chains"
10075   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10076   layout:
10077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10078     layout: "plot-service-density"
10079
10080 - type: "plot"
10081   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10082   algorithm: "plot_nf_heatmap"
10083   output-file-type: ".html"
10084   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10085   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10086   filter: "'NIC_Intel-XXV710' and
10087            'NF_DENSITY' and
10088            'VHOST' and
10089            not 'VXLAN' and
10090            'CHAIN' and
10091            'NF_VPPIP4' and
10092            'IMIX' and
10093            '8T4C' and
10094            'NDRPDR'"
10095   parameters:
10096   - "throughput"
10097   - "name"
10098   - "tags"
10099   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10100   x-axis: "X = VNFs per Service Chain"
10101   y-axis: "Y = Number of Service Chains"
10102   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10103   layout:
10104     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10105     layout: "plot-service-density"
10106
10107 # Plots - NF Density - VSC - PDR IMIX
10108 - type: "plot"
10109   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10110   algorithm: "plot_nf_heatmap"
10111   output-file-type: ".html"
10112   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10113   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10114   filter: "'NIC_Intel-XXV710' and
10115            'NF_DENSITY' and
10116            'VHOST' and
10117            not 'VXLAN' and
10118            'CHAIN' and
10119            'NF_VPPIP4' and
10120            'IMIX' and
10121            '2T1C' and
10122            'NDRPDR'"
10123   parameters:
10124   - "throughput"
10125   - "name"
10126   - "tags"
10127   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10128   x-axis: "X = VNFs per Service Chain"
10129   y-axis: "Y = Number of Service Chains"
10130   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10131   layout:
10132     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10133     layout: "plot-service-density"
10134
10135 - type: "plot"
10136   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10137   algorithm: "plot_nf_heatmap"
10138   output-file-type: ".html"
10139   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10140   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10141   filter: "'NIC_Intel-XXV710' and
10142            'NF_DENSITY' and
10143            'VHOST' and
10144            not 'VXLAN' and
10145            'CHAIN' and
10146            'NF_VPPIP4' and
10147            'IMIX' and
10148            '4T2C' and
10149            'NDRPDR'"
10150   parameters:
10151   - "throughput"
10152   - "name"
10153   - "tags"
10154   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10155   x-axis: "X = VNFs per Service Chain"
10156   y-axis: "Y = Number of Service Chains"
10157   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10158   layout:
10159     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10160     layout: "plot-service-density"
10161
10162 - type: "plot"
10163   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10164   algorithm: "plot_nf_heatmap"
10165   output-file-type: ".html"
10166   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10167   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10168   filter: "'NIC_Intel-XXV710' and
10169            'NF_DENSITY' and
10170            'VHOST' and
10171            not 'VXLAN' and
10172            'CHAIN' and
10173            'NF_VPPIP4' and
10174            'IMIX' and
10175            '8T4C' and
10176            'NDRPDR'"
10177   parameters:
10178   - "throughput"
10179   - "name"
10180   - "tags"
10181   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10182   x-axis: "X = VNFs per Service Chain"
10183   y-axis: "Y = Number of Service Chains"
10184   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10185   layout:
10186     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10187     layout: "plot-service-density"
10188
10189 # Plots - NF Density - VSC - MRR IMIX
10190 - type: "plot"
10191   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10192   algorithm: "plot_nf_heatmap"
10193   output-file-type: ".html"
10194   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10195   data: "plot-vpp-nfv-2n-clx-mrr"
10196   filter: "'NIC_Intel-XXV710' and
10197            'NF_DENSITY' and
10198            'VHOST' and
10199            'VXLAN' and
10200            'CHAIN' and
10201            'IMIX' and
10202            '2T1C' and
10203            'MRR'"
10204   parameters:
10205   - "result"
10206   - "name"
10207   - "tags"
10208   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10209   x-axis: "X = VNFs per Service Chain"
10210   y-axis: "Y = Number of Service Chains"
10211   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10212   layout:
10213     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10214     layout: "plot-service-density"
10215
10216 - type: "plot"
10217   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10218   algorithm: "plot_nf_heatmap"
10219   output-file-type: ".html"
10220   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10221   data: "plot-vpp-nfv-2n-clx-mrr"
10222   filter: "'NIC_Intel-XXV710' and
10223            'NF_DENSITY' and
10224            'VHOST' and
10225            'VXLAN' and
10226            'CHAIN' and
10227            'IMIX' and
10228            '4T2C' and
10229            'MRR'"
10230   parameters:
10231   - "result"
10232   - "name"
10233   - "tags"
10234   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10235   x-axis: "X = VNFs per Service Chain"
10236   y-axis: "Y = Number of Service Chains"
10237   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10238   layout:
10239     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10240     layout: "plot-service-density"
10241
10242 - type: "plot"
10243   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10244   algorithm: "plot_nf_heatmap"
10245   output-file-type: ".html"
10246   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10247   data: "plot-vpp-nfv-2n-clx-mrr"
10248   filter: "'NIC_Intel-XXV710' and
10249            'NF_DENSITY' and
10250            'VHOST' and
10251            'VXLAN' and
10252            'CHAIN' and
10253            'IMIX' and
10254            '8T4C' and
10255            'MRR'"
10256   parameters:
10257   - "result"
10258   - "name"
10259   - "tags"
10260   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10261   x-axis: "X = VNFs per Service Chain"
10262   y-axis: "Y = Number of Service Chains"
10263   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10264   layout:
10265     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10266     layout: "plot-service-density"
10267
10268 # Plots - NF Density - VSC - NDR IMIX
10269 - type: "plot"
10270   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10271   algorithm: "plot_nf_heatmap"
10272   output-file-type: ".html"
10273   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10274   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10275   filter: "'NIC_Intel-XXV710' and
10276            'NF_DENSITY' and
10277            'VHOST' and
10278            'VXLAN' and
10279            'CHAIN' and
10280            'IMIX' and
10281            '2T1C' and
10282            'NDRPDR'"
10283   parameters:
10284   - "throughput"
10285   - "name"
10286   - "tags"
10287   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10288   x-axis: "X = VNFs per Service Chain"
10289   y-axis: "Y = Number of Service Chains"
10290   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10291   layout:
10292     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10293     layout: "plot-service-density"
10294
10295 - type: "plot"
10296   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10297   algorithm: "plot_nf_heatmap"
10298   output-file-type: ".html"
10299   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10300   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10301   filter: "'NIC_Intel-XXV710' and
10302            'NF_DENSITY' and
10303            'VHOST' and
10304            'VXLAN' and
10305            'CHAIN' and
10306            'IMIX' and
10307            '4T2C' and
10308            'NDRPDR'"
10309   parameters:
10310   - "throughput"
10311   - "name"
10312   - "tags"
10313   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10314   x-axis: "X = VNFs per Service Chain"
10315   y-axis: "Y = Number of Service Chains"
10316   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10317   layout:
10318     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10319     layout: "plot-service-density"
10320
10321 - type: "plot"
10322   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10323   algorithm: "plot_nf_heatmap"
10324   output-file-type: ".html"
10325   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10326   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10327   filter: "'NIC_Intel-XXV710' and
10328            'NF_DENSITY' and
10329            'VHOST' and
10330            'VXLAN' and
10331            'CHAIN' and
10332            'IMIX' and
10333            '8T4C' and
10334            'NDRPDR'"
10335   parameters:
10336   - "throughput"
10337   - "name"
10338   - "tags"
10339   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10340   x-axis: "X = VNFs per Service Chain"
10341   y-axis: "Y = Number of Service Chains"
10342   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10343   layout:
10344     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10345     layout: "plot-service-density"
10346
10347 # Plots - NF Density - VSC - PDR IMIX
10348 - type: "plot"
10349   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10350   algorithm: "plot_nf_heatmap"
10351   output-file-type: ".html"
10352   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10353   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10354   filter: "'NIC_Intel-XXV710' and
10355            'NF_DENSITY' and
10356            'VHOST' and
10357            'VXLAN' and
10358            'CHAIN' and
10359            'IMIX' and
10360            '2T1C' and
10361            'NDRPDR'"
10362   parameters:
10363   - "throughput"
10364   - "name"
10365   - "tags"
10366   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10367   x-axis: "X = VNFs per Service Chain"
10368   y-axis: "Y = Number of Service Chains"
10369   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10370   layout:
10371     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10372     layout: "plot-service-density"
10373
10374 - type: "plot"
10375   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10376   algorithm: "plot_nf_heatmap"
10377   output-file-type: ".html"
10378   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10379   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10380   filter: "'NIC_Intel-XXV710' and
10381            'NF_DENSITY' and
10382            'VHOST' and
10383            'VXLAN' and
10384            'CHAIN' and
10385            'IMIX' and
10386            '4T2C' and
10387            'NDRPDR'"
10388   parameters:
10389   - "throughput"
10390   - "name"
10391   - "tags"
10392   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10393   x-axis: "X = VNFs per Service Chain"
10394   y-axis: "Y = Number of Service Chains"
10395   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10396   layout:
10397     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10398     layout: "plot-service-density"
10399
10400 - type: "plot"
10401   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10402   algorithm: "plot_nf_heatmap"
10403   output-file-type: ".html"
10404   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10405   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10406   filter: "'NIC_Intel-XXV710' and
10407            'NF_DENSITY' and
10408            'VHOST' and
10409            'VXLAN' and
10410            'CHAIN' and
10411            'IMIX' and
10412            '8T4C' and
10413            'NDRPDR'"
10414   parameters:
10415   - "throughput"
10416   - "name"
10417   - "tags"
10418   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10419   x-axis: "X = VNFs per Service Chain"
10420   y-axis: "Y = Number of Service Chains"
10421   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10422   layout:
10423     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10424     layout: "plot-service-density"
10425
10426 # Plots - NF Density - CSC - MRR IMIX
10427 - type: "plot"
10428   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10429   algorithm: "plot_nf_heatmap"
10430   output-file-type: ".html"
10431   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10432   data: "plot-vpp-nfv-2n-clx-mrr"
10433   filter: "'NIC_Intel-XXV710' and
10434            'NF_DENSITY' and
10435            'DOCKER' and
10436            'CHAIN' and
10437            'NF_VPPIP4' and
10438            'IMIX' and
10439            '2T1C' and
10440            'MRR'"
10441   parameters:
10442   - "result"
10443   - "name"
10444   - "tags"
10445   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10446   x-axis: "X = CNFs per Service Chain"
10447   y-axis: "Y = Number of Service Chains"
10448   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10449   layout:
10450     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10451     layout: "plot-service-density"
10452
10453 - type: "plot"
10454   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10455   algorithm: "plot_nf_heatmap"
10456   output-file-type: ".html"
10457   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10458   data: "plot-vpp-nfv-2n-clx-mrr"
10459   filter: "'NIC_Intel-XXV710' and
10460            'NF_DENSITY' and
10461            'DOCKER' and
10462            'CHAIN' and
10463            'NF_VPPIP4' and
10464            'IMIX' and
10465            '4T2C' and
10466            'MRR'"
10467   parameters:
10468   - "result"
10469   - "name"
10470   - "tags"
10471   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10472   x-axis: "X = CNFs per Service Chain"
10473   y-axis: "Y = Number of Service Chains"
10474   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10475   layout:
10476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10477     layout: "plot-service-density"
10478
10479 - type: "plot"
10480   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10481   algorithm: "plot_nf_heatmap"
10482   output-file-type: ".html"
10483   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10484   data: "plot-vpp-nfv-2n-clx-mrr"
10485   filter: "'NIC_Intel-XXV710' and
10486            'NF_DENSITY' and
10487            'DOCKER' and
10488            'CHAIN' and
10489            'NF_VPPIP4' and
10490            'IMIX' and
10491            '8T4C' and
10492            'MRR'"
10493   parameters:
10494   - "result"
10495   - "name"
10496   - "tags"
10497   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10498   x-axis: "X = CNFs per Service Chain"
10499   y-axis: "Y = Number of Service Chains"
10500   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10501   layout:
10502     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10503     layout: "plot-service-density"
10504
10505 # Plots - NF Density - CSC - NDR IMIX
10506 - type: "plot"
10507   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10508   algorithm: "plot_nf_heatmap"
10509   output-file-type: ".html"
10510   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10511   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10512   filter: "'NIC_Intel-XXV710' and
10513            'NF_DENSITY' and
10514            'DOCKER' and
10515            'CHAIN' and
10516            'NF_VPPIP4' and
10517            'IMIX' and
10518            '2T1C' and
10519            'NDRPDR'"
10520   parameters:
10521   - "throughput"
10522   - "name"
10523   - "tags"
10524   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10525   x-axis: "X = CNFs per Service Chain"
10526   y-axis: "Y = Number of Service Chains"
10527   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10528   layout:
10529     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10530     layout: "plot-service-density"
10531
10532 - type: "plot"
10533   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10534   algorithm: "plot_nf_heatmap"
10535   output-file-type: ".html"
10536   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10537   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10538   filter: "'NIC_Intel-XXV710' and
10539            'NF_DENSITY' and
10540            'DOCKER' and
10541            'CHAIN' and
10542            'NF_VPPIP4' and
10543            'IMIX' and
10544            '4T2C' and
10545            'NDRPDR'"
10546   parameters:
10547   - "throughput"
10548   - "name"
10549   - "tags"
10550   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10551   x-axis: "X = CNFs per Service Chain"
10552   y-axis: "Y = Number of Service Chains"
10553   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10554   layout:
10555     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10556     layout: "plot-service-density"
10557
10558 - type: "plot"
10559   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10560   algorithm: "plot_nf_heatmap"
10561   output-file-type: ".html"
10562   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10563   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10564   filter: "'NIC_Intel-XXV710' and
10565            'NF_DENSITY' and
10566            'DOCKER' and
10567            'CHAIN' and
10568            'NF_VPPIP4' and
10569            'IMIX' and
10570            '8T4C' and
10571            'NDRPDR'"
10572   parameters:
10573   - "throughput"
10574   - "name"
10575   - "tags"
10576   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10577   x-axis: "X = CNFs per Service Chain"
10578   y-axis: "Y = Number of Service Chains"
10579   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10580   layout:
10581     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10582     layout: "plot-service-density"
10583
10584 # Plots - NF Density - CSC - PDR IMIX
10585 - type: "plot"
10586   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10587   algorithm: "plot_nf_heatmap"
10588   output-file-type: ".html"
10589   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10590   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10591   filter: "'NIC_Intel-XXV710' and
10592            'NF_DENSITY' and
10593            'DOCKER' and
10594            'CHAIN' and
10595            'NF_VPPIP4' and
10596            'IMIX' and
10597            '2T1C' and
10598            'NDRPDR'"
10599   parameters:
10600   - "throughput"
10601   - "name"
10602   - "tags"
10603   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10604   x-axis: "X = CNFs per Service Chain"
10605   y-axis: "Y = Number of Service Chains"
10606   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10607   layout:
10608     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10609     layout: "plot-service-density"
10610
10611 - type: "plot"
10612   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10613   algorithm: "plot_nf_heatmap"
10614   output-file-type: ".html"
10615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10616   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10617   filter: "'NIC_Intel-XXV710' and
10618            'NF_DENSITY' and
10619            'DOCKER' and
10620            'CHAIN' and
10621            'NF_VPPIP4' and
10622            'IMIX' and
10623            '4T2C' and
10624            'NDRPDR'"
10625   parameters:
10626   - "throughput"
10627   - "name"
10628   - "tags"
10629   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10630   x-axis: "X = CNFs per Service Chain"
10631   y-axis: "Y = Number of Service Chains"
10632   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10633   layout:
10634     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10635     layout: "plot-service-density"
10636
10637 - type: "plot"
10638   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10639   algorithm: "plot_nf_heatmap"
10640   output-file-type: ".html"
10641   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10642   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10643   filter: "'NIC_Intel-XXV710' and
10644            'NF_DENSITY' and
10645            'DOCKER' and
10646            'CHAIN' and
10647            'NF_VPPIP4' and
10648            'IMIX' and
10649            '8T4C' and
10650            'NDRPDR'"
10651   parameters:
10652   - "throughput"
10653   - "name"
10654   - "tags"
10655   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10656   x-axis: "X = CNFs per Service Chain"
10657   y-axis: "Y = Number of Service Chains"
10658   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10659   layout:
10660     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10661     layout: "plot-service-density"
10662
10663 # Plots - NF Density - CSP - MRR IMIX
10664 - type: "plot"
10665   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10666   algorithm: "plot_nf_heatmap"
10667   output-file-type: ".html"
10668   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10669   data: "plot-vpp-nfv-2n-clx-mrr"
10670   filter: "'NIC_Intel-XXV710' and
10671            'NF_DENSITY' and
10672            'DOCKER' and
10673            'PIPELINE' and
10674            'NF_VPPIP4' and
10675            'IMIX' and
10676            '2T1C' and
10677            'MRR'"
10678   parameters:
10679   - "result"
10680   - "name"
10681   - "tags"
10682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10683   x-axis: "X = CNFs per Service Pipeline"
10684   y-axis: "Y = Number of Service Pipelines"
10685   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10686   layout:
10687     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10688     layout: "plot-service-density"
10689
10690 - type: "plot"
10691   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10692   algorithm: "plot_nf_heatmap"
10693   output-file-type: ".html"
10694   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10695   data: "plot-vpp-nfv-2n-clx-mrr"
10696   filter: "'NIC_Intel-XXV710' and
10697            'NF_DENSITY' and
10698            'DOCKER' and
10699            'PIPELINE' and
10700            'NF_VPPIP4' and
10701            'IMIX' and
10702            '4T2C' and
10703            'MRR'"
10704   parameters:
10705   - "result"
10706   - "name"
10707   - "tags"
10708   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10709   x-axis: "X = CNFs per Service Pipeline"
10710   y-axis: "Y = Number of Service Pipelines"
10711   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10712   layout:
10713     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10714     layout: "plot-service-density"
10715
10716 - type: "plot"
10717   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10718   algorithm: "plot_nf_heatmap"
10719   output-file-type: ".html"
10720   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10721   data: "plot-vpp-nfv-2n-clx-mrr"
10722   filter: "'NIC_Intel-XXV710' and
10723            'NF_DENSITY' and
10724            'DOCKER' and
10725            'PIPELINE' and
10726            'NF_VPPIP4' and
10727            'IMIX' and
10728            '8T4C' and
10729            'MRR'"
10730   parameters:
10731   - "result"
10732   - "name"
10733   - "tags"
10734   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10735   x-axis: "X = CNFs per Service Pipeline"
10736   y-axis: "Y = Number of Service Pipelines"
10737   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10738   layout:
10739     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10740     layout: "plot-service-density"
10741
10742 # Plots - NF Density - CSP - NDR IMIX
10743 - type: "plot"
10744   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10745   algorithm: "plot_nf_heatmap"
10746   output-file-type: ".html"
10747   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10748   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10749   filter: "'NIC_Intel-XXV710' and
10750            'NF_DENSITY' and
10751            'DOCKER' and
10752            'PIPELINE' and
10753            'NF_VPPIP4' and
10754            'IMIX' and
10755            '2T1C' and
10756            'NDRPDR'"
10757   parameters:
10758   - "throughput"
10759   - "name"
10760   - "tags"
10761   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10762   x-axis: "X = CNFs per Service Pipeline"
10763   y-axis: "Y = Number of Service Pipelines"
10764   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10765   layout:
10766     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10767     layout: "plot-service-density"
10768
10769 - type: "plot"
10770   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10771   algorithm: "plot_nf_heatmap"
10772   output-file-type: ".html"
10773   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10774   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10775   filter: "'NIC_Intel-XXV710' and
10776            'NF_DENSITY' and
10777            'DOCKER' and
10778            'PIPELINE' and
10779            'NF_VPPIP4' and
10780            'IMIX' and
10781            '4T2C' and
10782            'NDRPDR'"
10783   parameters:
10784   - "throughput"
10785   - "name"
10786   - "tags"
10787   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10788   x-axis: "X = CNFs per Service Pipeline"
10789   y-axis: "Y = Number of Service Pipelines"
10790   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10791   layout:
10792     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10793     layout: "plot-service-density"
10794
10795 - type: "plot"
10796   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10797   algorithm: "plot_nf_heatmap"
10798   output-file-type: ".html"
10799   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10800   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10801   filter: "'NIC_Intel-XXV710' and
10802            'NF_DENSITY' and
10803            'DOCKER' and
10804            'PIPELINE' and
10805            'NF_VPPIP4' and
10806            'IMIX' and
10807            '8T4C' and
10808            'NDRPDR'"
10809   parameters:
10810   - "throughput"
10811   - "name"
10812   - "tags"
10813   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10814   x-axis: "X = CNFs per Service Pipeline"
10815   y-axis: "Y = Number of Service Pipelines"
10816   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10817   layout:
10818     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10819     layout: "plot-service-density"
10820
10821 # Plots - NF Density - CSP - PDR IMIX
10822 - type: "plot"
10823   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10824   algorithm: "plot_nf_heatmap"
10825   output-file-type: ".html"
10826   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10827   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10828   filter: "'NIC_Intel-XXV710' and
10829            'NF_DENSITY' and
10830            'DOCKER' and
10831            'PIPELINE' and
10832            'NF_VPPIP4' and
10833            'IMIX' and
10834            '2T1C' and
10835            'NDRPDR'"
10836   parameters:
10837   - "throughput"
10838   - "name"
10839   - "tags"
10840   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10841   x-axis: "X = CNFs per Service Pipeline"
10842   y-axis: "Y = Number of Service Pipelines"
10843   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10844   layout:
10845     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10846     layout: "plot-service-density"
10847
10848 - type: "plot"
10849   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10850   algorithm: "plot_nf_heatmap"
10851   output-file-type: ".html"
10852   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10853   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10854   filter: "'NIC_Intel-XXV710' and
10855            'NF_DENSITY' and
10856            'DOCKER' and
10857            'PIPELINE' and
10858            'NF_VPPIP4' and
10859            'IMIX' and
10860            '4T2C' and
10861            'NDRPDR'"
10862   parameters:
10863   - "throughput"
10864   - "name"
10865   - "tags"
10866   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10867   x-axis: "X = CNFs per Service Pipeline"
10868   y-axis: "Y = Number of Service Pipelines"
10869   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10870   layout:
10871     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10872     layout: "plot-service-density"
10873
10874 - type: "plot"
10875   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10876   algorithm: "plot_nf_heatmap"
10877   output-file-type: ".html"
10878   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10879   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10880   filter: "'NIC_Intel-XXV710' and
10881            'NF_DENSITY' and
10882            'DOCKER' and
10883            'PIPELINE' and
10884            'NF_VPPIP4' and
10885            'IMIX' and
10886            '8T4C' and
10887            'NDRPDR'"
10888   parameters:
10889   - "throughput"
10890   - "name"
10891   - "tags"
10892   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10893   x-axis: "X = CNFs per Service Pipeline"
10894   y-axis: "Y = Number of Service Pipelines"
10895   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10896   layout:
10897     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10898     layout: "plot-service-density"
10899
10900 ################################################################################
10901
10902 # Packet Throughput
10903
10904 - type: "plot"
10905   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10906   algorithm: "plot_perf_box_name"
10907   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10908   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10909   include:
10910     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10911     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10912     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10913     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10914   layout:
10915     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10916     layout: "plot-throughput"
10917
10918 - type: "plot"
10919   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10920   algorithm: "plot_perf_box_name"
10921   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10922   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10923   include:
10924     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10925     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10926     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10927     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10928   layout:
10929     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10930     layout: "plot-throughput"
10931
10932 - type: "plot"
10933   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10934   algorithm: "plot_perf_box_name"
10935   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10936   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10937   include:
10938     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10939     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10940     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10941     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10942   layout:
10943     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10944     layout: "plot-throughput"
10945
10946 - type: "plot"
10947   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10948   algorithm: "plot_perf_box_name"
10949   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10951   include:
10952     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10953     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10954     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10955     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10956   layout:
10957     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10958     layout: "plot-throughput"
10959
10960 - type: "plot"
10961   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10962   algorithm: "plot_perf_box_name"
10963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10965   include:
10966     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10967     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10968     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10969     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10970     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10971   layout:
10972     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10973     layout: "plot-throughput"
10974
10975 - type: "plot"
10976   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10977   algorithm: "plot_perf_box_name"
10978   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10980   include:
10981     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10982     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10983     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10984     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10985     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10986   layout:
10987     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10988     layout: "plot-throughput"
10989
10990 - type: "plot"
10991   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10992   algorithm: "plot_perf_box_name"
10993   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10995   include:
10996     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10997     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10998     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10999     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11000     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11001   layout:
11002     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11003     layout: "plot-throughput"
11004
11005 - type: "plot"
11006   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11007   algorithm: "plot_perf_box_name"
11008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11010   include:
11011     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11012     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11013     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11014     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11015     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11016   layout:
11017     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11018     layout: "plot-throughput"
11019
11020 - type: "plot"
11021   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11022   algorithm: "plot_perf_box_name"
11023   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11024   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11025   include:
11026     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11027     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11028     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11029     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11030     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11031   layout:
11032     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11033     layout: "plot-throughput"
11034
11035 - type: "plot"
11036   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11037   algorithm: "plot_perf_box_name"
11038   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11039   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11040   include:
11041     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11042     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11043     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11044     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11045     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11046   layout:
11047     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11048     layout: "plot-throughput"
11049
11050 - type: "plot"
11051   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11052   algorithm: "plot_perf_box_name"
11053   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11055   include:
11056     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11057     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11058     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11059     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11060     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11061     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11062   layout:
11063     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11064     layout: "plot-throughput"
11065
11066 - type: "plot"
11067   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11068   algorithm: "plot_perf_box_name"
11069   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11071   include:
11072     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11076     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11078   layout:
11079     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11080     layout: "plot-throughput"
11081
11082 - type: "plot"
11083   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11084   algorithm: "plot_perf_box_name"
11085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11086   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11087   include:
11088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11093   layout:
11094     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11095     layout: "plot-throughput"
11096
11097 - type: "plot"
11098   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11099   algorithm: "plot_perf_box_name"
11100   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11101   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11102   include:
11103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11108   layout:
11109     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11110     layout: "plot-throughput"
11111
11112 - type: "plot"
11113   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11114   algorithm: "plot_perf_box_name"
11115   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11116   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11117   include:
11118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11121   layout:
11122     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11123     layout: "plot-throughput"
11124
11125 - type: "plot"
11126   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11127   algorithm: "plot_perf_box_name"
11128   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11130   include:
11131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11134   layout:
11135     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11136     layout: "plot-throughput"
11137
11138 - type: "plot"
11139   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11140   algorithm: "plot_perf_box_name"
11141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11143   include:
11144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11149   layout:
11150     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11151     layout: "plot-throughput"
11152
11153 - type: "plot"
11154   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11155   algorithm: "plot_perf_box_name"
11156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11158   include:
11159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11164   layout:
11165     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11166     layout: "plot-throughput"
11167
11168 - type: "plot"
11169   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11170   algorithm: "plot_perf_box_name"
11171   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11173   include:
11174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11177   layout:
11178     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11179     layout: "plot-throughput"
11180
11181 - type: "plot"
11182   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11183   algorithm: "plot_perf_box_name"
11184   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11186   include:
11187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11190   layout:
11191     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11192     layout: "plot-throughput"
11193
11194 - type: "plot"
11195   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11196   algorithm: "plot_perf_box_name"
11197   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11198   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11199   include:
11200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11206   layout:
11207     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11208     layout: "plot-throughput"
11209
11210 - type: "plot"
11211   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11212   algorithm: "plot_perf_box_name"
11213   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11214   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11215   include:
11216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11222   layout:
11223     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11224     layout: "plot-throughput"
11225
11226 - type: "plot"
11227   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11228   algorithm: "plot_perf_box_name"
11229   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11230   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11231   include:
11232     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11233     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11234     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11235     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11236     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11237   layout:
11238     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11239     layout: "plot-throughput"
11240
11241 - type: "plot"
11242   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11243   algorithm: "plot_perf_box_name"
11244   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11245   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11246   include:
11247     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11248     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11249     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11250     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11251     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11252   layout:
11253     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11254     layout: "plot-throughput"
11255
11256 #- type: "plot"
11257 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11258 #  algorithm: "plot_perf_box_name"
11259 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11260 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11261 #  include:
11262 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11263 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11264 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11265 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11266 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11267 #  layout:
11268 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11269 #    layout: "plot-throughput"
11270 #
11271 #- type: "plot"
11272 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11273 #  algorithm: "plot_perf_box_name"
11274 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11275 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11276 #  include:
11277 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11278 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11279 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11280 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11281 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11282 #  layout:
11283 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11284 #    layout: "plot-throughput"
11285 #
11286 #- type: "plot"
11287 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11288 #  algorithm: "plot_perf_box_name"
11289 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11290 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11291 #  include:
11292 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11293 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11294 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11295 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11296 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11297 #  layout:
11298 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11299 #    layout: "plot-throughput"
11300 #
11301 #- type: "plot"
11302 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11303 #  algorithm: "plot_perf_box_name"
11304 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11305 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11306 #  include:
11307 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11308 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11309 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11310 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11311 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11312 #  layout:
11313 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11314 #    layout: "plot-throughput"
11315
11316 - type: "plot"
11317   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11318   algorithm: "plot_perf_box_name"
11319   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11320   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11321   include:
11322     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11323     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11324     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11325     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11326     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11327   layout:
11328     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11329     layout: "plot-throughput"
11330
11331 - type: "plot"
11332   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11333   algorithm: "plot_perf_box_name"
11334   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11335   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11336   include:
11337     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11338     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11339     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11340     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11341     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11342   layout:
11343     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11344     layout: "plot-throughput"
11345
11346 #- type: "plot"
11347 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11348 #  algorithm: "plot_perf_box_name"
11349 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11350 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11351 #  include:
11352 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11353 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11354 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11355 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11356 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11357 #  layout:
11358 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11359 #    layout: "plot-throughput"
11360 #
11361 #- type: "plot"
11362 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11363 #  algorithm: "plot_perf_box_name"
11364 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11365 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11366 #  include:
11367 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11368 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11369 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11370 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11371 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11372 #  layout:
11373 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11374 #    layout: "plot-throughput"
11375 #
11376 #- type: "plot"
11377 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11378 #  algorithm: "plot_perf_box_name"
11379 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11380 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11381 #  include:
11382 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11383 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11384 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11385 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11386 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11387 #  layout:
11388 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11389 #    layout: "plot-throughput"
11390 #
11391 #- type: "plot"
11392 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11393 #  algorithm: "plot_perf_box_name"
11394 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11395 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11396 #  include:
11397 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11398 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11399 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11400 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11401 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11402 #  layout:
11403 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11404 #    layout: "plot-throughput"
11405
11406 - type: "plot"
11407   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11408   algorithm: "plot_perf_box_name"
11409   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11411   include:
11412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11418   layout:
11419     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11420     layout: "plot-throughput"
11421
11422 - type: "plot"
11423   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11424   algorithm: "plot_perf_box_name"
11425   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11426   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11427   include:
11428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11434   layout:
11435     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11436     layout: "plot-throughput"
11437
11438 - type: "plot"
11439   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11440   algorithm: "plot_perf_box_name"
11441   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11442   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11443   include:
11444     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11447   layout:
11448     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11449     layout: "plot-throughput"
11450
11451 - type: "plot"
11452   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11453   algorithm: "plot_perf_box_name"
11454   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11455   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11456   include:
11457     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11460   layout:
11461     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11462     layout: "plot-throughput"
11463
11464 - type: "plot"
11465   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11466   algorithm: "plot_perf_box_name"
11467   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11469   include:
11470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11472 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11473 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11474 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11475   layout:
11476     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11477     layout: "plot-throughput"
11478
11479 - type: "plot"
11480   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11481   algorithm: "plot_perf_box_name"
11482   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11484   include:
11485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11487 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11488 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11489 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11490   layout:
11491     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11492     layout: "plot-throughput"
11493
11494 - type: "plot"
11495   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11496   algorithm: "plot_perf_box_name"
11497   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11498   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11499   include:
11500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11505   layout:
11506     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11507     layout: "plot-throughput"
11508
11509 - type: "plot"
11510   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11511   algorithm: "plot_perf_box_name"
11512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11514   include:
11515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11520   layout:
11521     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11522     layout: "plot-throughput"
11523
11524 - type: "plot"
11525   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11526   algorithm: "plot_perf_box_name"
11527   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11529   include:
11530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11534     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11535   layout:
11536     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11537     layout: "plot-throughput"
11538
11539 - type: "plot"
11540   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11541   algorithm: "plot_perf_box_name"
11542   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11544   include:
11545     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11549     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11550   layout:
11551     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11552     layout: "plot-throughput"
11553
11554 - type: "plot"
11555   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11556   algorithm: "plot_perf_box_name"
11557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11559   include:
11560     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11564   layout:
11565     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11566     layout: "plot-throughput"
11567
11568 - type: "plot"
11569   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11570   algorithm: "plot_perf_box_name"
11571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11573   include:
11574     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11578   layout:
11579     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11580     layout: "plot-throughput"
11581
11582 - type: "plot"
11583   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11584   algorithm: "plot_perf_box_name"
11585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11587   include:
11588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11593   layout:
11594     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11595     layout: "plot-throughput"
11596
11597 - type: "plot"
11598   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11599   algorithm: "plot_perf_box_name"
11600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11602   include:
11603     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11608   layout:
11609     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11610     layout: "plot-throughput"
11611
11612 - type: "plot"
11613   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11614   algorithm: "plot_perf_box_name"
11615   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11616   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11617   include:
11618     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11623   layout:
11624     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11625     layout: "plot-throughput"
11626
11627 - type: "plot"
11628   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11629   algorithm: "plot_perf_box_name"
11630   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11631   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11632   include:
11633     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11638   layout:
11639     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11640     layout: "plot-throughput"
11641
11642 - type: "plot"
11643   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11644   algorithm: "plot_perf_box_name"
11645   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11646   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11647   include:
11648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11652   layout:
11653     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11654     layout: "plot-throughput"
11655
11656 - type: "plot"
11657   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11658   algorithm: "plot_perf_box_name"
11659   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11660   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11661   include:
11662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11666   layout:
11667     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11668     layout: "plot-throughput"
11669
11670 - type: "plot"
11671   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11672   algorithm: "plot_perf_box_name"
11673   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11674   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11675   include:
11676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11681   layout:
11682     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11683     layout: "plot-throughput"
11684
11685 - type: "plot"
11686   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11687   algorithm: "plot_perf_box_name"
11688   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11689   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11690   include:
11691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11696   layout:
11697     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11698     layout: "plot-throughput"
11699
11700 - type: "plot"
11701   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11702   algorithm: "plot_perf_box_name"
11703   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11704   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11705   include:
11706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11712   layout:
11713     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11714     layout: "plot-throughput"
11715
11716 - type: "plot"
11717   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11718   algorithm: "plot_perf_box_name"
11719   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11720   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11721   include:
11722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11728   layout:
11729     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11730     layout: "plot-throughput"
11731
11732 - type: "plot"
11733   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11734   algorithm: "plot_perf_box_name"
11735   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11736   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11737   include:
11738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11743   layout:
11744     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11745     layout: "plot-throughput"
11746
11747 - type: "plot"
11748   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11749   algorithm: "plot_perf_box_name"
11750   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11751   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11752   include:
11753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11758   layout:
11759     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11760     layout: "plot-throughput"
11761
11762 - type: "plot"
11763   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11764   algorithm: "plot_perf_box_name"
11765   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11766   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11767   include:
11768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11773   layout:
11774     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11775     layout: "plot-throughput"
11776
11777 - type: "plot"
11778   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11779   algorithm: "plot_perf_box_name"
11780   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11781   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11782   include:
11783     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11788   layout:
11789     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11790     layout: "plot-throughput"
11791
11792 - type: "plot"
11793   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11794   algorithm: "plot_perf_box_name"
11795   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11796   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11797   include:
11798     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11800   layout:
11801     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11802     layout: "plot-throughput"
11803
11804 - type: "plot"
11805   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11806   algorithm: "plot_perf_box_name"
11807   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11808   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11809   include:
11810     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11812   layout:
11813     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11814     layout: "plot-throughput"
11815
11816 - type: "plot"
11817   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11818   algorithm: "plot_perf_box_name"
11819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11821   include:
11822     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11824     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11826   layout:
11827     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11828     layout: "plot-throughput"
11829
11830 - type: "plot"
11831   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11832   algorithm: "plot_perf_box_name"
11833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11835   include:
11836     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11837     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11838     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11839     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11840   layout:
11841     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11842     layout: "plot-throughput"
11843
11844 - type: "plot"
11845   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11846   algorithm: "plot_perf_box_name"
11847   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11848   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11849   include:
11850     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11854   layout:
11855     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11856     layout: "plot-throughput"
11857
11858 - type: "plot"
11859   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11860   algorithm: "plot_perf_box_name"
11861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11863   include:
11864     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11868   layout:
11869     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11870     layout: "plot-throughput"
11871
11872 - type: "plot"
11873   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11874   algorithm: "plot_perf_box_name"
11875   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11876   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11877   include:
11878     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11882   layout:
11883     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11884     layout: "plot-throughput"
11885
11886 - type: "plot"
11887   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11888   algorithm: "plot_perf_box_name"
11889   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11890   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11891   include:
11892     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11896   layout:
11897     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11898     layout: "plot-throughput"
11899
11900 - type: "plot"
11901   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11902   algorithm: "plot_perf_box_name"
11903   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11904   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11905   include:
11906     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11908     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11910   layout:
11911     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11912     layout: "plot-throughput"
11913
11914 - type: "plot"
11915   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11916   algorithm: "plot_perf_box_name"
11917   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11918   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11919   include:
11920     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11924   layout:
11925     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11930   algorithm: "plot_perf_box_name"
11931   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11933   include:
11934     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11938     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11939     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11940   layout:
11941     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11942     layout: "plot-throughput"
11943
11944 - type: "plot"
11945   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11946   algorithm: "plot_perf_box_name"
11947   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11949   include:
11950     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11954     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11956   layout:
11957     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11958     layout: "plot-throughput"
11959
11960 - type: "plot"
11961   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11962   algorithm: "plot_perf_box_name"
11963   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11965   include:
11966     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11971   layout:
11972     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11973     layout: "plot-throughput"
11974
11975 - type: "plot"
11976   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11977   algorithm: "plot_perf_box_name"
11978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11980   include:
11981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11986   layout:
11987     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11988     layout: "plot-throughput"
11989
11990 - type: "plot"
11991   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11992   algorithm: "plot_perf_box_name"
11993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11995   include:
11996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12001   layout:
12002     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12003     layout: "plot-throughput"
12004
12005 - type: "plot"
12006   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12007   algorithm: "plot_perf_box_name"
12008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12010   include:
12011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12016   layout:
12017     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12018     layout: "plot-throughput"
12019
12020 - type: "plot"
12021   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12022   algorithm: "plot_perf_box_name"
12023   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12024   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12025   include:
12026     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12029   layout:
12030     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12031     layout: "plot-throughput"
12032
12033 - type: "plot"
12034   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12035   algorithm: "plot_perf_box_name"
12036   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12037   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12038   include:
12039     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12040     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12042   layout:
12043     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12044     layout: "plot-throughput"
12045
12046 - type: "plot"
12047   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12048   algorithm: "plot_perf_box_name"
12049   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12050   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12051   include:
12052     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12055   layout:
12056     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12057     layout: "plot-throughput"
12058
12059 - type: "plot"
12060   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12061   algorithm: "plot_perf_box_name"
12062   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12063   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12064   include:
12065     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12068   layout:
12069     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12070     layout: "plot-throughput"
12071
12072 - type: "plot"
12073   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12074   algorithm: "plot_perf_box_name"
12075   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12076   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12077   include:
12078     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12083   layout:
12084     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12085     layout: "plot-throughput"
12086
12087 - type: "plot"
12088   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12089   algorithm: "plot_perf_box_name"
12090   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12091   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12092   include:
12093     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12098   layout:
12099     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12100     layout: "plot-throughput"
12101
12102 - type: "plot"
12103   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12104   algorithm: "plot_perf_box_name"
12105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12107   include:
12108     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12113   layout:
12114     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12115     layout: "plot-throughput"
12116
12117 - type: "plot"
12118   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12119   algorithm: "plot_perf_box_name"
12120   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12121   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12122   include:
12123     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12128   layout:
12129     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12130     layout: "plot-throughput"
12131
12132 - type: "plot"
12133   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12134   algorithm: "plot_perf_box_name"
12135   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12136   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12137   include:
12138     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12142     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12143   layout:
12144     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12145     layout: "plot-throughput"
12146
12147 - type: "plot"
12148   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12149   algorithm: "plot_perf_box_name"
12150   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12151   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12152   include:
12153     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12156     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12158   layout:
12159     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12160     layout: "plot-throughput"
12161
12162 - type: "plot"
12163   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12164   algorithm: "plot_perf_box_name"
12165   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12166   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12167   include:
12168     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12171     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12173   layout:
12174     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12175     layout: "plot-throughput"
12176
12177 - type: "plot"
12178   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12179   algorithm: "plot_perf_box_name"
12180   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12181   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12182   include:
12183     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12188   layout:
12189     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12190     layout: "plot-throughput"
12191
12192 - type: "plot"
12193   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12194   algorithm: "plot_perf_box_name"
12195   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12196   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12197   include:
12198     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12203   layout:
12204     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12205     layout: "plot-throughput"
12206
12207 - type: "plot"
12208   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12209   algorithm: "plot_perf_box_name"
12210   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12211   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12212   include:
12213     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12218   layout:
12219     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12220     layout: "plot-throughput"
12221
12222 - type: "plot"
12223   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12224   algorithm: "plot_perf_box_name"
12225   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12226   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12227   include:
12228     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12229     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12230     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12231     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12232     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12233     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12234   layout:
12235     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12236     layout: "plot-throughput"
12237
12238 - type: "plot"
12239   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12240   algorithm: "plot_perf_box_name"
12241   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12242   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12243   include:
12244     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12245     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12246     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12247     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12248     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12249     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12250   layout:
12251     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12252     layout: "plot-throughput"
12253
12254 - type: "plot"
12255   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12256   algorithm: "plot_perf_box_name"
12257   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12258   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12259   include:
12260     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12261     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12262     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12263     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12264   layout:
12265     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12266     layout: "plot-throughput"
12267
12268 - type: "plot"
12269   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12270   algorithm: "plot_perf_box_name"
12271   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12272   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12273   include:
12274     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12276     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12277     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12278   layout:
12279     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12280     layout: "plot-throughput"
12281
12282 - type: "plot"
12283   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12284   algorithm: "plot_perf_box_name"
12285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12287   include:
12288     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12289     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12290     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12291     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12292     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12293     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12294   layout:
12295     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12296     layout: "plot-throughput"
12297
12298 - type: "plot"
12299   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12300   algorithm: "plot_perf_box_name"
12301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12303   include:
12304     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12305     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12306     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12307     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12308     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12309     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12310   layout:
12311     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12312     layout: "plot-throughput"
12313
12314 - type: "plot"
12315   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12316   algorithm: "plot_perf_box_name"
12317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12319   include:
12320     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12321     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12322     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12323     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12324     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12325     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12326   layout:
12327     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12328     layout: "plot-throughput"
12329
12330 - type: "plot"
12331   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12332   algorithm: "plot_perf_box_name"
12333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12335   include:
12336     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12337     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12338     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12339     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12340     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12341     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12342   layout:
12343     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12344     layout: "plot-throughput"
12345
12346 - type: "plot"
12347   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12348   algorithm: "plot_perf_box_name"
12349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12351   include:
12352     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12353     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12354     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12355     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12356     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12357     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12358   layout:
12359     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12360     layout: "plot-throughput"
12361
12362 - type: "plot"
12363   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12364   algorithm: "plot_perf_box_name"
12365   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12367   include:
12368     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12369     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12370     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12371     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12372     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12373     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12374   layout:
12375     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12380   algorithm: "plot_perf_box_name"
12381   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12382   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12383   include:
12384     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12385     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12386     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12387     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12388     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12389     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12390   layout:
12391     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12392     layout: "plot-throughput"
12393
12394 - type: "plot"
12395   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12396   algorithm: "plot_perf_box_name"
12397   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12398   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12399   include:
12400     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12401     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12402     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12403     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12404     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12405     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12406   layout:
12407     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12408     layout: "plot-throughput"
12409
12410 - type: "plot"
12411   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12412   algorithm: "plot_perf_box_name"
12413   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12414   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12415   include:
12416     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12417     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12418     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12419     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12420     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12421     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12422   layout:
12423     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12424     layout: "plot-throughput"
12425
12426 - type: "plot"
12427   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12428   algorithm: "plot_perf_box_name"
12429   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12430   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12431   include:
12432     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12433     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12434     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12438   layout:
12439     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12440     layout: "plot-throughput"
12441
12442 - type: "plot"
12443   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12444   algorithm: "plot_perf_box_name"
12445   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12447   include:
12448     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12449     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12450     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12452     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12453     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12454   layout:
12455     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12456     layout: "plot-throughput"
12457
12458 - type: "plot"
12459   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12460   algorithm: "plot_perf_box_name"
12461   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12462   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12463   include:
12464     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12465     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12466     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12467     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12469     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12470   layout:
12471     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12472     layout: "plot-throughput"
12473
12474 - type: "plot"
12475   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12476   algorithm: "plot_perf_box_name"
12477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12478   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12479   include:
12480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12486   layout:
12487     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12488     layout: "plot-throughput"
12489
12490 - type: "plot"
12491   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12492   algorithm: "plot_perf_box_name"
12493   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12494   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12495   include:
12496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12500     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12502   layout:
12503     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12504     layout: "plot-throughput"
12505
12506 - type: "plot"
12507   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12508   algorithm: "plot_perf_box_name"
12509   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12510   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12511   include:
12512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12518   layout:
12519     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12520     layout: "plot-throughput"
12521
12522 - type: "plot"
12523   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12524   algorithm: "plot_perf_box_name"
12525   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12527   include:
12528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12534   layout:
12535     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12536     layout: "plot-throughput"
12537
12538 - type: "plot"
12539   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12540   algorithm: "plot_perf_box_name"
12541   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12543   include:
12544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12548   layout:
12549     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12550     layout: "plot-throughput"
12551
12552 - type: "plot"
12553   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12554   algorithm: "plot_perf_box_name"
12555   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12556   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12557   include:
12558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12562   layout:
12563     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12564     layout: "plot-throughput"
12565
12566 - type: "plot"
12567   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12568   algorithm: "plot_perf_box_name"
12569   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12571   include:
12572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12576   layout:
12577     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12578     layout: "plot-throughput"
12579
12580 - type: "plot"
12581   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12582   algorithm: "plot_perf_box_name"
12583   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12584   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12585   include:
12586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12590   layout:
12591     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12592     layout: "plot-throughput"
12593
12594 - type: "plot"
12595   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12596   algorithm: "plot_perf_box_name"
12597   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12598   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12599   include:
12600     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12601     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12602     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12603     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12604     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12605     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12606   layout:
12607     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12608     layout: "plot-throughput"
12609
12610 - type: "plot"
12611   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12612   algorithm: "plot_perf_box_name"
12613   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12614   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12615   include:
12616     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12617     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12618     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12619     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12621     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12622   layout:
12623     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12624     layout: "plot-throughput"
12625
12626 - type: "plot"
12627   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12628   algorithm: "plot_perf_box_name"
12629   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12631   include:
12632     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12633     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12634     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12635     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12637   layout:
12638     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12639     layout: "plot-throughput"
12640
12641 - type: "plot"
12642   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12643   algorithm: "plot_perf_box_name"
12644   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12646   include:
12647     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12648     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12649     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12650     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12651     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12652   layout:
12653     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12654     layout: "plot-throughput"
12655
12656 - type: "plot"
12657   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12658   algorithm: "plot_perf_box_name"
12659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12661   include:
12662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12667   layout:
12668     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12669     layout: "plot-throughput"
12670
12671 - type: "plot"
12672   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12673   algorithm: "plot_perf_box_name"
12674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12676   include:
12677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12682   layout:
12683     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12684     layout: "plot-throughput"
12685
12686 - type: "plot"
12687   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12688   algorithm: "plot_perf_box_name"
12689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12691   include:
12692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12696   layout:
12697     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12698     layout: "plot-throughput"
12699
12700 - type: "plot"
12701   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12702   algorithm: "plot_perf_box_name"
12703   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12705   include:
12706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12710   layout:
12711     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12712     layout: "plot-throughput"
12713
12714 - type: "plot"
12715   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12716   algorithm: "plot_perf_box_name"
12717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12719   include:
12720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12726   layout:
12727     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12728     layout: "plot-throughput"
12729
12730 - type: "plot"
12731   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12732   algorithm: "plot_perf_box_name"
12733   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12735   include:
12736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12740     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12741     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12742   layout:
12743     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12744     layout: "plot-throughput"
12745
12746 - type: "plot"
12747   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12748   algorithm: "plot_perf_box_name"
12749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12751   include:
12752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12756     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12757     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12758   layout:
12759     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12760     layout: "plot-throughput"
12761
12762 - type: "plot"
12763   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12764   algorithm: "plot_perf_box_name"
12765   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12767   include:
12768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12771     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12772     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12773     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12774   layout:
12775     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12776     layout: "plot-throughput"
12777
12778 - type: "plot"
12779   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12780   algorithm: "plot_perf_box_name"
12781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12783   include:
12784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12790   layout:
12791     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12792     layout: "plot-throughput"
12793
12794 - type: "plot"
12795   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12796   algorithm: "plot_perf_box_name"
12797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12799   include:
12800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12806   layout:
12807     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12808     layout: "plot-throughput"
12809
12810 - type: "plot"
12811   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12812   algorithm: "plot_perf_box_name"
12813   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12815   include:
12816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12822   layout:
12823     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12824     layout: "plot-throughput"
12825
12826 - type: "plot"
12827   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12828   algorithm: "plot_perf_box_name"
12829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12831   include:
12832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12838   layout:
12839     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12840     layout: "plot-throughput"
12841
12842 - type: "plot"
12843   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12844   algorithm: "plot_perf_box_name"
12845   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12846   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12847   include:
12848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12849     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12850     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12852   layout:
12853     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12854     layout: "plot-throughput"
12855
12856 - type: "plot"
12857   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12858   algorithm: "plot_perf_box_name"
12859   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12860   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12861   include:
12862     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12863     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12864     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12865     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12866   layout:
12867     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12868     layout: "plot-throughput"
12869
12870 - type: "plot"
12871   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12872   algorithm: "plot_perf_box_name"
12873   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12874   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12875   include:
12876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12880     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12881     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12882   layout:
12883     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12884     layout: "plot-throughput"
12885
12886 - type: "plot"
12887   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12888   algorithm: "plot_perf_box_name"
12889   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12890   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12891   include:
12892     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12894     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12895     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12896     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12897     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12898   layout:
12899     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12900     layout: "plot-throughput"
12901
12902 - type: "plot"
12903   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12904   algorithm: "plot_perf_box_name"
12905   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12906   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12907   include:
12908     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12912     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12913     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12914   layout:
12915     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12916     layout: "plot-throughput"
12917
12918 - type: "plot"
12919   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12920   algorithm: "plot_perf_box_name"
12921   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12922   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12923   include:
12924     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12925     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12926     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12927     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12928     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12930   layout:
12931     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12932     layout: "plot-throughput"
12933
12934 - type: "plot"
12935   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12936   algorithm: "plot_perf_box_name"
12937   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12938   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12939   include:
12940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12944   layout:
12945     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12946     layout: "plot-throughput"
12947
12948 - type: "plot"
12949   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12950   algorithm: "plot_perf_box_name"
12951   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12952   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12953   include:
12954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12958   layout:
12959     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12960     layout: "plot-throughput"
12961
12962 - type: "plot"
12963   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12964   algorithm: "plot_perf_box_name"
12965   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12966   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12967   include:
12968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12974   layout:
12975     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12976     layout: "plot-throughput"
12977
12978 - type: "plot"
12979   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12980   algorithm: "plot_perf_box_name"
12981   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12982   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12983   include:
12984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12990   layout:
12991     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12992     layout: "plot-throughput"
12993
12994 - type: "plot"
12995   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12996   algorithm: "plot_perf_box_name"
12997   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12998   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12999   include:
13000     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13001     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13002     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13003     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13004   layout:
13005     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13006     layout: "plot-throughput"
13007
13008 - type: "plot"
13009   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13010   algorithm: "plot_perf_box_name"
13011   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13012   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13013   include:
13014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13015     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13017     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13018   layout:
13019     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13027   include:
13028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13029     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13030     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13031     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13032     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13033     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13034   layout:
13035     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13036     layout: "plot-throughput"
13037
13038 - type: "plot"
13039   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13040   algorithm: "plot_perf_box_name"
13041   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13042   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13043   include:
13044     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13045     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13046     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13047     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13048     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13049     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13050   layout:
13051     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13052     layout: "plot-throughput"
13053
13054 - type: "plot"
13055   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13056   algorithm: "plot_perf_box_name"
13057   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13058   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13059   include:
13060     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13061     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13062     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13063     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13066   layout:
13067     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13068     layout: "plot-throughput"
13069
13070 - type: "plot"
13071   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13072   algorithm: "plot_perf_box_name"
13073   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13074   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13075   include:
13076     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13077     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13078     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13079     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13082   layout:
13083     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13084     layout: "plot-throughput"
13085
13086 - type: "plot"
13087   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13088   algorithm: "plot_perf_box_name"
13089   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13091   include:
13092     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13093     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13094     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13095     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13096     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13097     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13098   layout:
13099     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13100     layout: "plot-throughput"
13101
13102 - type: "plot"
13103   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13104   algorithm: "plot_perf_box_name"
13105   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13106   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13107   include:
13108     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13109     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13110     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13111     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13112     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13113     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13114   layout:
13115     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13116     layout: "plot-throughput"
13117
13118 - type: "plot"
13119   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13120   algorithm: "plot_perf_box_name"
13121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13123   include:
13124     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13125     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13126     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13127 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13128 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13129 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13130   layout:
13131     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13132     layout: "plot-throughput"
13133
13134 - type: "plot"
13135   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13136   algorithm: "plot_perf_box_name"
13137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13139   include:
13140     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13141     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13142     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13143 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13144 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13145 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13146   layout:
13147     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13148     layout: "plot-throughput"
13149
13150 - type: "plot"
13151   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13152   algorithm: "plot_perf_box_name"
13153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13155   include:
13156     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13157     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13158     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13159     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13160     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13161     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13162   layout:
13163     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13164     layout: "plot-throughput"
13165
13166 - type: "plot"
13167   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13168   algorithm: "plot_perf_box_name"
13169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13171   include:
13172     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13173     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13174     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13175     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13176     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13177     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13178   layout:
13179     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13180     layout: "plot-throughput"
13181
13182 - type: "plot"
13183   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13184   algorithm: "plot_perf_box_name"
13185   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13186   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13187   include:
13188     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13189     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13190     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13191     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13192     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13193     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13194   layout:
13195     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13196     layout: "plot-throughput"
13197
13198 - type: "plot"
13199   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13200   algorithm: "plot_perf_box_name"
13201   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13202   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13203   include:
13204     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13205     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13206     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13207     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13208     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13209     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13210   layout:
13211     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13212     layout: "plot-throughput"
13213
13214 - type: "plot"
13215   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13216   algorithm: "plot_perf_box_name"
13217   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13218   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13219   include:
13220     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13221     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13222     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13223   layout:
13224     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13225     layout: "plot-throughput"
13226
13227 - type: "plot"
13228   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13229   algorithm: "plot_perf_box_name"
13230   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13231   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13232   include:
13233     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13234     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13235     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13236   layout:
13237     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13238     layout: "plot-throughput"
13239
13240 - type: "plot"
13241   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13242   algorithm: "plot_perf_box_name"
13243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13245   include:
13246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13251   layout:
13252     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13253     layout: "plot-throughput"
13254
13255 - type: "plot"
13256   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13257   algorithm: "plot_perf_box_name"
13258   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13259   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13260   include:
13261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13266   layout:
13267     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13268     layout: "plot-throughput"
13269
13270 - type: "plot"
13271   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13272   algorithm: "plot_perf_box_name"
13273   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13275   include:
13276     - "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"
13277     - "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"
13278     - "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"
13279     - "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"
13280     - "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"
13281   layout:
13282     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13283     layout: "plot-throughput"
13284
13285 - type: "plot"
13286   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13287   algorithm: "plot_perf_box_name"
13288   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13289   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13290   include:
13291     - "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"
13292     - "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"
13293     - "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"
13294     - "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"
13295     - "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"
13296   layout:
13297     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13298     layout: "plot-throughput"
13299
13300 - type: "plot"
13301   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13302   algorithm: "plot_perf_box_name"
13303   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13304   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13305   include:
13306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13311   layout:
13312     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13313     layout: "plot-throughput"
13314
13315 - type: "plot"
13316   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13317   algorithm: "plot_perf_box_name"
13318   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13319   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13320   include:
13321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13326   layout:
13327     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13328     layout: "plot-throughput"
13329
13330 - type: "plot"
13331   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13332   algorithm: "plot_perf_box_name"
13333   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13334   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13335   include:
13336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13339     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13340     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13341   layout:
13342     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13343     layout: "plot-throughput"
13344
13345 - type: "plot"
13346   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13347   algorithm: "plot_perf_box_name"
13348   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13349   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13350   include:
13351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13356   layout:
13357     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13358     layout: "plot-throughput"
13359
13360 - type: "plot"
13361   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13362   algorithm: "plot_perf_box_name"
13363   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13364   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13365   include:
13366     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13367     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13368     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13369     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13370     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13371   layout:
13372     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13373     layout: "plot-throughput"
13374
13375 - type: "plot"
13376   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13377   algorithm: "plot_perf_box_name"
13378   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13380   include:
13381     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13382     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13383     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13384     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13385     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13386   layout:
13387     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13388     layout: "plot-throughput"
13389
13390 - type: "plot"
13391   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13392   algorithm: "plot_perf_box_name"
13393   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13394   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13395   include:
13396     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13397     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13398     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13399     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13400     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13401   layout:
13402     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13403     layout: "plot-throughput"
13404
13405 - type: "plot"
13406   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13407   algorithm: "plot_perf_box_name"
13408   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13409   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13410   include:
13411     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13412     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13413     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13414     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13415     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13416   layout:
13417     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13418     layout: "plot-throughput"
13419
13420 - type: "plot"
13421   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13422   algorithm: "plot_perf_box_name"
13423   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13425   include:
13426     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13427     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13428     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13430   layout:
13431     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13432     layout: "plot-throughput"
13433
13434 - type: "plot"
13435   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13436   algorithm: "plot_perf_box_name"
13437   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13439   include:
13440     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13441     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13442     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13443     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13444   layout:
13445     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13446     layout: "plot-throughput"
13447
13448 - type: "plot"
13449   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13450   algorithm: "plot_perf_box_name"
13451   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13453   include:
13454     - "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"
13455     - "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"
13456     - "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"
13457     - "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"
13458   layout:
13459     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13460     layout: "plot-throughput"
13461
13462 - type: "plot"
13463   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13464   algorithm: "plot_perf_box_name"
13465   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13467   include:
13468     - "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"
13469     - "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"
13470     - "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"
13471     - "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"
13472   layout:
13473     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13474     layout: "plot-throughput"
13475
13476 - type: "plot"
13477   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13478   algorithm: "plot_perf_box_name"
13479   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13481   include:
13482     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13483     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13484     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13485     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13486     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13487     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13488   layout:
13489     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13490     layout: "plot-throughput"
13491
13492 - type: "plot"
13493   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13494   algorithm: "plot_perf_box_name"
13495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13497   include:
13498     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13499     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13500     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13501     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13502     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13503     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13504   layout:
13505     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13506     layout: "plot-throughput"
13507
13508 - type: "plot"
13509   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13510   algorithm: "plot_perf_box_name"
13511   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13513   include:
13514     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13515     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13516     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13517     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13518     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13519     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13520   layout:
13521     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13522     layout: "plot-throughput"
13523
13524 - type: "plot"
13525   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13526   algorithm: "plot_perf_box_name"
13527   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13529   include:
13530     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13531     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13532     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13533     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13534     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13535     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13536   layout:
13537     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13538     layout: "plot-throughput"
13539
13540 - type: "plot"
13541   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13542   algorithm: "plot_perf_box_name"
13543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13545   include:
13546     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13547     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13548     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13549     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13550     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13551     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13552   layout:
13553     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13554     layout: "plot-throughput"
13555
13556 - type: "plot"
13557   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13558   algorithm: "plot_perf_box_name"
13559   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13561   include:
13562     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13563     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13564     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13565     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13566     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13567     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13568   layout:
13569     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13570     layout: "plot-throughput"
13571
13572 - type: "plot"
13573   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13574   algorithm: "plot_perf_box_name"
13575   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13577   include:
13578     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13579     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13580     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13583   layout:
13584     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13585     layout: "plot-throughput"
13586
13587 - type: "plot"
13588   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13589   algorithm: "plot_perf_box_name"
13590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13592   include:
13593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13598   layout:
13599     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13600     layout: "plot-throughput"
13601
13602 - type: "plot"
13603   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13604   algorithm: "plot_perf_box_name"
13605   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13606   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13607   include:
13608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13610   layout:
13611     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13612     layout: "plot-throughput"
13613
13614 - type: "plot"
13615   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13616   algorithm: "plot_perf_box_name"
13617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13619   include:
13620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13621     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13622   layout:
13623     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13624     layout: "plot-throughput"
13625
13626 - type: "plot"
13627   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13628   algorithm: "plot_perf_box_name"
13629   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13630   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13631   include:
13632     - "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"
13633     - "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"
13634   layout:
13635     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13636     layout: "plot-throughput"
13637
13638 - type: "plot"
13639   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13640   algorithm: "plot_perf_box_name"
13641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13642   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13643   include:
13644     - "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"
13645     - "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"
13646   layout:
13647     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13648     layout: "plot-throughput"
13649
13650 - type: "plot"
13651   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13652   algorithm: "plot_perf_box_name"
13653   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13654   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13655   include:
13656     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13658   layout:
13659     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13660     layout: "plot-throughput"
13661
13662 - type: "plot"
13663   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13664   algorithm: "plot_perf_box_name"
13665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13667   include:
13668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13670   layout:
13671     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13672     layout: "plot-throughput"
13673
13674 - type: "plot"
13675   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13676   algorithm: "plot_perf_box_name"
13677   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13679   include:
13680     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13682   layout:
13683     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13684     layout: "plot-throughput"
13685
13686 - type: "plot"
13687   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13688   algorithm: "plot_perf_box_name"
13689   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13690   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13691   include:
13692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13694   layout:
13695     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13696     layout: "plot-throughput"
13697
13698 - type: "plot"
13699   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13700   algorithm: "plot_perf_box_name"
13701   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13702   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13703   include:
13704     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13705     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13706     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13707     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13708     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13709     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13710   layout:
13711     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13712     layout: "plot-throughput"
13713
13714 - type: "plot"
13715   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13716   algorithm: "plot_perf_box_name"
13717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13719   include:
13720     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13721     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13722     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13723     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13724     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13725     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13726   layout:
13727     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13728     layout: "plot-throughput"
13729
13730 - type: "plot"
13731   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13732   algorithm: "plot_perf_box_name"
13733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13735   include:
13736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13738     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13739     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13740     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13741     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13742   layout:
13743     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13744     layout: "plot-throughput"
13745
13746 - type: "plot"
13747   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13748   algorithm: "plot_perf_box_name"
13749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13751   include:
13752     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13753     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13754     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13755     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13756     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13757     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13758   layout:
13759     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13760     layout: "plot-throughput"
13761
13762 #- type: "plot"
13763 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13764 #  algorithm: "plot_perf_box_name"
13765 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13766 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13767 #  include:
13768 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13769 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13770 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13771 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13772 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13773 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13774 #  layout:
13775 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13776 #    layout: "plot-throughput"
13777 #
13778 #- type: "plot"
13779 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13780 #  algorithm: "plot_perf_box_name"
13781 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13782 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13783 #  include:
13784 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13785 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13786 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13787 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13788 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13789 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13790 #  layout:
13791 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13792 #    layout: "plot-throughput"
13793
13794 - type: "plot"
13795   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13796   algorithm: "plot_perf_box_name"
13797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13799   include:
13800     - "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"
13801     - "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"
13802     - "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"
13803     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13804     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13805     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13806   layout:
13807     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13808     layout: "plot-throughput"
13809
13810 - type: "plot"
13811   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13812   algorithm: "plot_perf_box_name"
13813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13815   include:
13816     - "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"
13817     - "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"
13818     - "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"
13819     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13820     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13821     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13822   layout:
13823     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13824     layout: "plot-throughput"
13825
13826 ################################################################################
13827
13828 # Packet Speedup
13829
13830 - type: "plot"
13831   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13832   algorithm: "plot_tsa_name"
13833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13835   include:
13836     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13837     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13838     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13839     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13840   layout:
13841     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13842     layout: "plot-throughput-speedup-analysis"
13843
13844 - type: "plot"
13845   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13846   algorithm: "plot_tsa_name"
13847   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13848   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13849   include:
13850     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13851     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13852     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13853     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13854   layout:
13855     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13856     layout: "plot-throughput-speedup-analysis"
13857
13858 - type: "plot"
13859   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13860   algorithm: "plot_tsa_name"
13861   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13862   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13863   include:
13864     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13865     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13866     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13867     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13868   layout:
13869     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13870     layout: "plot-throughput-speedup-analysis"
13871
13872 - type: "plot"
13873   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13874   algorithm: "plot_tsa_name"
13875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13877   include:
13878     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13879     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13880     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13881     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13882   layout:
13883     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13884     layout: "plot-throughput-speedup-analysis"
13885
13886 - type: "plot"
13887   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13888   algorithm: "plot_tsa_name"
13889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13890   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13891   include:
13892     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13893     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13894     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13895     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13896     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13897   layout:
13898     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13899     layout: "plot-throughput-speedup-analysis"
13900
13901 - type: "plot"
13902   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13903   algorithm: "plot_tsa_name"
13904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13906   include:
13907     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13908     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13909     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13910     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13911     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13912   layout:
13913     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13914     layout: "plot-throughput-speedup-analysis"
13915
13916 - type: "plot"
13917   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13918   algorithm: "plot_tsa_name"
13919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13921   include:
13922     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13923     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13924     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13925     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13926     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13927   layout:
13928     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13929     layout: "plot-throughput-speedup-analysis"
13930
13931 - type: "plot"
13932   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13933   algorithm: "plot_tsa_name"
13934   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13936   include:
13937     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13938     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13939     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13940     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13941     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13942   layout:
13943     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13944     layout: "plot-throughput-speedup-analysis"
13945
13946 - type: "plot"
13947   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13948   algorithm: "plot_tsa_name"
13949   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13951   include:
13952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13956     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13957     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13958   layout:
13959     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13960     layout: "plot-throughput-speedup-analysis"
13961
13962 - type: "plot"
13963   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13964   algorithm: "plot_tsa_name"
13965   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13967   include:
13968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13969     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13970     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13972     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13974   layout:
13975     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13976     layout: "plot-throughput-speedup-analysis"
13977
13978 - type: "plot"
13979   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13980   algorithm: "plot_tsa_name"
13981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13983   include:
13984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13989   layout:
13990     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13991     layout: "plot-throughput-speedup-analysis"
13992
13993 - type: "plot"
13994   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13995   algorithm: "plot_tsa_name"
13996   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13998   include:
13999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14004   layout:
14005     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14006     layout: "plot-throughput-speedup-analysis"
14007
14008 - type: "plot"
14009   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14010   algorithm: "plot_tsa_name"
14011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14013   include:
14014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14017   layout:
14018     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14019     layout: "plot-throughput-speedup-analysis"
14020
14021 - type: "plot"
14022   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14023   algorithm: "plot_tsa_name"
14024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14026   include:
14027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14030   layout:
14031     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14032     layout: "plot-throughput-speedup-analysis"
14033
14034 - type: "plot"
14035   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14036   algorithm: "plot_tsa_name"
14037   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14039   include:
14040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14045   layout:
14046     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14047     layout: "plot-throughput-speedup-analysis"
14048
14049 - type: "plot"
14050   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14051   algorithm: "plot_tsa_name"
14052   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14054   include:
14055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14059     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14060   layout:
14061     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14062     layout: "plot-throughput-speedup-analysis"
14063
14064 - type: "plot"
14065   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14066   algorithm: "plot_tsa_name"
14067   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14069   include:
14070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14073   layout:
14074     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14075     layout: "plot-throughput-speedup-analysis"
14076
14077 - type: "plot"
14078   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14079   algorithm: "plot_tsa_name"
14080   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14082   include:
14083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14086   layout:
14087     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14088     layout: "plot-throughput-speedup-analysis"
14089
14090 - type: "plot"
14091   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14092   algorithm: "plot_tsa_name"
14093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14095   include:
14096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14102   layout:
14103     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14104     layout: "plot-throughput-speedup-analysis"
14105
14106 - type: "plot"
14107   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14108   algorithm: "plot_tsa_name"
14109   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14111   include:
14112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14118   layout:
14119     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14120     layout: "plot-throughput-speedup-analysis"
14121
14122 - type: "plot"
14123   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14124   algorithm: "plot_tsa_name"
14125   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14127   include:
14128     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14129     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14130     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14131     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14133   layout:
14134     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14135     layout: "plot-throughput-speedup-analysis"
14136
14137 - type: "plot"
14138   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14139   algorithm: "plot_tsa_name"
14140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14142   include:
14143     - "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"
14144     - "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"
14145     - "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"
14146     - "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"
14147     - "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"
14148   layout:
14149     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14150     layout: "plot-throughput-speedup-analysis"
14151
14152 #- type: "plot"
14153 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14154 #  algorithm: "plot_tsa_name"
14155 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14156 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14157 #  include:
14158 #    - "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"
14159 #    - "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"
14160 #    - "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"
14161 #    - "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"
14162 #    - "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"
14163 #  layout:
14164 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14165 #    layout: "plot-throughput-speedup-analysis"
14166 #
14167 #- type: "plot"
14168 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14169 #  algorithm: "plot_tsa_name"
14170 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14171 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14172 #  include:
14173 #    - "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"
14174 #    - "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"
14175 #    - "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"
14176 #    - "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"
14177 #    - "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"
14178 #  layout:
14179 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14180 #    layout: "plot-throughput-speedup-analysis"
14181 #
14182 #- type: "plot"
14183 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14184 #  algorithm: "plot_tsa_name"
14185 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14186 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14187 #  include:
14188 #    - "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"
14189 #    - "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"
14190 #    - "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"
14191 #    - "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"
14192 #    - "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"
14193 #  layout:
14194 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14195 #    layout: "plot-throughput-speedup-analysis"
14196 #
14197 #- type: "plot"
14198 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14199 #  algorithm: "plot_tsa_name"
14200 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14201 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14202 #  include:
14203 #    - "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"
14204 #    - "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"
14205 #    - "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"
14206 #    - "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"
14207 #    - "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"
14208 #  layout:
14209 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14210 #    layout: "plot-throughput-speedup-analysis"
14211
14212 - type: "plot"
14213   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14214   algorithm: "plot_tsa_name"
14215   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14217   include:
14218     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14219     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14220     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14221     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14222     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14223   layout:
14224     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14225     layout: "plot-throughput-speedup-analysis"
14226
14227 - type: "plot"
14228   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14229   algorithm: "plot_tsa_name"
14230   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14232   include:
14233     - "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"
14234     - "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"
14235     - "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"
14236     - "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"
14237     - "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"
14238   layout:
14239     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14240     layout: "plot-throughput-speedup-analysis"
14241
14242 #- type: "plot"
14243 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14244 #  algorithm: "plot_tsa_name"
14245 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14246 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14247 #  include:
14248 #    - "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"
14249 #    - "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"
14250 #    - "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"
14251 #    - "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"
14252 #    - "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"
14253 #  layout:
14254 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14255 #    layout: "plot-throughput-speedup-analysis"
14256 #
14257 #- type: "plot"
14258 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14259 #  algorithm: "plot_tsa_name"
14260 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14261 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14262 #  include:
14263 #    - "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"
14264 #    - "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"
14265 #    - "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"
14266 #    - "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"
14267 #    - "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"
14268 #  layout:
14269 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14270 #    layout: "plot-throughput-speedup-analysis"
14271 #
14272 #- type: "plot"
14273 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14274 #  algorithm: "plot_tsa_name"
14275 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14276 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14277 #  include:
14278 #    - "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"
14279 #    - "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"
14280 #    - "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"
14281 #    - "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"
14282 #    - "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"
14283 #  layout:
14284 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14285 #    layout: "plot-throughput-speedup-analysis"
14286 #
14287 #- type: "plot"
14288 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14289 #  algorithm: "plot_tsa_name"
14290 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14291 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14292 #  include:
14293 #    - "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"
14294 #    - "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"
14295 #    - "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"
14296 #    - "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"
14297 #    - "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"
14298 #  layout:
14299 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14300 #    layout: "plot-throughput-speedup-analysis"
14301
14302 - type: "plot"
14303   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14304   algorithm: "plot_tsa_name"
14305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14307   include:
14308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14314   layout:
14315     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14316     layout: "plot-throughput-speedup-analysis"
14317
14318 - type: "plot"
14319   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14320   algorithm: "plot_tsa_name"
14321   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14322   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14323   include:
14324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14330   layout:
14331     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14332     layout: "plot-throughput-speedup-analysis"
14333
14334 - type: "plot"
14335   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14336   algorithm: "plot_tsa_name"
14337   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14338   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14339   include:
14340     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14343   layout:
14344     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14345     layout: "plot-throughput-speedup-analysis"
14346
14347 - type: "plot"
14348   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14349   algorithm: "plot_tsa_name"
14350   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14351   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14352   include:
14353     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14356   layout:
14357     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14358     layout: "plot-throughput-speedup-analysis"
14359
14360 - type: "plot"
14361   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14362   algorithm: "plot_tsa_name"
14363   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14365   include:
14366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14369 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14370 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14371   layout:
14372     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14373     layout: "plot-throughput-speedup-analysis"
14374
14375 - type: "plot"
14376   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14377   algorithm: "plot_tsa_name"
14378   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14380   include:
14381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14384 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14385 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14386   layout:
14387     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14388     layout: "plot-throughput-speedup-analysis"
14389
14390 - type: "plot"
14391   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14392   algorithm: "plot_tsa_name"
14393   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14395   include:
14396     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14397     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14398     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14401   layout:
14402     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14403     layout: "plot-throughput-speedup-analysis"
14404
14405 - type: "plot"
14406   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14407   algorithm: "plot_tsa_name"
14408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14410   include:
14411     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14412     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14415     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14416   layout:
14417     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14418     layout: "plot-throughput-speedup-analysis"
14419
14420 - type: "plot"
14421   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14422   algorithm: "plot_tsa_name"
14423   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14425   include:
14426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14429     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14430     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14431   layout:
14432     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14433     layout: "plot-throughput-speedup-analysis"
14434
14435 - type: "plot"
14436   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14437   algorithm: "plot_tsa_name"
14438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14440   include:
14441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14444     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14446   layout:
14447     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14448     layout: "plot-throughput-speedup-analysis"
14449
14450 - type: "plot"
14451   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14452   algorithm: "plot_tsa_name"
14453   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14454   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14455   include:
14456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14459     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14460   layout:
14461     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14462     layout: "plot-throughput-speedup-analysis"
14463
14464 - type: "plot"
14465   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14466   algorithm: "plot_tsa_name"
14467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14469   include:
14470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14474   layout:
14475     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14476     layout: "plot-throughput-speedup-analysis"
14477
14478 - type: "plot"
14479   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14480   algorithm: "plot_tsa_name"
14481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14483   include:
14484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14489   layout:
14490     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14491     layout: "plot-throughput-speedup-analysis"
14492
14493 - type: "plot"
14494   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14495   algorithm: "plot_tsa_name"
14496   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14498   include:
14499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14502     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14503     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14504   layout:
14505     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14506     layout: "plot-throughput-speedup-analysis"
14507
14508 - type: "plot"
14509   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14510   algorithm: "plot_tsa_name"
14511   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14512   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14513   include:
14514     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14516   layout:
14517     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14518     layout: "plot-throughput-speedup-analysis"
14519
14520 - type: "plot"
14521   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14522   algorithm: "plot_tsa_name"
14523   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14524   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14525   include:
14526     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14528   layout:
14529     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14530     layout: "plot-throughput-speedup-analysis"
14531
14532 - type: "plot"
14533   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14534   algorithm: "plot_tsa_name"
14535   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14537   include:
14538     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14542   layout:
14543     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14544     layout: "plot-throughput-speedup-analysis"
14545
14546 - type: "plot"
14547   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14548   algorithm: "plot_tsa_name"
14549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14551   include:
14552     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14556   layout:
14557     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14558     layout: "plot-throughput-speedup-analysis"
14559
14560 - type: "plot"
14561   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14562   algorithm: "plot_tsa_name"
14563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14565   include:
14566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14570   layout:
14571     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14572     layout: "plot-throughput-speedup-analysis"
14573
14574 - type: "plot"
14575   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14576   algorithm: "plot_tsa_name"
14577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14579   include:
14580     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14584   layout:
14585     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14586     layout: "plot-throughput-speedup-analysis"
14587
14588 - type: "plot"
14589   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14590   algorithm: "plot_tsa_name"
14591   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14593   include:
14594     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14598     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14600   layout:
14601     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14602     layout: "plot-throughput-speedup-analysis"
14603
14604 - type: "plot"
14605   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14606   algorithm: "plot_tsa_name"
14607   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14608   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14609   include:
14610     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14615     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14616   layout:
14617     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14618     layout: "plot-throughput-speedup-analysis"
14619
14620 - type: "plot"
14621   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14622   algorithm: "plot_tsa_name"
14623   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14624   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14625   include:
14626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14631   layout:
14632     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14633     layout: "plot-throughput-speedup-analysis"
14634
14635 - type: "plot"
14636   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14637   algorithm: "plot_tsa_name"
14638   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14639   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14640   include:
14641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14646   layout:
14647     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14648     layout: "plot-throughput-speedup-analysis"
14649
14650 - type: "plot"
14651   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14652   algorithm: "plot_tsa_name"
14653   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14655   include:
14656     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14661   layout:
14662     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14663     layout: "plot-throughput-speedup-analysis"
14664
14665 - type: "plot"
14666   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14667   algorithm: "plot_tsa_name"
14668   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14670   include:
14671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14676   layout:
14677     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14678     layout: "plot-throughput-speedup-analysis"
14679
14680 - type: "plot"
14681   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14682   algorithm: "plot_tsa_name"
14683   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14684   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14685   include:
14686     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14689   layout:
14690     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14691     layout: "plot-throughput-speedup-analysis"
14692
14693 - type: "plot"
14694   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14695   algorithm: "plot_tsa_name"
14696   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14697   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14698   include:
14699     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14700     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14702   layout:
14703     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14704     layout: "plot-throughput-speedup-analysis"
14705
14706 - type: "plot"
14707   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14708   algorithm: "plot_tsa_name"
14709   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14711   include:
14712     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14715   layout:
14716     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14717     layout: "plot-throughput-speedup-analysis"
14718
14719 - type: "plot"
14720   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14721   algorithm: "plot_tsa_name"
14722   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14724   include:
14725     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14728   layout:
14729     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14730     layout: "plot-throughput-speedup-analysis"
14731
14732 - type: "plot"
14733   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14734   algorithm: "plot_tsa_name"
14735   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14737   include:
14738     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14742     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14743   layout:
14744     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14745     layout: "plot-throughput-speedup-analysis"
14746
14747 - type: "plot"
14748   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14749   algorithm: "plot_tsa_name"
14750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14752   include:
14753     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14757     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14758   layout:
14759     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14760     layout: "plot-throughput-speedup-analysis"
14761
14762 - type: "plot"
14763   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14764   algorithm: "plot_tsa_name"
14765   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14767   include:
14768     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14772     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14773   layout:
14774     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14775     layout: "plot-throughput-speedup-analysis"
14776
14777 - type: "plot"
14778   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14779   algorithm: "plot_tsa_name"
14780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14782   include:
14783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14788   layout:
14789     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14790     layout: "plot-throughput-speedup-analysis"
14791
14792 - type: "plot"
14793   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14794   algorithm: "plot_tsa_name"
14795   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14796   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14797   include:
14798     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14799     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14800     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14801     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14802     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14803     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14804   layout:
14805     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14806     layout: "plot-throughput-speedup-analysis"
14807
14808 - type: "plot"
14809   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14810   algorithm: "plot_tsa_name"
14811   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14812   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14813   include:
14814     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14817     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14818     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14819     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14820   layout:
14821     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14822     layout: "plot-throughput-speedup-analysis"
14823
14824 - type: "plot"
14825   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14826   algorithm: "plot_tsa_name"
14827   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14828   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14829   include:
14830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14832     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14833     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14834   layout:
14835     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14836     layout: "plot-throughput-speedup-analysis"
14837
14838 - type: "plot"
14839   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14840   algorithm: "plot_tsa_name"
14841   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14842   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14843   include:
14844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14846     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14847     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14848   layout:
14849     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14850     layout: "plot-throughput-speedup-analysis"
14851
14852 - type: "plot"
14853   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14854   algorithm: "plot_tsa_name"
14855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14857   include:
14858     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14859     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14860     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14861     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14862     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14863     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14864   layout:
14865     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14866     layout: "plot-throughput-speedup-analysis"
14867
14868 - type: "plot"
14869   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14870   algorithm: "plot_tsa_name"
14871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14873   include:
14874     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14877     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14878     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14879     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14880   layout:
14881     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14882     layout: "plot-throughput-speedup-analysis"
14883
14884 - type: "plot"
14885   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14886   algorithm: "plot_tsa_name"
14887   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14889   include:
14890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14894     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14895     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14896   layout:
14897     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14898     layout: "plot-throughput-speedup-analysis"
14899
14900 - type: "plot"
14901   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14902   algorithm: "plot_tsa_name"
14903   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14905   include:
14906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14909     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14910     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14911     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14912   layout:
14913     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14914     layout: "plot-throughput-speedup-analysis"
14915
14916 - type: "plot"
14917   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14918   algorithm: "plot_tsa_name"
14919   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14920   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14921   include:
14922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14924     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14928   layout:
14929     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14930     layout: "plot-throughput-speedup-analysis"
14931
14932 - type: "plot"
14933   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14934   algorithm: "plot_tsa_name"
14935   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14936   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14937   include:
14938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14944   layout:
14945     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14946     layout: "plot-throughput-speedup-analysis"
14947
14948 - type: "plot"
14949   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14950   algorithm: "plot_tsa_name"
14951   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14952   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14953   include:
14954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14960   layout:
14961     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14962     layout: "plot-throughput-speedup-analysis"
14963
14964 - type: "plot"
14965   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14966   algorithm: "plot_tsa_name"
14967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14969   include:
14970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14976   layout:
14977     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14978     layout: "plot-throughput-speedup-analysis"
14979
14980 - type: "plot"
14981   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14982   algorithm: "plot_tsa_name"
14983   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14985   include:
14986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14992   layout:
14993     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14994     layout: "plot-throughput-speedup-analysis"
14995
14996 - type: "plot"
14997   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14998   algorithm: "plot_tsa_name"
14999   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15001   include:
15002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15008   layout:
15009     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15010     layout: "plot-throughput-speedup-analysis"
15011
15012 - type: "plot"
15013   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15014   algorithm: "plot_tsa_name"
15015   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15017   include:
15018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15022   layout:
15023     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15024     layout: "plot-throughput-speedup-analysis"
15025
15026 - type: "plot"
15027   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15028   algorithm: "plot_tsa_name"
15029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15031   include:
15032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15036   layout:
15037     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15038     layout: "plot-throughput-speedup-analysis"
15039
15040 - type: "plot"
15041   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15042   algorithm: "plot_tsa_name"
15043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15045   include:
15046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15050   layout:
15051     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15052     layout: "plot-throughput-speedup-analysis"
15053
15054 - type: "plot"
15055   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15056   algorithm: "plot_tsa_name"
15057   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15059   include:
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15064   layout:
15065     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15066     layout: "plot-throughput-speedup-analysis"
15067
15068 - type: "plot"
15069   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15070   algorithm: "plot_tsa_name"
15071   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15073   include:
15074     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15078     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15079     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15080   layout:
15081     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15082     layout: "plot-throughput-speedup-analysis"
15083
15084 - type: "plot"
15085   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15086   algorithm: "plot_tsa_name"
15087   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15089   include:
15090     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15092     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15093     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15094     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15095     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15096   layout:
15097     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15098     layout: "plot-throughput-speedup-analysis"
15099
15100 - type: "plot"
15101   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15102   algorithm: "plot_tsa_name"
15103   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15105   include:
15106     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15107     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15108     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15109     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15110     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15111   layout:
15112     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15113     layout: "plot-throughput-speedup-analysis"
15114
15115 - type: "plot"
15116   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15117   algorithm: "plot_tsa_name"
15118   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15120   include:
15121     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15122     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15123     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15124     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15125     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15126   layout:
15127     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15128     layout: "plot-throughput-speedup-analysis"
15129
15130 - type: "plot"
15131   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15132   algorithm: "plot_tsa_name"
15133   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15134   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15135   include:
15136     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15137     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15138     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15139     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15140     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15141   layout:
15142     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15143     layout: "plot-throughput-speedup-analysis"
15144
15145 - type: "plot"
15146   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15147   algorithm: "plot_tsa_name"
15148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15149   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15150   include:
15151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15153     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15154     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15155     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15156   layout:
15157     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15158     layout: "plot-throughput-speedup-analysis"
15159
15160 - type: "plot"
15161   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15162   algorithm: "plot_tsa_name"
15163   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15164   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15165   include:
15166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15169     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15170   layout:
15171     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15172     layout: "plot-throughput-speedup-analysis"
15173
15174 - type: "plot"
15175   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15176   algorithm: "plot_tsa_name"
15177   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15179   include:
15180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15182     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15183     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15184   layout:
15185     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15186     layout: "plot-throughput-speedup-analysis"
15187
15188 - type: "plot"
15189   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15190   algorithm: "plot_tsa_name"
15191   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15192   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15193   include:
15194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15198     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15199     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15200   layout:
15201     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15202     layout: "plot-throughput-speedup-analysis"
15203
15204 - type: "plot"
15205   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15206   algorithm: "plot_tsa_name"
15207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15209   include:
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15212     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15213     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15214     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15215     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15216   layout:
15217     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15218     layout: "plot-throughput-speedup-analysis"
15219
15220 - type: "plot"
15221   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15222   algorithm: "plot_tsa_name"
15223   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15225   include:
15226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15232   layout:
15233     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15234     layout: "plot-throughput-speedup-analysis"
15235
15236 - type: "plot"
15237   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15238   algorithm: "plot_tsa_name"
15239   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15240   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15241   include:
15242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15248   layout:
15249     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15250     layout: "plot-throughput-speedup-analysis"
15251
15252 - type: "plot"
15253   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15254   algorithm: "plot_tsa_name"
15255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15257   include:
15258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15264   layout:
15265     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15266     layout: "plot-throughput-speedup-analysis"
15267
15268 - type: "plot"
15269   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15270   algorithm: "plot_tsa_name"
15271   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15272   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15273   include:
15274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15278     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15280   layout:
15281     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15282     layout: "plot-throughput-speedup-analysis"
15283
15284 - type: "plot"
15285   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15286   algorithm: "plot_tsa_name"
15287   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15288   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15289   include:
15290     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15291     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15292     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15293     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15294     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15295     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15296   layout:
15297     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15298     layout: "plot-throughput-speedup-analysis"
15299
15300 - type: "plot"
15301   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15302   algorithm: "plot_tsa_name"
15303   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15305   include:
15306     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15307     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15308     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15309     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15310     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15311     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15312   layout:
15313     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15314     layout: "plot-throughput-speedup-analysis"
15315
15316 - type: "plot"
15317   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15318   algorithm: "plot_tsa_name"
15319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15321   include:
15322     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15323     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15324     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15325     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15326     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15327     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15328   layout:
15329     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15330     layout: "plot-throughput-speedup-analysis"
15331
15332 - type: "plot"
15333   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15334   algorithm: "plot_tsa_name"
15335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15337   include:
15338     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15339     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15340     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15341     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15342     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15343     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15344   layout:
15345     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15346     layout: "plot-throughput-speedup-analysis"
15347
15348 - type: "plot"
15349   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15350   algorithm: "plot_tsa_name"
15351   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15352   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15353   include:
15354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15359   layout:
15360     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15361     layout: "plot-throughput-speedup-analysis"
15362
15363 - type: "plot"
15364   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15365   algorithm: "plot_tsa_name"
15366   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15367   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15368   include:
15369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15374   layout:
15375     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15376     layout: "plot-throughput-speedup-analysis"
15377
15378 - type: "plot"
15379   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15380   algorithm: "plot_tsa_name"
15381   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15383   include:
15384     - "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"
15385     - "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"
15386     - "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"
15387     - "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"
15388     - "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"
15389   layout:
15390     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15391     layout: "plot-throughput-speedup-analysis"
15392
15393 - type: "plot"
15394   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15395   algorithm: "plot_tsa_name"
15396   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15397   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15398   include:
15399     - "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"
15400     - "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"
15401     - "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"
15402     - "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"
15403     - "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"
15404   layout:
15405     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15406     layout: "plot-throughput-speedup-analysis"
15407
15408 - type: "plot"
15409   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15410   algorithm: "plot_tsa_name"
15411   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15412   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15413   include:
15414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15419   layout:
15420     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15421     layout: "plot-throughput-speedup-analysis"
15422
15423 - type: "plot"
15424   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15425   algorithm: "plot_tsa_name"
15426   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15427   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15428   include:
15429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15434   layout:
15435     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15436     layout: "plot-throughput-speedup-analysis"
15437
15438 - type: "plot"
15439   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15440   algorithm: "plot_tsa_name"
15441   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15443   include:
15444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15449   layout:
15450     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15451     layout: "plot-throughput-speedup-analysis"
15452
15453 - type: "plot"
15454   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15455   algorithm: "plot_tsa_name"
15456   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15457   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15458   include:
15459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15464   layout:
15465     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15466     layout: "plot-throughput-speedup-analysis"
15467
15468 - type: "plot"
15469   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15470   algorithm: "plot_tsa_name"
15471   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15473   include:
15474     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15475     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15476     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15477     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15478     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15479   layout:
15480     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15481     layout: "plot-throughput-speedup-analysis"
15482
15483 - type: "plot"
15484   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15485   algorithm: "plot_tsa_name"
15486   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15487   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15488   include:
15489     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15490     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15491     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15492     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15493     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15494   layout:
15495     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15496     layout: "plot-throughput-speedup-analysis"
15497
15498 - type: "plot"
15499   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15500   algorithm: "plot_tsa_name"
15501   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15503   include:
15504     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15506     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15507     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15508     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15509   layout:
15510     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15511     layout: "plot-throughput-speedup-analysis"
15512
15513 - type: "plot"
15514   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15515   algorithm: "plot_tsa_name"
15516   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15518   include:
15519     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15521     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15522     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15523     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15524   layout:
15525     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15526     layout: "plot-throughput-speedup-analysis"
15527
15528 - type: "plot"
15529   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15530   algorithm: "plot_tsa_name"
15531   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15533   include:
15534     - "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"
15535     - "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"
15536     - "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"
15537     - "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"
15538   layout:
15539     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15540     layout: "plot-throughput-speedup-analysis"
15541
15542 - type: "plot"
15543   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15544   algorithm: "plot_tsa_name"
15545   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15546   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15547   include:
15548     - "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"
15549     - "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"
15550     - "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"
15551     - "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"
15552   layout:
15553     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15554     layout: "plot-throughput-speedup-analysis"
15555
15556 - type: "plot"
15557   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15558   algorithm: "plot_tsa_name"
15559   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15561   include:
15562     - "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"
15563     - "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"
15564     - "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"
15565     - "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"
15566   layout:
15567     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15568     layout: "plot-throughput-speedup-analysis"
15569
15570 - type: "plot"
15571   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15572   algorithm: "plot_tsa_name"
15573   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15575   include:
15576     - "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"
15577     - "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"
15578     - "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"
15579     - "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"
15580   layout:
15581     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15582     layout: "plot-throughput-speedup-analysis"
15583
15584 - type: "plot"
15585   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15586   algorithm: "plot_tsa_name"
15587   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15589   include:
15590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15596   layout:
15597     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15598     layout: "plot-throughput-speedup-analysis"
15599
15600 - type: "plot"
15601   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15602   algorithm: "plot_tsa_name"
15603   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15605   include:
15606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15612   layout:
15613     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15614     layout: "plot-throughput-speedup-analysis"
15615
15616 - type: "plot"
15617   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15618   algorithm: "plot_tsa_name"
15619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15621   include:
15622     - "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"
15623     - "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"
15624     - "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"
15625     - "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"
15626     - "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"
15627     - "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"
15628   layout:
15629     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15630     layout: "plot-throughput-speedup-analysis"
15631
15632 - type: "plot"
15633   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15634   algorithm: "plot_tsa_name"
15635   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15637   include:
15638     - "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"
15639     - "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"
15640     - "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"
15641     - "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"
15642     - "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"
15643     - "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"
15644   layout:
15645     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15646     layout: "plot-throughput-speedup-analysis"
15647
15648 - type: "plot"
15649   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15650   algorithm: "plot_tsa_name"
15651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15653   include:
15654     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15655     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15656     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15660   layout:
15661     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15662     layout: "plot-throughput-speedup-analysis"
15663
15664 - type: "plot"
15665   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15666   algorithm: "plot_tsa_name"
15667   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15669   include:
15670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15676   layout:
15677     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15678     layout: "plot-throughput-speedup-analysis"
15679
15680 - type: "plot"
15681   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15682   algorithm: "plot_tsa_name"
15683   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15684   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15685   include:
15686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15691   layout:
15692     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15693     layout: "plot-throughput-speedup-analysis"
15694
15695 - type: "plot"
15696   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15697   algorithm: "plot_tsa_name"
15698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15700   include:
15701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15706   layout:
15707     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15708     layout: "plot-throughput-speedup-analysis"
15709
15710 - type: "plot"
15711   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15712   algorithm: "plot_tsa_name"
15713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15715   include:
15716     - "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"
15717     - "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"
15718   layout:
15719     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15720     layout: "plot-throughput-speedup-analysis"
15721
15722 - type: "plot"
15723   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15724   algorithm: "plot_tsa_name"
15725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15727   include:
15728     - "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"
15729     - "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"
15730   layout:
15731     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15732     layout: "plot-throughput-speedup-analysis"
15733
15734 - type: "plot"
15735   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15736   algorithm: "plot_tsa_name"
15737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15739   include:
15740     - "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"
15741     - "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"
15742   layout:
15743     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15744     layout: "plot-throughput-speedup-analysis"
15745
15746 - type: "plot"
15747   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15748   algorithm: "plot_tsa_name"
15749   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15750   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15751   include:
15752     - "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"
15753     - "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"
15754   layout:
15755     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15756     layout: "plot-throughput-speedup-analysis"
15757
15758 - type: "plot"
15759   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15760   algorithm: "plot_tsa_name"
15761   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15762   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15763   include:
15764     - "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"
15765     - "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"
15766     - "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"
15767     - "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"
15768     - "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"
15769     - "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"
15770   layout:
15771     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15772     layout: "plot-throughput-speedup-analysis"
15773
15774 - type: "plot"
15775   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15776   algorithm: "plot_tsa_name"
15777   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15779   include:
15780     - "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"
15781     - "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"
15782     - "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"
15783     - "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"
15784     - "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"
15785     - "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"
15786   layout:
15787     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15788     layout: "plot-throughput-speedup-analysis"
15789
15790 - type: "plot"
15791   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15792   algorithm: "plot_tsa_name"
15793   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15794   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15795   include:
15796     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15797     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15798     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15799     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15800     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15801   layout:
15802     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15803     layout: "plot-throughput-speedup-analysis"
15804
15805 - type: "plot"
15806   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15807   algorithm: "plot_tsa_name"
15808   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15809   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15810   include:
15811     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15812     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15813     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15814     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15815     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15816   layout:
15817     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15818     layout: "plot-throughput-speedup-analysis"
15819
15820 - type: "plot"
15821   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15822   algorithm: "plot_tsa_name"
15823   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15824   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15825   include:
15826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15831   layout:
15832     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15833     layout: "plot-throughput-speedup-analysis"
15834
15835 - type: "plot"
15836   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15837   algorithm: "plot_tsa_name"
15838   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15839   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15840   include:
15841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15846   layout:
15847     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15848     layout: "plot-throughput-speedup-analysis"
15849
15850 - type: "plot"
15851   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15852   algorithm: "plot_tsa_name"
15853   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15854   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15855   include:
15856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15860   layout:
15861     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15862     layout: "plot-throughput-speedup-analysis"
15863
15864 - type: "plot"
15865   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15866   algorithm: "plot_tsa_name"
15867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15869   include:
15870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15874   layout:
15875     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15876     layout: "plot-throughput-speedup-analysis"
15877
15878 - type: "plot"
15879   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15880   algorithm: "plot_tsa_name"
15881   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15882   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15883   include:
15884     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15886     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15887     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15888   layout:
15889     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15890     layout: "plot-throughput-speedup-analysis"
15891
15892 - type: "plot"
15893   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15894   algorithm: "plot_tsa_name"
15895   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15896   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15897   include:
15898     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15901     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15902   layout:
15903     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15904     layout: "plot-throughput-speedup-analysis"
15905
15906 - type: "plot"
15907   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15908   algorithm: "plot_tsa_name"
15909   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15910   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15911   include:
15912     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15915     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15917   layout:
15918     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15919     layout: "plot-throughput-speedup-analysis"
15920
15921 - type: "plot"
15922   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15923   algorithm: "plot_tsa_name"
15924   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15925   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15926   include:
15927     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15932   layout:
15933     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15934     layout: "plot-throughput-speedup-analysis"
15935
15936 - type: "plot"
15937   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15938   algorithm: "plot_tsa_name"
15939   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15940   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15941   include:
15942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15944     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15945     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15946     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15947     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15948   layout:
15949     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15950     layout: "plot-throughput-speedup-analysis"
15951
15952 - type: "plot"
15953   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15954   algorithm: "plot_tsa_name"
15955   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15956   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15957   include:
15958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15962     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15963     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15964   layout:
15965     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15966     layout: "plot-throughput-speedup-analysis"
15967
15968 - type: "plot"
15969   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15970   algorithm: "plot_tsa_name"
15971   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15972   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15973   include:
15974     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15975     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15976     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15977     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15978   layout:
15979     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15980     layout: "plot-throughput-speedup-analysis"
15981
15982 - type: "plot"
15983   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15984   algorithm: "plot_tsa_name"
15985   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15986   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15987   include:
15988     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15989     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15990     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15992   layout:
15993     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15994     layout: "plot-throughput-speedup-analysis"
15995
15996 - type: "plot"
15997   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15998   algorithm: "plot_tsa_name"
15999   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16000   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16001   include:
16002     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16003     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16008   layout:
16009     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16010     layout: "plot-throughput-speedup-analysis"
16011
16012 - type: "plot"
16013   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16014   algorithm: "plot_tsa_name"
16015   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16016   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16017   include:
16018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16022     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16023     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16024   layout:
16025     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16026     layout: "plot-throughput-speedup-analysis"
16027
16028 - type: "plot"
16029   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16030   algorithm: "plot_tsa_name"
16031   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16032   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16033   include:
16034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16040   layout:
16041     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16042     layout: "plot-throughput-speedup-analysis"
16043
16044 - type: "plot"
16045   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16046   algorithm: "plot_tsa_name"
16047   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16048   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16049   include:
16050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16056   layout:
16057     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16058     layout: "plot-throughput-speedup-analysis"
16059
16060 - type: "plot"
16061   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16062   algorithm: "plot_tsa_name"
16063   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16064   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16065   include:
16066     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16067     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16068     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16069     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16070     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16071     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16072   layout:
16073     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16074     layout: "plot-throughput-speedup-analysis"
16075
16076 - type: "plot"
16077   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16078   algorithm: "plot_tsa_name"
16079   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16080   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16081   include:
16082     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16083     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16084     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16085     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16086     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16087     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16088   layout:
16089     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16090     layout: "plot-throughput-speedup-analysis"
16091
16092 - type: "plot"
16093   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16094   algorithm: "plot_tsa_name"
16095   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16096   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16097   include:
16098     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16099     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16100     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16101     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16102     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16103     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16104   layout:
16105     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16106     layout: "plot-throughput-speedup-analysis"
16107
16108 - type: "plot"
16109   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16110   algorithm: "plot_tsa_name"
16111   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16112   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16113   include:
16114     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16115     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16116     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16120   layout:
16121     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16122     layout: "plot-throughput-speedup-analysis"
16123
16124 - type: "plot"
16125   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16126   algorithm: "plot_tsa_name"
16127   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16128   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16129   include:
16130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16131     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16136   layout:
16137     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16138     layout: "plot-throughput-speedup-analysis"
16139
16140 - type: "plot"
16141   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16142   algorithm: "plot_tsa_name"
16143   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16144   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16145   include:
16146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16152   layout:
16153     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16154     layout: "plot-throughput-speedup-analysis"
16155
16156 #- type: "plot"
16157 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16158 #  algorithm: "plot_tsa_name"
16159 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16160 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16161 #  include:
16162 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16163 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16164 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16165 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16166 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16167 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16168 #  layout:
16169 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16170 #    layout: "plot-throughput-speedup-analysis"
16171 #
16172 #- type: "plot"
16173 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16174 #  algorithm: "plot_tsa_name"
16175 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16176 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16177 #  include:
16178 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16179 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16180 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16181 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16182 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16183 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16184 #  layout:
16185 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16186 #    layout: "plot-throughput-speedup-analysis"
16187
16188 - type: "plot"
16189   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16190   algorithm: "plot_tsa_name"
16191   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16192   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16193   include:
16194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16199   layout:
16200     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16201     layout: "plot-throughput-speedup-analysis"
16202
16203 - type: "plot"
16204   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16205   algorithm: "plot_tsa_name"
16206   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16207   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16208   include:
16209     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16214   layout:
16215     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16216     layout: "plot-throughput-speedup-analysis"
16217
16218 - type: "plot"
16219   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16220   algorithm: "plot_tsa_name"
16221   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16222   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16223   include:
16224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16228     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16229     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16230   layout:
16231     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16232     layout: "plot-throughput-speedup-analysis"
16233
16234 - type: "plot"
16235   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16236   algorithm: "plot_tsa_name"
16237   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16238   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16239   include:
16240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16241     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16246   layout:
16247     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16248     layout: "plot-throughput-speedup-analysis"
16249
16250 - type: "plot"
16251   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16252   algorithm: "plot_tsa_name"
16253   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16254   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16255   include:
16256     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16257     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16258     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16261   layout:
16262     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16263     layout: "plot-throughput-speedup-analysis"
16264
16265 - type: "plot"
16266   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16267   algorithm: "plot_tsa_name"
16268   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16269   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16270   include:
16271     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16272     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16273     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16274     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16276   layout:
16277     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16278     layout: "plot-throughput-speedup-analysis"
16279
16280 - type: "plot"
16281   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16282   algorithm: "plot_tsa_name"
16283   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16284   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16285   include:
16286     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16287     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16288     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16289     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16290   layout:
16291     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16292     layout: "plot-throughput-speedup-analysis"
16293
16294 - type: "plot"
16295   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16296   algorithm: "plot_tsa_name"
16297   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16298   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16299   include:
16300     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16301     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16302     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16303     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16304   layout:
16305     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16306     layout: "plot-throughput-speedup-analysis"
16307
16308 - type: "plot"
16309   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16310   algorithm: "plot_tsa_name"
16311   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16312   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16313   include:
16314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16315     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16316     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16317     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16318     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16319     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16320   layout:
16321     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16322     layout: "plot-throughput-speedup-analysis"
16323
16324 - type: "plot"
16325   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16326   algorithm: "plot_tsa_name"
16327   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16328   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16329   include:
16330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16332     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16333     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16334     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16335     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16336   layout:
16337     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16338     layout: "plot-throughput-speedup-analysis"
16339
16340 - type: "plot"
16341   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16342   algorithm: "plot_tsa_name"
16343   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16344   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16345   include:
16346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16351   layout:
16352     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16353     layout: "plot-throughput-speedup-analysis"
16354
16355 - type: "plot"
16356   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16357   algorithm: "plot_tsa_name"
16358   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16359   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16360   include:
16361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16366   layout:
16367     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16368     layout: "plot-throughput-speedup-analysis"
16369
16370 - type: "plot"
16371   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16372   algorithm: "plot_tsa_name"
16373   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16374   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16375   include:
16376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16381   layout:
16382     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16383     layout: "plot-throughput-speedup-analysis"
16384
16385 - type: "plot"
16386   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16387   algorithm: "plot_tsa_name"
16388   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16389   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16390   include:
16391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16394     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16396   layout:
16397     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16398     layout: "plot-throughput-speedup-analysis"
16399
16400 - type: "plot"
16401   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16402   algorithm: "plot_tsa_name"
16403   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16404   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16405   include:
16406     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16409     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16410   layout:
16411     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16412     layout: "plot-throughput-speedup-analysis"
16413
16414 - type: "plot"
16415   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16416   algorithm: "plot_tsa_name"
16417   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16418   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16419   include:
16420     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16424   layout:
16425     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16426     layout: "plot-throughput-speedup-analysis"
16427
16428 - type: "plot"
16429   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16430   algorithm: "plot_tsa_name"
16431   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16432   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16433   include:
16434     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16439   layout:
16440     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16441     layout: "plot-throughput-speedup-analysis"
16442
16443 - type: "plot"
16444   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16445   algorithm: "plot_tsa_name"
16446   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16447   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16448   include:
16449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16454   layout:
16455     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16456     layout: "plot-throughput-speedup-analysis"
16457
16458 - type: "plot"
16459   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16460   algorithm: "plot_tsa_name"
16461   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16462   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16463   include:
16464     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16465     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16466     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16467     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16468     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16469     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16470   layout:
16471     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16472     layout: "plot-throughput-speedup-analysis"
16473
16474 - type: "plot"
16475   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16476   algorithm: "plot_tsa_name"
16477   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16478   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16479   include:
16480     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16481     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16482     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16483     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16484     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16485     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16486   layout:
16487     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16488     layout: "plot-throughput-speedup-analysis"
16489
16490 - type: "plot"
16491   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16492   algorithm: "plot_tsa_name"
16493   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16494   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16495   include:
16496     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16497     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16498     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16499     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16500   layout:
16501     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16502     layout: "plot-throughput-speedup-analysis"
16503
16504 - type: "plot"
16505   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16506   algorithm: "plot_tsa_name"
16507   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16508   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16509   include:
16510     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16511     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16512     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16513     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16514   layout:
16515     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16516     layout: "plot-throughput-speedup-analysis"
16517
16518 - type: "plot"
16519   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16520   algorithm: "plot_tsa_name"
16521   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16522   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16523   include:
16524     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16527     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16528     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16529     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16530   layout:
16531     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16532     layout: "plot-throughput-speedup-analysis"
16533
16534 - type: "plot"
16535   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16536   algorithm: "plot_tsa_name"
16537   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16538   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16539   include:
16540     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16541     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16542     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16543     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16544     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16545     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16546   layout:
16547     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16548     layout: "plot-throughput-speedup-analysis"
16549
16550 - type: "plot"
16551   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16552   algorithm: "plot_tsa_name"
16553   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16554   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16555   include:
16556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16557     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16558     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16559     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16560     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16561     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16562   layout:
16563     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16564     layout: "plot-throughput-speedup-analysis"
16565
16566 - type: "plot"
16567   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16568   algorithm: "plot_tsa_name"
16569   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16570   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16571   include:
16572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16573     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16574     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16575     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16576     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16577     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16578   layout:
16579     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16580     layout: "plot-throughput-speedup-analysis"
16581
16582 - type: "plot"
16583   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16584   algorithm: "plot_tsa_name"
16585   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16586   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16587   include:
16588     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16589     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16590     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16591   layout:
16592     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16593     layout: "plot-throughput-speedup-analysis"
16594
16595 - type: "plot"
16596   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16597   algorithm: "plot_tsa_name"
16598   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16599   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16600   include:
16601     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16602     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16603     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16604   layout:
16605     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16606     layout: "plot-throughput-speedup-analysis"
16607
16608 ################################################################################
16609
16610 # Packet Throughput - DPDK
16611
16612 # 2n-skx-xxv710
16613
16614 - type: "plot"
16615   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16616   algorithm: "plot_perf_box_name"
16617   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16618   data: "plot-dpdk-throughput-latency-2n-skx"
16619   include:
16620     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16621     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16622   layout:
16623     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16624     layout: "plot-throughput"
16625
16626 - type: "plot"
16627   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16628   algorithm: "plot_perf_box_name"
16629   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16630   data: "plot-dpdk-throughput-latency-2n-skx"
16631   include:
16632     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16633     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16634   layout:
16635     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16636     layout: "plot-throughput"
16637
16638 - type: "plot"
16639   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16640   algorithm: "plot_perf_box_name"
16641   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16642   data: "plot-dpdk-throughput-latency-2n-skx"
16643   include:
16644     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16645     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16646   layout:
16647     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16648     layout: "plot-throughput"
16649
16650 - type: "plot"
16651   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16652   algorithm: "plot_perf_box_name"
16653   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16654   data: "plot-dpdk-throughput-latency-2n-skx"
16655   include:
16656     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16657     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16658   layout:
16659     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16660     layout: "plot-throughput"
16661
16662 # 2n-skx-x710
16663
16664 - type: "plot"
16665   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16666   algorithm: "plot_perf_box_name"
16667   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16668   data: "plot-dpdk-throughput-latency-2n-skx"
16669   include:
16670     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16671     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16672   layout:
16673     title: "2n-skx-x710-64b-2t1c-base-ndr"
16674     layout: "plot-throughput"
16675
16676 - type: "plot"
16677   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16678   algorithm: "plot_perf_box_name"
16679   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16680   data: "plot-dpdk-throughput-latency-2n-skx"
16681   include:
16682     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16683     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16684   layout:
16685     title: "2n-skx-x710-64b-4t2c-base-ndr"
16686     layout: "plot-throughput"
16687
16688 - type: "plot"
16689   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16690   algorithm: "plot_perf_box_name"
16691   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16692   data: "plot-dpdk-throughput-latency-2n-skx"
16693   include:
16694     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16695     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16696   layout:
16697     title: "2n-skx-x710-64b-2t1c-base-pdr"
16698     layout: "plot-throughput"
16699
16700 - type: "plot"
16701   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16702   algorithm: "plot_perf_box_name"
16703   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16704   data: "plot-dpdk-throughput-latency-2n-skx"
16705   include:
16706     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16707     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16708   layout:
16709     title: "2n-skx-x710-64b-4t2c-base-pdr"
16710     layout: "plot-throughput"
16711
16712 # 3n-skx-xxv710
16713
16714 - type: "plot"
16715   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16716   algorithm: "plot_perf_box_name"
16717   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16718   data: "plot-dpdk-throughput-latency-3n-skx"
16719   include:
16720     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16721     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16722   layout:
16723     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16724     layout: "plot-throughput"
16725
16726 - type: "plot"
16727   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16728   algorithm: "plot_perf_box_name"
16729   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16730   data: "plot-dpdk-throughput-latency-3n-skx"
16731   include:
16732     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16733     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16734   layout:
16735     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16736     layout: "plot-throughput"
16737
16738 - type: "plot"
16739   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16740   algorithm: "plot_perf_box_name"
16741   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16742   data: "plot-dpdk-throughput-latency-3n-skx"
16743   include:
16744     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16745     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16746   layout:
16747     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16748     layout: "plot-throughput"
16749
16750 - type: "plot"
16751   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16752   algorithm: "plot_perf_box_name"
16753   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16754   data: "plot-dpdk-throughput-latency-3n-skx"
16755   include:
16756     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16757     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16758   layout:
16759     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16760     layout: "plot-throughput"
16761
16762 # 3n-skx-x710
16763
16764 - type: "plot"
16765   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16766   algorithm: "plot_perf_box_name"
16767   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16768   data: "plot-dpdk-throughput-latency-3n-skx"
16769   include:
16770     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16771     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16772   layout:
16773     title: "3n-skx-x710-64b-2t1c-base-ndr"
16774     layout: "plot-throughput"
16775
16776 - type: "plot"
16777   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16778   algorithm: "plot_perf_box_name"
16779   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16780   data: "plot-dpdk-throughput-latency-3n-skx"
16781   include:
16782     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16783     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16784   layout:
16785     title: "3n-skx-x710-64b-4t2c-base-ndr"
16786     layout: "plot-throughput"
16787
16788 - type: "plot"
16789   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16790   algorithm: "plot_perf_box_name"
16791   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16792   data: "plot-dpdk-throughput-latency-3n-skx"
16793   include:
16794     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16795     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16796   layout:
16797     title: "3n-skx-x710-64b-2t1c-base-pdr"
16798     layout: "plot-throughput"
16799
16800 - type: "plot"
16801   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16802   algorithm: "plot_perf_box_name"
16803   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16804   data: "plot-dpdk-throughput-latency-3n-skx"
16805   include:
16806     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16807     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16808   layout:
16809     title: "3n-skx-x710-64b-4t2c-base-pdr"
16810     layout: "plot-throughput"
16811
16812 # 3n-hsw-xl710
16813
16814 - type: "plot"
16815   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16816   algorithm: "plot_perf_box_name"
16817   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16818   data: "plot-dpdk-throughput-latency-3n-hsw"
16819   include:
16820     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16821     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16822   layout:
16823     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16824     layout: "plot-throughput"
16825
16826 - type: "plot"
16827   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16828   algorithm: "plot_perf_box_name"
16829   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16830   data: "plot-dpdk-throughput-latency-3n-hsw"
16831   include:
16832     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16833     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16834   layout:
16835     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16836     layout: "plot-throughput"
16837
16838 - type: "plot"
16839   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16840   algorithm: "plot_perf_box_name"
16841   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16842   data: "plot-dpdk-throughput-latency-3n-hsw"
16843   include:
16844     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16845     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16846   layout:
16847     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16848     layout: "plot-throughput"
16849
16850 - type: "plot"
16851   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16852   algorithm: "plot_perf_box_name"
16853   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16854   data: "plot-dpdk-throughput-latency-3n-hsw"
16855   include:
16856     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16857     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16858   layout:
16859     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16860     layout: "plot-throughput"
16861
16862 # 3n-hsw-x710
16863
16864 - type: "plot"
16865   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16866   algorithm: "plot_perf_box_name"
16867   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16868   data: "plot-dpdk-throughput-latency-3n-hsw"
16869   include:
16870     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16871     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16872   layout:
16873     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16874     layout: "plot-throughput"
16875
16876 - type: "plot"
16877   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16878   algorithm: "plot_perf_box_name"
16879   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16880   data: "plot-dpdk-throughput-latency-3n-hsw"
16881   include:
16882     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16883     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16884   layout:
16885     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16886     layout: "plot-throughput"
16887
16888 - type: "plot"
16889   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16890   algorithm: "plot_perf_box_name"
16891   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16892   data: "plot-dpdk-throughput-latency-3n-hsw"
16893   include:
16894     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16895     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16896   layout:
16897     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16898     layout: "plot-throughput"
16899
16900 - type: "plot"
16901   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16902   algorithm: "plot_perf_box_name"
16903   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16904   data: "plot-dpdk-throughput-latency-3n-hsw"
16905   include:
16906     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16907     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16908   layout:
16909     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16910     layout: "plot-throughput"
16911
16912 ## 2n-dnv-x553
16913 #
16914 #- type: "plot"
16915 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16916 #  algorithm: "plot_perf_box_name"
16917 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16918 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16919 #  include:
16920 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16921 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16922 #  layout:
16923 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16924 #    layout: "plot-throughput"
16925 #
16926 #- type: "plot"
16927 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16928 #  algorithm: "plot_perf_box_name"
16929 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16930 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16931 #  include:
16932 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16933 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16934 #  layout:
16935 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16936 #    layout: "plot-throughput"
16937 #
16938 #- type: "plot"
16939 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16940 #  algorithm: "plot_perf_box_name"
16941 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16942 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16943 #  include:
16944 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16945 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16946 #  layout:
16947 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16948 #    layout: "plot-throughput"
16949 #
16950 #- type: "plot"
16951 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16952 #  algorithm: "plot_perf_box_name"
16953 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16954 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16955 #  include:
16956 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16957 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16958 #  layout:
16959 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16960 #    layout: "plot-throughput"
16961 #
16962 ## 3n-dnv-x553
16963 #
16964 #- type: "plot"
16965 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16966 #  algorithm: "plot_perf_box_name"
16967 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16968 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16969 #  include:
16970 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16971 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16972 #  layout:
16973 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
16974 #    layout: "plot-throughput"
16975 #
16976 #- type: "plot"
16977 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16978 #  algorithm: "plot_perf_box_name"
16979 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16980 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16981 #  include:
16982 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16983 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16984 #  layout:
16985 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
16986 #    layout: "plot-throughput"
16987 #
16988 #- type: "plot"
16989 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16990 #  algorithm: "plot_perf_box_name"
16991 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16992 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16993 #  include:
16994 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16995 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16996 #  layout:
16997 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
16998 #    layout: "plot-throughput"
16999 #
17000 #- type: "plot"
17001 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17002 #  algorithm: "plot_perf_box_name"
17003 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17004 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17005 #  include:
17006 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17007 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17008 #  layout:
17009 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17010 #    layout: "plot-throughput"
17011
17012 # 3n-tsh-x520
17013
17014 - type: "plot"
17015   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17016   algorithm: "plot_perf_box_name"
17017   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17018   data: "plot-dpdk-throughput-latency-3n-tsh"
17019   include:
17020     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17021     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17022   layout:
17023     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17024     layout: "plot-throughput"
17025
17026 - type: "plot"
17027   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17028   algorithm: "plot_perf_box_name"
17029   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17030   data: "plot-dpdk-throughput-latency-3n-tsh"
17031   include:
17032     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17033     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17034   layout:
17035     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17036     layout: "plot-throughput"
17037
17038 - type: "plot"
17039   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17040   algorithm: "plot_perf_box_name"
17041   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17042   data: "plot-dpdk-throughput-latency-3n-tsh"
17043   include:
17044     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17045     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17046   layout:
17047     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17048     layout: "plot-throughput"
17049
17050 - type: "plot"
17051   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17052   algorithm: "plot_perf_box_name"
17053   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17054   data: "plot-dpdk-throughput-latency-3n-tsh"
17055   include:
17056     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17057     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17058   layout:
17059     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17060     layout: "plot-throughput"
17061
17062 ################################################################################
17063 ###   2n-clx                                                                 ###
17064 ################################################################################
17065
17066 # Packet Throughput
17067
17068 - type: "plot"
17069   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17070   algorithm: "plot_perf_box_name"
17071   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17072   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17073   include:
17074     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17075     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17076     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17077     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17078   layout:
17079     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17080     layout: "plot-throughput"
17081
17082 - type: "plot"
17083   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17084   algorithm: "plot_perf_box_name"
17085   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17087   include:
17088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17090     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17091     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17092   layout:
17093     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17094     layout: "plot-throughput"
17095
17096 - type: "plot"
17097   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17098   algorithm: "plot_perf_box_name"
17099   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17100   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17101   include:
17102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17104     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17105     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17106   layout:
17107     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17108     layout: "plot-throughput"
17109
17110 - type: "plot"
17111   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17112   algorithm: "plot_perf_box_name"
17113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17115   include:
17116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17119     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17120   layout:
17121     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17122     layout: "plot-throughput"
17123
17124 - type: "plot"
17125   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17126   algorithm: "plot_perf_box_name"
17127   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17129   include:
17130     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17131     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17132     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17133     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17134   layout:
17135     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17136     layout: "plot-throughput"
17137
17138 - type: "plot"
17139   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17140   algorithm: "plot_perf_box_name"
17141   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17143   include:
17144     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17145     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17146     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17147     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17148   layout:
17149     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17150     layout: "plot-throughput"
17151
17152 - type: "plot"
17153   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17154   algorithm: "plot_perf_box_name"
17155   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17157   include:
17158     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17162     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17163     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17164   layout:
17165     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17166     layout: "plot-throughput"
17167
17168 - type: "plot"
17169   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17170   algorithm: "plot_perf_box_name"
17171   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17173   include:
17174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17178     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17180   layout:
17181     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17182     layout: "plot-throughput"
17183
17184 - type: "plot"
17185   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17186   algorithm: "plot_perf_box_name"
17187   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17189   include:
17190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17194   layout:
17195     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17196     layout: "plot-throughput"
17197
17198 - type: "plot"
17199   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17200   algorithm: "plot_perf_box_name"
17201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17203   include:
17204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17208   layout:
17209     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17210     layout: "plot-throughput"
17211
17212 - type: "plot"
17213   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17214   algorithm: "plot_perf_box_name"
17215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17217   include:
17218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17221   layout:
17222     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17223     layout: "plot-throughput"
17224
17225 - type: "plot"
17226   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17227   algorithm: "plot_perf_box_name"
17228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17230   include:
17231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17234   layout:
17235     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17236     layout: "plot-throughput"
17237
17238 - type: "plot"
17239   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17240   algorithm: "plot_perf_box_name"
17241   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17243   include:
17244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17249   layout:
17250     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17251     layout: "plot-throughput"
17252
17253 - type: "plot"
17254   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17255   algorithm: "plot_perf_box_name"
17256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17258   include:
17259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17264   layout:
17265     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17266     layout: "plot-throughput"
17267
17268 - type: "plot"
17269   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17270   algorithm: "plot_perf_box_name"
17271   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17273   include:
17274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17277   layout:
17278     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17279     layout: "plot-throughput"
17280
17281 - type: "plot"
17282   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17283   algorithm: "plot_perf_box_name"
17284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17286   include:
17287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17290   layout:
17291     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17292     layout: "plot-throughput"
17293
17294 - type: "plot"
17295   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17296   algorithm: "plot_perf_box_name"
17297   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17299   include:
17300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17306   layout:
17307     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17308     layout: "plot-throughput"
17309
17310 - type: "plot"
17311   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17312   algorithm: "plot_perf_box_name"
17313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17315   include:
17316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17322   layout:
17323     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17324     layout: "plot-throughput"
17325
17326 - type: "plot"
17327   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17328   algorithm: "plot_perf_box_name"
17329   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17330   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17331   include:
17332     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17333     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17334     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17335     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17336     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17337   layout:
17338     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17339     layout: "plot-throughput"
17340
17341 - type: "plot"
17342   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17343   algorithm: "plot_perf_box_name"
17344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17346   include:
17347     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17348     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17349     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17350     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17351     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17352   layout:
17353     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17354     layout: "plot-throughput"
17355
17356 #- type: "plot"
17357 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17358 #  algorithm: "plot_perf_box_name"
17359 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17360 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17361 #  include:
17362 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17363 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17364 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17365 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17366 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17367 #  layout:
17368 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17369 #    layout: "plot-throughput"
17370 #
17371 #- type: "plot"
17372 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17373 #  algorithm: "plot_perf_box_name"
17374 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17375 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17376 #  include:
17377 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17378 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17379 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17380 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17381 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17382 #  layout:
17383 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17384 #    layout: "plot-throughput"
17385 #
17386 #- type: "plot"
17387 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17388 #  algorithm: "plot_perf_box_name"
17389 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17390 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17391 #  include:
17392 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17393 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17394 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17395 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17396 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17397 #  layout:
17398 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17399 #    layout: "plot-throughput"
17400 #
17401 #- type: "plot"
17402 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17403 #  algorithm: "plot_perf_box_name"
17404 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17405 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17406 #  include:
17407 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17408 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17409 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17410 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17411 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17412 #  layout:
17413 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17414 #    layout: "plot-throughput"
17415
17416 - type: "plot"
17417   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17418   algorithm: "plot_perf_box_name"
17419   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17421   include:
17422     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17423     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17424     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17425     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17426     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17427   layout:
17428     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17429     layout: "plot-throughput"
17430
17431 - type: "plot"
17432   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17433   algorithm: "plot_perf_box_name"
17434   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17436   include:
17437     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17438     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17439     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17440     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17441     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17442   layout:
17443     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17444     layout: "plot-throughput"
17445
17446 #- type: "plot"
17447 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17448 #  algorithm: "plot_perf_box_name"
17449 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17450 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17451 #  include:
17452 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17453 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17454 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17455 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17456 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17457 #  layout:
17458 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17459 #    layout: "plot-throughput"
17460 #
17461 #- type: "plot"
17462 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17463 #  algorithm: "plot_perf_box_name"
17464 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17465 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17466 #  include:
17467 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17468 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17469 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17470 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17471 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17472 #  layout:
17473 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17474 #    layout: "plot-throughput"
17475 #
17476 #- type: "plot"
17477 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17478 #  algorithm: "plot_perf_box_name"
17479 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17480 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17481 #  include:
17482 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17483 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17484 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17485 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17486 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17487 #  layout:
17488 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17489 #    layout: "plot-throughput"
17490 #
17491 #- type: "plot"
17492 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17493 #  algorithm: "plot_perf_box_name"
17494 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17495 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17496 #  include:
17497 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17498 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17499 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17500 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17501 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17502 #  layout:
17503 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17504 #    layout: "plot-throughput"
17505
17506 - type: "plot"
17507   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17508   algorithm: "plot_perf_box_name"
17509   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17511   include:
17512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17518   layout:
17519     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17520     layout: "plot-throughput"
17521
17522 - type: "plot"
17523   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17524   algorithm: "plot_perf_box_name"
17525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17527   include:
17528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17534   layout:
17535     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17536     layout: "plot-throughput"
17537
17538 - type: "plot"
17539   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17540   algorithm: "plot_perf_box_name"
17541   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17543   include:
17544     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17545     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17546   layout:
17547     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17548     layout: "plot-throughput"
17549
17550 - type: "plot"
17551   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17552   algorithm: "plot_perf_box_name"
17553   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17554   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17555   include:
17556     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17557     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17558   layout:
17559     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17560     layout: "plot-throughput"
17561
17562 - type: "plot"
17563   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17564   algorithm: "plot_perf_box_name"
17565   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17567   include:
17568     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17569     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17570     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17571     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17572     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17573     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17574   layout:
17575     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17576     layout: "plot-throughput"
17577
17578 - type: "plot"
17579   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17580   algorithm: "plot_perf_box_name"
17581   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17582   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17583   include:
17584     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17585     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17586     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17587     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17588     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17589     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17590   layout:
17591     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17592     layout: "plot-throughput"
17593
17594 - type: "plot"
17595   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17596   algorithm: "plot_perf_box_name"
17597   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17598   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17599   include:
17600     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17601     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17602     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17603     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17604     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17605     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17606   layout:
17607     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17608     layout: "plot-throughput"
17609
17610 - type: "plot"
17611   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17612   algorithm: "plot_perf_box_name"
17613   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17614   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17615   include:
17616     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17617     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17618     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17619     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17620     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17621     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17622   layout:
17623     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17624     layout: "plot-throughput"
17625
17626 - type: "plot"
17627   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17628   algorithm: "plot_perf_box_name"
17629   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17631   include:
17632     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17634     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17635     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17636     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17637     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17638   layout:
17639     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17640     layout: "plot-throughput"
17641
17642 - type: "plot"
17643   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17644   algorithm: "plot_perf_box_name"
17645   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17647   include:
17648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17654   layout:
17655     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17656     layout: "plot-throughput"
17657
17658 - type: "plot"
17659   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17660   algorithm: "plot_perf_box_name"
17661   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17663   include:
17664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17667     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17669   layout:
17670     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17671     layout: "plot-throughput"
17672
17673 - type: "plot"
17674   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17675   algorithm: "plot_perf_box_name"
17676   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17678   include:
17679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17682     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17684   layout:
17685     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17686     layout: "plot-throughput"
17687
17688 - type: "plot"
17689   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17690   algorithm: "plot_perf_box_name"
17691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17693   include:
17694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17699   layout:
17700     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17701     layout: "plot-throughput"
17702
17703 - type: "plot"
17704   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17705   algorithm: "plot_perf_box_name"
17706   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17708   include:
17709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17714   layout:
17715     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17716     layout: "plot-throughput"
17717
17718 - type: "plot"
17719   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17720   algorithm: "plot_perf_box_name"
17721   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17723   include:
17724     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17725     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17726     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17727     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17728     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17729   layout:
17730     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17731     layout: "plot-throughput"
17732
17733 - type: "plot"
17734   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17735   algorithm: "plot_perf_box_name"
17736   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17738   include:
17739     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17740     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17742     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17743     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17744   layout:
17745     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17746     layout: "plot-throughput"
17747
17748 - type: "plot"
17749   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17750   algorithm: "plot_perf_box_name"
17751   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17753   include:
17754     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17755     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17756     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17757     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17758     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17759   layout:
17760     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17761     layout: "plot-throughput"
17762
17763 - type: "plot"
17764   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17765   algorithm: "plot_perf_box_name"
17766   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17767   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17768   include:
17769     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17770     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17771     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17772     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17773     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17774   layout:
17775     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17776     layout: "plot-throughput"
17777
17778 - type: "plot"
17779   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17780   algorithm: "plot_perf_box_name"
17781   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17783   include:
17784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17788     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17789   layout:
17790     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17791     layout: "plot-throughput"
17792
17793 - type: "plot"
17794   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17795   algorithm: "plot_perf_box_name"
17796   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17798   include:
17799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17802     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17803     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17804   layout:
17805     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17806     layout: "plot-throughput"
17807
17808 - type: "plot"
17809   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17810   algorithm: "plot_perf_box_name"
17811   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17813   include:
17814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17820   layout:
17821     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17822     layout: "plot-throughput"
17823
17824 - type: "plot"
17825   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17826   algorithm: "plot_perf_box_name"
17827   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17829   include:
17830     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17836   layout:
17837     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17838     layout: "plot-throughput"
17839
17840 - type: "plot"
17841   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17842   algorithm: "plot_perf_box_name"
17843   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17845   include:
17846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17850   layout:
17851     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17852     layout: "plot-throughput"
17853
17854 - type: "plot"
17855   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17856   algorithm: "plot_perf_box_name"
17857   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17859   include:
17860     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17864   layout:
17865     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17866     layout: "plot-throughput"
17867
17868 - type: "plot"
17869   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17870   algorithm: "plot_perf_box_name"
17871   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17873   include:
17874     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17875     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17876     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17880   layout:
17881     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17882     layout: "plot-throughput"
17883
17884 - type: "plot"
17885   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17886   algorithm: "plot_perf_box_name"
17887   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17888   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17889   include:
17890     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17891     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17892     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17896   layout:
17897     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17898     layout: "plot-throughput"
17899
17900 - type: "plot"
17901   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17902   algorithm: "plot_perf_box_name"
17903   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17905   include:
17906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17910   layout:
17911     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17912     layout: "plot-throughput"
17913
17914 - type: "plot"
17915   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17916   algorithm: "plot_perf_box_name"
17917   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17918   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17919   include:
17920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17924   layout:
17925     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17926     layout: "plot-throughput"
17927
17928 - type: "plot"
17929   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17930   algorithm: "plot_perf_box_name"
17931   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17933   include:
17934     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17935     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17936     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17937     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17938     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17939     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17940   layout:
17941     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17942     layout: "plot-throughput"
17943
17944 - type: "plot"
17945   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17946   algorithm: "plot_perf_box_name"
17947   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17948   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17949   include:
17950     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17951     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17952     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17953     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17954     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17955     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17956   layout:
17957     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17958     layout: "plot-throughput"
17959
17960 - type: "plot"
17961   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17962   algorithm: "plot_perf_box_name"
17963   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17964   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17965   include:
17966     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17967     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17968     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17969     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17970   layout:
17971     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17972     layout: "plot-throughput"
17973
17974 - type: "plot"
17975   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17976   algorithm: "plot_perf_box_name"
17977   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17979   include:
17980     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17981     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17982     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17983     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17984   layout:
17985     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17986     layout: "plot-throughput"
17987
17988 - type: "plot"
17989   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17990   algorithm: "plot_perf_box_name"
17991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17993   include:
17994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17999   layout:
18000     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18001     layout: "plot-throughput"
18002
18003 - type: "plot"
18004   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18005   algorithm: "plot_perf_box_name"
18006   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18008   include:
18009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18014   layout:
18015     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18016     layout: "plot-throughput"
18017
18018 - type: "plot"
18019   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18020   algorithm: "plot_perf_box_name"
18021   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18023   include:
18024     - "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"
18025     - "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"
18026     - "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"
18027     - "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"
18028     - "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"
18029   layout:
18030     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18031     layout: "plot-throughput"
18032
18033 - type: "plot"
18034   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18035   algorithm: "plot_perf_box_name"
18036   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18038   include:
18039     - "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"
18040     - "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"
18041     - "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"
18042     - "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"
18043     - "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"
18044   layout:
18045     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18046     layout: "plot-throughput"
18047
18048 - type: "plot"
18049   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18050   algorithm: "plot_perf_box_name"
18051   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18052   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18053   include:
18054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18059   layout:
18060     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18061     layout: "plot-throughput"
18062
18063 - type: "plot"
18064   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18065   algorithm: "plot_perf_box_name"
18066   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18068   include:
18069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18074   layout:
18075     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18076     layout: "plot-throughput"
18077
18078 - type: "plot"
18079   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18080   algorithm: "plot_perf_box_name"
18081   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18083   include:
18084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18089   layout:
18090     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18091     layout: "plot-throughput"
18092
18093 - type: "plot"
18094   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18095   algorithm: "plot_perf_box_name"
18096   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18098   include:
18099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18104   layout:
18105     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18106     layout: "plot-throughput"
18107
18108 - type: "plot"
18109   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18110   algorithm: "plot_perf_box_name"
18111   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18113   include:
18114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18118   layout:
18119     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18120     layout: "plot-throughput"
18121
18122 - type: "plot"
18123   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18124   algorithm: "plot_perf_box_name"
18125   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18127   include:
18128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18132   layout:
18133     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18134     layout: "plot-throughput"
18135
18136 - type: "plot"
18137   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18138   algorithm: "plot_perf_box_name"
18139   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18141   include:
18142     - "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"
18143     - "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"
18144     - "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"
18145     - "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"
18146   layout:
18147     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18148     layout: "plot-throughput"
18149
18150 - type: "plot"
18151   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18152   algorithm: "plot_perf_box_name"
18153   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18155   include:
18156     - "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"
18157     - "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"
18158     - "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"
18159     - "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"
18160   layout:
18161     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18162     layout: "plot-throughput"
18163
18164 - type: "plot"
18165   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18166   algorithm: "plot_perf_box_name"
18167   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18169   include:
18170     - "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"
18171     - "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"
18172     - "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"
18173     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18174     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18175     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18176   layout:
18177     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18178     layout: "plot-throughput"
18179
18180 - type: "plot"
18181   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18182   algorithm: "plot_perf_box_name"
18183   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18185   include:
18186     - "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"
18187     - "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"
18188     - "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"
18189     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18190     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18191     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18192   layout:
18193     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18194     layout: "plot-throughput"
18195
18196 ################################################################################
18197
18198 # Packet Speedup
18199
18200 - type: "plot"
18201   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18202   algorithm: "plot_tsa_name"
18203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18205   include:
18206     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18207     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18208     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18209     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18210   layout:
18211     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18212     layout: "plot-throughput-speedup-analysis"
18213
18214 - type: "plot"
18215   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18216   algorithm: "plot_tsa_name"
18217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18219   include:
18220     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18221     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18222     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18223     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18224   layout:
18225     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18226     layout: "plot-throughput-speedup-analysis"
18227
18228 - type: "plot"
18229   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18230   algorithm: "plot_tsa_name"
18231   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18233   include:
18234     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18235     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18236     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18237     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18238   layout:
18239     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18240     layout: "plot-throughput-speedup-analysis"
18241
18242 - type: "plot"
18243   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18244   algorithm: "plot_tsa_name"
18245   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18246   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18247   include:
18248     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18249     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18250     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18251     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18252   layout:
18253     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18254     layout: "plot-throughput-speedup-analysis"
18255
18256 - type: "plot"
18257   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18258   algorithm: "plot_tsa_name"
18259   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18261   include:
18262     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18263     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18264     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18265     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18266   layout:
18267     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18268     layout: "plot-throughput-speedup-analysis"
18269
18270 - type: "plot"
18271   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18272   algorithm: "plot_tsa_name"
18273   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18275   include:
18276     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18277     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18278     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18279     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18280   layout:
18281     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18282     layout: "plot-throughput-speedup-analysis"
18283
18284 - type: "plot"
18285   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18286   algorithm: "plot_tsa_name"
18287   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18289   include:
18290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18296   layout:
18297     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18298     layout: "plot-throughput-speedup-analysis"
18299
18300 - type: "plot"
18301   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18302   algorithm: "plot_tsa_name"
18303   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18304   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18305   include:
18306     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18312   layout:
18313     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18314     layout: "plot-throughput-speedup-analysis"
18315
18316 - type: "plot"
18317   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18318   algorithm: "plot_tsa_name"
18319   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18321   include:
18322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18326   layout:
18327     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18328     layout: "plot-throughput-speedup-analysis"
18329
18330 - type: "plot"
18331   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18332   algorithm: "plot_tsa_name"
18333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18335   include:
18336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18340   layout:
18341     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18342     layout: "plot-throughput-speedup-analysis"
18343
18344 - type: "plot"
18345   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18346   algorithm: "plot_tsa_name"
18347   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18349   include:
18350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18353   layout:
18354     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18355     layout: "plot-throughput-speedup-analysis"
18356
18357 - type: "plot"
18358   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18359   algorithm: "plot_tsa_name"
18360   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18362   include:
18363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18366   layout:
18367     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18368     layout: "plot-throughput-speedup-analysis"
18369
18370 - type: "plot"
18371   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18372   algorithm: "plot_tsa_name"
18373   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18375   include:
18376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18381   layout:
18382     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18383     layout: "plot-throughput-speedup-analysis"
18384
18385 - type: "plot"
18386   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18387   algorithm: "plot_tsa_name"
18388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18390   include:
18391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18396   layout:
18397     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18398     layout: "plot-throughput-speedup-analysis"
18399
18400 - type: "plot"
18401   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18402   algorithm: "plot_tsa_name"
18403   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18405   include:
18406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18409   layout:
18410     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18411     layout: "plot-throughput-speedup-analysis"
18412
18413 - type: "plot"
18414   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18415   algorithm: "plot_tsa_name"
18416   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18417   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18418   include:
18419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18422   layout:
18423     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18424     layout: "plot-throughput-speedup-analysis"
18425
18426 - type: "plot"
18427   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18428   algorithm: "plot_tsa_name"
18429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18431   include:
18432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18438   layout:
18439     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18440     layout: "plot-throughput-speedup-analysis"
18441
18442 - type: "plot"
18443   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18444   algorithm: "plot_tsa_name"
18445   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18447   include:
18448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18454   layout:
18455     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18456     layout: "plot-throughput-speedup-analysis"
18457
18458 - type: "plot"
18459   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18460   algorithm: "plot_tsa_name"
18461   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18463   include:
18464     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18465     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18466     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18467     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18468     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18469   layout:
18470     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18471     layout: "plot-throughput-speedup-analysis"
18472
18473 - type: "plot"
18474   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18475   algorithm: "plot_tsa_name"
18476   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18478   include:
18479     - "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"
18480     - "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"
18481     - "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"
18482     - "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"
18483     - "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"
18484   layout:
18485     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18486     layout: "plot-throughput-speedup-analysis"
18487
18488 #- type: "plot"
18489 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18490 #  algorithm: "plot_tsa_name"
18491 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18492 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18493 #  include:
18494 #    - "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"
18495 #    - "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"
18496 #    - "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"
18497 #    - "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"
18498 #    - "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"
18499 #  layout:
18500 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18501 #    layout: "plot-throughput-speedup-analysis"
18502 #
18503 #- type: "plot"
18504 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18505 #  algorithm: "plot_tsa_name"
18506 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18507 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18508 #  include:
18509 #    - "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"
18510 #    - "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"
18511 #    - "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"
18512 #    - "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"
18513 #    - "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"
18514 #  layout:
18515 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18516 #    layout: "plot-throughput-speedup-analysis"
18517 #
18518 #- type: "plot"
18519 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18520 #  algorithm: "plot_tsa_name"
18521 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18522 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18523 #  include:
18524 #    - "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"
18525 #    - "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"
18526 #    - "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"
18527 #    - "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"
18528 #    - "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"
18529 #  layout:
18530 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18531 #    layout: "plot-throughput-speedup-analysis"
18532 #
18533 #- type: "plot"
18534 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18535 #  algorithm: "plot_tsa_name"
18536 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18537 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18538 #  include:
18539 #    - "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"
18540 #    - "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"
18541 #    - "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"
18542 #    - "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"
18543 #    - "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"
18544 #  layout:
18545 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18546 #    layout: "plot-throughput-speedup-analysis"
18547
18548 - type: "plot"
18549   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18550   algorithm: "plot_tsa_name"
18551   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18553   include:
18554     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18555     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18556     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18557     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18558     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18559   layout:
18560     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18561     layout: "plot-throughput-speedup-analysis"
18562
18563 - type: "plot"
18564   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18565   algorithm: "plot_tsa_name"
18566   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18568   include:
18569     - "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"
18570     - "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"
18571     - "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"
18572     - "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"
18573     - "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"
18574   layout:
18575     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18576     layout: "plot-throughput-speedup-analysis"
18577
18578 #- type: "plot"
18579 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18580 #  algorithm: "plot_tsa_name"
18581 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18582 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18583 #  include:
18584 #    - "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"
18585 #    - "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"
18586 #    - "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"
18587 #    - "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"
18588 #    - "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"
18589 #  layout:
18590 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18591 #    layout: "plot-throughput-speedup-analysis"
18592 #
18593 #- type: "plot"
18594 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18595 #  algorithm: "plot_tsa_name"
18596 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18597 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18598 #  include:
18599 #    - "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"
18600 #    - "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"
18601 #    - "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"
18602 #    - "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"
18603 #    - "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"
18604 #  layout:
18605 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18606 #    layout: "plot-throughput-speedup-analysis"
18607 #
18608 #- type: "plot"
18609 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18610 #  algorithm: "plot_tsa_name"
18611 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18612 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18613 #  include:
18614 #    - "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"
18615 #    - "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"
18616 #    - "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"
18617 #    - "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"
18618 #    - "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"
18619 #  layout:
18620 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18621 #    layout: "plot-throughput-speedup-analysis"
18622 #
18623 #- type: "plot"
18624 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18625 #  algorithm: "plot_tsa_name"
18626 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18627 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18628 #  include:
18629 #    - "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"
18630 #    - "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"
18631 #    - "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"
18632 #    - "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"
18633 #    - "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"
18634 #  layout:
18635 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18636 #    layout: "plot-throughput-speedup-analysis"
18637
18638 - type: "plot"
18639   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18640   algorithm: "plot_tsa_name"
18641   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18643   include:
18644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18650   layout:
18651     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18652     layout: "plot-throughput-speedup-analysis"
18653
18654 - type: "plot"
18655   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18656   algorithm: "plot_tsa_name"
18657   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18659   include:
18660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18666   layout:
18667     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18668     layout: "plot-throughput-speedup-analysis"
18669
18670 - type: "plot"
18671   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18672   algorithm: "plot_tsa_name"
18673   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18675   include:
18676     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18677     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18678   layout:
18679     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18680     layout: "plot-throughput-speedup-analysis"
18681
18682 - type: "plot"
18683   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18684   algorithm: "plot_tsa_name"
18685   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18687   include:
18688     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18689     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18690   layout:
18691     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18692     layout: "plot-throughput-speedup-analysis"
18693
18694 - type: "plot"
18695   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18696   algorithm: "plot_tsa_name"
18697   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18699   include:
18700     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18701     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18702     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18703     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18704     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18705     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18706   layout:
18707     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18708     layout: "plot-throughput-speedup-analysis"
18709
18710 - type: "plot"
18711   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18712   algorithm: "plot_tsa_name"
18713   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18714   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18715   include:
18716     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18717     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18718     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18719     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18720     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18721     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18722   layout:
18723     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18724     layout: "plot-throughput-speedup-analysis"
18725
18726 - type: "plot"
18727   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18728   algorithm: "plot_tsa_name"
18729   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18731   include:
18732     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18733     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18734     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18735     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18736     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18737     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18738   layout:
18739     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18740     layout: "plot-throughput-speedup-analysis"
18741
18742 - type: "plot"
18743   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18744   algorithm: "plot_tsa_name"
18745   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18747   include:
18748     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18749     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18750     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18751     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18752     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18753     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18754   layout:
18755     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18756     layout: "plot-throughput-speedup-analysis"
18757
18758 - type: "plot"
18759   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18760   algorithm: "plot_tsa_name"
18761   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18763   include:
18764     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18765     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18766     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18769     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18770   layout:
18771     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18772     layout: "plot-throughput-speedup-analysis"
18773
18774 - type: "plot"
18775   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18776   algorithm: "plot_tsa_name"
18777   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18779   include:
18780     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18784     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18785     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18786   layout:
18787     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18788     layout: "plot-throughput-speedup-analysis"
18789
18790 - type: "plot"
18791   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18792   algorithm: "plot_tsa_name"
18793   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18795   include:
18796     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18798     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18799     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18801   layout:
18802     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18803     layout: "plot-throughput-speedup-analysis"
18804
18805 - type: "plot"
18806   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18807   algorithm: "plot_tsa_name"
18808   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18810   include:
18811     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18814     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18815     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18816   layout:
18817     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18818     layout: "plot-throughput-speedup-analysis"
18819
18820 - type: "plot"
18821   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18822   algorithm: "plot_tsa_name"
18823   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18824   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18825   include:
18826     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18830     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18831   layout:
18832     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18833     layout: "plot-throughput-speedup-analysis"
18834
18835 - type: "plot"
18836   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18837   algorithm: "plot_tsa_name"
18838   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18839   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18840   include:
18841     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18842     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18843     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18844     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18845     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18846   layout:
18847     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18848     layout: "plot-throughput-speedup-analysis"
18849
18850 - type: "plot"
18851   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18852   algorithm: "plot_tsa_name"
18853   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18855   include:
18856     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18858     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18859     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18860     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18861   layout:
18862     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18863     layout: "plot-throughput-speedup-analysis"
18864
18865 - type: "plot"
18866   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18867   algorithm: "plot_tsa_name"
18868   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18870   include:
18871     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18872     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18873     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18874     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18875     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18876   layout:
18877     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18878     layout: "plot-throughput-speedup-analysis"
18879
18880 - type: "plot"
18881   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18882   algorithm: "plot_tsa_name"
18883   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18885   include:
18886     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18891   layout:
18892     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18893     layout: "plot-throughput-speedup-analysis"
18894
18895 - type: "plot"
18896   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18897   algorithm: "plot_tsa_name"
18898   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18899   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18900   include:
18901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18905     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18906   layout:
18907     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18908     layout: "plot-throughput-speedup-analysis"
18909
18910 - type: "plot"
18911   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18912   algorithm: "plot_tsa_name"
18913   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18914   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18915   include:
18916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18921   layout:
18922     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18923     layout: "plot-throughput-speedup-analysis"
18924
18925 - type: "plot"
18926   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18927   algorithm: "plot_tsa_name"
18928   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18930   include:
18931     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18932     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18933     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18934     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18935     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18936   layout:
18937     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18938     layout: "plot-throughput-speedup-analysis"
18939
18940 - type: "plot"
18941   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18942   algorithm: "plot_tsa_name"
18943   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18945   include:
18946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18950     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18952   layout:
18953     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18954     layout: "plot-throughput-speedup-analysis"
18955
18956 - type: "plot"
18957   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18958   algorithm: "plot_tsa_name"
18959   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18961   include:
18962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18968   layout:
18969     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18970     layout: "plot-throughput-speedup-analysis"
18971
18972 - type: "plot"
18973   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18974   algorithm: "plot_tsa_name"
18975   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18976   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18977   include:
18978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18982   layout:
18983     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18984     layout: "plot-throughput-speedup-analysis"
18985
18986 - type: "plot"
18987   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18988   algorithm: "plot_tsa_name"
18989   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18990   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18991   include:
18992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18996   layout:
18997     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18998     layout: "plot-throughput-speedup-analysis"
18999
19000 - type: "plot"
19001   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19002   algorithm: "plot_tsa_name"
19003   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19004   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19005   include:
19006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19012   layout:
19013     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19014     layout: "plot-throughput-speedup-analysis"
19015
19016 - type: "plot"
19017   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19018   algorithm: "plot_tsa_name"
19019   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19021   include:
19022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19028   layout:
19029     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19030     layout: "plot-throughput-speedup-analysis"
19031
19032 - type: "plot"
19033   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19034   algorithm: "plot_tsa_name"
19035   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19036   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19037   include:
19038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19042   layout:
19043     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19044     layout: "plot-throughput-speedup-analysis"
19045
19046 - type: "plot"
19047   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19048   algorithm: "plot_tsa_name"
19049   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19051   include:
19052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19056   layout:
19057     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19058     layout: "plot-throughput-speedup-analysis"
19059
19060 - type: "plot"
19061   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19062   algorithm: "plot_tsa_name"
19063   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19064   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19065   include:
19066     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19067     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19068     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19069     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19070     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19071     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19072   layout:
19073     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19074     layout: "plot-throughput-speedup-analysis"
19075
19076 - type: "plot"
19077   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19078   algorithm: "plot_tsa_name"
19079   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19081   include:
19082     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19083     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19084     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19085     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19086     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19087     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19088   layout:
19089     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19090     layout: "plot-throughput-speedup-analysis"
19091
19092 - type: "plot"
19093   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19094   algorithm: "plot_tsa_name"
19095   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19097   include:
19098     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19101     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19102   layout:
19103     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19104     layout: "plot-throughput-speedup-analysis"
19105
19106 - type: "plot"
19107   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19108   algorithm: "plot_tsa_name"
19109   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19111   include:
19112     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19113     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19116   layout:
19117     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19118     layout: "plot-throughput-speedup-analysis"
19119
19120 - type: "plot"
19121   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19122   algorithm: "plot_tsa_name"
19123   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19125   include:
19126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19131   layout:
19132     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19133     layout: "plot-throughput-speedup-analysis"
19134
19135 - type: "plot"
19136   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19137   algorithm: "plot_tsa_name"
19138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19140   include:
19141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19146   layout:
19147     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19148     layout: "plot-throughput-speedup-analysis"
19149
19150 - type: "plot"
19151   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19152   algorithm: "plot_tsa_name"
19153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19155   include:
19156     - "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"
19157     - "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"
19158     - "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"
19159     - "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"
19160     - "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"
19161   layout:
19162     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19163     layout: "plot-throughput-speedup-analysis"
19164
19165 - type: "plot"
19166   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19167   algorithm: "plot_tsa_name"
19168   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19170   include:
19171     - "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"
19172     - "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"
19173     - "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"
19174     - "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"
19175     - "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"
19176   layout:
19177     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19178     layout: "plot-throughput-speedup-analysis"
19179
19180 - type: "plot"
19181   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19182   algorithm: "plot_tsa_name"
19183   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19184   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19185   include:
19186     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19187     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19188     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19189     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19190     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19191   layout:
19192     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19193     layout: "plot-throughput-speedup-analysis"
19194
19195 - type: "plot"
19196   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19197   algorithm: "plot_tsa_name"
19198   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19200   include:
19201     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19202     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19203     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19204     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19205     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19206   layout:
19207     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19208     layout: "plot-throughput-speedup-analysis"
19209
19210 - type: "plot"
19211   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19212   algorithm: "plot_tsa_name"
19213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19215   include:
19216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19217     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19218     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19219     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19221   layout:
19222     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19223     layout: "plot-throughput-speedup-analysis"
19224
19225 - type: "plot"
19226   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19227   algorithm: "plot_tsa_name"
19228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19230   include:
19231     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19232     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19236   layout:
19237     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19238     layout: "plot-throughput-speedup-analysis"
19239
19240 - type: "plot"
19241   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19242   algorithm: "plot_tsa_name"
19243   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19245   include:
19246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19250   layout:
19251     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19252     layout: "plot-throughput-speedup-analysis"
19253
19254 - type: "plot"
19255   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19256   algorithm: "plot_tsa_name"
19257   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19258   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19259   include:
19260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19264   layout:
19265     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19266     layout: "plot-throughput-speedup-analysis"
19267
19268 - type: "plot"
19269   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19270   algorithm: "plot_tsa_name"
19271   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19273   include:
19274     - "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"
19275     - "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"
19276     - "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"
19277     - "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"
19278   layout:
19279     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19280     layout: "plot-throughput-speedup-analysis"
19281
19282 - type: "plot"
19283   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19284   algorithm: "plot_tsa_name"
19285   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19287   include:
19288     - "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"
19289     - "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"
19290     - "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"
19291     - "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"
19292   layout:
19293     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19294     layout: "plot-throughput-speedup-analysis"
19295
19296 - type: "plot"
19297   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19298   algorithm: "plot_tsa_name"
19299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19301   include:
19302     - "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"
19303     - "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"
19304     - "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"
19305     - "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"
19306     - "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"
19307     - "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"
19308   layout:
19309     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19310     layout: "plot-throughput-speedup-analysis"
19311
19312 - type: "plot"
19313   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19314   algorithm: "plot_tsa_name"
19315   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19316   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19317   include:
19318     - "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"
19319     - "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"
19320     - "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"
19321     - "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"
19322     - "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"
19323     - "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"
19324   layout:
19325     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19326     layout: "plot-throughput-speedup-analysis"
19327
19328 ################################################################################
19329
19330 # Packet Throughput - DPDK
19331
19332 # 2n-clx-xxv710
19333
19334 - type: "plot"
19335   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19336   algorithm: "plot_perf_box_name"
19337   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19338   data: "plot-dpdk-throughput-latency-2n-clx"
19339   include:
19340     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19341     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19342   layout:
19343     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19344     layout: "plot-throughput"
19345
19346 - type: "plot"
19347   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19348   algorithm: "plot_perf_box_name"
19349   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19350   data: "plot-dpdk-throughput-latency-2n-clx"
19351   include:
19352     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19353     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19354   layout:
19355     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19356     layout: "plot-throughput"
19357
19358 - type: "plot"
19359   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19360   algorithm: "plot_perf_box_name"
19361   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19362   data: "plot-dpdk-throughput-latency-2n-clx"
19363   include:
19364     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19365     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19366   layout:
19367     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19368     layout: "plot-throughput"
19369
19370 - type: "plot"
19371   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19372   algorithm: "plot_perf_box_name"
19373   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19374   data: "plot-dpdk-throughput-latency-2n-clx"
19375   include:
19376     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19377     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19378   layout:
19379     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19380     layout: "plot-throughput"
19381
19382 # 2n-clx-x710
19383
19384 - type: "plot"
19385   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19386   algorithm: "plot_perf_box_name"
19387   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19388   data: "plot-dpdk-throughput-latency-2n-clx"
19389   include:
19390     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19391     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19392   layout:
19393     title: "2n-clx-x710-64b-2t1c-base-ndr"
19394     layout: "plot-throughput"
19395
19396 - type: "plot"
19397   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19398   algorithm: "plot_perf_box_name"
19399   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19400   data: "plot-dpdk-throughput-latency-2n-clx"
19401   include:
19402     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19403     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19404   layout:
19405     title: "2n-clx-x710-64b-4t2c-base-ndr"
19406     layout: "plot-throughput"
19407
19408 - type: "plot"
19409   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19410   algorithm: "plot_perf_box_name"
19411   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19412   data: "plot-dpdk-throughput-latency-2n-clx"
19413   include:
19414     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19415     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19416   layout:
19417     title: "2n-clx-x710-64b-2t1c-base-pdr"
19418     layout: "plot-throughput"
19419
19420 - type: "plot"
19421   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19422   algorithm: "plot_perf_box_name"
19423   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19424   data: "plot-dpdk-throughput-latency-2n-clx"
19425   include:
19426     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19427     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19428   layout:
19429     title: "2n-clx-x710-64b-4t2c-base-pdr"
19430     layout: "plot-throughput"
19431
19432 ################################################################################
19433
19434 - type: "plot"
19435   title: "Latency by percentile: 2n-skx"
19436   algorithm: "plot_hdrh_lat_by_percentile"
19437   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19438   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19439   target-links: "../../_static/vpp"
19440   data: "plot-vpp-hdrh-lat-2n-skx"
19441   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19442   layout:
19443     layout: "plot-hdrh-latency-by-percentile"
19444
19445 - type: "plot"
19446   title: "Latency by percentile: 3n-skx"
19447   algorithm: "plot_hdrh_lat_by_percentile"
19448   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19449   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19450   target-links: "../../_static/vpp"
19451   data: "plot-vpp-hdrh-lat-3n-skx"
19452   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19453   layout:
19454     layout: "plot-hdrh-latency-by-percentile"
19455
19456 - type: "plot"
19457   title: "Latency by percentile: 2n-clx"
19458   algorithm: "plot_hdrh_lat_by_percentile"
19459   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19460   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19461   target-links: "../../_static/vpp"
19462   data: "plot-vpp-hdrh-lat-2n-clx"
19463   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19464   layout:
19465     layout: "plot-hdrh-latency-by-percentile"
19466
19467 - type: "plot"
19468   title: "Latency by percentile: 3n-hsw"
19469   algorithm: "plot_hdrh_lat_by_percentile"
19470   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19471   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19472   target-links: "../../_static/vpp"
19473   data: "plot-vpp-hdrh-lat-3n-hsw"
19474   filter: "'1T1C' and 'NIC_Intel-XL710'"
19475   layout:
19476     layout: "plot-hdrh-latency-by-percentile"
19477
19478 - type: "plot"
19479   title: "Latency by percentile: 3n-tsh"
19480   algorithm: "plot_hdrh_lat_by_percentile"
19481   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19482   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19483   target-links: "../../_static/vpp"
19484   data: "plot-vpp-hdrh-lat-3n-tsh"
19485   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19486   layout:
19487     layout: "plot-hdrh-latency-by-percentile"
19488
19489 - type: "plot"
19490   title: "Latency by percentile: DPDK 2n-skx"
19491   algorithm: "plot_hdrh_lat_by_percentile"
19492   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19493   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19494   target-links: "../../_static/dpdk"
19495   data: "plot-dpdk-hdrh-lat-2n-skx"
19496   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19497   layout:
19498     layout: "plot-hdrh-latency-by-percentile"
19499
19500 - type: "plot"
19501   title: "Latency by percentile: DPDK 3n-skx"
19502   algorithm: "plot_hdrh_lat_by_percentile"
19503   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19504   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19505   target-links: "../../_static/dpdk"
19506   data: "plot-dpdk-hdrh-lat-3n-skx"
19507   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19508   layout:
19509     layout: "plot-hdrh-latency-by-percentile"
19510
19511 - type: "plot"
19512   title: "Latency by percentile: DPDK 2n-clx"
19513   algorithm: "plot_hdrh_lat_by_percentile"
19514   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19515   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19516   target-links: "../../_static/dpdk"
19517   data: "plot-dpdk-hdrh-lat-2n-clx"
19518   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19519   layout:
19520     layout: "plot-hdrh-latency-by-percentile"
19521
19522 - type: "plot"
19523   title: "Latency by percentile: DPDK 3n-hsw"
19524   algorithm: "plot_hdrh_lat_by_percentile"
19525   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19526   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19527   target-links: "../../_static/dpdk"
19528   data: "plot-dpdk-hdrh-lat-3n-hsw"
19529   filter: "'1T1C' and 'NIC_Intel-XL710'"
19530   layout:
19531     layout: "plot-hdrh-latency-by-percentile"
19532
19533 - type: "plot"
19534   title: "Latency by percentile: DPDK 3n-tsh"
19535   algorithm: "plot_hdrh_lat_by_percentile"
19536   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19537   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19538   target-links: "../../_static/dpdk"
19539   data: "plot-dpdk-hdrh-lat-3n-tsh"
19540   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19541   layout:
19542     layout: "plot-hdrh-latency-by-percentile"