Report: Hoststack graphs
[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       autosize: False
1712       margin:
1713         t: 50
1714         b: 20
1715         l: 80
1716         r: 20
1717       showlegend: True
1718       legend:
1719         orientation: "h"
1720         font:
1721           size: 14
1722       width: 700
1723       height: 800
1724       paper_bgcolor: "#fff"
1725       plot_bgcolor: "#fff"
1726       hoverlabel:
1727         namelength: -1
1728
1729     plot-throughput:
1730       titlefont:
1731         size: 16
1732       xaxis:
1733         title: "<b>Test Cases [Index]</b>"
1734         titlefont:
1735           size: 14
1736         autorange: True
1737         fixedrange: False
1738         gridcolor: "rgb(230, 230, 230)"
1739         linecolor: "rgb(220, 220, 220)"
1740         linewidth: 1
1741         showgrid: True
1742         showline: True
1743         showticklabels: True
1744         tickcolor: "rgb(220, 220, 220)"
1745         tickmode: "linear"
1746         tickfont:
1747           size: 14
1748         zeroline: False
1749       yaxis:
1750         title: "<b>Packet Throughput [Mpps]</b>"
1751         titlefont:
1752           size: 14
1753         gridcolor: "rgb(230, 230, 230)"
1754         hoverformat: ".4r"
1755         tickformat: ".3r"
1756         linecolor: "rgb(220, 220, 220)"
1757         linewidth: 1
1758         showgrid: True
1759         showline: True
1760         showticklabels: True
1761         tickcolor: "rgb(220, 220, 220)"
1762         tickfont:
1763           size: 14
1764         zeroline: False
1765         range: [0,50]
1766       autosize: False
1767       margin:
1768         t: 50
1769         b: 0
1770         l: 80
1771         r: 20
1772       showlegend: True
1773       legend:
1774         orientation: "h"
1775         font:
1776           size: 14
1777       width: 700
1778       height: 900
1779       paper_bgcolor: "#fff"
1780       plot_bgcolor: "#fff"
1781       hoverlabel:
1782         namelength: -1
1783
1784     plot-throughput-speedup-analysis:
1785       titlefont:
1786         size: 16
1787       xaxis:
1788         title: "<b>Number of Cores [Qty]</b>"
1789         titlefont:
1790           size: 14
1791         autorange: True
1792         fixedrange: False
1793         gridcolor: "rgb(230, 230, 230)"
1794         linecolor: "rgb(220, 220, 220)"
1795         linewidth: 1
1796         showgrid: True
1797         showline: True
1798         showticklabels: True
1799         tickcolor: "rgb(238, 238, 238)"
1800         tickmode: "linear"
1801         tickfont:
1802           size: 14
1803         zeroline: False
1804       yaxis:
1805         title: "<b>Packet Throughput [Mpps]</b>"
1806         titlefont:
1807           size: 14
1808         type: "linear"
1809         gridcolor: "rgb(230, 230, 230)"
1810         hoverformat: ".4s"
1811         linecolor: "rgb(220, 220, 220)"
1812         linewidth: 1
1813         showgrid: True
1814         showline: True
1815         showticklabels: True
1816         tickcolor: "rgb(220, 220, 220)"
1817         tickformat: ".4s"
1818         tickfont:
1819           size: 14
1820         zeroline: True
1821         rangemode: "tozero"
1822         range: [0,100]
1823       legend:
1824         orientation: "h"
1825         font:
1826           size: 14
1827         xanchor: "left"
1828         yanchor: "top"
1829         x: 0
1830         y: -0.2
1831         bgcolor: "rgba(255, 255, 255, 0)"
1832         bordercolor: "rgba(255, 255, 255, 0)"
1833         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1834       autosize: False
1835       margin:
1836           't': 50
1837           'b': 150
1838           'l': 85
1839           'r': 10
1840       showlegend: True
1841       width: 700
1842       height: 700
1843       paper_bgcolor: "#fff"
1844       plot_bgcolor: "#fff"
1845       hoverlabel:
1846         namelength: -1
1847       annotations: [
1848         {
1849           text: "_ _          __          ...",
1850           align: "left",
1851           showarrow: False,
1852           xref: "paper",
1853           yref: "paper",
1854           xanchor: "left",
1855           yanchor: "top",
1856           x: 0,
1857           y: -0.13,
1858           font: {
1859             family: "Consolas, Courier New",
1860             size: 13
1861           },
1862         },
1863         {
1864           text: "    Perfect     Measured     Limit",
1865           align: "left",
1866           showarrow: False,
1867           xref: "paper",
1868           yref: "paper",
1869           xanchor: "left",
1870           yanchor: "top",
1871           x: 0,
1872           y: -0.15,
1873           font: {
1874             family: "Consolas, Courier New",
1875             size: 13
1876           },
1877         },
1878       ]
1879
1880     plot-latency:
1881       titlefont:
1882         size: 16
1883       xaxis:
1884         title: "<b>Direction</b>"
1885         titlefont:
1886           size: 14
1887         autorange: True
1888         fixedrange: False
1889         gridcolor: "rgb(230, 230, 230)"
1890         linecolor: "rgb(220, 220, 220)"
1891         linewidth: 1
1892         showgrid: True
1893         showline: True
1894         showticklabels: False
1895         tickcolor: "rgb(220, 220, 220)"
1896         tickmode: "linear"
1897         tickfont:
1898           size: 14
1899         zeroline: False
1900       yaxis:
1901         title: "<b>Packet Latency [uSec]</b>"
1902         titlefont:
1903           size: 14
1904         type: "linear"
1905         gridcolor: "rgb(230, 230, 230)"
1906         hoverformat: ".4s"
1907         linecolor: "rgb(220, 220, 220)"
1908         linewidth: 1
1909         showgrid: True
1910         showline: True
1911         showticklabels: True
1912         tickcolor: "rgb(220, 220, 220)"
1913         tickformat: ".4s"
1914         tickfont:
1915           size: 14
1916         zeroline: True
1917         rangemode: "tozero"
1918       legend:
1919         orientation: "h"
1920         font:
1921           size: 14
1922         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1923       autosize: False
1924       margin:
1925           't': 50
1926           'b': 150
1927           'l': 80
1928           'r': 10
1929       showlegend: True
1930       width: 700
1931       height: 700
1932       paper_bgcolor: "#fff"
1933       plot_bgcolor: "#fff"
1934       hoverlabel:
1935         namelength: -1
1936
1937     plot-hdrh-latency:
1938       title:
1939         text: ""
1940         xanchor: "center"
1941         x: 0.5
1942         font:
1943           size: 16
1944       width: 700
1945       plot_bgcolor: "white"
1946       annotations:
1947         - font:
1948             size: 14
1949           showarrow: False
1950           text: "<b>Packet Latency [uSec]</b>"
1951           x: 1
1952           xanchor: "right"
1953           xref: "paper"
1954           y: -0.045
1955           yanchor: "top"
1956           yref: "paper"
1957         - font:
1958             size: 14
1959           showarrow: False
1960           text: "<b>Probability [%]</b>"
1961           textangle: 270
1962           x: -0.06
1963           xanchor: "center"
1964           xref: "paper"
1965           y: 0.5
1966           yanchor: "middle"
1967           yref: "paper"
1968         - font:
1969             size: 14
1970           showarrow: False
1971           text: "<b>Direction: E-W</b>"
1972           x: 0.24
1973           xanchor: "center"
1974           xref: "paper"
1975           y: 1.05
1976           yanchor: "bottom"
1977           yref: "paper"
1978         - font:
1979             size: 14
1980           showarrow: False
1981           text: "<b>Direction: W-E</b>"
1982           x: 0.74
1983           xanchor: "center"
1984           xref: "paper"
1985           y: 1.05
1986           yanchor: "bottom"
1987           yref: "paper"
1988
1989     plot-hdrh-latency-percentile:
1990       title:
1991         text: ""
1992         xanchor: "center"
1993         x: 0.5
1994         font:
1995           size: 16
1996       xaxis:
1997         type: "log"
1998         title: "<b>Percentile [%]</b>"
1999         titlefont:
2000           size: 14
2001         autorange: True
2002         fixedrange: False
2003         gridcolor: "rgb(230, 230, 230)"
2004         linecolor: "rgb(220, 220, 220)"
2005         linewidth: 1
2006         showgrid: True
2007         showline: True
2008         showticklabels: True
2009         tickcolor: "rgb(220, 220, 220)"
2010         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2011         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2012         tickfont:
2013           size: 14
2014       yaxis:
2015         title: "<b>Packet Latency [uSec]</b>"
2016         titlefont:
2017           size: 14
2018         gridcolor: "rgb(230, 230, 230)"
2019         linecolor: "rgb(220, 220, 220)"
2020         linewidth: 1
2021         showgrid: True
2022         showline: True
2023         showticklabels: True
2024         tickcolor: "rgb(220, 220, 220)"
2025         tickfont:
2026           size: 14
2027       autosize: False
2028       showlegend: True
2029       legend:
2030         traceorder: "normal"
2031         orientation: "h"
2032         font:
2033           size: 14
2034         xanchor: "left"
2035         yanchor: "top"
2036         x: 0
2037         y: -0.15
2038         bgcolor: "rgba(255, 255, 255, 0)"
2039         bordercolor: "rgba(255, 255, 255, 0)"
2040       width: 700
2041       height: 700
2042       paper_bgcolor: "white"
2043       plot_bgcolor: "white"
2044
2045     plot-hdrh-latency-by-percentile:
2046       title:
2047         text: "<b>Latency by Percentile Distribution</b>"
2048         xanchor: "center"
2049         x: 0.5
2050         font:
2051           size: 18
2052       showlegend: True
2053       legend:
2054         traceorder: "normal"
2055         orientation: "h"
2056         font:
2057           size: 16
2058         xanchor: "left"
2059         yanchor: "top"
2060         x: 0
2061         y: -0.2
2062         bgcolor: "rgba(255, 255, 255, 0)"
2063         bordercolor: "rgba(255, 255, 255, 0)"
2064       xaxis:
2065         type: "linear"
2066         title: "<b>Percentile [%]</b>"
2067         titlefont:
2068           size: 14
2069         autorange: False
2070         fixedrange: False
2071         range: [0, 100]
2072         gridcolor: "rgb(230, 230, 230)"
2073         linecolor: "rgb(220, 220, 220)"
2074         linewidth: 1
2075         showgrid: True
2076         showline: True
2077         showticklabels: True
2078         tickcolor: "rgb(220, 220, 220)"
2079         tickvals: [0, 25, 50, 75, 100]
2080         ticktext: [0, 25, 50, 75, 100]
2081         tickfont:
2082           size: 14
2083       yaxis:
2084         title: "<b>One-Way Latency per Direction [uSec]</b>"
2085         titlefont:
2086           size: 14
2087         gridcolor: "rgb(230, 230, 230)"
2088         linecolor: "rgb(220, 220, 220)"
2089         linewidth: 1
2090         showgrid: True
2091         showline: True
2092         showticklabels: True
2093         tickcolor: "rgb(220, 220, 220)"
2094         tickfont:
2095           size: 14
2096       width: 700
2097       height: 700
2098       paper_bgcolor: "white"
2099       plot_bgcolor: "white"
2100
2101 - type: "static"
2102   src-path: "{DIR[RST]}"
2103   dst-path: "{DIR[WORKING,SRC]}"
2104
2105 - type: "input"
2106   general:
2107     file-name: "output_info.xml.gz"
2108     file-format: ".gz"
2109     arch-file-format:
2110       - ".gz"
2111       - ".zip"
2112     download-path: "{job}/{build}/archives/{filename}"
2113     extract: "output.xml"
2114
2115     zip-file-name: "robot-plugin.zip"
2116     zip-file-format: ".zip"
2117     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2118     zip-extract: "robot-plugin/output.xml"
2119
2120   builds:
2121
2122     csit-vpp-perf-verify-2001-3n-hsw:
2123       - 17  # MRR sel
2124     csit-vpp-perf-report-iterative-2005-3n-hsw:
2125       - 20  # NDRPDR sel env 4
2126       - 21  # NDRPDR sel env 4
2127       - 22  # NDRPDR sel env 4
2128       - 23  # NDRPDR sel env 4
2129       - 24  # NDRPDR sel env 4
2130       - 25  # NDRPDR sel env 4
2131       - 26  # NDRPDR sel env 4
2132       - 27  # NDRPDR sel env 4
2133       - 28  # NDRPDR sel env 4
2134       - 29  # NDRPDR sel env 4
2135       - 13  # MRR
2136       - 30  # MRR env 4
2137       - 31  # NDRPDR sel 2001.0-4
2138       - 32  # NDRPDR sel 2001.0-4
2139       - 33  # NDRPDR sel 2001.0-4
2140       - 34  # NDRPDR sel 2001.0-4
2141       - 35  # NDRPDR sel 2001.0-4
2142       - 36  # NDRPDR sel 2001.0-4
2143       - 38  # NDRPDR sel 2001.0-4
2144     csit-vpp-perf-report-iterative-2009-3n-hsw:
2145       - 18  # rls2005 MRR iter env 5
2146       - 9   # rls2005 NDRPDR iter env 5
2147       - 10  # rls2005 NDRPDR iter env 5
2148       - 11  # rls2005 NDRPDR iter env 5
2149       - 12  # rls2005 NDRPDR iter env 5
2150       - 13  # rls2005 NDRPDR iter env 5
2151       - 14  # rls2005 NDRPDR iter env 5
2152       - 15  # rls2005 NDRPDR iter env 5
2153       - 16  # rls2005 NDRPDR iter env 5
2154       - 17  # rls2005 NDRPDR iter env 5
2155       - 19  # rls2005 NDRPDR iter env 5
2156       - 23  # rls2009 MRR iter env 5
2157       - 21  # rls2009 NDRPDR iter env 5
2158       - 22  # rls2009 NDRPDR iter env 5
2159       - 24  # rls2009 NDRPDR iter env 5
2160       - 25  # rls2009 NDRPDR iter env 5
2161       - 26  # rls2009 NDRPDR iter env 5
2162       - 27  # rls2009 NDRPDR iter env 5
2163       - 28  # rls2009 NDRPDR iter env 5
2164       - 29  # rls2009 NDRPDR iter env 5
2165       - 30  # rls2009 NDRPDR iter env 5
2166       - 31  # rls2009 NDRPDR iter env 5
2167       - 32  # rls2009 Hoststack iter env 5
2168       - 33  # rls2009 Hoststack iter env 5
2169       - 34  # rls2009 Hoststack iter env 5
2170       - 35  # rls2009 Hoststack iter env 5
2171       - 36  # rls2009 Hoststack iter env 5
2172       - 37  # rls2009 Hoststack iter env 5
2173       - 38  # rls2009 Hoststack iter env 5
2174       - 39  # rls2009 Hoststack iter env 5
2175       - 40  # rls2009 Hoststack iter env 5
2176       - 41  # rls2009 Hoststack iter env 5
2177     csit-vpp-perf-report-coverage-2009-3n-hsw:
2178       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2179       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2180       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2181       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2182       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2183       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2184       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2185       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2186       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2187       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2188       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2189       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2190       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2191       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2192       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2193       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2194       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2195       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2196       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2197       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2198       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2199       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2200       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2201       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2202       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2203       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2204       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2205       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2206       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2207       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2208       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2209       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2210       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2211       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2212       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2213
2214     csit-vpp-perf-verify-2001-3n-skx:
2215       - 50  # MRR sel
2216       - 53  # MRR sel addition
2217     csit-vpp-perf-report-iterative-2005-3n-skx:
2218       - 4   # NDRPDR sel
2219       - 5   # NDRPDR sel ??? all x710 failed
2220       - 33  # NDRPDR sel
2221       - 28  # NDRPDR sel
2222       - 34  # NDRPDR sel
2223       - 42  # NDRPDR sel env 4
2224       - 43  # NDRPDR sel env 4
2225       - 44  # NDRPDR sel env 4
2226       - 45  # NDRPDR sel env 4
2227       - 47  # NDRPDR sel env 4
2228       - 55  # NDRPDR sel env 4
2229       - 56  # NDRPDR sel env 4
2230       - 57  # NDRPDR sel env 4
2231       - 61  # NDRPDR sel env 4
2232       - 62  # NDRPDR sel env 4
2233       - 50  # NDRPDR sel 2001.0-4
2234       - 51  # NDRPDR sel 2001.0-4
2235       - 52  # NDRPDR sel 2001.0-4
2236       - 53  # NDRPDR sel 2001.0-4
2237       - 54  # NDRPDR sel 2001.0-4
2238       - 49  # MRR sel env 4
2239     # TODO: Add:
2240     csit-vpp-perf-report-iterative-2009-3n-skx:
2241       - 17  # rls2005 MRR iter env 5
2242       - 13  # rls2005 NDRPDR iter env 5
2243       - 18  # rls2005 NDRPDR iter env 5
2244       - 19  # rls2005 NDRPDR iter env 5
2245       - 24  # rls2009 MRR iter env 5
2246       - 26  # rls2009 NDRPDR iter env 5
2247       - 27  # rls2009 NDRPDR iter env 5
2248       - 28  # rls2009 NDRPDR iter env 5
2249       - 29  # rls2009 NDRPDR iter env 5
2250     # TODO: Add:
2251 #    csit-vpp-perf-report-coverage-2009-3n-skx:
2252 #      -
2253
2254     csit-vpp-perf-verify-2001-2n-skx:
2255       - 101  # MRR sel - old
2256       - 128  # MRR sel addition - old
2257     csit-vpp-perf-report-iterative-2005-2n-skx:
2258       - 88  # NDRPDR sel env 4
2259       - 89  # NDRPDR sel env 4
2260       - 90  # NDRPDR sel env 4
2261       - 91  # NDRPDR sel env 4
2262       - 92  # NDRPDR sel env 4
2263       - 93  # NDRPDR sel env 4
2264       - 94  # NDRPDR sel env 4
2265       - 125 # NDRPDR sel env 4
2266       - 126 # NDRPDR sel env 4
2267       - 127 # NDRPDR sel env 4
2268       - 100 # NDRPDR sel 2001.0-4
2269       - 101 # NDRPDR sel 2001.0-4
2270       - 102 # NDRPDR sel 2001.0-4
2271       - 103 # NDRPDR sel 2001.0-4
2272       - 104 # NDRPDR sel 2001.0-4
2273       - 105 # NDRPDR sel 2001.0-4
2274       - 99  # MRR sel env 4
2275       - 122 # Soak
2276       - 123 # Soak
2277       - 113 # nf-density-sel env 4
2278       - 114 # nf-density-sel env 4
2279       - 124 # nf-density-sel env 4
2280       - 128 # nf-density-sel env 4
2281       - 129 # nf-density-sel env 4
2282       - 131 # nf-density-sel env 4
2283       - 132 # nf-density-sel env 4
2284       - 135 # nf-density-sel env 4
2285       - 136 # nf-density-sel env 4
2286       - 139 # nf-density-sel env 4
2287       - 115 # MRR nf-density-sel env 4
2288     # TODO: Add:
2289     csit-vpp-perf-report-iterative-2009-2n-skx:
2290       - 20  # rls2005 MRR iter env 5
2291       - 13  # rls2005 NDRPDR iter env 5
2292       - 16  # rls2005 NDRPDR iter env 5
2293       - 17  # rls2005 NDRPDR iter env 5
2294       - 18  # rls2005 NDRPDR iter env 5
2295       - 19  # rls2005 NDRPDR iter env 5
2296       - 21  # rls2005 NDRPDR iter env 5
2297       - 22  # rls2005 NDRPDR iter env 5
2298       - 23  # rls2005 NDRPDR iter env 5
2299       - 24  # rls2005 NDRPDR iter env 5
2300       - 25  # rls2005 NDRPDR iter env 5
2301       - 26  # rls2009 MRR iter env 5
2302       - 35  # rls2009 NDRPDR iter env 5
2303       - 36  # rls2009 NDRPDR iter env 5
2304       - 37  # rls2009 NDRPDR iter env 5
2305       - 39  # rls2009 NDRPDR iter env 5
2306       - 40  # rls2009 NDRPDR iter env 5
2307       - 42  # rls2009 NDRPDR iter env 5
2308       - 43  # rls2009 NDRPDR iter env 5
2309       - 44  # rls2009 NDRPDR iter env 5
2310       - 46  # rls2009 NDRPDR iter env 5
2311       - 48  # rls2009 NDRPDR iter env 5
2312       - 51  # rls2009 NDRPDR iter NAT44 env 5
2313       - 52  # rls2009 NDRPDR iter NAT44 env 5
2314       - 53  # rls2009 NDRPDR iter NAT44 env 5
2315       - 54  # rls2009 NDRPDR iter NAT44 env 5
2316       - 55  # rls2009 NDRPDR iter NAT44 env 5
2317       - 56  # rls2009 NDRPDR iter NAT44 env 5
2318       - 57  # rls2009 NDRPDR iter NAT44 env 5
2319       - 58  # rls2009 NDRPDR iter NAT44 env 5
2320       - 59  # rls2009 NDRPDR iter NAT44 env 5
2321       - 60  # rls2009 NDRPDR iter NAT44 env 5
2322       - 38  # rls2009 nf-density iter env 5
2323       - 41  # rls2009 nf-density iter env 5
2324       - 45  # rls2009 nf-density iter env 5
2325       - 47  # rls2009 nf-density iter env 5
2326       - 49  # rls2009 nf-density iter env 5
2327       - 63  # rls2009 nf-density iter env 5
2328       - 65  # rls2009 nf-density iter env 5
2329       - 66  # rls2009 nf-density iter env 5
2330       - 50  # rls2009 MRR nf-density iter env 5
2331       - 27  # rls2009 reconf env 5
2332       - 28  # rls2009 reconf env 5
2333       - 29  # rls2009 reconf env 5
2334       - 30  # rls2009 reconf env 5
2335       - 31  # rls2009 reconf env 5
2336       - 32  # rls2009 reconf env 5
2337       - 61  # rls2009 reconf env 5
2338       - 62  # rls2009 reconf env 5
2339       - 68  # rls2009 reconf env 5
2340       - 70  # rls2009 reconf env 5
2341       - 33  # rls2009 soak env 5
2342       - 34  # rls2009 soak env 5
2343     # TODO: Add:
2344     csit-vpp-perf-report-coverage-2009-2n-skx:
2345       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2346       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2347
2348     csit-vpp-perf-verify-2001-2n-clx:
2349       - 39  # MRR
2350     csit-vpp-perf-report-iterative-2005-2n-clx:
2351       - 62  # NDRPDR sel env 4
2352       - 63  # NDRPDR sel env 4
2353       - 64  # NDRPDR sel env 4
2354       - 65  # NDRPDR sel env 4
2355       - 66  # NDRPDR sel env 4
2356       - 68  # NDRPDR sel env 4
2357       - 69  # NDRPDR sel env 4
2358       - 70  # NDRPDR sel env 4
2359       - 103 # NDRPDR sel env 4
2360       - 104 # NDRPDR sel env 4
2361       - 73  # NDRPDR sel 2001.0-4
2362       - 74  # NDRPDR sel 2001.0-4
2363       - 75  # NDRPDR sel 2001.0-4
2364       - 76  # NDRPDR sel 2001.0-4
2365       - 77  # NDRPDR sel 2001.0-4
2366       - 78  # NDRPDR sel 2001.0-4
2367       - 79  # NDRPDR sel 2001.0-4
2368       - 80  # NDRPDR sel 2001.0-4
2369       - 72  # MRR env 4
2370       - 91  # nfv-density-00 env 4
2371       - 92  # nfv-density-00 env 4
2372       - 93  # nfv-density-00 env 4
2373       - 97  # nfv-density-00 env 4
2374       - 98  # nfv-density-00 env 4
2375       - 99  # nfv-density-00 env 4
2376       - 100 # nfv-density-00 env 4
2377       - 105 # nfv-density-00 env 4
2378       - 106 # nfv-density-00 env 4
2379       - 108 # nfv-density-00 env 4
2380       - 96  # MRR nfv-density-00 env 4
2381     # TODO: Add:
2382     csit-vpp-perf-report-iterative-2009-2n-clx:
2383       - 16  # rls2005 MRR iter env 5
2384       - 13  # rls2005 NDRPDR iter env 5
2385       - 15  # rls2005 NDRPDR iter env 5
2386       - 17  # rls2005 NDRPDR iter env 5
2387       - 18  # rls2005 NDRPDR iter env 5
2388       - 19  # rls2005 NDRPDR iter env 5
2389       - 20  # rls2005 NDRPDR iter env 5
2390       - 21  # rls2005 NDRPDR iter env 5
2391       - 22  # rls2005 NDRPDR iter env 5
2392       - 23  # rls2005 NDRPDR iter env 5
2393       - 24  # rls2005 NDRPDR iter env 5
2394       - 35  # rls2009 MRR iter env 5
2395       - 36  # rls2009 NDRPDR iter env 5
2396       - 38  # rls2009 NDRPDR iter env 5
2397       - 39  # rls2009 NDRPDR iter env 5
2398       - 40  # rls2009 NDRPDR iter env 5
2399       - 41  # rls2009 NDRPDR iter env 5
2400       - 42  # rls2009 NDRPDR iter env 5
2401       - 37  # rls2009 nf-density iter env 5
2402       - 43  # rls2009 nf-density iter env 5
2403       - 45  # rls2009 MRR nf-density iter env 5
2404       - 25  # rls2009 reconf env 5
2405       - 27  # rls2009 reconf env 5
2406       - 28  # rls2009 reconf env 5
2407       - 29  # rls2009 reconf env 5
2408       - 30  # rls2009 reconf env 5
2409       - 30  # rls2009 reconf env 5
2410       - 32  # rls2009 reconf env 5
2411       - 48  # rls2009 reconf env 5
2412       - 53  # rls2009 reconf env 5
2413       - 33  # rls2009 soak env 5
2414       - 34  # rls2009 soak env 5
2415     # TODO: Add:
2416 #    csit-vpp-perf-report-coverage-2009-2n-clx:
2417 #      -
2418
2419     csit-vpp-perf-verify-2001-3n-tsh:
2420       - 9   # MRR sel
2421     csit-vpp-perf-report-iterative-2005-3n-tsh:
2422       - 9   # NDRPDR sel
2423       - 11  # NDRPDR sel
2424       - 12  # NDRPDR sel
2425       - 20  # NDRPDR sel
2426       - 14  # NDRPDR sel
2427       - 21  # NDRPDR sel
2428       - 23  # NDRPDR sel env 4
2429       - 25  # NDRPDR sel env 4
2430       - 33  # NDRPDR sel env 4
2431       - 34  # NDRPDR sel env 4
2432       - 35  # NDRPDR sel env 4
2433       - 36  # NDRPDR sel env 4
2434       - 37  # NDRPDR sel env 4
2435       - 38  # NDRPDR sel env 4
2436       - 39  # NDRPDR sel env 4
2437       - 40  # NDRPDR sel env 4
2438       - 28  # NDRPDR sel 2001.0-4
2439       - 29  # NDRPDR sel 2001.0-4
2440       - 31  # NDRPDR sel 2001.0-4
2441       - 27  # MRR sel env 4
2442     # TODO: Add:
2443     csit-vpp-perf-report-iterative-2009-3n-tsh:
2444       - 8   # rls2005 NDRPDR iter env 5
2445       - 11  # rls2005 NDRPDR iter env 5
2446       - 12  # rls2005 NDRPDR iter env 5
2447       - 13  # rls2005 MRR iter env 5
2448       - 14  # rls2009 NDRPDR iter env 5
2449       - 15  # rls2006 MRR iter env 5
2450 #    csit-vpp-perf-report-coverage-2009-3n-tsh:
2451 #      -
2452
2453     csit-vpp-perf-verify-2001-3n-dnv:
2454       - 5   # NDRPDR sel
2455       - 6   # NDRPDR sel
2456       - 7   # NDRPDR sel
2457       - 8   # NDRPDR sel
2458       - 9   # NDRPDR sel
2459       - 10  # NDRPDR sel
2460       - 12  # NDRPDR sel
2461       - 16  # NDRPDR sel
2462       - 17  # NDRPDR sel
2463       - 18  # NDRPDR sel
2464       - 11  # MRR sel
2465     # TODO: Add:
2466     csit-vpp-perf-report-iterative-2009-3n-dnv:
2467       - 16  # rls2005 NDRPDR iter env 5
2468       - 19  # rls2005 MRR iter env 5
2469       - 3   # rls2009 NDRPDR iter env 5
2470       - 6   # rls2009 NDRPDR iter env 5
2471       - 7   # rls2009 NDRPDR iter env 5
2472       - 8   # rls2009 NDRPDR iter env 5
2473       - 10  # rls2009 NDRPDR iter env 5
2474       - 11  # rls2009 NDRPDR iter env 5
2475       - 12  # rls2009 NDRPDR iter env 5
2476       - 14  # rls2009 NDRPDR iter env 5
2477       - 15  # rls2009 NDRPDR iter env 5
2478       - 22  # rls2009 MRR iter env 5
2479     # TODO: Add:
2480     csit-vpp-perf-report-coverage-2009-3n-dnv:
2481       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2482
2483     csit-vpp-perf-verify-2001-2n-dnv:
2484       - 4   # NDRPDR sel
2485       - 5   # NDRPDR sel
2486       - 6   # NDRPDR sel
2487       - 7   # NDRPDR sel
2488       - 8   # NDRPDR sel
2489       - 9   # NDRPDR sel
2490       - 10  # NDRPDR sel
2491       - 11  # NDRPDR sel
2492       - 13  # NDRPDR sel
2493       - 16  # NDRPDR sel
2494       - 12  # MRR sel
2495     # TODO: Add:
2496     csit-vpp-perf-report-iterative-2009-2n-dnv:
2497       - 16  # rls2005 NDRPDR iter env 5
2498       - 17  # rls2005 NDRPDR iter env 5
2499       - 18  # rls2005 NDRPDR iter env 5
2500       - 19  # rls2005 NDRPDR iter env 5
2501       - 21  # rls2005 NDRPDR iter env 5
2502       - 24  # rls2005 NDRPDR iter env 5
2503       - 27  # rls2005 NDRPDR iter env 5
2504       - 28  # rls2005 NDRPDR iter env 5
2505       - 23  # rls2005 MRR iter env 5
2506       - 3   # rls2009 NDRPDR iter env 5
2507       - 5   # rls2009 NDRPDR iter env 5
2508       - 6   # rls2009 NDRPDR iter env 5
2509       - 7   # rls2009 NDRPDR iter env 5
2510       - 9   # rls2009 NDRPDR iter env 5
2511       - 10  # rls2009 NDRPDR iter env 5
2512       - 11  # rls2009 NDRPDR iter env 5
2513       - 12  # rls2009 NDRPDR iter env 5
2514       - 14  # rls2009 NDRPDR iter env 5
2515       - 15  # rls2009 NDRPDR iter env 5
2516       - 13  # rls2009 MRR iter env 5
2517     csit-vpp-perf-report-coverage-2009-2n-dnv:
2518       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2519       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2520       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2521       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2522       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2523       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2524
2525     csit-dpdk-perf-verify-2001-3n-hsw:
2526       - 4   # NDRPDR sel
2527       - 5   # NDRPDR sel
2528       - 6   # NDRPDR sel
2529       - 7   # NDRPDR sel
2530       - 8   # NDRPDR sel
2531       - 9   # NDRPDR sel
2532       - 10  # NDRPDR sel
2533       - 11  # NDRPDR sel
2534       - 12  # NDRPDR sel
2535       - 13  # NDRPDR sel
2536       - 15  # NDRPDR sel
2537       - 16  # NDRPDR sel
2538       - 17  # NDRPDR sel
2539       - 18  # NDRPDR sel
2540       - 19  # NDRPDR sel
2541       - 20  # NDRPDR sel
2542       - 21  # NDRPDR sel
2543       - 22  # NDRPDR sel
2544       - 23  # NDRPDR sel
2545       - 24  # NDRPDR sel
2546     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2547       - 25  # NDRPDR iter
2548       - 26  # NDRPDR iter
2549       - 27  # NDRPDR iter
2550       - 28  # NDRPDR iter
2551       - 29  # NDRPDR iter
2552       - 30  # NDRPDR iter
2553       - 31  # NDRPDR iter
2554       - 32  # NDRPDR iter
2555       - 33  # NDRPDR iter
2556       - 34  # NDRPDR iter
2557     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2558       - 6   # NDRPDR iter env5
2559       - 7   # NDRPDR iter env5
2560       - 8   # NDRPDR iter env5
2561       - 9   # NDRPDR iter env5
2562       - 10  # NDRPDR iter env5
2563       - 11  # NDRPDR iter env5
2564       - 12  # NDRPDR iter env5
2565       - 13  # NDRPDR iter env5
2566       - 14  # NDRPDR iter env5
2567       - 15  # NDRPDR iter env5
2568
2569     csit-dpdk-perf-verify-2001-3n-skx:
2570       - 29  # NDRPDR sel xxv710
2571       - 33  # NDRPDR sel xxv710
2572       - 34  # NDRPDR sel xxv710
2573       - 35  # NDRPDR sel xxv710
2574       - 36  # NDRPDR sel xxv710
2575       - 37  # NDRPDR sel xxv710
2576       - 41  # NDRPDR sel xxv710
2577       - 42  # NDRPDR sel xxv710
2578       - 43  # NDRPDR sel xxv710
2579       - 45  # NDRPDR sel xxv710
2580       - 30  # NDRPDR sel x710
2581       - 31  # NDRPDR sel x710
2582       - 32  # NDRPDR sel x710
2583       - 38  # NDRPDR sel x710
2584       - 39  # NDRPDR sel x710
2585       - 40  # NDRPDR sel x710
2586       - 44  # NDRPDR sel x710
2587       - 46  # NDRPDR sel x710
2588       - 47  # NDRPDR sel x710
2589       - 48  # NDRPDR sel x710
2590     csit-dpdk-perf-report-iterative-2005-3n-skx:
2591       - 28  # NDRPDR iter
2592       - 29  # NDRPDR iter
2593       - 30  # NDRPDR iter
2594       - 31  # NDRPDR iter
2595       - 32  # NDRPDR iter
2596       - 33  # NDRPDR iter
2597       - 34  # NDRPDR iter
2598       - 35  # NDRPDR iter
2599       - 36  # NDRPDR iter
2600       - 37  # NDRPDR iter
2601     csit-dpdk-perf-report-iterative-2009-3n-skx:
2602       - 4   # NDRPDR sel env5
2603       - 5   # NDRPDR sel env5
2604       - 6   # NDRPDR sel env5
2605       - 7   # NDRPDR sel env5
2606       - 8   # NDRPDR sel env5
2607       - 9   # NDRPDR sel env5
2608       - 14  # NDRPDR sel env5
2609       - 11  # NDRPDR sel env5
2610       - 12  # NDRPDR sel env5
2611       - 13  # NDRPDR sel env5
2612
2613     csit-dpdk-perf-verify-2001-2n-skx:
2614       - 35  # NDRPDR sel xxv710
2615       - 36  # NDRPDR sel xxv710
2616       - 37  # NDRPDR sel xxv710
2617       - 41  # NDRPDR sel xxv710
2618       - 42  # NDRPDR sel xxv710
2619       - 43  # NDRPDR sel xxv710
2620       - 46  # NDRPDR sel xxv710
2621       - 47  # NDRPDR sel xxv710
2622       - 52  # NDRPDR sel xxv710
2623       - 53  # NDRPDR sel xxv710
2624       - 38  # NDRPDR sel x710
2625       - 39  # NDRPDR sel x710
2626       - 40  # NDRPDR sel x710
2627       - 44  # NDRPDR sel x710
2628       - 45  # NDRPDR sel x710
2629       - 48  # NDRPDR sel x710
2630       - 49  # NDRPDR sel x710
2631       - 50  # NDRPDR sel x710
2632       - 51  # NDRPDR sel x710
2633       - 54  # NDRPDR sel x710
2634     csit-dpdk-perf-report-iterative-2005-2n-skx:
2635       - 20  # NDRPDR iter
2636       - 21  # NDRPDR iter
2637       - 22  # NDRPDR iter
2638       - 23  # NDRPDR iter
2639       - 24  # NDRPDR iter
2640       - 25  # NDRPDR iter
2641       - 26  # NDRPDR iter
2642       - 27  # NDRPDR iter
2643       - 28  # NDRPDR iter
2644       - 29  # NDRPDR iter
2645     csit-dpdk-perf-report-iterative-2009-2n-skx:
2646       - 4   # NDRPDR iter env5
2647       - 5   # NDRPDR iter env5
2648       - 6   # NDRPDR iter env5
2649       - 7   # NDRPDR iter env5
2650       - 8   # NDRPDR iter env5
2651       - 9   # NDRPDR iter env5
2652       - 10  # NDRPDR iter env5
2653       - 11  # NDRPDR iter env5
2654       - 12  # NDRPDR iter env5
2655       - 13  # NDRPDR iter env5
2656
2657     csit-dpdk-perf-verify-2001-2n-clx:
2658       - 15  # NDRPDR sel
2659       - 16  # NDRPDR sel
2660       - 17  # NDRPDR sel
2661       - 18  # NDRPDR sel
2662       - 19  # NDRPDR sel
2663       - 20  # NDRPDR sel
2664       - 21  # NDRPDR sel
2665       - 22  # NDRPDR sel
2666       - 23  # NDRPDR sel
2667       - 24  # NDRPDR sel
2668       - 25  # NDRPDR sel
2669       - 26  # NDRPDR sel
2670       - 27  # NDRPDR sel
2671       - 28  # NDRPDR sel
2672       - 29  # NDRPDR sel
2673       - 30  # NDRPDR sel
2674       - 31  # NDRPDR sel
2675       - 32  # NDRPDR sel
2676       - 33  # NDRPDR sel
2677       - 34  # NDRPDR sel
2678     csit-dpdk-perf-report-iterative-2005-2n-clx:
2679       - 20  # NDRPDR iter
2680       - 21  # NDRPDR iter
2681       - 22  # NDRPDR iter
2682       - 23  # NDRPDR iter
2683       - 24  # NDRPDR iter
2684       - 25  # NDRPDR iter
2685       - 26  # NDRPDR iter
2686       - 27  # NDRPDR iter
2687       - 28  # NDRPDR iter
2688       - 29  # NDRPDR iter
2689     csit-dpdk-perf-report-iterative-2009-2n-clx:
2690       - 4   # NDRPDR iter env5
2691       - 5   # NDRPDR iter env5
2692       - 6   # NDRPDR iter env5
2693       - 7   # NDRPDR iter env5
2694       - 8   # NDRPDR iter env5
2695       - 9   # NDRPDR iter env5
2696       - 10  # NDRPDR iter env5
2697       - 11  # NDRPDR iter env5
2698       - 12  # NDRPDR iter env5
2699       - 13  # NDRPDR iter env5
2700
2701 #    csit-dpdk-perf-verify-2001-2n-dnv:
2702 #      - 9   # NDRPDR sel
2703 #      - 10  # NDRPDR sel
2704 #      - 11  # NDRPDR sel
2705 #      - 12  # NDRPDR sel
2706 #      - 13  # NDRPDR sel
2707 #      - 14  # NDRPDR sel
2708 #      - 15  # NDRPDR sel
2709 #      - 16  # NDRPDR sel
2710 #      - 17  # NDRPDR sel
2711 #      - 18  # NDRPDR sel
2712 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2713 #      - 8   # NDRPDR sel
2714 #      - 9   # NDRPDR sel
2715 #      - 10  # NDRPDR sel
2716 #      - 11  # NDRPDR sel
2717 #      - 12  # NDRPDR sel
2718 #      - 13  # NDRPDR sel
2719 #      - 14  # NDRPDR sel
2720 #      - 15  # NDRPDR sel
2721 #      - 16  # NDRPDR sel
2722 #      - 17  # NDRPDR sel
2723 #    # TODO: Add:
2724 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2725
2726 #    csit-dpdk-perf-verify-2001-3n-dnv:
2727 #      - 12  # NDRPDR sel
2728 #      - 13  # NDRPDR sel
2729 #      - 14  # NDRPDR sel
2730 #      - 15  # NDRPDR sel
2731 #      - 16  # NDRPDR sel
2732 #      - 17  # NDRPDR sel
2733 #      - 18  # NDRPDR sel
2734 #      - 19  # NDRPDR sel
2735 #      - 20  # NDRPDR sel
2736 #      - 22  # NDRPDR sel
2737 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2738 #      - 6   # NDRPDR sel
2739 #      - 7   # NDRPDR sel
2740 #      - 8   # NDRPDR sel
2741 #      - 9   # NDRPDR sel
2742 #      - 10  # NDRPDR sel
2743 #      - 11  # NDRPDR sel
2744 #      - 12  # NDRPDR sel
2745 #      - 13  # NDRPDR sel
2746 #      - 14  # NDRPDR sel
2747 #      - 16  # NDRPDR sel
2748 #    # TODO: Add:
2749 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2750
2751     csit-dpdk-perf-verify-2001-3n-tsh:
2752       - 3   # NDRPDR sel
2753       - 4   # NDRPDR sel
2754       - 5   # NDRPDR sel
2755       - 9   # NDRPDR sel
2756       - 10  # NDRPDR sel
2757       - 11  # NDRPDR sel
2758       - 12  # NDRPDR sel
2759       - 14  # NDRPDR sel
2760       - 15  # NDRPDR sel
2761       - 18  # NDRPDR sel
2762     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2763       - 5   # NDRPDR sel
2764     # TODO: Add:
2765     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2766       - 1   # NDRPDR iter env5
2767       - 2   # NDRPDR iter env5
2768       - 3   # NDRPDR iter env5
2769       - 4   # NDRPDR iter env5
2770       - 5   # NDRPDR iter env5
2771       - 6   # NDRPDR iter env5
2772       - 7   # NDRPDR iter env5
2773       - 9   # NDRPDR iter env5
2774       - 10  # NDRPDR iter env5
2775
2776     # TODO: Add:
2777     csit-vpp-device-2009-ubuntu1804-1n-skx:
2778       - 131 # rls2009 env 5
2779
2780 - type: "output"
2781   output: "report"
2782   format:
2783     html:
2784     - full
2785 #    pdf:
2786 #    - minimal
2787
2788 ################################################################################
2789 ###                               T A B L E S                                ###
2790 ################################################################################
2791
2792 # VPP Soak vs NDR - 2n-skx
2793 - type: "table"
2794   title: "VPP Soak vs NDR 2n-skx"
2795   algorithm: "table_soak_vs_ndr"
2796   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2797   reference:
2798     title: "NDR"
2799     data: "vpp-soak-vs-ndr-2n-skx-ref"
2800   compare:
2801     title: "Soak"
2802     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2803   data: "vpp-soak-vs-ndr-2n-skx"
2804   include-tests: "NDR"
2805   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2806   parameters:
2807     - "throughput"
2808     - "name"
2809     - "parent"
2810
2811 # VPP Soak vs NDR - 2n-clx
2812 - type: "table"
2813   title: "VPP Soak vs NDR 2n-clx"
2814   algorithm: "table_soak_vs_ndr"
2815   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2816   reference:
2817     title: "NDR"
2818     data: "vpp-soak-vs-ndr-2n-clx-ref"
2819   compare:
2820     title: "Soak"
2821     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2822   data: "vpp-soak-vs-ndr-2n-clx"
2823   include-tests: "NDR"
2824   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2825   parameters:
2826     - "throughput"
2827     - "name"
2828     - "parent"
2829
2830 ################################################################################
2831
2832 ## VPP Compare NICs 3n-skx 2t1c ndr
2833 #- type: "table"
2834 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2835 #  algorithm: "table_comparison"
2836 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2837 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2838 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2839 #  columns:
2840 #    - title: "x710"
2841 #      data-set: "vpp-nic-comparison-3n-skx"
2842 #      tag: "NIC_Intel-X710"
2843 #    - title: "xxv710"
2844 #      data-set: "vpp-nic-comparison-3n-skx"
2845 #      tag: "NIC_Intel-XXV710"
2846 #  comparisons:
2847 #    - title: "Diff"
2848 #      reference: 1
2849 #      compare: 2
2850 #  legend:
2851 #    - ""
2852 #    - "x710, xxv710 - NICs tested."
2853 #    - "Diff - difference between x710 and xxv710 NIC."
2854 #
2855 ## VPP Compare NICs 3n-skx 4t2c ndr
2856 #- type: "table"
2857 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2858 #  algorithm: "table_comparison"
2859 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2860 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2861 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2862 #  columns:
2863 #    - title: "x710"
2864 #      data-set: "vpp-nic-comparison-3n-skx"
2865 #      tag: "NIC_Intel-X710"
2866 #    - title: "xxv710"
2867 #      data-set: "vpp-nic-comparison-3n-skx"
2868 #      tag: "NIC_Intel-XXV710"
2869 #  comparisons:
2870 #    - title: "Diff"
2871 #      reference: 1
2872 #      compare: 2
2873 #  legend:
2874 #    - ""
2875 #    - "x710, xxv710 - NICs tested."
2876 #    - "Diff - difference between x710 and xxv710 NIC."
2877 #
2878 ## VPP Compare NICs 3n-skx 2t1c pdr
2879 #- type: "table"
2880 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2881 #  algorithm: "table_comparison"
2882 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2883 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2884 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2885 #  columns:
2886 #    - title: "x710"
2887 #      data-set: "vpp-nic-comparison-3n-skx"
2888 #      tag: "NIC_Intel-X710"
2889 #    - title: "xxv710"
2890 #      data-set: "vpp-nic-comparison-3n-skx"
2891 #      tag: "NIC_Intel-XXV710"
2892 #  comparisons:
2893 #    - title: "Diff"
2894 #      reference: 1
2895 #      compare: 2
2896 #  legend:
2897 #    - ""
2898 #    - "x710, xxv710 - NICs tested."
2899 #    - "Diff - difference between x710 and xxv710 NIC."
2900 #
2901 ## VPP Compare NICs 3n-skx 4t2c pdr
2902 #- type: "table"
2903 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2904 #  algorithm: "table_comparison"
2905 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2906 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2907 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2908 #  columns:
2909 #    - title: "x710"
2910 #      data-set: "vpp-nic-comparison-3n-skx"
2911 #      tag: "NIC_Intel-X710"
2912 #    - title: "xxv710"
2913 #      data-set: "vpp-nic-comparison-3n-skx"
2914 #      tag: "NIC_Intel-XXV710"
2915 #  comparisons:
2916 #    - title: "Diff"
2917 #      reference: 1
2918 #      compare: 2
2919 #  legend:
2920 #    - ""
2921 #    - "x710, xxv710 - NICs tested."
2922 #    - "Diff - difference between x710 and xxv710 NIC."
2923
2924 ## VPP Compare NICs 3n-skx 2t1c mrr
2925 #- type: "table"
2926 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2927 #  algorithm: "table_comparison"
2928 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2929 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2930 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2931 #  columns:
2932 #    - title: "x710"
2933 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2934 #      tag: "NIC_Intel-X710"
2935 #    - title: "xxv710"
2936 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2937 #      tag: "NIC_Intel-XXV710"
2938 #  comparisons:
2939 #    - title: "Diff"
2940 #      reference: 1
2941 #      compare: 2
2942 #  legend:
2943 #    - ""
2944 #    - "x710, xxv710 - NICs tested."
2945 #    - "Diff - difference between x710 and xxv710 NIC."
2946 #
2947 ## VPP Compare NICs 3n-skx 4t2c mrr
2948 #- type: "table"
2949 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2950 #  algorithm: "table_comparison"
2951 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2952 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2953 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2954 #  columns:
2955 #    - title: "x710"
2956 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2957 #      tag: "NIC_Intel-X710"
2958 #    - title: "xxv710"
2959 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2960 #      tag: "NIC_Intel-XXV710"
2961 #  comparisons:
2962 #    - title: "Diff"
2963 #      reference: 1
2964 #      compare: 2
2965 #  legend:
2966 #    - ""
2967 #    - "x710, xxv710 - NICs tested."
2968 #    - "Diff - difference between x710 and xxv710 NIC."
2969 #
2970 ## VPP Compare NICs 3n-skx 8t4c mrr
2971 #- type: "table"
2972 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2973 #  algorithm: "table_comparison"
2974 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2975 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2976 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2977 #  columns:
2978 #    - title: "x710"
2979 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2980 #      tag: "NIC_Intel-X710"
2981 #    - title: "xxv710"
2982 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2983 #      tag: "NIC_Intel-XXV710"
2984 #  comparisons:
2985 #    - title: "Diff"
2986 #      reference: 1
2987 #      compare: 2
2988 #  legend:
2989 #    - ""
2990 #    - "x710, xxv710 - NICs tested."
2991 #    - "Diff - difference between x710 and xxv710 NIC."
2992
2993 # VPP Compare NICs 2n-skx 2t1c ndr
2994 - type: "table"
2995   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2996   algorithm: "table_comparison"
2997   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2998   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2999   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3000   columns:
3001     - title: "x710"
3002       data-set: "vpp-nic-comparison-2n-skx"
3003       tag: "NIC_Intel-X710"
3004     - title: "xxv710"
3005       data-set: "vpp-nic-comparison-2n-skx"
3006       tag: "NIC_Intel-XXV710"
3007   comparisons:
3008     - title: "Diff"
3009       reference: 1
3010       compare: 2
3011   legend:
3012     - ""
3013     - "x710, xxv710 - NICs tested."
3014     - "Diff - difference between x710 and xxv710 NIC."
3015
3016 # VPP Compare NICs 2n-skx 4t2c ndr
3017 - type: "table"
3018   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3019   algorithm: "table_comparison"
3020   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3021   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3022   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3023   columns:
3024     - title: "x710"
3025       data-set: "vpp-nic-comparison-2n-skx"
3026       tag: "NIC_Intel-X710"
3027     - title: "xxv710"
3028       data-set: "vpp-nic-comparison-2n-skx"
3029       tag: "NIC_Intel-XXV710"
3030   comparisons:
3031     - title: "Diff"
3032       reference: 1
3033       compare: 2
3034   legend:
3035     - ""
3036     - "x710, xxv710 - NICs tested."
3037     - "Diff - difference between x710 and xxv710 NIC."
3038
3039 # VPP Compare NICs 2n-skx 2t1c pdr
3040 - type: "table"
3041   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3042   algorithm: "table_comparison"
3043   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3044   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3045   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3046   columns:
3047     - title: "x710"
3048       data-set: "vpp-nic-comparison-2n-skx"
3049       tag: "NIC_Intel-X710"
3050     - title: "xxv710"
3051       data-set: "vpp-nic-comparison-2n-skx"
3052       tag: "NIC_Intel-XXV710"
3053   comparisons:
3054     - title: "Diff"
3055       reference: 1
3056       compare: 2
3057   legend:
3058     - ""
3059     - "x710, xxv710 - NICs tested."
3060     - "Diff - difference between x710 and xxv710 NIC."
3061
3062 # VPP Compare NICs 2n-skx 4t2c pdr
3063 - type: "table"
3064   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3065   algorithm: "table_comparison"
3066   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3067   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3068   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3069   columns:
3070     - title: "x710"
3071       data-set: "vpp-nic-comparison-2n-skx"
3072       tag: "NIC_Intel-X710"
3073     - title: "xxv710"
3074       data-set: "vpp-nic-comparison-2n-skx"
3075       tag: "NIC_Intel-XXV710"
3076   comparisons:
3077     - title: "Diff"
3078       reference: 1
3079       compare: 2
3080   legend:
3081     - ""
3082     - "x710, xxv710 - NICs tested."
3083     - "Diff - difference between x710 and xxv710 NIC."
3084
3085 # VPP Compare NICs 2n-skx 2t1c mrr
3086 - type: "table"
3087   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3088   algorithm: "table_comparison"
3089   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3090   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3091   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3092   columns:
3093     - title: "x710"
3094       data-set: "vpp-nic-comparison-2n-skx-mrr"
3095       tag: "NIC_Intel-X710"
3096     - title: "xxv710"
3097       data-set: "vpp-nic-comparison-2n-skx-mrr"
3098       tag: "NIC_Intel-XXV710"
3099   comparisons:
3100     - title: "Diff"
3101       reference: 1
3102       compare: 2
3103   legend:
3104     - ""
3105     - "x710, xxv710 - NICs tested."
3106     - "Diff - difference between x710 and xxv710 NIC."
3107
3108 # VPP Compare NICs 2n-skx 4t2c mrr
3109 - type: "table"
3110   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3111   algorithm: "table_comparison"
3112   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3113   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3114   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3115   columns:
3116     - title: "x710"
3117       data-set: "vpp-nic-comparison-2n-skx-mrr"
3118       tag: "NIC_Intel-X710"
3119     - title: "xxv710"
3120       data-set: "vpp-nic-comparison-2n-skx-mrr"
3121       tag: "NIC_Intel-XXV710"
3122   comparisons:
3123     - title: "Diff"
3124       reference: 1
3125       compare: 2
3126   legend:
3127     - ""
3128     - "x710, xxv710 - NICs tested."
3129     - "Diff - difference between x710 and xxv710 NIC."
3130
3131 # VPP Compare NICs 2n-skx 8t4c mrr
3132 - type: "table"
3133   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3134   algorithm: "table_comparison"
3135   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3136   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3137   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3138   columns:
3139     - title: "x710"
3140       data-set: "vpp-nic-comparison-2n-skx-mrr"
3141       tag: "NIC_Intel-X710"
3142     - title: "xxv710"
3143       data-set: "vpp-nic-comparison-2n-skx-mrr"
3144       tag: "NIC_Intel-XXV710"
3145   comparisons:
3146     - title: "Diff"
3147       reference: 1
3148       compare: 2
3149   legend:
3150     - ""
3151     - "x710, xxv710 - NICs tested."
3152     - "Diff - difference between x710 and xxv710 NIC."
3153
3154 ################################################################################
3155 # VPP
3156
3157 # VPP Performance Changes 3n-hsw 1t1c pdr
3158 - type: "table"
3159   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3160   algorithm: "table_comparison"
3161   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3162   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3163   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3164   columns:
3165     - title: "2001.0-4"
3166       data-set: "vpp-performance-changes-3n-hsw-h1"
3167     - title: "2005.0-4"
3168       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3169     - title: "2005.0-5"
3170       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3171     - title: "2009.0-5"
3172       data-set: "vpp-performance-changes-3n-hsw-cmp"
3173   comparisons:
3174     - title: "2005.0-5 vs 2005.0-4"
3175       reference: 2
3176       compare: 3
3177 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3178     - title: "2009.0-5 vs 2005.0-5"
3179       reference: 3
3180       compare: 4
3181 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3182   legend:
3183     - ''
3184     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3185     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3186     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3187     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3188     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3189
3190 # VPP Performance Changes 3n-hsw 2t2c pdr
3191 - type: "table"
3192   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3193   algorithm: "table_comparison"
3194   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3195   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3196   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3197   columns:
3198     - title: "2001.0-4"
3199       data-set: "vpp-performance-changes-3n-hsw-h1"
3200     - title: "2005.0-4"
3201       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3202     - title: "2005.0-5"
3203       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3204     - title: "2009.0-5"
3205       data-set: "vpp-performance-changes-3n-hsw-cmp"
3206   comparisons:
3207     - title: "2005.0-5 vs 2005.0-4"
3208       reference: 2
3209       compare: 3
3210 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3211     - title: "2009.0-5 vs 2005.0-5"
3212       reference: 3
3213       compare: 4
3214 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3215   legend:
3216     - ''
3217     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3218     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3219     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3220     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3221     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3222
3223 # VPP Performance Changes 3n-hsw 1t1c ndr
3224 - type: "table"
3225   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3226   algorithm: "table_comparison"
3227   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3228   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3229   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3230   columns:
3231     - title: "2001.0-4"
3232       data-set: "vpp-performance-changes-3n-hsw-h1"
3233     - title: "2005.0-4"
3234       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3235     - title: "2005.0-5"
3236       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3237     - title: "2009.0-5"
3238       data-set: "vpp-performance-changes-3n-hsw-cmp"
3239   comparisons:
3240     - title: "2005.0-5 vs 2005.0-4"
3241       reference: 2
3242       compare: 3
3243 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3244     - title: "2009.0-5 vs 2005.0-5"
3245       reference: 3
3246       compare: 4
3247 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3248   legend:
3249     - ''
3250     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3251     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3252     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3253     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3254     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3255
3256 # VPP Performance Changes 3n-hsw 2t2c ndr
3257 - type: "table"
3258   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3259   algorithm: "table_comparison"
3260   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3261   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3262   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3263   columns:
3264     - title: "2001.0-4"
3265       data-set: "vpp-performance-changes-3n-hsw-h1"
3266     - title: "2005.0-4"
3267       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3268     - title: "2005.0-5"
3269       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3270     - title: "2009.0-5"
3271       data-set: "vpp-performance-changes-3n-hsw-cmp"
3272   comparisons:
3273     - title: "2005.0-5 vs 2005.0-4"
3274       reference: 2
3275       compare: 3
3276 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3277     - title: "2009.0-5 vs 2005.0-5"
3278       reference: 3
3279       compare: 4
3280 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3281   legend:
3282     - ''
3283     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3284     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3285     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3286     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3287     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3288
3289 # VPP Performance Changes 3n-skx 2t1c pdr
3290 - type: "table"
3291   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3292   algorithm: "table_comparison"
3293   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3294   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3295   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3296   columns:
3297     - title: "2001.0-4"
3298       data-set: "vpp-performance-changes-3n-skx-h1"
3299     - title: "2005.0-4"
3300       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3301     - title: "2005.0-5"
3302       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3303     - title: "2009.0-5"
3304       data-set: "vpp-performance-changes-3n-skx-cmp"
3305   comparisons:
3306     - title: "2005.0-5 vs 2005.0-4"
3307       reference: 2
3308       compare: 3
3309 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3310     - title: "2009.0-5 vs 2005.0-5"
3311       reference: 3
3312       compare: 4
3313 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3314   legend:
3315     - ''
3316     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3317     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3318     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3319     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3320     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3321
3322 # VPP Performance Changes 3n-skx 4t2c pdr
3323 - type: "table"
3324   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3325   algorithm: "table_comparison"
3326   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3327   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3328   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3329   columns:
3330     - title: "2001.0-4"
3331       data-set: "vpp-performance-changes-3n-skx-h1"
3332     - title: "2005.0-4"
3333       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3334     - title: "2005.0-5"
3335       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3336     - title: "2009.0-5"
3337       data-set: "vpp-performance-changes-3n-skx-cmp"
3338   comparisons:
3339     - title: "2005.0-5 vs 2005.0-4"
3340       reference: 2
3341       compare: 3
3342 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3343     - title: "2009.0-5 vs 2005.0-5"
3344       reference: 3
3345       compare: 4
3346 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3347   legend:
3348     - ''
3349     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3350     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3351     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3352     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3353     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3354
3355 # VPP Performance Changes 3n-skx 2t1c ndr
3356 - type: "table"
3357   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3358   algorithm: "table_comparison"
3359   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3360   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3361   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3362   columns:
3363     - title: "2001.0-4"
3364       data-set: "vpp-performance-changes-3n-skx-h1"
3365     - title: "2005.0-4"
3366       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3367     - title: "2005.0-5"
3368       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3369     - title: "2009.0-5"
3370       data-set: "vpp-performance-changes-3n-skx-cmp"
3371   comparisons:
3372     - title: "2005.0-5 vs 2005.0-4"
3373       reference: 2
3374       compare: 3
3375 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3376     - title: "2009.0-5 vs 2005.0-5"
3377       reference: 3
3378       compare: 4
3379 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3380   legend:
3381     - ''
3382     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3383     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3384     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3385     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3386     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3387
3388 # VPP Performance Changes 3n-skx 4t2c ndr
3389 - type: "table"
3390   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3391   algorithm: "table_comparison"
3392   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3393   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3394   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3395   columns:
3396     - title: "2001.0-4"
3397       data-set: "vpp-performance-changes-3n-skx-h1"
3398     - title: "2005.0-4"
3399       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3400     - title: "2005.0-5"
3401       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3402     - title: "2009.0-5"
3403       data-set: "vpp-performance-changes-3n-skx-cmp"
3404   comparisons:
3405     - title: "2005.0-5 vs 2005.0-4"
3406       reference: 2
3407       compare: 3
3408 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3409     - title: "2009.0-5 vs 2005.0-5"
3410       reference: 3
3411       compare: 4
3412 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3413   legend:
3414     - ''
3415     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3416     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3417     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3418     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3419     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3420
3421 # VPP Performance Changes 2n-skx 2t1c pdr
3422 - type: "table"
3423   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3424   algorithm: "table_comparison"
3425   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3426   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3427   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3428   columns:
3429     - title: "2001.0-4"
3430       data-set: "vpp-performance-changes-2n-skx-h1"
3431     - title: "2005.0-4"
3432       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3433     - title: "2005.0-5"
3434       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3435     - title: "2009.0-5"
3436       data-set: "vpp-performance-changes-2n-skx-cmp"
3437   comparisons:
3438     - title: "2005.0-5 vs 2005.0-4"
3439       reference: 2
3440       compare: 3
3441 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3442     - title: "2009.0-5 vs 2005.0-5"
3443       reference: 3
3444       compare: 4
3445 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3446   legend:
3447     - ''
3448     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3449     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3450     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3451     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3452     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3453
3454 # VPP Performance Changes 2n-skx 4t2c pdr
3455 - type: "table"
3456   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3457   algorithm: "table_comparison"
3458   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3459   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3460   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3461   columns:
3462     - title: "2001.0-4"
3463       data-set: "vpp-performance-changes-2n-skx-h1"
3464     - title: "2005.0-4"
3465       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3466     - title: "2005.0-5"
3467       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3468     - title: "2009.0-5"
3469       data-set: "vpp-performance-changes-2n-skx-cmp"
3470   comparisons:
3471     - title: "2005.0-5 vs 2005.0-4"
3472       reference: 2
3473       compare: 3
3474 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3475     - title: "2009.0-5 vs 2005.0-5"
3476       reference: 3
3477       compare: 4
3478 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3479   legend:
3480     - ''
3481     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3482     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3483     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3484     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3485     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3486
3487 # VPP Performance Changes 2n-skx 2t1c ndr
3488 - type: "table"
3489   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3490   algorithm: "table_comparison"
3491   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3492   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3493   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3494   columns:
3495     - title: "2001.0-4"
3496       data-set: "vpp-performance-changes-2n-skx-h1"
3497     - title: "2005.0-4"
3498       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3499     - title: "2005.0-5"
3500       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3501     - title: "2009.0-5"
3502       data-set: "vpp-performance-changes-2n-skx-cmp"
3503   comparisons:
3504     - title: "2005.0-5 vs 2005.0-4"
3505       reference: 2
3506       compare: 3
3507 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3508     - title: "2009.0-5 vs 2005.0-5"
3509       reference: 3
3510       compare: 4
3511 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3512   legend:
3513     - ''
3514     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3515     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3516     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3517     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3518     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3519
3520 # VPP Performance Changes 2n-skx 4t2c ndr
3521 - type: "table"
3522   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3523   algorithm: "table_comparison"
3524   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3526   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3527   columns:
3528     - title: "2001.0-4"
3529       data-set: "vpp-performance-changes-2n-skx-h1"
3530     - title: "2005.0-4"
3531       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3532     - title: "2005.0-5"
3533       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3534     - title: "2009.0-5"
3535       data-set: "vpp-performance-changes-2n-skx-cmp"
3536   comparisons:
3537     - title: "2005.0-5 vs 2005.0-4"
3538       reference: 2
3539       compare: 3
3540 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3541     - title: "2009.0-5 vs 2005.0-5"
3542       reference: 3
3543       compare: 4
3544 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3545   legend:
3546     - ''
3547     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3548     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3549     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3550     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3551     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3552
3553 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3554 - type: "table"
3555   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3556   algorithm: "table_comparison"
3557   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3558   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3559   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3560   columns:
3561     - title: "2001.0-4"
3562       data-set: "vpp-performance-changes-2n-clx-h1"
3563     - title: "2005.0-4"
3564       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3565     - title: "2005.0-5"
3566       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3567     - title: "2009.0-5"
3568       data-set: "vpp-performance-changes-2n-clx-cmp"
3569   comparisons:
3570     - title: "2005.0-5 vs 2005.0-4"
3571       reference: 2
3572       compare: 3
3573 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3574     - title: "2009.0-5 vs 2005.0-5"
3575       reference: 3
3576       compare: 4
3577 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3578   legend:
3579     - ''
3580     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3581     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3582     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3583     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3584     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3585
3586 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3587 - type: "table"
3588   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3589   algorithm: "table_comparison"
3590   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3592   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3593   columns:
3594     - title: "2001.0-4"
3595       data-set: "vpp-performance-changes-2n-clx-h1"
3596     - title: "2005.0-4"
3597       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3598     - title: "2005.0-5"
3599       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3600     - title: "2009.0-5"
3601       data-set: "vpp-performance-changes-2n-clx-cmp"
3602   comparisons:
3603     - title: "2005.0-5 vs 2005.0-4"
3604       reference: 2
3605       compare: 3
3606 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3607     - title: "2009.0-5 vs 2005.0-5"
3608       reference: 3
3609       compare: 4
3610 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3611   legend:
3612     - ''
3613     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3614     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3615     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3616     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3617     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3618
3619 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3620 - type: "table"
3621   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3622   algorithm: "table_comparison"
3623   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3624   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3625   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3626   columns:
3627     - title: "2001.0-4"
3628       data-set: "vpp-performance-changes-2n-clx-h1"
3629     - title: "2005.0-4"
3630       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3631     - title: "2005.0-5"
3632       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3633     - title: "2009.0-5"
3634       data-set: "vpp-performance-changes-2n-clx-cmp"
3635   comparisons:
3636     - title: "2005.0-5 vs 2005.0-4"
3637       reference: 2
3638       compare: 3
3639 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3640     - title: "2009.0-5 vs 2005.0-5"
3641       reference: 3
3642       compare: 4
3643 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3644   legend:
3645     - ''
3646     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3647     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3648     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3649     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3650     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3651
3652 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3653 - type: "table"
3654   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3655   algorithm: "table_comparison"
3656   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3657   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3658   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3659   columns:
3660     - title: "2001.0-4"
3661       data-set: "vpp-performance-changes-2n-clx-h1"
3662     - title: "2005.0-4"
3663       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3664     - title: "2005.0-5"
3665       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3666     - title: "2009.0-5"
3667       data-set: "vpp-performance-changes-2n-clx-cmp"
3668   comparisons:
3669     - title: "2005.0-5 vs 2005.0-4"
3670       reference: 2
3671       compare: 3
3672 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3673     - title: "2009.0-5 vs 2005.0-5"
3674       reference: 3
3675       compare: 4
3676 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3677   legend:
3678     - ''
3679     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3680     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3681     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3682     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3683     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3684
3685 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3686 #- type: "table"
3687 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3688 #  algorithm: "table_comparison"
3689 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3690 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3691 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3692 #  columns:
3693 #    - title: "2001.0-2"
3694 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3695 #    - title: "2005.0-3"
3696 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3697 #  comparisons:
3698 #    - title: "Diff"
3699 #      reference: 1
3700 #      compare: 2
3701 #  legend:
3702 #    - ''
3703 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3704 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3705 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3706 #    - '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.'
3707 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3708 #
3709 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3710 #- type: "table"
3711 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3712 #  algorithm: "table_comparison"
3713 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3714 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3715 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3716 #  columns:
3717 #    - title: "2001.0-2"
3718 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3719 #    - title: "2005.0-3"
3720 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3721 #  comparisons:
3722 #    - title: "Diff"
3723 #      reference: 1
3724 #      compare: 2
3725 #  legend:
3726 #    - ''
3727 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3728 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3729 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3730 #    - '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.'
3731 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3732 #
3733 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3734 #- type: "table"
3735 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3736 #  algorithm: "table_comparison"
3737 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3738 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3739 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3740 #  columns:
3741 #    - title: "2001.0-2"
3742 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3743 #    - title: "2005.0-3"
3744 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3745 #  comparisons:
3746 #    - title: "Diff"
3747 #      reference: 1
3748 #      compare: 2
3749 #  legend:
3750 #    - ''
3751 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3752 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3753 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3754 #    - '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.'
3755 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3756 #
3757 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3758 #- type: "table"
3759 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3760 #  algorithm: "table_comparison"
3761 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3762 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3763 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3764 #  columns:
3765 #    - title: "2001.0-2"
3766 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3767 #    - title: "2005.0-3"
3768 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3769 #  comparisons:
3770 #    - title: "Diff"
3771 #      reference: 1
3772 #      compare: 2
3773 #  legend:
3774 #    - ''
3775 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3776 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3777 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3778 #    - '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.'
3779 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3780
3781 # VPP Performance Changes 2n-dnv 1t1c pdr
3782 - type: "table"
3783   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3784   algorithm: "table_comparison"
3785   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3787   filter: "'1T1C'"
3788   columns:
3789     - title: "2001.0-2"
3790       data-set: "vpp-performance-changes-2n-dnv-h1"
3791     - title: "2005.0-5"
3792       data-set: "vpp-performance-changes-2n-dnv-ref"
3793     - title: "2009.0-5"
3794       data-set: "vpp-performance-changes-2n-dnv-cmp"
3795   comparisons:
3796     - title: "2009.0-5 vs 2005.0-5"
3797       reference: 2
3798       compare: 3
3799   legend:
3800     - ''
3801     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3802     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3803     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3804     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3805
3806 # VPP Performance Changes 2n-dnv 2t2c pdr
3807 - type: "table"
3808   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3809   algorithm: "table_comparison"
3810   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3811   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3812   filter: "'2T2C'"
3813   columns:
3814     - title: "2001.0-2"
3815       data-set: "vpp-performance-changes-2n-dnv-h1"
3816     - title: "2005.0-5"
3817       data-set: "vpp-performance-changes-2n-dnv-ref"
3818     - title: "2009.0-5"
3819       data-set: "vpp-performance-changes-2n-dnv-cmp"
3820   comparisons:
3821     - title: "2009.0-5 vs 2005.0-5"
3822       reference: 2
3823       compare: 3
3824   legend:
3825     - ''
3826     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3827     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3828     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3829     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3830
3831 # VPP Performance Changes 2n-dnv 1t1c ndr
3832 - type: "table"
3833   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3834   algorithm: "table_comparison"
3835   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3836   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3837   filter: "'1T1C'"
3838   columns:
3839     - title: "2001.0-2"
3840       data-set: "vpp-performance-changes-2n-dnv-h1"
3841     - title: "2005.0-5"
3842       data-set: "vpp-performance-changes-2n-dnv-ref"
3843     - title: "2009.0-5"
3844       data-set: "vpp-performance-changes-2n-dnv-cmp"
3845   comparisons:
3846     - title: "2009.0-5 vs 2005.0-5"
3847       reference: 2
3848       compare: 3
3849   legend:
3850     - ''
3851     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3852     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3853     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3854     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3855
3856 # VPP Performance Changes 2n-dnv 2t2c ndr
3857 - type: "table"
3858   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3859   algorithm: "table_comparison"
3860   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3861   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3862   filter: "'2T2C'"
3863   columns:
3864     - title: "2001.0-2"
3865       data-set: "vpp-performance-changes-2n-dnv-h1"
3866     - title: "2005.0-5"
3867       data-set: "vpp-performance-changes-2n-dnv-ref"
3868     - title: "2009.0-5"
3869       data-set: "vpp-performance-changes-2n-dnv-cmp"
3870   comparisons:
3871     - title: "2009.0-5 vs 2005.0-5"
3872       reference: 2
3873       compare: 3
3874   legend:
3875     - ''
3876     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3877     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3878     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3879     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3880
3881 # VPP Performance Changes 3n-dnv 1t1c pdr
3882 - type: "table"
3883   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3884   algorithm: "table_comparison"
3885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3886   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3887   filter: "'1T1C'"
3888   columns:
3889     - title: "2001.0-2"
3890       data-set: "vpp-performance-changes-3n-dnv-h1"
3891     - title: "2005.0-5"
3892       data-set: "vpp-performance-changes-3n-dnv-ref"
3893     - title: "2009.0-5"
3894       data-set: "vpp-performance-changes-3n-dnv-cmp"
3895   comparisons:
3896     - title: "2009.0-5 vs 2005.0-5"
3897       reference: 2
3898       compare: 3
3899   legend:
3900     - ''
3901     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3902     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3903     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3904     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3905
3906 # VPP Performance Changes 3n-dnv 2t2c pdr
3907 - type: "table"
3908   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3909   algorithm: "table_comparison"
3910   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3911   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3912   filter: "'2T2C'"
3913   columns:
3914     - title: "2001.0-2"
3915       data-set: "vpp-performance-changes-3n-dnv-h1"
3916     - title: "2005.0-5"
3917       data-set: "vpp-performance-changes-3n-dnv-ref"
3918     - title: "2009.0-5"
3919       data-set: "vpp-performance-changes-3n-dnv-cmp"
3920   comparisons:
3921     - title: "2009.0-5 vs 2005.0-5"
3922       reference: 2
3923       compare: 3
3924   legend:
3925     - ''
3926     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3927     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3928     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3929     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3930
3931 # VPP Performance Changes 3n-dnv 1t1c ndr
3932 - type: "table"
3933   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3934   algorithm: "table_comparison"
3935   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3937   filter: "'1T1C'"
3938   columns:
3939     - title: "2001.0-2"
3940       data-set: "vpp-performance-changes-3n-dnv-h1"
3941     - title: "2005.0-5"
3942       data-set: "vpp-performance-changes-3n-dnv-ref"
3943     - title: "2009.0-5"
3944       data-set: "vpp-performance-changes-3n-dnv-cmp"
3945   comparisons:
3946     - title: "2009.0-5 vs 2005.0-5"
3947       reference: 2
3948       compare: 3
3949   legend:
3950     - ''
3951     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3952     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3953     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3954     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3955
3956 # VPP Performance Changes 3n-dnv 2t2c ndr
3957 - type: "table"
3958   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3959   algorithm: "table_comparison"
3960   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3961   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3962   filter: "'2T2C'"
3963   columns:
3964     - title: "2001.0-2"
3965       data-set: "vpp-performance-changes-3n-dnv-h1"
3966     - title: "2005.0-5"
3967       data-set: "vpp-performance-changes-3n-dnv-ref"
3968     - title: "2009.0-5"
3969       data-set: "vpp-performance-changes-3n-dnv-cmp"
3970   comparisons:
3971     - title: "2009.0-5 vs 2005.0-5"
3972       reference: 2
3973       compare: 3
3974   legend:
3975     - ''
3976     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3977     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3978     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3979     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3980
3981 # VPP Performance Changes 3n-tsh 1t1c pdr
3982 - type: "table"
3983   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3984   algorithm: "table_comparison"
3985   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3986   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3987   filter: "'1T1C'"
3988   columns:
3989     - title: "2001.0-4"
3990       data-set: "vpp-performance-changes-3n-tsh-h1"
3991     - title: "2005.0-4"
3992       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3993     - title: "2005.0-5"
3994       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3995     - title: "2009.0-5"
3996       data-set: "vpp-performance-changes-3n-tsh-cmp"
3997   comparisons:
3998     - title: "2005.0-5 vs 2005.0-4"
3999       reference: 2
4000       compare: 3
4001 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4002     - title: "2009.0-5 vs 2005.0-5"
4003       reference: 3
4004       compare: 4
4005 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4006   legend:
4007     - ''
4008     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4009     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4010     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4011     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4012     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4013
4014 # VPP Performance Changes 3n-tsh 2t2c pdr
4015 - type: "table"
4016   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4017   algorithm: "table_comparison"
4018   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4020   filter: "'2T2C'"
4021   columns:
4022     - title: "2001.0-4"
4023       data-set: "vpp-performance-changes-3n-tsh-h1"
4024     - title: "2005.0-4"
4025       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4026     - title: "2005.0-5"
4027       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4028     - title: "2009.0-5"
4029       data-set: "vpp-performance-changes-3n-tsh-cmp"
4030   comparisons:
4031     - title: "2005.0-5 vs 2005.0-4"
4032       reference: 2
4033       compare: 3
4034 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4035     - title: "2009.0-5 vs 2005.0-5"
4036       reference: 3
4037       compare: 4
4038 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4039   legend:
4040     - ''
4041     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4042     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4043     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4044     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4045     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4046
4047 # VPP Performance Changes 3n-tsh 1t1c ndr
4048 - type: "table"
4049   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4050   algorithm: "table_comparison"
4051   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4052   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4053   filter: "'1T1C'"
4054   columns:
4055     - title: "2001.0-4"
4056       data-set: "vpp-performance-changes-3n-tsh-h1"
4057     - title: "2005.0-4"
4058       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4059     - title: "2005.0-5"
4060       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4061     - title: "2009.0-5"
4062       data-set: "vpp-performance-changes-3n-tsh-cmp"
4063   comparisons:
4064     - title: "2005.0-5 vs 2005.0-4"
4065       reference: 2
4066       compare: 3
4067 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4068     - title: "2009.0-5 vs 2005.0-5"
4069       reference: 3
4070       compare: 4
4071 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4072   legend:
4073     - ''
4074     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4075     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4076     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4077     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4078     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4079
4080 # VPP Performance Changes 3n-tsh 2t2c ndr
4081 - type: "table"
4082   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4083   algorithm: "table_comparison"
4084   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4085   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4086   filter: "'2T2C'"
4087   columns:
4088     - title: "2001.0-4"
4089       data-set: "vpp-performance-changes-3n-tsh-h1"
4090     - title: "2005.0-4"
4091       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4092     - title: "2005.0-5"
4093       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4094     - title: "2009.0-5"
4095       data-set: "vpp-performance-changes-3n-tsh-cmp"
4096   comparisons:
4097     - title: "2005.0-5 vs 2005.0-4"
4098       reference: 2
4099       compare: 3
4100 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4101     - title: "2009.0-5 vs 2005.0-5"
4102       reference: 3
4103       compare: 4
4104 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4105   legend:
4106     - ''
4107     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4108     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4109     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4110     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4111     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4112
4113 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4114 - type: "table"
4115   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4116   algorithm: "table_comparison"
4117   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4118   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4119   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4120   columns:
4121     - title: "3n-hsw xl710"
4122       data-set: "vpp-compare-testbeds-ref"
4123       tag: "NIC_Intel-XL710"
4124     - title: "3n-skx xxv710"
4125       data-set: "vpp-compare-testbeds-cmp"
4126       tag: "NIC_Intel-XXV710"
4127   comparisons:
4128     - title: "Diff"
4129       reference: 1
4130       compare: 2
4131   legend:
4132     - ""
4133     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4134     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4135
4136 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4137 - type: "table"
4138   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4139   algorithm: "table_comparison"
4140   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4141   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4142   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4143   columns:
4144     - title: "3n-hsw xl710"
4145       data-set: "vpp-compare-testbeds-ref"
4146       tag: "NIC_Intel-XL710"
4147     - title: "3n-skx xxv710"
4148       data-set: "vpp-compare-testbeds-cmp"
4149       tag: "NIC_Intel-XXV710"
4150   comparisons:
4151     - title: "Diff"
4152       reference: 1
4153       compare: 2
4154   legend:
4155     - ""
4156     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4157     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4158
4159 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4160 - type: "table"
4161   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4162   algorithm: "table_comparison"
4163   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4165   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4166   columns:
4167     - title: "3n-hsw xl710"
4168       data-set: "vpp-compare-testbeds-ref"
4169       tag: "NIC_Intel-XL710"
4170     - title: "3n-skx xxv710"
4171       data-set: "vpp-compare-testbeds-cmp"
4172       tag: "NIC_Intel-XXV710"
4173   comparisons:
4174     - title: "Diff"
4175       reference: 1
4176       compare: 2
4177   legend:
4178     - ""
4179     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4180     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4181
4182 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4183 - type: "table"
4184   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4185   algorithm: "table_comparison"
4186   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4188   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4189   columns:
4190     - title: "3n-hsw xl710"
4191       data-set: "vpp-compare-testbeds-ref"
4192       tag: "NIC_Intel-XL710"
4193     - title: "3n-skx xxv710"
4194       data-set: "vpp-compare-testbeds-cmp"
4195       tag: "NIC_Intel-XXV710"
4196   comparisons:
4197     - title: "Diff"
4198       reference: 1
4199       compare: 2
4200   legend:
4201     - ""
4202     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4203     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4204
4205 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4206 - type: "table"
4207   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4208   algorithm: "table_comparison"
4209   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4210   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4211   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4212   columns:
4213     - title: "2n-skx"
4214       data-set: "vpp-compare-testbeds-skx-clx-ref"
4215     - title: "2n-clx"
4216       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4217   comparisons:
4218     - title: "Diff"
4219       reference: 1
4220       compare: 2
4221   legend:
4222     - ""
4223     - "2n-skx, 2n-clx - testbeds and NICs tested."
4224     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4225
4226 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4227 - type: "table"
4228   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4229   algorithm: "table_comparison"
4230   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4231   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4232   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4233   columns:
4234     - title: "2n-skx"
4235       data-set: "vpp-compare-testbeds-skx-clx-ref"
4236     - title: "2n-clx"
4237       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4238   comparisons:
4239     - title: "Diff"
4240       reference: 1
4241       compare: 2
4242   legend:
4243     - ""
4244     - "2n-skx, 2n-clx - testbeds and NICs tested."
4245     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4246
4247 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4248 - type: "table"
4249   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4250   algorithm: "table_comparison"
4251   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4253   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4254   columns:
4255     - title: "2n-skx"
4256       data-set: "vpp-compare-testbeds-skx-clx-ref"
4257     - title: "2n-clx"
4258       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4259   comparisons:
4260     - title: "Diff"
4261       reference: 1
4262       compare: 2
4263   legend:
4264     - ""
4265     - "2n-skx, 2n-clx - testbeds and NICs tested."
4266     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4267
4268 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4269 - type: "table"
4270   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4271   algorithm: "table_comparison"
4272   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4273   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4274   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4275   columns:
4276     - title: "2n-skx"
4277       data-set: "vpp-compare-testbeds-skx-clx-ref"
4278     - title: "2n-clx"
4279       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4280   comparisons:
4281     - title: "Diff"
4282       reference: 1
4283       compare: 2
4284   legend:
4285     - ""
4286     - "2n-skx, 2n-clx - testbeds and NICs tested."
4287     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4288
4289 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4290 - type: "table"
4291   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4292   algorithm: "table_comparison"
4293   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4294   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4295   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4296   columns:
4297     - title: "3n-hsw xl710"
4298       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4299       tag: "NIC_Intel-XL710"
4300     - title: "2n-clx xxv710"
4301       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4302       tag: "NIC_Intel-XXV710"
4303   comparisons:
4304     - title: "Diff"
4305       reference: 1
4306       compare: 2
4307   legend:
4308     - ""
4309     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4310     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4311
4312 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4313 - type: "table"
4314   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4315   algorithm: "table_comparison"
4316   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4318   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4319   columns:
4320     - title: "3n-hsw xl710"
4321       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4322       tag: "NIC_Intel-XL710"
4323     - title: "2n-clx xxv710"
4324       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4325       tag: "NIC_Intel-XXV710"
4326   comparisons:
4327     - title: "Diff"
4328       reference: 1
4329       compare: 2
4330   legend:
4331     - ""
4332     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4333     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4334
4335 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4336 - type: "table"
4337   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4338   algorithm: "table_comparison"
4339   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4340   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4341   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4342   columns:
4343     - title: "3n-hsw xl710"
4344       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4345       tag: "NIC_Intel-XL710"
4346     - title: "2n-clx xxv710"
4347       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4348       tag: "NIC_Intel-XXV710"
4349   comparisons:
4350     - title: "Diff"
4351       reference: 1
4352       compare: 2
4353   legend:
4354     - ""
4355     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4356     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4357
4358 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4359 - type: "table"
4360   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4361   algorithm: "table_comparison"
4362   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4363   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4364   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4365   columns:
4366     - title: "3n-hsw xl710"
4367       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4368       tag: "NIC_Intel-XL710"
4369     - title: "2n-clx xxv710"
4370       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4371       tag: "NIC_Intel-XXV710"
4372   comparisons:
4373     - title: "Diff"
4374       reference: 1
4375       compare: 2
4376   legend:
4377     - ""
4378     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4379     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4380
4381 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4382 - type: "table"
4383   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4384   algorithm: "table_comparison"
4385   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4386   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4387   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4388   columns:
4389     - title: "3n-skx"
4390       data-set: "vpp-compare-topologies-ref"
4391     - title: "2n-skx"
4392       data-set: "vpp-compare-topologies-cmp"
4393   comparisons:
4394     - title: "Diff"
4395       reference: 1
4396       compare: 2
4397   legend:
4398     - ""
4399     - "3n-skx, 2n-skx - topologies tested."
4400     - "Diff - difference between 3n-skx and 2n-skx topologies."
4401
4402 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4403 - type: "table"
4404   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4405   algorithm: "table_comparison"
4406   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4407   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4408   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4409   columns:
4410     - title: "3n-skx"
4411       data-set: "vpp-compare-topologies-ref"
4412     - title: "2n-skx"
4413       data-set: "vpp-compare-topologies-cmp"
4414   comparisons:
4415     - title: "Diff"
4416       reference: 1
4417       compare: 2
4418   legend:
4419     - ""
4420     - "3n-skx, 2n-skx - topologies tested."
4421     - "Diff - difference between 3n-skx and 2n-skx topologies."
4422
4423 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4424 - type: "table"
4425   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4426   algorithm: "table_comparison"
4427   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4428   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4429   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4430   columns:
4431     - title: "3n-skx"
4432       data-set: "vpp-compare-topologies-ref"
4433     - title: "2n-skx"
4434       data-set: "vpp-compare-topologies-cmp"
4435   comparisons:
4436     - title: "Diff"
4437       reference: 1
4438       compare: 2
4439   legend:
4440     - ""
4441     - "3n-skx, 2n-skx - topologies tested."
4442     - "Diff - difference between 3n-skx and 2n-skx topologies."
4443
4444 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4445 - type: "table"
4446   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4447   algorithm: "table_comparison"
4448   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4450   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4451   columns:
4452     - title: "3n-skx"
4453       data-set: "vpp-compare-topologies-ref"
4454     - title: "2n-skx"
4455       data-set: "vpp-compare-topologies-cmp"
4456   comparisons:
4457     - title: "Diff"
4458       reference: 1
4459       compare: 2
4460   legend:
4461     - ""
4462     - "3n-skx, 2n-skx - topologies tested."
4463     - "Diff - difference between 3n-skx and 2n-skx topologies."
4464
4465 # VPP Performance Changes 3n-hsw 1t1c mrr
4466 - type: "table"
4467   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4468   algorithm: "table_comparison"
4469   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4470   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4471   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4472   columns:
4473     - title: "2001.0-2"
4474       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4475     - title: "2005.0-4"
4476       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4477     - title: "2005.0-5"
4478       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4479     - title: "2009.0-5"
4480       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4481   comparisons:
4482     - title: "2005.0-5 vs 2005.0-4"
4483       reference: 2
4484       compare: 3
4485 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4486     - title: "2009.0-5 vs 2005.0-5"
4487       reference: 3
4488       compare: 4
4489 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4490   legend:
4491     - ''
4492     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4493     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4494     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4495     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4496     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4497
4498 # VPP Performance Changes 3n-hsw 2t2c mrr
4499 - type: "table"
4500   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4501   algorithm: "table_comparison"
4502   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4503   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4504   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4505   columns:
4506     - title: "2001.0-2"
4507       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4508     - title: "2005.0-4"
4509       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4510     - title: "2005.0-5"
4511       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4512     - title: "2009.0-5"
4513       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4514   comparisons:
4515     - title: "2005.0-5 vs 2005.0-4"
4516       reference: 2
4517       compare: 3
4518 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4519     - title: "2009.0-5 vs 2005.0-5"
4520       reference: 3
4521       compare: 4
4522 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4523   legend:
4524     - ''
4525     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4526     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4527     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4528     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4529     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4530
4531 # VPP Performance Changes 3n-hsw 4t4c mrr
4532 - type: "table"
4533   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4534   algorithm: "table_comparison"
4535   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4536   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4537   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4538   columns:
4539     - title: "2001.0-2"
4540       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4541     - title: "2005.0-4"
4542       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4543     - title: "2005.0-5"
4544       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4545     - title: "2009.0-5"
4546       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4547   comparisons:
4548     - title: "2005.0-5 vs 2005.0-4"
4549       reference: 2
4550       compare: 3
4551 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4552     - title: "2009.0-5 vs 2005.0-5"
4553       reference: 3
4554       compare: 4
4555 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4556   legend:
4557     - ''
4558     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4559     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4560     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4561     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4562     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4563
4564 # VPP Performance Changes 3n-skx 2t1c mrr
4565 - type: "table"
4566   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4567   algorithm: "table_comparison"
4568   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4569   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4570   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4571   columns:
4572     - title: "2001.0-2"
4573       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4574     - title: "2005.0-4"
4575       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4576     - title: "2005.0-5"
4577       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4578     - title: "2009.0-5"
4579       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4580   comparisons:
4581     - title: "2005.0-5 vs 2005.0-4"
4582       reference: 2
4583       compare: 3
4584 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4585     - title: "2009.0-5 vs 2005.0-5"
4586       reference: 2
4587       compare: 3
4588 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4589   legend:
4590     - ''
4591     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4592     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4593     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4594     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4595     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4596
4597 # VPP Performance Changes 3n-skx 4t2c mrr
4598 - type: "table"
4599   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4600   algorithm: "table_comparison"
4601   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4602   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4603   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4604   columns:
4605     - title: "2001.0-2"
4606       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4607     - title: "2005.0-4"
4608       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4609     - title: "2005.0-5"
4610       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4611     - title: "2009.0-5"
4612       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4613   comparisons:
4614     - title: "2005.0-5 vs 2005.0-4"
4615       reference: 2
4616       compare: 3
4617 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4618     - title: "2009.0-5 vs 2005.0-5"
4619       reference: 2
4620       compare: 3
4621 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4622   legend:
4623     - ''
4624     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4625     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4626     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4627     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4628     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4629
4630 # VPP Performance Changes 3n-skx 8t4c mrr
4631 - type: "table"
4632   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4633   algorithm: "table_comparison"
4634   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4635   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4636   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4637   columns:
4638     - title: "2001.0-2"
4639       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4640     - title: "2005.0-4"
4641       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4642     - title: "2005.0-5"
4643       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4644     - title: "2009.0-5"
4645       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4646   comparisons:
4647     - title: "2005.0-5 vs 2005.0-4"
4648       reference: 2
4649       compare: 3
4650 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4651     - title: "2009.0-5 vs 2005.0-5"
4652       reference: 2
4653       compare: 3
4654 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4655   legend:
4656     - ''
4657     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4658     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4659     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4660     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4661     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4662
4663 # VPP Performance Changes 2n-skx 2t1c mrr
4664 - type: "table"
4665   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4666   algorithm: "table_comparison"
4667   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4668   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4669   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4670   columns:
4671     - title: "2001.0-2"
4672       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4673     - title: "2005.0-4"
4674       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4675     - title: "2005.0-5"
4676       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4677     - title: "2009.0-5"
4678       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4679   comparisons:
4680     - title: "2005.0-5 vs 2005.0-4"
4681       reference: 2
4682       compare: 3
4683 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4684     - title: "2009.0-5 vs 2005.0-4"
4685       reference: 3
4686       compare: 4
4687 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4688   legend:
4689     - ''
4690     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4691     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4692     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4693     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4694     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4695
4696 # VPP Performance Changes 2n-skx 4t2c mrr
4697 - type: "table"
4698   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4699   algorithm: "table_comparison"
4700   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4701   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4702   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4703   columns:
4704     - title: "2001.0-2"
4705       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4706     - title: "2005.0-4"
4707       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4708     - title: "2005.0-5"
4709       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4710     - title: "2009.0-5"
4711       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4712   comparisons:
4713     - title: "2005.0-5 vs 2005.0-4"
4714       reference: 2
4715       compare: 3
4716 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4717     - title: "2009.0-5 vs 2005.0-4"
4718       reference: 3
4719       compare: 4
4720 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4721   legend:
4722     - ''
4723     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4724     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4725     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4726     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4727     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4728
4729 # VPP Performance Changes 2n-skx 8t4c mrr
4730 - type: "table"
4731   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4732   algorithm: "table_comparison"
4733   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4734   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4735   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4736   columns:
4737     - title: "2001.0-2"
4738       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4739     - title: "2005.0-4"
4740       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4741     - title: "2005.0-5"
4742       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4743     - title: "2009.0-5"
4744       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4745   comparisons:
4746     - title: "2005.0-5 vs 2005.0-4"
4747       reference: 2
4748       compare: 3
4749 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4750     - title: "2009.0-5 vs 2005.0-4"
4751       reference: 3
4752       compare: 4
4753 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4754   legend:
4755     - ''
4756     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4757     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4758     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4759     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4760     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4761
4762 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4763 - type: "table"
4764   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4765   algorithm: "table_comparison"
4766   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4768   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4769   columns:
4770     - title: "2001.0-2"
4771       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4772     - title: "2005.0-4"
4773       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4774     - title: "2005.0-5"
4775       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4776     - title: "2009.0-5"
4777       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4778   comparisons:
4779     - title: "2005.0-5 vs 2005.0-4"
4780       reference: 2
4781       compare: 3
4782 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4783     - title: "2009.0-5 vs 2005.0-5"
4784       reference: 3
4785       compare: 4
4786 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4787   legend:
4788     - ''
4789     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4790     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4791     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4792     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4793     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4794
4795 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4796 - type: "table"
4797   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4798   algorithm: "table_comparison"
4799   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4801   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4802   columns:
4803     - title: "2001.0-2"
4804       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4805     - title: "2005.0-4"
4806       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4807     - title: "2005.0-5"
4808       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4809     - title: "2009.0-5"
4810       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4811   comparisons:
4812     - title: "2005.0-5 vs 2005.0-4"
4813       reference: 2
4814       compare: 3
4815 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4816     - title: "2009.0-5 vs 2005.0-5"
4817       reference: 3
4818       compare: 4
4819 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4820   legend:
4821     - ''
4822     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4823     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4824     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4825     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4826     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4827
4828 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4829 - type: "table"
4830   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4831   algorithm: "table_comparison"
4832   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4833   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4834   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4835   columns:
4836     - title: "2001.0-2"
4837       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4838     - title: "2005.0-4"
4839       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4840     - title: "2005.0-5"
4841       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4842     - title: "2009.0-5"
4843       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4844   comparisons:
4845     - title: "2005.0-5 vs 2005.0-4"
4846       reference: 2
4847       compare: 3
4848 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4849     - title: "2009.0-5 vs 2005.0-5"
4850       reference: 3
4851       compare: 4
4852 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4853   legend:
4854     - ''
4855     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4856     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4857     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4858     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4859     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4860
4861 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4862 #- type: "table"
4863 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4864 #  algorithm: "table_comparison"
4865 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4866 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4867 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4868 #  columns:
4869 #    - title: "2001"
4870 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4871 #    - title: "2005"
4872 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4873 #  comparisons:
4874 #    - title: "Diff"
4875 #      reference: 1
4876 #      compare: 2
4877 #  legend:
4878 #    - ""
4879 #    - "2001, 2005 - VPP versions tested."
4880 #    - "Diff - difference between 2001 and 2005 VPP version."
4881 #
4882 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4883 #- type: "table"
4884 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4885 #  algorithm: "table_comparison"
4886 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4887 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4888 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4889 #  columns:
4890 #    - title: "2001"
4891 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4892 #    - title: "2005"
4893 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4894 #  comparisons:
4895 #    - title: "Diff"
4896 #      reference: 1
4897 #      compare: 2
4898 #  legend:
4899 #    - ""
4900 #    - "2001, 2005 - VPP versions tested."
4901 #    - "Diff - difference between 2001 and 2005 VPP version."
4902 #
4903 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4904 #- type: "table"
4905 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4906 #  algorithm: "table_comparison"
4907 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4908 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4909 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4910 #  columns:
4911 #    - title: "2001"
4912 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4913 #    - title: "2005"
4914 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4915 #  comparisons:
4916 #    - title: "Diff"
4917 #      reference: 1
4918 #      compare: 2
4919 #  legend:
4920 #    - ""
4921 #    - "2001, 2005 - VPP versions tested."
4922 #    - "Diff - difference between 2001 and 2005 VPP version."
4923
4924 # VPP Performance Changes 2n-dnv 1t1c mrr
4925 - type: "table"
4926   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4927   algorithm: "table_comparison"
4928   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4929   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4930   filter: "'1T1C'"
4931   columns:
4932     - title: "2001.0-2"
4933       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4934     - title: "2005.0-5"
4935       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4936     - title: "2009.0-5"
4937       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4938   comparisons:
4939     - title: "2009.0-5 vs 2005.0-5"
4940       reference: 2
4941       compare: 3
4942   legend:
4943     - ''
4944     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4945     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4946     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4947     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4948
4949 # VPP Performance Changes 2n-dnv 2t2c mrr
4950 - type: "table"
4951   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4952   algorithm: "table_comparison"
4953   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4954   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4955   filter: "'2T2C'"
4956   columns:
4957     - title: "2001.0-2"
4958       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4959     - title: "2005.0-5"
4960       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4961     - title: "2009.0-5"
4962       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4963   comparisons:
4964     - title: "2009.0-5 vs 2005.0-5"
4965       reference: 2
4966       compare: 3
4967   legend:
4968     - ''
4969     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4970     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4971     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4972     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4973
4974 # VPP Performance Changes 2n-dnv 4t4c mrr
4975 - type: "table"
4976   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4977   algorithm: "table_comparison"
4978   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4979   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4980   filter: "'4T4C'"
4981   columns:
4982     - title: "2001.0-2"
4983       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4984     - title: "2005.0-5"
4985       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4986     - title: "2009.0-5"
4987       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4988   comparisons:
4989     - title: "2009.0-5 vs 2005.0-5"
4990       reference: 2
4991       compare: 3
4992   legend:
4993     - ''
4994     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4995     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4996     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4997     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4998
4999 # VPP Performance Changes 3n-dnv 1t1c mrr
5000 - type: "table"
5001   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5002   algorithm: "table_comparison"
5003   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5004   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5005   filter: "'1T1C'"
5006   columns:
5007     - title: "2001.0-2"
5008       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5009     - title: "2005.0-5"
5010       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5011     - title: "2009.0-5"
5012       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5013   comparisons:
5014     - title: "2009.0-5 vs 2005.0-5"
5015       reference: 2
5016       compare: 3
5017   legend:
5018     - ''
5019     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5020     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5021     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5022     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5023
5024 # VPP Performance Changes 3n-dnv 2t2c mrr
5025 - type: "table"
5026   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5027   algorithm: "table_comparison"
5028   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5029   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5030   filter: "'2T2C'"
5031   columns:
5032     - title: "2001.0-2"
5033       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5034     - title: "2005.0-5"
5035       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5036     - title: "2009.0-5"
5037       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5038   comparisons:
5039     - title: "2009.0-5 vs 2005.0-5"
5040       reference: 2
5041       compare: 3
5042   legend:
5043     - ''
5044     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5045     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5046     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5047     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5048
5049 # VPP Performance Changes 3n-dnv 4t4c mrr
5050 - type: "table"
5051   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5052   algorithm: "table_comparison"
5053   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5054   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5055   filter: "'4T4C'"
5056   columns:
5057     - title: "2001.0-2"
5058       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5059     - title: "2005.0-5"
5060       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5061     - title: "2009.0-5"
5062       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5063   comparisons:
5064     - title: "2009.0-5 vs 2005.0-5"
5065       reference: 2
5066       compare: 3
5067   legend:
5068     - ''
5069     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5070     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5071     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5072     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5073
5074 # VPP Performance Changes 3n-tsh 1t1c mrr
5075 - type: "table"
5076   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5077   algorithm: "table_comparison"
5078   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5079   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5080   filter: "'1T1C'"
5081   columns:
5082     - title: "2001.0-2"
5083       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5084     - title: "2005.0-4"
5085       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5086     - title: "2005.0-5"
5087       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5088     - title: "2009.0-5"
5089       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5090   comparisons:
5091     - title: "2005.0-5 vs 2005.0-4"
5092       reference: 2
5093       compare: 3
5094 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5095     - title: "2009.0-5 vs 2005.0-5"
5096       reference: 3
5097       compare: 4
5098 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5099   legend:
5100     - ''
5101     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5102     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5103     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5104     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5105     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5106
5107 # VPP Performance Changes 3n-tsh 2t2c mrr
5108 - type: "table"
5109   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5110   algorithm: "table_comparison"
5111   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5113   filter: "'2T2C'"
5114   columns:
5115     - title: "2001.0-2"
5116       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5117     - title: "2005.0-4"
5118       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5119     - title: "2005.0-5"
5120       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5121     - title: "2009.0-5"
5122       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5123   comparisons:
5124     - title: "2005.0-5 vs 2005.0-4"
5125       reference: 2
5126       compare: 3
5127 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5128     - title: "2009.0-5 vs 2005.0-5"
5129       reference: 3
5130       compare: 4
5131 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5132   legend:
5133     - ''
5134     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5135     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5136     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5137     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5138     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5139
5140 # VPP Performance Changes 3n-tsh 4t4c mrr
5141 - type: "table"
5142   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5143   algorithm: "table_comparison"
5144   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5145   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5146   filter: "'4T4C'"
5147   columns:
5148     - title: "2001.0-2"
5149       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5150     - title: "2005.0-4"
5151       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5152     - title: "2005.0-5"
5153       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5154     - title: "2009.0-5"
5155       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5156   comparisons:
5157     - title: "2005.0-5 vs 2005.0-4"
5158       reference: 2
5159       compare: 3
5160 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5161     - title: "2009.0-5 vs 2005.0-5"
5162       reference: 3
5163       compare: 4
5164 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5165   legend:
5166     - ''
5167     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5168     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5169     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5170     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5171     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5172
5173 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5174 - type: "table"
5175   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5176   algorithm: "table_comparison"
5177   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5178   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5179   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5180   columns:
5181     - title: "3n-hsw xl710"
5182       data-set: "vpp-compare-testbeds-mrr-ref"
5183       tag: "NIC_Intel-XL710"
5184     - title: "3n-skx xxv710"
5185       data-set: "vpp-compare-testbeds-mrr-cmp"
5186       tag: "NIC_Intel-XXV710"
5187   comparisons:
5188     - title: "Diff"
5189       reference: 1
5190       compare: 2
5191   legend:
5192     - ""
5193     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5194     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5195
5196 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5197 - type: "table"
5198   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5199   algorithm: "table_comparison"
5200   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5201   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5202   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5203   columns:
5204     - title: "3n-hsw xl710"
5205       data-set: "vpp-compare-testbeds-mrr-ref"
5206       tag: "NIC_Intel-XL710"
5207     - title: "3n-skx xxv710"
5208       data-set: "vpp-compare-testbeds-mrr-cmp"
5209       tag: "NIC_Intel-XXV710"
5210   comparisons:
5211     - title: "Diff"
5212       reference: 1
5213       compare: 2
5214   legend:
5215     - ""
5216     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5217     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5218
5219 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5220 - type: "table"
5221   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5222   algorithm: "table_comparison"
5223   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5224   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5225   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5226   columns:
5227     - title: "3n-hsw xl710"
5228       data-set: "vpp-compare-testbeds-mrr-ref"
5229       tag: "NIC_Intel-XL710"
5230     - title: "3n-skx xxv710"
5231       data-set: "vpp-compare-testbeds-mrr-cmp"
5232       tag: "NIC_Intel-XXV710"
5233   comparisons:
5234     - title: "Diff"
5235       reference: 1
5236       compare: 2
5237   legend:
5238     - ""
5239     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5240     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5241
5242 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5243 - type: "table"
5244   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5245   algorithm: "table_comparison"
5246   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5247   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5248   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5249   columns:
5250     - title: "2n-skx"
5251       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5252     - title: "2n-clx"
5253       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5254   comparisons:
5255     - title: "Diff"
5256       reference: 1
5257       compare: 2
5258   legend:
5259     - ""
5260     - "2n-skx, 2n-clx - testbeds and NICs tested."
5261     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5262
5263 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5264 - type: "table"
5265   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5266   algorithm: "table_comparison"
5267   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5268   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5269   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5270   columns:
5271     - title: "2n-skx"
5272       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5273     - title: "2n-clx"
5274       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5275   comparisons:
5276     - title: "Diff"
5277       reference: 1
5278       compare: 2
5279   legend:
5280     - ""
5281     - "2n-skx, 2n-clx - testbeds and NICs tested."
5282     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5283
5284 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5285 - type: "table"
5286   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5287   algorithm: "table_comparison"
5288   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5289   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5290   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5291   columns:
5292     - title: "2n-skx"
5293       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5294     - title: "2n-clx"
5295       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5296   comparisons:
5297     - title: "Diff"
5298       reference: 1
5299       compare: 2
5300   legend:
5301     - ""
5302     - "2n-skx, 2n-clx - testbeds and NICs tested."
5303     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5304
5305 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5306 - type: "table"
5307   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5308   algorithm: "table_comparison"
5309   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5310   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5311   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5312   columns:
5313     - title: "3n-skx"
5314       data-set: "vpp-compare-topologies-mrr-ref"
5315     - title: "2n-skx"
5316       data-set: "vpp-compare-topologies-mrr-cmp"
5317   comparisons:
5318     - title: "Diff"
5319       reference: 1
5320       compare: 2
5321   legend:
5322     - ""
5323     - "3n-skx, 2n-skx - topologies tested."
5324     - "Diff - difference between 3n-skx and 2n-skx topologies."
5325
5326 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5327 - type: "table"
5328   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5329   algorithm: "table_comparison"
5330   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5331   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5332   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5333   columns:
5334     - title: "3n-skx"
5335       data-set: "vpp-compare-topologies-mrr-ref"
5336     - title: "2n-skx"
5337       data-set: "vpp-compare-topologies-mrr-cmp"
5338   comparisons:
5339     - title: "Diff"
5340       reference: 1
5341       compare: 2
5342   legend:
5343     - ""
5344     - "3n-skx, 2n-skx - topologies tested."
5345     - "Diff - difference between 3n-skx and 2n-skx topologies."
5346
5347 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5348 - type: "table"
5349   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5350   algorithm: "table_comparison"
5351   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5352   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5353   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5354   columns:
5355     - title: "3n-skx"
5356       data-set: "vpp-compare-topologies-mrr-ref"
5357     - title: "2n-skx"
5358       data-set: "vpp-compare-topologies-mrr-cmp"
5359   comparisons:
5360     - title: "Diff"
5361       reference: 1
5362       compare: 2
5363   legend:
5364     - ""
5365     - "3n-skx, 2n-skx - topologies tested."
5366     - "Diff - difference between 3n-skx and 2n-skx topologies."
5367
5368 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5369 - type: "table"
5370   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5371   algorithm: "table_comparison"
5372   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5373   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5374   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5375   columns:
5376     - title: "3n-hsw xl710"
5377       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5378       tag: "NIC_Intel-XL710"
5379     - title: "2n-clx xxv710"
5380       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5381       tag: "NIC_Intel-XXV710"
5382   comparisons:
5383     - title: "Diff"
5384       reference: 1
5385       compare: 2
5386   legend:
5387     - ""
5388     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5389     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5390
5391 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5392 - type: "table"
5393   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5394   algorithm: "table_comparison"
5395   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5396   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5397   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5398   columns:
5399     - title: "3n-hsw xl710"
5400       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5401       tag: "NIC_Intel-XL710"
5402     - title: "2n-clx xxv710"
5403       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5404       tag: "NIC_Intel-XXV710"
5405   comparisons:
5406     - title: "Diff"
5407       reference: 1
5408       compare: 2
5409   legend:
5410     - ""
5411     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5412     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5413
5414 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5415 - type: "table"
5416   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5417   algorithm: "table_comparison"
5418   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5419   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5420   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5421   columns:
5422     - title: "3n-hsw xl710"
5423       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5424       tag: "NIC_Intel-XL710"
5425     - title: "2n-clx xxv710"
5426       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5427       tag: "NIC_Intel-XXV710"
5428   comparisons:
5429     - title: "Diff"
5430       reference: 1
5431       compare: 2
5432   legend:
5433     - ""
5434     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5435     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5436
5437 # Detailed Test Results - VPP Performance Results 3n-hsw
5438 - type: "table"
5439   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5440   algorithm: "table_merged_details"
5441   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5442   columns:
5443     - title: " |prein| Test Name |preout| "
5444       data: "data name"
5445     - 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| "
5446       data: "data msg"
5447   data: "vpp-perf-results-3n-hsw"
5448   filter: "all"
5449   parameters:
5450   - "name"
5451   - "parent"
5452   - "msg"
5453
5454 # Detailed Test Results - VPP Performance Results 3n-skx
5455 - type: "table"
5456   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5457   algorithm: "table_merged_details"
5458   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5459   columns:
5460     - title: " |prein| Test Name |preout| "
5461       data: "data name"
5462     - 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| "
5463       data: "data msg"
5464   data: "vpp-perf-results-3n-skx"
5465   filter: "all"
5466   remove-ndr: False
5467   parameters:
5468   - "name"
5469   - "parent"
5470   - "msg"
5471
5472 # Detailed Test Results - VPP Performance Results 2n-skx
5473 - type: "table"
5474   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5475   algorithm: "table_merged_details"
5476   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5477   columns:
5478     - title: " |prein| Test Name |preout| "
5479       data: "data name"
5480     - 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| "
5481       data: "data msg"
5482   data: "vpp-perf-results-2n-skx"
5483   filter: "all"
5484   remove-ndr: False
5485   parameters:
5486   - "name"
5487   - "parent"
5488   - "msg"
5489
5490 # Detailed Test Results - VPP Performance Results 2n-clx
5491 - type: "table"
5492   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5493   algorithm: "table_merged_details"
5494   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5495   columns:
5496     - title: " |prein| Test Name |preout| "
5497       data: "data name"
5498     - 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| "
5499       data: "data msg"
5500   data: "vpp-perf-results-2n-clx"
5501   filter: "all"
5502   parameters:
5503   - "name"
5504   - "parent"
5505   - "msg"
5506
5507 # Detailed Test Results - VPP Performance Results 3n-tsh
5508 - type: "table"
5509   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5510   algorithm: "table_merged_details"
5511   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5512   columns:
5513     - title: " |prein| Test Name |preout| "
5514       data: "data name"
5515     - 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| "
5516       data: "data msg"
5517   data: "vpp-perf-results-3n-tsh"
5518   filter: "all"
5519   parameters:
5520   - "name"
5521   - "parent"
5522   - "msg"
5523
5524 # Detailed Test Results - VPP Performance Results 3n-dnv
5525 - type: "table"
5526   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5527   algorithm: "table_merged_details"
5528   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5529   columns:
5530     - title: " |prein| Test Name |preout| "
5531       data: "data name"
5532     - 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| "
5533       data: "data msg"
5534   data: "vpp-perf-results-3n-dnv"
5535   filter: "all"
5536   parameters:
5537   - "name"
5538   - "parent"
5539   - "msg"
5540
5541 # Detailed Test Results - VPP Performance Results 2n-dnv
5542 - type: "table"
5543   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5544   algorithm: "table_merged_details"
5545   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5546   columns:
5547     - title: " |prein| Test Name |preout| "
5548       data: "data name"
5549     - 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| "
5550       data: "data msg"
5551   data: "vpp-perf-results-2n-dnv"
5552   filter: "all"
5553   parameters:
5554   - "name"
5555   - "parent"
5556   - "msg"
5557
5558 # Test configuration - VPP Performance Test Configs 3n-hsw
5559 - type: "table"
5560   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5561   algorithm: "table_merged_details"
5562   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5563   columns:
5564     - title: " |prein| Test Name |preout| "
5565       data: "data name"
5566     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5567       data: "data conf-history"
5568   data: "vpp-perf-results-3n-hsw"
5569   filter: "all"
5570   parameters:
5571   - "parent"
5572   - "name"
5573   - "conf-history"
5574
5575 # Test configuration - VPP Performance Test Configs 3n-skx
5576 - type: "table"
5577   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5578   algorithm: "table_merged_details"
5579   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5580   columns:
5581     - title: " |prein| Test Name |preout| "
5582       data: "data name"
5583     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5584       data: "data conf-history"
5585   data: "vpp-perf-results-3n-skx"
5586   filter: "all"
5587   parameters:
5588   - "parent"
5589   - "name"
5590   - "conf-history"
5591
5592 # Test configuration - VPP Performance Test Configs 2n-skx
5593 - type: "table"
5594   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5595   algorithm: "table_merged_details"
5596   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5597   columns:
5598     - title: " |prein| Test Name |preout| "
5599       data: "data name"
5600     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5601       data: "data conf-history"
5602   data: "vpp-perf-results-2n-skx"
5603   filter: "all"
5604   parameters:
5605   - "parent"
5606   - "name"
5607   - "conf-history"
5608
5609 # Test configuration - VPP Performance Test Configs 2n-clx
5610 - type: "table"
5611   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5612   algorithm: "table_merged_details"
5613   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5614   columns:
5615     - title: " |prein| Test Name |preout| "
5616       data: "data name"
5617     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5618       data: "data conf-history"
5619   data: "vpp-perf-results-2n-clx"
5620   filter: "all"
5621   parameters:
5622   - "parent"
5623   - "name"
5624   - "conf-history"
5625
5626 # Test configuration - VPP Performance Test Configs 3n-tsh
5627 - type: "table"
5628   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5629   algorithm: "table_merged_details"
5630   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5631   columns:
5632     - title: " |prein| Test Name |preout| "
5633       data: "data name"
5634     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5635       data: "data conf-history"
5636   data: "vpp-perf-results-3n-tsh"
5637   filter: "all"
5638   parameters:
5639   - "parent"
5640   - "name"
5641   - "conf-history"
5642
5643 # Test configuration - VPP Performance Test Configs 3n-dnv
5644 - type: "table"
5645   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5646   algorithm: "table_merged_details"
5647   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5648   columns:
5649     - title: " |prein| Test Name |preout| "
5650       data: "data name"
5651     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5652       data: "data conf-history"
5653   data: "vpp-perf-results-3n-dnv"
5654   filter: "all"
5655   parameters:
5656   - "parent"
5657   - "name"
5658   - "conf-history"
5659
5660 # Test configuration - VPP Performance Test Configs 2n-dnv
5661 - type: "table"
5662   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5663   algorithm: "table_merged_details"
5664   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5665   columns:
5666     - title: " |prein| Test Name |preout| "
5667       data: "data name"
5668     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5669       data: "data conf-history"
5670   data: "vpp-perf-results-2n-dnv"
5671   filter: "all"
5672   parameters:
5673   - "parent"
5674   - "name"
5675   - "conf-history"
5676
5677 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5678 - type: "table"
5679   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5680   algorithm: "table_oper_data_html"
5681   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5682   data: "vpp-perf-results-3n-hsw"
5683   filter: "all"
5684
5685 # Test Operational Data - VPP Performance Operational Data 3n-skx
5686 - type: "table"
5687   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5688   algorithm: "table_oper_data_html"
5689   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5690   data: "vpp-perf-results-3n-skx"
5691   filter: "all"
5692
5693 # Test Operational Data - VPP Performance Operational Data 2n-skx
5694 - type: "table"
5695   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5696   algorithm: "table_oper_data_html"
5697   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5698   data: "vpp-perf-results-2n-skx"
5699   filter: "all"
5700
5701 # Test Operational Data - VPP Performance Operational Data 2n-clx
5702 - type: "table"
5703   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5704   algorithm: "table_oper_data_html"
5705   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5706   data: "vpp-perf-results-2n-clx"
5707   filter: "all"
5708
5709 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5710 - type: "table"
5711   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5712   algorithm: "table_oper_data_html"
5713   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5714   data: "vpp-perf-results-3n-tsh"
5715   filter: "all"
5716
5717 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5718 - type: "table"
5719   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5720   algorithm: "table_oper_data_html"
5721   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5722   data: "vpp-perf-results-3n-dnv"
5723   filter: "all"
5724
5725 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5726 - type: "table"
5727   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5728   algorithm: "table_oper_data_html"
5729   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5730   data: "vpp-perf-results-2n-dnv"
5731   filter: "all"
5732
5733 # Detailed Test Results - VPP MRR Results 3n-hsw
5734 - type: "table"
5735   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5736   algorithm: "table_merged_details"
5737   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5738   columns:
5739     - title: " |prein| Test Name |preout| "
5740       data: "data name"
5741     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5742       data: "data msg"
5743   data: "vpp-mrr-results-3n-hsw"
5744   filter: "all"
5745   parameters:
5746   - "name"
5747   - "parent"
5748   - "msg"
5749
5750 # Detailed Test Results - VPP MRR Results 3n-skx
5751 - type: "table"
5752   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5753   algorithm: "table_merged_details"
5754   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5755   columns:
5756     - title: " |prein| Test Name |preout| "
5757       data: "data name"
5758     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5759       data: "data msg"
5760   data: "vpp-mrr-results-3n-skx"
5761   filter: "all"
5762   parameters:
5763   - "name"
5764   - "parent"
5765   - "msg"
5766
5767 # Detailed Test Results - VPP MRR Results 2n-skx
5768 - type: "table"
5769   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5770   algorithm: "table_merged_details"
5771   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5772   columns:
5773     - title: " |prein| Test Name |preout| "
5774       data: "data name"
5775     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5776       data: "data msg"
5777   data: "vpp-mrr-results-2n-skx"
5778   filter: "all"
5779   parameters:
5780   - "name"
5781   - "parent"
5782   - "msg"
5783
5784 # Detailed Test Results - VPP MRR Results 2n-clx
5785 - type: "table"
5786   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5787   algorithm: "table_merged_details"
5788   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5789   columns:
5790     - title: " |prein| Test Name |preout| "
5791       data: "data name"
5792     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5793       data: "data msg"
5794   data: "vpp-mrr-results-2n-clx"
5795   filter: "all"
5796   parameters:
5797   - "name"
5798   - "parent"
5799   - "msg"
5800
5801 # Detailed Test Results - VPP MRR Results 3n-tsh
5802 - type: "table"
5803   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5804   algorithm: "table_merged_details"
5805   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5806   columns:
5807     - title: " |prein| Test Name |preout| "
5808       data: "data name"
5809     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5810       data: "data msg"
5811   data: "vpp-mrr-results-3n-tsh"
5812   filter: "all"
5813   parameters:
5814   - "name"
5815   - "parent"
5816   - "msg"
5817
5818 # Detailed Test Results - VPP MRR Results 3n-dnv
5819 - type: "table"
5820   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5821   algorithm: "table_merged_details"
5822   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5823   columns:
5824     - title: " |prein| Test Name |preout| "
5825       data: "data name"
5826     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5827       data: "data msg"
5828   data: "vpp-mrr-results-3n-dnv"
5829   filter: "all"
5830   parameters:
5831   - "name"
5832   - "parent"
5833   - "msg"
5834
5835 # Detailed Test Results - VPP MRR Results 2n-dnv
5836 - type: "table"
5837   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5838   algorithm: "table_merged_details"
5839   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5840   columns:
5841     - title: " |prein| Test Name |preout| "
5842       data: "data name"
5843     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5844       data: "data msg"
5845   data: "vpp-mrr-results-2n-dnv"
5846   filter: "all"
5847   parameters:
5848   - "name"
5849   - "parent"
5850   - "msg"
5851
5852 # Test configuration - VPP MRR Test Configs 3n-hsw
5853 - type: "table"
5854   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5855   algorithm: "table_merged_details"
5856   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5857   columns:
5858     - title: " |prein| Test Name |preout| "
5859       data: "data name"
5860     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5861       data: "data conf-history"
5862   data: "vpp-mrr-results-3n-hsw"
5863   filter: "all"
5864   parameters:
5865   - "parent"
5866   - "name"
5867   - "conf-history"
5868
5869 # Test configuration - VPP MRR Test Configs 3n-skx
5870 - type: "table"
5871   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5872   algorithm: "table_merged_details"
5873   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5874   columns:
5875     - title: " |prein| Test Name |preout| "
5876       data: "data name"
5877     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5878       data: "data conf-history"
5879   data: "vpp-mrr-results-3n-skx"
5880   filter: "all"
5881   parameters:
5882   - "parent"
5883   - "name"
5884   - "conf-history"
5885
5886 # Test configuration - VPP MRR Test Configs 2n-skx
5887 - type: "table"
5888   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5889   algorithm: "table_merged_details"
5890   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5891   columns:
5892     - title: " |prein| Test Name |preout| "
5893       data: "data name"
5894     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5895       data: "data conf-history"
5896   data: "vpp-mrr-results-2n-skx"
5897   filter: "all"
5898   parameters:
5899   - "parent"
5900   - "name"
5901   - "conf-history"
5902
5903 # Test configuration - VPP MRR Test Configs 2n-clx
5904 - type: "table"
5905   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5906   algorithm: "table_merged_details"
5907   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5908   columns:
5909     - title: " |prein| Test Name |preout| "
5910       data: "data name"
5911     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5912       data: "data conf-history"
5913   data: "vpp-mrr-results-2n-clx"
5914   filter: "all"
5915   parameters:
5916   - "parent"
5917   - "name"
5918   - "conf-history"
5919
5920 # Test configuration - VPP MRR Test Configs 3n-tsh
5921 - type: "table"
5922   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5923   algorithm: "table_merged_details"
5924   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5925   columns:
5926     - title: " |prein| Test Name |preout| "
5927       data: "data name"
5928     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5929       data: "data conf-history"
5930   data: "vpp-mrr-results-3n-tsh"
5931   filter: "all"
5932   parameters:
5933   - "parent"
5934   - "name"
5935   - "conf-history"
5936
5937 # Test configuration - VPP MRR Test Configs 3n-dnv
5938 - type: "table"
5939   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5940   algorithm: "table_merged_details"
5941   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5942   columns:
5943     - title: " |prein| Test Name |preout| "
5944       data: "data name"
5945     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5946       data: "data conf-history"
5947   data: "vpp-mrr-results-3n-dnv"
5948   filter: "all"
5949   parameters:
5950   - "parent"
5951   - "name"
5952   - "conf-history"
5953
5954 # Test configuration - VPP MRR Test Configs 2n-dnv
5955 - type: "table"
5956   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5957   algorithm: "table_merged_details"
5958   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5959   columns:
5960     - title: " |prein| Test Name |preout| "
5961       data: "data name"
5962     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5963       data: "data conf-history"
5964   data: "vpp-mrr-results-2n-dnv"
5965   filter: "all"
5966   parameters:
5967   - "parent"
5968   - "name"
5969   - "conf-history"
5970
5971 # Detailed Test Results - VPP Device Results - Ubuntu
5972 - type: "table"
5973   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5974   algorithm: "table_merged_details"
5975   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5976   columns:
5977     - title: " |prein| Test Name |preout| "
5978       data: "data name"
5979     - title: " |prein| Status |preout| "
5980       data: "data status"
5981   data: "vpp-device-results-ubuntu"
5982   filter: "all"
5983   parameters:
5984   - "name"
5985   - "parent"
5986   - "doc"
5987   - "status"
5988
5989 # Test configuration - VPP Device Test Configs - Ubuntu
5990 - type: "table"
5991   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5992   algorithm: "table_merged_details"
5993   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5994   columns:
5995     - title: " |prein| Test Name |preout| "
5996       data: "data name"
5997     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5998       data: "data conf-history"
5999   data: "vpp-device-results-ubuntu"
6000   filter: "all"
6001   parameters:
6002   - "parent"
6003   - "name"
6004   - "conf-history"
6005
6006 ################################################################################
6007
6008 # DPDK Performance Changes 3n-hsw 1t1c pdr
6009 - type: "table"
6010   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6011   algorithm: "table_comparison"
6012   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6013   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6014   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6015   columns:
6016     - title: "2001"
6017       data-set: "dpdk-performance-changes-3n-hsw-h1"
6018     - title: "2005"
6019       data-set: "dpdk-performance-changes-3n-hsw-ref"
6020     - title: "2009"
6021       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6022   comparisons:
6023     - title: "Diff"
6024       reference: 2
6025       compare: 3
6026   legend:
6027     - ""
6028     - "2001, 2005, 2009 - DPDK versions tested."
6029     - "Diff - difference between 2005 and 2009 DPDK version."
6030
6031 # DPDK Performance Changes 3n-hsw 2t2c pdr
6032 - type: "table"
6033   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6034   algorithm: "table_comparison"
6035   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6036   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6037   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6038   columns:
6039     - title: "2001"
6040       data-set: "dpdk-performance-changes-3n-hsw-h1"
6041     - title: "2005"
6042       data-set: "dpdk-performance-changes-3n-hsw-ref"
6043     - title: "2009"
6044       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6045   comparisons:
6046     - title: "Diff"
6047       reference: 2
6048       compare: 3
6049   legend:
6050     - ""
6051     - "2001, 2005, 2009 - DPDK versions tested."
6052     - "Diff - difference between 2005 and 2009 DPDK version."
6053
6054 # DPDK Performance Changes 3n-hsw 1t1c pdr
6055 - type: "table"
6056   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6057   algorithm: "table_comparison"
6058   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6059   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6060   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6061   columns:
6062     - title: "2001"
6063       data-set: "dpdk-performance-changes-3n-hsw-h1"
6064     - title: "2005"
6065       data-set: "dpdk-performance-changes-3n-hsw-ref"
6066     - title: "2009"
6067       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6068   comparisons:
6069     - title: "Diff"
6070       reference: 2
6071       compare: 3
6072   legend:
6073     - ""
6074     - "2001, 2005, 2009 - DPDK versions tested."
6075     - "Diff - difference between 2005 and 2009 DPDK version."
6076
6077 # DPDK Performance Changes 3n-hsw 2t2c ndr
6078 - type: "table"
6079   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6080   algorithm: "table_comparison"
6081   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6083   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6084   columns:
6085     - title: "2001"
6086       data-set: "dpdk-performance-changes-3n-hsw-h1"
6087     - title: "2005"
6088       data-set: "dpdk-performance-changes-3n-hsw-ref"
6089     - title: "2009"
6090       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6091   comparisons:
6092     - title: "Diff"
6093       reference: 2
6094       compare: 3
6095   legend:
6096     - ""
6097     - "2001, 2005, 2009 - DPDK versions tested."
6098     - "Diff - difference between 2005 and 2009 DPDK version."
6099
6100 # DPDK Performance Changes 3n-skx 2t1c pdr
6101 - type: "table"
6102   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6103   algorithm: "table_comparison"
6104   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6105   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6106   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6107   columns:
6108     - title: "2001"
6109       data-set: "dpdk-performance-changes-3n-skx-h1"
6110     - title: "2005"
6111       data-set: "dpdk-performance-changes-3n-skx-ref"
6112     - title: "2009"
6113       data-set: "dpdk-performance-changes-3n-skx-cmp"
6114   comparisons:
6115     - title: "Diff"
6116       reference: 2
6117       compare: 3
6118   legend:
6119     - ""
6120     - "2001, 2005, 2009 - DPDK versions tested."
6121     - "Diff - difference between 2005 and 2009 DPDK version."
6122
6123 # DPDK Performance Changes 3n-skx 4t2c pdr
6124 - type: "table"
6125   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6126   algorithm: "table_comparison"
6127   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6129   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6130   columns:
6131     - title: "2001"
6132       data-set: "dpdk-performance-changes-3n-skx-h1"
6133     - title: "2005"
6134       data-set: "dpdk-performance-changes-3n-skx-ref"
6135     - title: "2009"
6136       data-set: "dpdk-performance-changes-3n-skx-cmp"
6137   comparisons:
6138     - title: "Diff"
6139       reference: 2
6140       compare: 3
6141   legend:
6142     - ""
6143     - "2001, 2005, 2009 - DPDK versions tested."
6144     - "Diff - difference between 2005 and 2009 DPDK version."
6145
6146 # DPDK Performance Changes 3n-skx 2t1c ndr
6147 - type: "table"
6148   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6149   algorithm: "table_comparison"
6150   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6151   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6152   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6153   columns:
6154     - title: "2001"
6155       data-set: "dpdk-performance-changes-3n-skx-h1"
6156     - title: "2005"
6157       data-set: "dpdk-performance-changes-3n-skx-ref"
6158     - title: "2009"
6159       data-set: "dpdk-performance-changes-3n-skx-cmp"
6160   comparisons:
6161     - title: "Diff"
6162       reference: 2
6163       compare: 3
6164   legend:
6165     - ""
6166     - "2001, 2005, 2009 - DPDK versions tested."
6167     - "Diff - difference between 2005 and 2009 DPDK version."
6168
6169 # DPDK Performance Changes 3n-skx 4t2c ndr
6170 - type: "table"
6171   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6172   algorithm: "table_comparison"
6173   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6174   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6175   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6176   columns:
6177     - title: "2001"
6178       data-set: "dpdk-performance-changes-3n-skx-h1"
6179     - title: "2005"
6180       data-set: "dpdk-performance-changes-3n-skx-ref"
6181     - title: "2009"
6182       data-set: "dpdk-performance-changes-3n-skx-cmp"
6183   comparisons:
6184     - title: "Diff"
6185       reference: 2
6186       compare: 3
6187   legend:
6188     - ""
6189     - "2001, 2005, 2009 - DPDK versions tested."
6190     - "Diff - difference between 2005 and 2009 DPDK version."
6191
6192 # DPDK Performance Changes 2n-skx 2t1c pdr
6193 - type: "table"
6194   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6195   algorithm: "table_comparison"
6196   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6197   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6198   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6199   columns:
6200     - title: "2001"
6201       data-set: "dpdk-performance-changes-2n-skx-h1"
6202     - title: "2005"
6203       data-set: "dpdk-performance-changes-2n-skx-ref"
6204     - title: "2009"
6205       data-set: "dpdk-performance-changes-2n-skx-cmp"
6206   comparisons:
6207     - title: "Diff"
6208       reference: 2
6209       compare: 3
6210   legend:
6211     - ""
6212     - "2001, 2005, 2009 - DPDK versions tested."
6213     - "Diff - difference between 2005 and 2009 DPDK version."
6214
6215 # DPDK Performance Changes 2n-skx 4t2c pdr
6216 - type: "table"
6217   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6218   algorithm: "table_comparison"
6219   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6221   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6222   columns:
6223     - title: "2001"
6224       data-set: "dpdk-performance-changes-2n-skx-h1"
6225     - title: "2005"
6226       data-set: "dpdk-performance-changes-2n-skx-ref"
6227     - title: "2009"
6228       data-set: "dpdk-performance-changes-2n-skx-cmp"
6229   comparisons:
6230     - title: "Diff"
6231       reference: 2
6232       compare: 3
6233   legend:
6234     - ""
6235     - "2001, 2005, 2009 - DPDK versions tested."
6236     - "Diff - difference between 2005 and 2009 DPDK version."
6237
6238 # DPDK Performance Changes 2n-skx 2t1c ndr
6239 - type: "table"
6240   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6241   algorithm: "table_comparison"
6242   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6243   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6244   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6245   columns:
6246     - title: "2001"
6247       data-set: "dpdk-performance-changes-2n-skx-h1"
6248     - title: "2005"
6249       data-set: "dpdk-performance-changes-2n-skx-ref"
6250     - title: "2009"
6251       data-set: "dpdk-performance-changes-2n-skx-cmp"
6252   comparisons:
6253     - title: "Diff"
6254       reference: 2
6255       compare: 3
6256   legend:
6257     - ""
6258     - "2001, 2005, 2009 - DPDK versions tested."
6259     - "Diff - difference between 2005 and 2009 DPDK version."
6260
6261 # DPDK Performance Changes 2n-skx 4t2c ndr
6262 - type: "table"
6263   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6264   algorithm: "table_comparison"
6265   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6266   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6267   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6268   columns:
6269     - title: "2001"
6270       data-set: "dpdk-performance-changes-2n-skx-h1"
6271     - title: "2005"
6272       data-set: "dpdk-performance-changes-2n-skx-ref"
6273     - title: "2009"
6274       data-set: "dpdk-performance-changes-2n-skx-cmp"
6275   comparisons:
6276     - title: "Diff"
6277       reference: 2
6278       compare: 3
6279   legend:
6280     - ""
6281     - "2001, 2005, 2009 - DPDK versions tested."
6282     - "Diff - difference between 2005 and 2009 DPDK version."
6283
6284 # DPDK Performance Changes 2n-clx 2t1c pdr
6285 - type: "table"
6286   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6287   algorithm: "table_comparison"
6288   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6289   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6290   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6291   columns:
6292     - title: "2001"
6293       data-set: "dpdk-performance-changes-2n-clx-h1"
6294     - title: "2005"
6295       data-set: "dpdk-performance-changes-2n-clx-ref"
6296     - title: "2009"
6297       data-set: "dpdk-performance-changes-2n-clx-cmp"
6298   comparisons:
6299     - title: "Diff"
6300       reference: 2
6301       compare: 3
6302   legend:
6303     - ""
6304     - "2001, 2005, 2009 - DPDK versions tested."
6305     - "Diff - difference between 2005 and 2009 DPDK version."
6306
6307 # DPDK Performance Changes 2n-clx 4t2c pdr
6308 - type: "table"
6309   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6310   algorithm: "table_comparison"
6311   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6312   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6313   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6314   columns:
6315     - title: "2001"
6316       data-set: "dpdk-performance-changes-2n-clx-h1"
6317     - title: "2005"
6318       data-set: "dpdk-performance-changes-2n-clx-ref"
6319     - title: "2009"
6320       data-set: "dpdk-performance-changes-2n-clx-cmp"
6321   comparisons:
6322     - title: "Diff"
6323       reference: 2
6324       compare: 3
6325   legend:
6326     - ""
6327     - "2001, 2005, 2009 - DPDK versions tested."
6328     - "Diff - difference between 2005 and 2009 DPDK version."
6329
6330 # DPDK Performance Changes 2n-clx 2t1c ndr
6331 - type: "table"
6332   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6333   algorithm: "table_comparison"
6334   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6335   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6336   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6337   columns:
6338     - title: "2001"
6339       data-set: "dpdk-performance-changes-2n-clx-h1"
6340     - title: "2005"
6341       data-set: "dpdk-performance-changes-2n-clx-ref"
6342     - title: "2009"
6343       data-set: "dpdk-performance-changes-2n-clx-cmp"
6344   comparisons:
6345     - title: "Diff"
6346       reference: 2
6347       compare: 3
6348   legend:
6349     - ""
6350     - "2001, 2005, 2009 - DPDK versions tested."
6351     - "Diff - difference between 2005 and 2009 DPDK version."
6352
6353 # DPDK Performance Changes 2n-clx 4t2c ndr
6354 - type: "table"
6355   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6356   algorithm: "table_comparison"
6357   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6358   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6359   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6360   columns:
6361     - title: "2001"
6362       data-set: "dpdk-performance-changes-2n-clx-h1"
6363     - title: "2005"
6364       data-set: "dpdk-performance-changes-2n-clx-ref"
6365     - title: "2009"
6366       data-set: "dpdk-performance-changes-2n-clx-cmp"
6367   comparisons:
6368     - title: "Diff"
6369       reference: 2
6370       compare: 3
6371   legend:
6372     - ""
6373     - "2001, 2005, 2009 - DPDK versions tested."
6374     - "Diff - difference between 2005 and 2009 DPDK version."
6375
6376 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6377 #- type: "table"
6378 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6379 #  algorithm: "table_comparison"
6380 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6381 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6382 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6383 #  columns:
6384 #    - title: "2001"
6385 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6386 #    - title: "2005"
6387 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6388 #    - title: "2009"
6389 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6390 #  comparisons:
6391 #    - title: "Diff"
6392 #      reference: 2
6393 #      compare: 3
6394 #  legend:
6395 #    - ""
6396 #    - "2001, 2005, 2009 - DPDK versions tested."
6397 #    - "Diff - difference between 2005 and 2009 DPDK version."
6398 #
6399 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6400 #- type: "table"
6401 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6402 #  algorithm: "table_comparison"
6403 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6404 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6405 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6406 #  columns:
6407 #    - title: "2001"
6408 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6409 #    - title: "2005"
6410 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6411 #    - title: "2009"
6412 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6413 #  comparisons:
6414 #    - title: "Diff"
6415 #      reference: 2
6416 #      compare: 3
6417 #  legend:
6418 #    - ""
6419 #    - "2001, 2005, 2009 - DPDK versions tested."
6420 #    - "Diff - difference between 2005 and 2009 DPDK version."
6421 #
6422 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6423 #- type: "table"
6424 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6425 #  algorithm: "table_comparison"
6426 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6427 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6428 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6429 #  columns:
6430 #    - title: "2001"
6431 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6432 #    - title: "2005"
6433 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6434 #    - title: "2009"
6435 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6436 #  comparisons:
6437 #    - title: "Diff"
6438 #      reference: 2
6439 #      compare: 3
6440 #  legend:
6441 #    - ""
6442 #    - "2001, 2005, 2009 - DPDK versions tested."
6443 #    - "Diff - difference between 2005 and 2009 DPDK version."
6444 #
6445 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6446 #- type: "table"
6447 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6448 #  algorithm: "table_comparison"
6449 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6450 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6451 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6452 #  columns:
6453 #    - title: "2001"
6454 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6455 #    - title: "2005"
6456 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6457 #    - title: "2009"
6458 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6459 #  comparisons:
6460 #    - title: "Diff"
6461 #      reference: 2
6462 #      compare: 3
6463 #  legend:
6464 #    - ""
6465 #    - "2001, 2005, 2009 - DPDK versions tested."
6466 #    - "Diff - difference between 2005 and 2009 DPDK version."
6467 #
6468 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6469 #- type: "table"
6470 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6471 #  algorithm: "table_comparison"
6472 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6473 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6474 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6475 #  columns:
6476 #    - title: "2001"
6477 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6478 #    - title: "2005"
6479 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6480 #    - title: "2009"
6481 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6482 #  comparisons:
6483 #    - title: "Diff"
6484 #      reference: 2
6485 #      compare: 3
6486 #  legend:
6487 #    - ""
6488 #    - "2001, 2005, 2009 - DPDK versions tested."
6489 #    - "Diff - difference between 2005 and 2009 DPDK version."
6490 #
6491 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6492 #- type: "table"
6493 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6494 #  algorithm: "table_comparison"
6495 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6496 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6497 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6498 #  columns:
6499 #    - title: "2001"
6500 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6501 #    - title: "2005"
6502 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6503 #    - title: "2009"
6504 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6505 #  comparisons:
6506 #    - title: "Diff"
6507 #      reference: 2
6508 #      compare: 3
6509 #  legend:
6510 #    - ""
6511 #    - "2001, 2005, 2009 - DPDK versions tested."
6512 #    - "Diff - difference between 2005 and 2009 DPDK version."
6513 #
6514 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6515 #- type: "table"
6516 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6517 #  algorithm: "table_comparison"
6518 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6519 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6520 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6521 #  columns:
6522 #    - title: "2001"
6523 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6524 #    - title: "2005"
6525 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6526 #    - title: "2009"
6527 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6528 #  comparisons:
6529 #    - title: "Diff"
6530 #      reference: 2
6531 #      compare: 3
6532 #  legend:
6533 #    - ""
6534 #    - "2001, 2005, 2009 - DPDK versions tested."
6535 #    - "Diff - difference between 2005 and 2009 DPDK version."
6536 #
6537 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6538 #- type: "table"
6539 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6540 #  algorithm: "table_comparison"
6541 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6542 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6543 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6544 #  columns:
6545 #    - title: "2001"
6546 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6547 #    - title: "2005"
6548 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6549 #    - title: "2009"
6550 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6551 #  comparisons:
6552 #    - title: "Diff"
6553 #      reference: 2
6554 #      compare: 3
6555 #  legend:
6556 #    - ""
6557 #    - "2001, 2005, 2009 - DPDK versions tested."
6558 #    - "Diff - difference between 2005 and 2009 DPDK version."
6559
6560 # DPDK Performance Changes 3n-tsh 1t1c pdr
6561 - type: "table"
6562   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6563   algorithm: "table_comparison"
6564   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6565   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6566   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6567   columns:
6568     - title: "2001"
6569       data-set: "dpdk-performance-changes-3n-tsh-h1"
6570     - title: "2005"
6571       data-set: "dpdk-performance-changes-3n-tsh-ref"
6572     - title: "2009"
6573       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6574   comparisons:
6575     - title: "Diff"
6576       reference: 2
6577       compare: 3
6578   legend:
6579     - ""
6580     - "2001, 2005, 2009 - DPDK versions tested."
6581     - "Diff - difference between 2005 and 2009 DPDK version."
6582
6583 # DPDK Performance Changes 3n-tsh 2t2c pdr
6584 - type: "table"
6585   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6586   algorithm: "table_comparison"
6587   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6589   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6590   columns:
6591     - title: "2001"
6592       data-set: "dpdk-performance-changes-3n-tsh-h1"
6593     - title: "2005"
6594       data-set: "dpdk-performance-changes-3n-tsh-ref"
6595     - title: "2009"
6596       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6597   comparisons:
6598     - title: "Diff"
6599       reference: 2
6600       compare: 3
6601   legend:
6602     - ""
6603     - "2001, 2005, 2009 - DPDK versions tested."
6604     - "Diff - difference between 2005 and 2009 DPDK version."
6605
6606 # DPDK Performance Changes 3n-tsh 1t1c ndr
6607 - type: "table"
6608   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6609   algorithm: "table_comparison"
6610   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6611   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6612   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6613   columns:
6614     - title: "2001"
6615       data-set: "dpdk-performance-changes-3n-tsh-h1"
6616     - title: "2005"
6617       data-set: "dpdk-performance-changes-3n-tsh-ref"
6618     - title: "2009"
6619       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6620   comparisons:
6621     - title: "Diff"
6622       reference: 2
6623       compare: 3
6624   legend:
6625     - ""
6626     - "2001, 2005, 2009 - DPDK versions tested."
6627     - "Diff - difference between 2005 and 2009 DPDK version."
6628
6629 # DPDK Performance Changes 3n-tsh 2t2c ndr
6630 - type: "table"
6631   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6632   algorithm: "table_comparison"
6633   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6634   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6635   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6636   columns:
6637     - title: "2001"
6638       data-set: "dpdk-performance-changes-3n-tsh-h1"
6639     - title: "2005"
6640       data-set: "dpdk-performance-changes-3n-tsh-ref"
6641     - title: "2009"
6642       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6643   comparisons:
6644     - title: "Diff"
6645       reference: 2
6646       compare: 3
6647   legend:
6648     - ""
6649     - "2001, 2005, 2009 - DPDK versions tested."
6650     - "Diff - difference between 2005 and 2009 DPDK version."
6651
6652 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6653 - type: "table"
6654   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6655   algorithm: "table_comparison"
6656   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6657   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6658   filter: "'NIC_Intel-X710'"
6659   columns:
6660     - title: "3n-hsw x710"
6661       data-set: "dpdk-compare-testbeds-ref"
6662     - title: "3n-skx x710"
6663       data-set: "dpdk-compare-testbeds-cmp"
6664   comparisons:
6665     - title: "Diff"
6666       reference: 1
6667       compare: 2
6668   legend:
6669     - ""
6670     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6671     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6672
6673 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6674 - type: "table"
6675   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6676   algorithm: "table_comparison"
6677   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6678   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6679   filter: "'NIC_Intel-X710'"
6680   columns:
6681     - title: "3n-hsw x710"
6682       data-set: "dpdk-compare-testbeds-ref"
6683     - title: "3n-skx x710"
6684       data-set: "dpdk-compare-testbeds-cmp"
6685   comparisons:
6686     - title: "Diff"
6687       reference: 1
6688       compare: 2
6689   legend:
6690     - ""
6691     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6692     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6693
6694 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6695 - type: "table"
6696   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6697   algorithm: "table_comparison"
6698   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6699   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6700   filter: "'NIC_Intel-XXV710'"
6701   columns:
6702     - title: "2n-skx"
6703       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6704     - title: "2n-clx"
6705       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6706   comparisons:
6707     - title: "Diff"
6708       reference: 1
6709       compare: 2
6710   legend:
6711     - ""
6712     - "2n-skx, 2n-clx - testbeds and NICs tested."
6713     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6714
6715 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6716 - type: "table"
6717   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6718   algorithm: "table_comparison"
6719   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6720   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6721   filter: "'NIC_Intel-XXV710'"
6722   columns:
6723     - title: "2n-skx"
6724       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6725     - title: "2n-clx"
6726       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6727   comparisons:
6728     - title: "Diff"
6729       reference: 1
6730       compare: 2
6731   legend:
6732     - ""
6733     - "2n-skx, 2n-clx - testbeds and NICs tested."
6734     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6735
6736 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6737 - type: "table"
6738   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6739   algorithm: "table_comparison"
6740   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6741   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6742   filter: "'NIC_Intel-XXV710'"
6743   columns:
6744     - title: "3n-skx"
6745       data-set: "dpdk-compare-topologies-ref"
6746     - title: "2n-skx"
6747       data-set: "dpdk-compare-topologies-cmp"
6748   comparisons:
6749     - title: "Diff"
6750       reference: 1
6751       compare: 2
6752   legend:
6753     - ""
6754     - "3n-skx, 2n-skx - topologies tested."
6755     - "Diff - difference between 3n-skx and 2n-skx topologies."
6756
6757 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6758 - type: "table"
6759   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6760   algorithm: "table_comparison"
6761   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6762   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6763   filter: "'NIC_Intel-XXV710'"
6764   columns:
6765     - title: "3n-skx"
6766       data-set: "dpdk-compare-topologies-ref"
6767     - title: "2n-skx"
6768       data-set: "dpdk-compare-topologies-cmp"
6769   comparisons:
6770     - title: "Diff"
6771       reference: 1
6772       compare: 2
6773   legend:
6774     - ""
6775     - "3n-skx, 2n-skx - topologies tested."
6776     - "Diff - difference between 3n-skx and 2n-skx topologies."
6777
6778 # Detailed Test Results - DPDK Performance Results 3n-hsw
6779 - type: "table"
6780   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6781   algorithm: "table_merged_details"
6782   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6783   columns:
6784     - title: " |prein| Test Name |preout| "
6785       data: "data name"
6786     - 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| "
6787       data: "data msg"
6788   data: "dpdk-perf-results-3n-hsw"
6789   filter: "all"
6790   parameters:
6791   - "name"
6792   - "parent"
6793   - "msg"
6794
6795 # Detailed Test Results - DPDK Performance Results 3n-skx
6796 - type: "table"
6797   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6798   algorithm: "table_merged_details"
6799   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6800   columns:
6801     - title: " |prein| Test Name |preout| "
6802       data: "data name"
6803     - 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| "
6804       data: "data msg"
6805   data: "dpdk-perf-results-3n-skx"
6806   filter: "all"
6807   remove-ndr: False
6808   parameters:
6809   - "name"
6810   - "parent"
6811   - "msg"
6812
6813 # Detailed Test Results - DPDK Performance Results 2n-skx
6814 - type: "table"
6815   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6816   algorithm: "table_merged_details"
6817   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6818   columns:
6819     - title: " |prein| Test Name |preout| "
6820       data: "data name"
6821     - 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| "
6822       data: "data msg"
6823   data: "dpdk-perf-results-2n-skx"
6824   filter: "all"
6825   remove-ndr: False
6826   parameters:
6827   - "name"
6828   - "parent"
6829   - "msg"
6830
6831 # Detailed Test Results - DPDK Performance Results 2n-clx
6832 - type: "table"
6833   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6834   algorithm: "table_merged_details"
6835   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6836   columns:
6837     - title: " |prein| Test Name |preout| "
6838       data: "data name"
6839     - 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| "
6840       data: "data msg"
6841   data: "dpdk-perf-results-2n-clx"
6842   filter: "all"
6843   parameters:
6844   - "name"
6845   - "parent"
6846   - "msg"
6847
6848 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6849 #- type: "table"
6850 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6851 #  algorithm: "table_merged_details"
6852 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6853 #  columns:
6854 #    - title: " |prein| Test Name |preout| "
6855 #      data: "data name"
6856 #    - 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| "
6857 #      data: "data msg"
6858 #  data: "dpdk-perf-results-2n-dnv"
6859 #  filter: "all"
6860 #  parameters:
6861 #  - "name"
6862 #  - "parent"
6863 #  - "msg"
6864 #
6865 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6866 #- type: "table"
6867 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6868 #  algorithm: "table_merged_details"
6869 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6870 #  columns:
6871 #    - title: " |prein| Test Name |preout| "
6872 #      data: "data name"
6873 #    - 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| "
6874 #      data: "data msg"
6875 #  data: "dpdk-perf-results-3n-dnv"
6876 #  filter: "all"
6877 #  parameters:
6878 #  - "name"
6879 #  - "parent"
6880 #  - "msg"
6881
6882 # Detailed Test Results - DPDK Performance Results 3n-tsh
6883 - type: "table"
6884   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6885   algorithm: "table_merged_details"
6886   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6887   columns:
6888     - title: " |prein| Test Name |preout| "
6889       data: "data name"
6890     - 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| "
6891       data: "data msg"
6892   data: "dpdk-perf-results-3n-tsh"
6893   filter: "all"
6894   parameters:
6895   - "name"
6896   - "parent"
6897   - "msg"
6898
6899 ################################################################################
6900 ###                                F I L E S                                 ###
6901 ################################################################################
6902
6903 # VPP Performance Results
6904 - type: "file"
6905   title: "VPP Performance Results"
6906   algorithm: "file_details_split"
6907   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6908   dir-tables:
6909     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6910     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6911     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6912     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6913     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6914     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6915     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6916   data:
6917     - "vpp-perf-results-2n-skx"
6918     - "vpp-perf-results-3n-skx"
6919     - "vpp-perf-results-2n-clx"
6920     - "vpp-perf-results-3n-hsw"
6921     - "vpp-perf-results-3n-tsh"
6922     - "vpp-perf-results-2n-dnv"
6923     - "vpp-perf-results-3n-dnv"
6924   filter: "all"
6925   data-start-level: 4
6926   order-chapters:
6927     level-1:
6928       - "l2"
6929       - "ip4"
6930       - "ip6"
6931       - "srv6"
6932       - "ip4_tunnels"
6933       - "ip6_tunnels"
6934       - "vm_vhost"
6935       - "container_memif"
6936       - "crypto"
6937       - "vts"
6938       - "lb"
6939       - "nfv_density"
6940       - "hoststack"
6941     level-2:
6942       - "2n-skx"
6943       - "3n-skx"
6944       - "2n-clx"
6945       - "3n-hsw"
6946       - "3n-tsh"
6947       - "2n-dnv"
6948       - "3n-dnv"
6949     level-3:
6950       - "xl710"
6951       - "x520"
6952       - "xxv710"
6953       - "x710"
6954       - "x553"
6955       - "cx556a"
6956       - "vic1227"
6957       - "vic1385"
6958
6959 # VPP Performance Configuration
6960 - type: "file"
6961   title: "VPP Performance Configuration"
6962   algorithm: "file_details_split"
6963   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6964   dir-tables:
6965     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6966     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6967     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6968     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6969     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6970     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6971     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6972   data:
6973     - "vpp-perf-results-2n-skx"
6974     - "vpp-perf-results-3n-skx"
6975     - "vpp-perf-results-2n-clx"
6976     - "vpp-perf-results-3n-hsw"
6977     - "vpp-perf-results-3n-tsh"
6978     - "vpp-perf-results-2n-dnv"
6979     - "vpp-perf-results-3n-dnv"
6980   filter: "all"
6981   data-start-level: 4
6982   order-chapters:
6983     level-1:
6984       - "l2"
6985       - "ip4"
6986       - "ip6"
6987       - "srv6"
6988       - "ip4_tunnels"
6989       - "ip6_tunnels"
6990       - "vm_vhost"
6991       - "container_memif"
6992       - "crypto"
6993       - "vts"
6994       - "lb"
6995       - "nfv_density"
6996       - "hoststack"
6997     level-2:
6998       - "2n-skx"
6999       - "3n-skx"
7000       - "2n-clx"
7001       - "3n-hsw"
7002       - "3n-tsh"
7003       - "2n-dnv"
7004       - "3n-dnv"
7005     level-3:
7006       - "xl710"
7007       - "x520"
7008       - "xxv710"
7009       - "x710"
7010       - "x553"
7011       - "cx556a"
7012       - "vic1227"
7013       - "vic1385"
7014
7015 # VPP Performance Operational
7016 - type: "file"
7017   title: "VPP Performance Operational"
7018   algorithm: "file_details_split_html"
7019   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7020   dir-tables:
7021     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7022     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7023     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7024     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7025     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7026     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7027     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7028   data:
7029     - "vpp-perf-results-2n-skx"
7030     - "vpp-perf-results-3n-skx"
7031     - "vpp-perf-results-2n-clx"
7032     - "vpp-perf-results-3n-hsw"
7033     - "vpp-perf-results-3n-tsh"
7034     - "vpp-perf-results-2n-dnv"
7035     - "vpp-perf-results-3n-dnv"
7036   filter: "all"
7037   data-start-level: 4
7038   order-chapters:
7039     level-1:
7040       - "l2"
7041       - "ip4"
7042       - "ip6"
7043       - "srv6"
7044       - "ip4_tunnels"
7045       - "ip6_tunnels"
7046       - "vm_vhost"
7047       - "container_memif"
7048       - "crypto"
7049       - "vts"
7050       - "lb"
7051       - "nfv_density"
7052       - "hoststack"
7053     level-2:
7054       - "2n-skx"
7055       - "3n-skx"
7056       - "2n-clx"
7057       - "3n-hsw"
7058       - "3n-tsh"
7059       - "2n-dnv"
7060       - "3n-dnv"
7061     level-3:
7062       - "xl710"
7063       - "x520"
7064       - "xxv710"
7065       - "x710"
7066       - "x553"
7067       - "cx556a"
7068       - "vic1227"
7069       - "vic1385"
7070
7071 # VPP MRR Results
7072 - type: "file"
7073   title: "VPP MRR Results"
7074   algorithm: "file_details_split"
7075   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7076   dir-tables:
7077     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7078     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7079     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7080     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7081     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7082     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7083     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7084   data:
7085     - "vpp-mrr-results-2n-skx"
7086     - "vpp-mrr-results-3n-skx"
7087     - "vpp-mrr-results-2n-clx"
7088     - "vpp-mrr-results-3n-hsw"
7089     - "vpp-mrr-results-3n-tsh"
7090     - "vpp-mrr-results-2n-dnv"
7091     - "vpp-mrr-results-3n-dnv"
7092   filter: "all"
7093   data-start-level: 4
7094   order-chapters:
7095     level-1:
7096       - "l2"
7097       - "ip4"
7098       - "ip6"
7099       - "srv6"
7100       - "ip4_tunnels"
7101       - "ip6_tunnels"
7102       - "vm_vhost"
7103       - "container_memif"
7104       - "crypto"
7105       - "vts"
7106       - "lb"
7107       - "nfv_density"
7108       - "hoststack"
7109     level-2:
7110       - "2n-skx"
7111       - "3n-skx"
7112       - "2n-clx"
7113       - "3n-hsw"
7114       - "3n-tsh"
7115       - "2n-dnv"
7116       - "3n-dnv"
7117     level-3:
7118       - "xl710"
7119       - "x520"
7120       - "xxv710"
7121       - "x710"
7122       - "x553"
7123       - "cx556a"
7124       - "vic1227"
7125       - "vic1385"
7126
7127 # VPP MRR Configuration
7128 - type: "file"
7129   title: "VPP MRR Configuration"
7130   algorithm: "file_details_split"
7131   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7132   dir-tables:
7133     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7134     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7135     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7136     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7137     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7138     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7139     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7140   data:
7141     - "vpp-mrr-results-2n-skx"
7142     - "vpp-mrr-results-3n-skx"
7143     - "vpp-mrr-results-2n-clx"
7144     - "vpp-mrr-results-3n-hsw"
7145     - "vpp-mrr-results-3n-tsh"
7146     - "vpp-mrr-results-2n-dnv"
7147     - "vpp-mrr-results-3n-dnv"
7148   filter: "all"
7149   data-start-level: 4
7150   order-chapters:
7151     level-1:
7152       - "l2"
7153       - "ip4"
7154       - "ip6"
7155       - "srv6"
7156       - "ip4_tunnels"
7157       - "ip6_tunnels"
7158       - "vm_vhost"
7159       - "container_memif"
7160       - "crypto"
7161       - "vts"
7162       - "lb"
7163       - "nfv_density"
7164       - "hoststack"
7165     level-2:
7166       - "2n-skx"
7167       - "3n-skx"
7168       - "2n-clx"
7169       - "3n-hsw"
7170       - "3n-tsh"
7171       - "2n-dnv"
7172       - "3n-dnv"
7173     level-3:
7174       - "xl710"
7175       - "x520"
7176       - "xxv710"
7177       - "x710"
7178       - "x553"
7179       - "cx556a"
7180       - "vic1227"
7181       - "vic1385"
7182
7183 # VPP Device Results - Ubuntu
7184 - type: "file"
7185   title: "VPP Device Results - Ubuntu"
7186   algorithm: "file_test_results"
7187   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7188   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7189   data: "vpp-device-results-ubuntu"
7190   filter: "all"
7191   data-start-level: 4
7192
7193 # VPP Device Configuration - Ubuntu
7194 - type: "file"
7195   title: "VPP Device Configuration - Ubuntu"
7196   algorithm: "file_test_results"
7197   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7198   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7199   data: "vpp-device-results-ubuntu"
7200   filter: "all"
7201   data-start-level: 4
7202
7203 # DPDK Performance Results 3n-hsw
7204 - type: "file"
7205   title: "DPDK Performance Results 3n-hsw"
7206   algorithm: "file_test_results"
7207   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7208   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7209   data: "dpdk-perf-results-3n-hsw"
7210   filter: "all"
7211   data-start-level: 4
7212
7213 # DPDK Performance Results 3n-skx
7214 - type: "file"
7215   title: "DPDK Performance Results 3n-skx"
7216   algorithm: "file_test_results"
7217   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7218   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7219   data: "dpdk-perf-results-3n-skx"
7220   filter: "all"
7221   data-start-level: 4
7222
7223 # DPDK Performance Results 2n-skx
7224 - type: "file"
7225   title: "DPDK Performance Results 2n-skx"
7226   algorithm: "file_test_results"
7227   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7228   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7229   data: "dpdk-perf-results-2n-skx"
7230   filter: "all"
7231   data-start-level: 4
7232
7233 # DPDK Performance Results 2n-clx
7234 - type: "file"
7235   title: "DPDK Performance Results 2n-clx"
7236   algorithm: "file_test_results"
7237   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7238   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7239   data: "dpdk-perf-results-2n-clx"
7240   filter: "all"
7241   data-start-level: 4
7242
7243 ## DPDK Performance Results 2n-dnv
7244 #- type: "file"
7245 #  title: "DPDK Performance Results 2n-dnv"
7246 #  algorithm: "file_test_results"
7247 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7248 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7249 #  data: "dpdk-perf-results-2n-dnv"
7250 #  filter: "all"
7251 #  data-start-level: 4
7252 #
7253 ## DPDK Performance Results 3n-dnv
7254 #- type: "file"
7255 #  title: "DPDK Performance Results 3n-dnv"
7256 #  algorithm: "file_test_results"
7257 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7258 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7259 #  data: "dpdk-perf-results-3n-dnv"
7260 #  filter: "all"
7261 #  data-start-level: 4
7262
7263 # DPDK Performance Results 3n-tsh
7264 - type: "file"
7265   title: "DPDK Performance Results 3n-tsh"
7266   algorithm: "file_test_results"
7267   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7268   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7269   data: "dpdk-perf-results-3n-tsh"
7270   filter: "all"
7271   data-start-level: 4
7272
7273 ################################################################################
7274 ###                                P L O T S                                 ###
7275 ################################################################################
7276
7277 # Hoststack tests 3n-hsw
7278
7279 - type: "plot"
7280   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7281   algorithm: "plot_perf_box_name"
7282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7283   data: "plot-vpp-hoststack-3n-hsw"
7284   include:
7285     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7286     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7287   layout:
7288     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7289     layout: "plot-hoststack"
7290
7291 - type: "plot"
7292   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7293   algorithm: "plot_perf_box_name"
7294   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7295   data: "plot-vpp-hoststack-3n-hsw"
7296   include:
7297     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7298     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7299   layout:
7300     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7301     layout: "plot-hoststack"
7302
7303 - type: "plot"
7304   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7305   algorithm: "plot_perf_box_name"
7306   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7307   data: "plot-vpp-hoststack-3n-hsw"
7308   include:
7309     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7310     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7311     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7312     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7313   layout:
7314     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7315     layout: "plot-hoststack"
7316
7317 ################################################################################
7318
7319 # Soak Test (PLRsearch), boxes - 2n-clx
7320 - type: "plot"
7321   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7322   algorithm: "plot_perf_box_name"
7323   output-file-type: ".html"
7324   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7325   data: "plot-vpp-soak-2n-clx"
7326   include:
7327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7330     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7333   layout:
7334     title: "30 Minutes Soak Test (PLRsearch)"
7335     layout: "plot-soak-throughput"
7336
7337 # Soak Test (PLRsearch), boxes - 2n-clx
7338 - type: "plot"
7339   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7340   algorithm: "plot_perf_box_name"
7341   output-file-type: ".html"
7342   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7343   data: "plot-vpp-soak-2n-clx"
7344   include:
7345     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7346     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7347     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7348     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7350     - "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"
7351   layout:
7352     title: "30 Minutes Soak Test (PLRsearch)"
7353     layout: "plot-soak-throughput"
7354
7355 # Soak Test (PLRsearch), boxes - 2n-skx
7356 - type: "plot"
7357   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7358   algorithm: "plot_perf_box_name"
7359   output-file-type: ".html"
7360   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7361   data: "plot-vpp-soak-2n-skx"
7362   include:
7363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7369   layout:
7370     title: "30 Minutes Soak Test (PLRsearch)"
7371     layout: "plot-soak-throughput"
7372
7373 # Soak Test (PLRsearch), boxes - 2n-skx
7374 - type: "plot"
7375   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7376   algorithm: "plot_perf_box_name"
7377   output-file-type: ".html"
7378   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7379   data: "plot-vpp-soak-2n-skx"
7380   include:
7381     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7382     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7383     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7384     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7386     - "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"
7387   layout:
7388     title: "30 Minutes Soak Test (PLRsearch)"
7389     layout: "plot-soak-throughput"
7390
7391 ###############################################################################
7392
7393 # Reconf tests 2n-skx
7394
7395 - type: "plot"
7396   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7397   algorithm: "plot_nf_reconf_box_name"
7398   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7399   data: "plot-vpp-nfv-reconf-2n-skx"
7400   include:
7401     - "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"
7402     - "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"
7403     - "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"
7404     - "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"
7405     - "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"
7406     - "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"
7407   layout:
7408     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7409     layout: "plot-throughput"
7410
7411 - type: "plot"
7412   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7413   algorithm: "plot_nf_reconf_box_name"
7414   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7415   data: "plot-vpp-nfv-reconf-2n-skx"
7416   include:
7417     - "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"
7418     - "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"
7419     - "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"
7420     - "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"
7421     - "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"
7422     - "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"
7423   layout:
7424     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7425     layout: "plot-throughput"
7426
7427 - type: "plot"
7428   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7429   algorithm: "plot_nf_reconf_box_name"
7430   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7431   data: "plot-vpp-nfv-reconf-2n-skx"
7432   include:
7433     - "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"
7434     - "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"
7435     - "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"
7436     - "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"
7437     - "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"
7438     - "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"
7439   layout:
7440     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7441     layout: "plot-throughput"
7442
7443 ###############################################################################
7444
7445 # Reconf tests 2n-clx
7446
7447 - type: "plot"
7448   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7449   algorithm: "plot_nf_reconf_box_name"
7450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7451   data: "plot-vpp-nfv-reconf-2n-clx"
7452   include:
7453     - "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"
7454     - "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"
7455     - "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"
7456     - "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"
7457   layout:
7458     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7459     layout: "plot-throughput"
7460
7461 - type: "plot"
7462   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7463   algorithm: "plot_nf_reconf_box_name"
7464   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7465   data: "plot-vpp-nfv-reconf-2n-clx"
7466   include:
7467     - "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"
7468     - "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"
7469     - "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"
7470     - "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"
7471   layout:
7472     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7473     layout: "plot-throughput"
7474
7475 - type: "plot"
7476   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7477   algorithm: "plot_nf_reconf_box_name"
7478   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7479   data: "plot-vpp-nfv-reconf-2n-clx"
7480   include:
7481     - "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"
7482     - "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"
7483     - "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"
7484     - "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"
7485   layout:
7486     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7487     layout: "plot-throughput"
7488
7489 ###############################################################################
7490
7491 # Plots - NF Density - VSC - MRR IMIX
7492 - type: "plot"
7493   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7494   algorithm: "plot_nf_heatmap"
7495   output-file-type: ".html"
7496   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7497   data: "plot-vpp-nfv-2n-skx-mrr"
7498   filter: "'NIC_Intel-XXV710' and
7499            'NF_DENSITY' and
7500            'VHOST' and
7501            not 'VXLAN' and
7502            'CHAIN' and
7503            'NF_VPPIP4' and
7504            'IMIX' and
7505            '2T1C' and
7506            'MRR'"
7507   parameters:
7508   - "result"
7509   - "name"
7510   - "tags"
7511   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7512   x-axis: "X = VNFs per Service Chain"
7513   y-axis: "Y = Number of Service Chains"
7514   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7515   layout:
7516     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7517     layout: "plot-service-density"
7518
7519 - type: "plot"
7520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7521   algorithm: "plot_nf_heatmap"
7522   output-file-type: ".html"
7523   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7524   data: "plot-vpp-nfv-2n-skx-mrr"
7525   filter: "'NIC_Intel-XXV710' and
7526            'NF_DENSITY' and
7527            'VHOST' and
7528            not 'VXLAN' and
7529            'CHAIN' and
7530            'NF_VPPIP4' and
7531            'IMIX' and
7532            '4T2C' and
7533            'MRR'"
7534   parameters:
7535   - "result"
7536   - "name"
7537   - "tags"
7538   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7539   x-axis: "X = VNFs per Service Chain"
7540   y-axis: "Y = Number of Service Chains"
7541   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7542   layout:
7543     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7544     layout: "plot-service-density"
7545
7546 - type: "plot"
7547   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7548   algorithm: "plot_nf_heatmap"
7549   output-file-type: ".html"
7550   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7551   data: "plot-vpp-nfv-2n-skx-mrr"
7552   filter: "'NIC_Intel-XXV710' and
7553            'NF_DENSITY' and
7554            'VHOST' and
7555            not 'VXLAN' and
7556            'CHAIN' and
7557            'NF_VPPIP4' and
7558            'IMIX' and
7559            '8T4C' and
7560            'MRR'"
7561   parameters:
7562   - "result"
7563   - "name"
7564   - "tags"
7565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7566   x-axis: "X = VNFs per Service Chain"
7567   y-axis: "Y = Number of Service Chains"
7568   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7569   layout:
7570     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7571     layout: "plot-service-density"
7572
7573 # Plots - NF Density - VSC - NDR IMIX
7574 - type: "plot"
7575   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7576   algorithm: "plot_nf_heatmap"
7577   output-file-type: ".html"
7578   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7579   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7580   filter: "'NIC_Intel-XXV710' and
7581            'NF_DENSITY' and
7582            'VHOST' and
7583            not 'VXLAN' and
7584            'CHAIN' and
7585            'NF_VPPIP4' and
7586            'IMIX' and
7587            '2T1C' and
7588            'NDRPDR'"
7589   parameters:
7590   - "throughput"
7591   - "name"
7592   - "tags"
7593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7594   x-axis: "X = VNFs per Service Chain"
7595   y-axis: "Y = Number of Service Chains"
7596   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7597   layout:
7598     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7599     layout: "plot-service-density"
7600
7601 - type: "plot"
7602   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7603   algorithm: "plot_nf_heatmap"
7604   output-file-type: ".html"
7605   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7606   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7607   filter: "'NIC_Intel-XXV710' and
7608            'NF_DENSITY' and
7609            'VHOST' and
7610            not 'VXLAN' and
7611            'CHAIN' and
7612            'NF_VPPIP4' and
7613            'IMIX' and
7614            '4T2C' and
7615            'NDRPDR'"
7616   parameters:
7617   - "throughput"
7618   - "name"
7619   - "tags"
7620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7621   x-axis: "X = VNFs per Service Chain"
7622   y-axis: "Y = Number of Service Chains"
7623   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7624   layout:
7625     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7626     layout: "plot-service-density"
7627
7628 - type: "plot"
7629   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7630   algorithm: "plot_nf_heatmap"
7631   output-file-type: ".html"
7632   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7633   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7634   filter: "'NIC_Intel-XXV710' and
7635            'NF_DENSITY' and
7636            'VHOST' and
7637            not 'VXLAN' and
7638            'CHAIN' and
7639            'NF_VPPIP4' and
7640            'IMIX' and
7641            '8T4C' and
7642            'NDRPDR'"
7643   parameters:
7644   - "throughput"
7645   - "name"
7646   - "tags"
7647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7648   x-axis: "X = VNFs per Service Chain"
7649   y-axis: "Y = Number of Service Chains"
7650   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7651   layout:
7652     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7653     layout: "plot-service-density"
7654
7655 # Plots - NF Density - VSC - PDR IMIX
7656 - type: "plot"
7657   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7658   algorithm: "plot_nf_heatmap"
7659   output-file-type: ".html"
7660   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7661   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7662   filter: "'NIC_Intel-XXV710' and
7663            'NF_DENSITY' and
7664            'VHOST' and
7665            not 'VXLAN' and
7666            'CHAIN' and
7667            'NF_VPPIP4' and
7668            'IMIX' and
7669            '2T1C' and
7670            'NDRPDR'"
7671   parameters:
7672   - "throughput"
7673   - "name"
7674   - "tags"
7675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7676   x-axis: "X = VNFs per Service Chain"
7677   y-axis: "Y = Number of Service Chains"
7678   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7679   layout:
7680     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7681     layout: "plot-service-density"
7682
7683 - type: "plot"
7684   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7685   algorithm: "plot_nf_heatmap"
7686   output-file-type: ".html"
7687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7688   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7689   filter: "'NIC_Intel-XXV710' and
7690            'NF_DENSITY' and
7691            'VHOST' and
7692            not 'VXLAN' and
7693            'CHAIN' and
7694            'NF_VPPIP4' and
7695            'IMIX' and
7696            '4T2C' and
7697            'NDRPDR'"
7698   parameters:
7699   - "throughput"
7700   - "name"
7701   - "tags"
7702   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7703   x-axis: "X = VNFs per Service Chain"
7704   y-axis: "Y = Number of Service Chains"
7705   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7706   layout:
7707     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7708     layout: "plot-service-density"
7709
7710 - type: "plot"
7711   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7712   algorithm: "plot_nf_heatmap"
7713   output-file-type: ".html"
7714   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7715   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7716   filter: "'NIC_Intel-XXV710' and
7717            'NF_DENSITY' and
7718            'VHOST' and
7719            not 'VXLAN' and
7720            'CHAIN' and
7721            'NF_VPPIP4' and
7722            'IMIX' and
7723            '8T4C' and
7724            'NDRPDR'"
7725   parameters:
7726   - "throughput"
7727   - "name"
7728   - "tags"
7729   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7730   x-axis: "X = VNFs per Service Chain"
7731   y-axis: "Y = Number of Service Chains"
7732   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7733   layout:
7734     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7735     layout: "plot-service-density"
7736
7737 ###############################################################################
7738
7739 # Plots - NF Density - VSC - MRR IMIX
7740 - type: "plot"
7741   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7742   algorithm: "plot_nf_heatmap"
7743   output-file-type: ".html"
7744   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7745   data: "plot-vpp-nfv-2n-skx-mrr"
7746   filter: "'NIC_Intel-XXV710' and
7747            'NF_DENSITY' and
7748            'VHOST' and
7749            'VXLAN' and
7750            'CHAIN' and
7751            'IMIX' and
7752            '2T1C' and
7753            'MRR'"
7754   parameters:
7755   - "result"
7756   - "name"
7757   - "tags"
7758   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7759   x-axis: "X = VNFs per Service Chain"
7760   y-axis: "Y = Number of Service Chains"
7761   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7762   layout:
7763     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7764     layout: "plot-service-density"
7765
7766 - type: "plot"
7767   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7768   algorithm: "plot_nf_heatmap"
7769   output-file-type: ".html"
7770   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7771   data: "plot-vpp-nfv-2n-skx-mrr"
7772   filter: "'NIC_Intel-XXV710' and
7773            'NF_DENSITY' and
7774            'VHOST' and
7775            'VXLAN' and
7776            'CHAIN' and
7777            'IMIX' and
7778            '4T2C' and
7779            'MRR'"
7780   parameters:
7781   - "result"
7782   - "name"
7783   - "tags"
7784   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7785   x-axis: "X = VNFs per Service Chain"
7786   y-axis: "Y = Number of Service Chains"
7787   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7788   layout:
7789     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7790     layout: "plot-service-density"
7791
7792 - type: "plot"
7793   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7794   algorithm: "plot_nf_heatmap"
7795   output-file-type: ".html"
7796   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7797   data: "plot-vpp-nfv-2n-skx-mrr"
7798   filter: "'NIC_Intel-XXV710' and
7799            'NF_DENSITY' and
7800            'VHOST' and
7801            'VXLAN' and
7802            'CHAIN' and
7803            'IMIX' and
7804            '8T4C' and
7805            'MRR'"
7806   parameters:
7807   - "result"
7808   - "name"
7809   - "tags"
7810   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7811   x-axis: "X = VNFs per Service Chain"
7812   y-axis: "Y = Number of Service Chains"
7813   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7814   layout:
7815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7816     layout: "plot-service-density"
7817
7818 # Plots - NF Density - VSC - NDR IMIX
7819 - type: "plot"
7820   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7821   algorithm: "plot_nf_heatmap"
7822   output-file-type: ".html"
7823   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7824   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7825   filter: "'NIC_Intel-XXV710' and
7826            'NF_DENSITY' and
7827            'VHOST' and
7828            'VXLAN' and
7829            'CHAIN' and
7830            'IMIX' and
7831            '2T1C' and
7832            'NDRPDR'"
7833   parameters:
7834   - "throughput"
7835   - "name"
7836   - "tags"
7837   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7838   x-axis: "X = VNFs per Service Chain"
7839   y-axis: "Y = Number of Service Chains"
7840   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7841   layout:
7842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7843     layout: "plot-service-density"
7844
7845 - type: "plot"
7846   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7847   algorithm: "plot_nf_heatmap"
7848   output-file-type: ".html"
7849   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7850   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7851   filter: "'NIC_Intel-XXV710' and
7852            'NF_DENSITY' and
7853            'VHOST' and
7854            'VXLAN' and
7855            'CHAIN' and
7856            'IMIX' and
7857            '4T2C' and
7858            'NDRPDR'"
7859   parameters:
7860   - "throughput"
7861   - "name"
7862   - "tags"
7863   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7864   x-axis: "X = VNFs per Service Chain"
7865   y-axis: "Y = Number of Service Chains"
7866   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7867   layout:
7868     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7869     layout: "plot-service-density"
7870
7871 - type: "plot"
7872   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7873   algorithm: "plot_nf_heatmap"
7874   output-file-type: ".html"
7875   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7876   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7877   filter: "'NIC_Intel-XXV710' and
7878            'NF_DENSITY' and
7879            'VHOST' and
7880            'VXLAN' and
7881            'CHAIN' and
7882            'IMIX' and
7883            '8T4C' and
7884            'NDRPDR'"
7885   parameters:
7886   - "throughput"
7887   - "name"
7888   - "tags"
7889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7890   x-axis: "X = VNFs per Service Chain"
7891   y-axis: "Y = Number of Service Chains"
7892   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7893   layout:
7894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7895     layout: "plot-service-density"
7896
7897 # Plots - NF Density - VSC - PDR IMIX
7898 - type: "plot"
7899   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7900   algorithm: "plot_nf_heatmap"
7901   output-file-type: ".html"
7902   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7903   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7904   filter: "'NIC_Intel-XXV710' and
7905            'NF_DENSITY' and
7906            'VHOST' and
7907            'VXLAN' and
7908            'CHAIN' and
7909            'IMIX' and
7910            '2T1C' and
7911            'NDRPDR'"
7912   parameters:
7913   - "throughput"
7914   - "name"
7915   - "tags"
7916   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7917   x-axis: "X = VNFs per Service Chain"
7918   y-axis: "Y = Number of Service Chains"
7919   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7920   layout:
7921     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7922     layout: "plot-service-density"
7923
7924 - type: "plot"
7925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7926   algorithm: "plot_nf_heatmap"
7927   output-file-type: ".html"
7928   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7929   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7930   filter: "'NIC_Intel-XXV710' and
7931            'NF_DENSITY' and
7932            'VHOST' and
7933            'VXLAN' and
7934            'CHAIN' and
7935            'IMIX' and
7936            '4T2C' and
7937            'NDRPDR'"
7938   parameters:
7939   - "throughput"
7940   - "name"
7941   - "tags"
7942   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7943   x-axis: "X = VNFs per Service Chain"
7944   y-axis: "Y = Number of Service Chains"
7945   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7946   layout:
7947     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7948     layout: "plot-service-density"
7949
7950 - type: "plot"
7951   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7952   algorithm: "plot_nf_heatmap"
7953   output-file-type: ".html"
7954   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7955   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7956   filter: "'NIC_Intel-XXV710' and
7957            'NF_DENSITY' and
7958            'VHOST' and
7959            'VXLAN' and
7960            'CHAIN' and
7961            'IMIX' and
7962            '8T4C' and
7963            'NDRPDR'"
7964   parameters:
7965   - "throughput"
7966   - "name"
7967   - "tags"
7968   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7969   x-axis: "X = VNFs per Service Chain"
7970   y-axis: "Y = Number of Service Chains"
7971   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7972   layout:
7973     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7974     layout: "plot-service-density"
7975
7976 ###############################################################################
7977
7978 # Plots - NF Density - CSC - MRR IMIX
7979 - type: "plot"
7980   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7981   algorithm: "plot_nf_heatmap"
7982   output-file-type: ".html"
7983   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7984   data: "plot-vpp-nfv-2n-skx-mrr"
7985   filter: "'NIC_Intel-XXV710' and
7986            'NF_DENSITY' and
7987            'DOCKER' and
7988            'CHAIN' and
7989            'NF_VPPIP4' and
7990            'IMIX' and
7991            '2T1C' and
7992            'MRR'"
7993   parameters:
7994   - "result"
7995   - "name"
7996   - "tags"
7997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7998   x-axis: "X = CNFs per Service Chain"
7999   y-axis: "Y = Number of Service Chains"
8000   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8001   layout:
8002     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8003     layout: "plot-service-density"
8004
8005 - type: "plot"
8006   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8007   algorithm: "plot_nf_heatmap"
8008   output-file-type: ".html"
8009   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8010   data: "plot-vpp-nfv-2n-skx-mrr"
8011   filter: "'NIC_Intel-XXV710' and
8012            'NF_DENSITY' and
8013            'DOCKER' and
8014            'CHAIN' and
8015            'NF_VPPIP4' and
8016            'IMIX' and
8017            '4T2C' and
8018            'MRR'"
8019   parameters:
8020   - "result"
8021   - "name"
8022   - "tags"
8023   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8024   x-axis: "X = CNFs per Service Chain"
8025   y-axis: "Y = Number of Service Chains"
8026   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8027   layout:
8028     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8029     layout: "plot-service-density"
8030
8031 - type: "plot"
8032   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8033   algorithm: "plot_nf_heatmap"
8034   output-file-type: ".html"
8035   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8036   data: "plot-vpp-nfv-2n-skx-mrr"
8037   filter: "'NIC_Intel-XXV710' and
8038            'NF_DENSITY' and
8039            'DOCKER' and
8040            'CHAIN' and
8041            'NF_VPPIP4' and
8042            'IMIX' and
8043            '8T4C' and
8044            'MRR'"
8045   parameters:
8046   - "result"
8047   - "name"
8048   - "tags"
8049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8050   x-axis: "X = CNFs per Service Chain"
8051   y-axis: "Y = Number of Service Chains"
8052   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8053   layout:
8054     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8055     layout: "plot-service-density"
8056
8057 # Plots - NF Density - CSC - NDR IMIX
8058 - type: "plot"
8059   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8060   algorithm: "plot_nf_heatmap"
8061   output-file-type: ".html"
8062   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8063   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8064   filter: "'NIC_Intel-XXV710' and
8065            'NF_DENSITY' and
8066            'DOCKER' and
8067            'CHAIN' and
8068            'NF_VPPIP4' and
8069            'IMIX' and
8070            '2T1C' and
8071            'NDRPDR'"
8072   parameters:
8073   - "throughput"
8074   - "name"
8075   - "tags"
8076   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8077   x-axis: "X = CNFs per Service Chain"
8078   y-axis: "Y = Number of Service Chains"
8079   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8080   layout:
8081     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8082     layout: "plot-service-density"
8083
8084 - type: "plot"
8085   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8086   algorithm: "plot_nf_heatmap"
8087   output-file-type: ".html"
8088   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8089   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8090   filter: "'NIC_Intel-XXV710' and
8091            'NF_DENSITY' and
8092            'DOCKER' and
8093            'CHAIN' and
8094            'NF_VPPIP4' and
8095            'IMIX' and
8096            '4T2C' and
8097            'NDRPDR'"
8098   parameters:
8099   - "throughput"
8100   - "name"
8101   - "tags"
8102   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8103   x-axis: "X = CNFs per Service Chain"
8104   y-axis: "Y = Number of Service Chains"
8105   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8106   layout:
8107     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8108     layout: "plot-service-density"
8109
8110 - type: "plot"
8111   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8112   algorithm: "plot_nf_heatmap"
8113   output-file-type: ".html"
8114   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8115   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8116   filter: "'NIC_Intel-XXV710' and
8117            'NF_DENSITY' and
8118            'DOCKER' and
8119            'CHAIN' and
8120            'NF_VPPIP4' and
8121            'IMIX' and
8122            '8T4C' and
8123            'NDRPDR'"
8124   parameters:
8125   - "throughput"
8126   - "name"
8127   - "tags"
8128   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8129   x-axis: "X = CNFs per Service Chain"
8130   y-axis: "Y = Number of Service Chains"
8131   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8132   layout:
8133     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8134     layout: "plot-service-density"
8135
8136 # Plots - NF Density - CSC - PDR IMIX
8137 - type: "plot"
8138   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8139   algorithm: "plot_nf_heatmap"
8140   output-file-type: ".html"
8141   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8142   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8143   filter: "'NIC_Intel-XXV710' and
8144            'NF_DENSITY' and
8145            'DOCKER' and
8146            'CHAIN' and
8147            'NF_VPPIP4' and
8148            'IMIX' and
8149            '2T1C' and
8150            'NDRPDR'"
8151   parameters:
8152   - "throughput"
8153   - "name"
8154   - "tags"
8155   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8156   x-axis: "X = CNFs per Service Chain"
8157   y-axis: "Y = Number of Service Chains"
8158   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8159   layout:
8160     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8161     layout: "plot-service-density"
8162
8163 - type: "plot"
8164   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8165   algorithm: "plot_nf_heatmap"
8166   output-file-type: ".html"
8167   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8168   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8169   filter: "'NIC_Intel-XXV710' and
8170            'NF_DENSITY' and
8171            'DOCKER' and
8172            'CHAIN' and
8173            'NF_VPPIP4' and
8174            'IMIX' and
8175            '4T2C' and
8176            'NDRPDR'"
8177   parameters:
8178   - "throughput"
8179   - "name"
8180   - "tags"
8181   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8182   x-axis: "X = CNFs per Service Chain"
8183   y-axis: "Y = Number of Service Chains"
8184   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8185   layout:
8186     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8187     layout: "plot-service-density"
8188
8189 - type: "plot"
8190   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8191   algorithm: "plot_nf_heatmap"
8192   output-file-type: ".html"
8193   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8194   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8195   filter: "'NIC_Intel-XXV710' and
8196            'NF_DENSITY' and
8197            'DOCKER' and
8198            'CHAIN' and
8199            'NF_VPPIP4' and
8200            'IMIX' and
8201            '8T4C' and
8202            'NDRPDR'"
8203   parameters:
8204   - "throughput"
8205   - "name"
8206   - "tags"
8207   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8208   x-axis: "X = CNFs per Service Chain"
8209   y-axis: "Y = Number of Service Chains"
8210   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8211   layout:
8212     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8213     layout: "plot-service-density"
8214
8215 ################################################################################
8216 #
8217 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8218 #- type: "plot"
8219 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8220 #  algorithm: "plot_nf_heatmap"
8221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8222 #  data: "plot-vpp-nfv-3n-skx-mrr"
8223 #  filter: "'NIC_Intel-XXV710' and
8224 #           'NF_DENSITY' and
8225 #           'DOCKER' and
8226 #           'CHAIN' and
8227 #           'NF_VPPIP4' and
8228 #           'IPSEC' and
8229 #           'TNL_4' and
8230 #           'IMIX' and
8231 #           '2T1C' and
8232 #           'MRR'"
8233 #  parameters:
8234 #  - "result"
8235 #  - "name"
8236 #  - "tags"
8237 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8238 #  x-axis: "X = CNFs per Service Chain"
8239 #  y-axis: "Y = Number of Service Chains"
8240 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8241 #  layout:
8242 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8243 #    layout: "plot-service-density"
8244 #
8245 #- type: "plot"
8246 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8247 #  algorithm: "plot_nf_heatmap"
8248 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8249 #  data: "plot-vpp-nfv-3n-skx-mrr"
8250 #  filter: "'NIC_Intel-XXV710' and
8251 #           'NF_DENSITY' and
8252 #           'DOCKER' and
8253 #           'CHAIN' and
8254 #           'NF_VPPIP4' and
8255 #           'IPSEC' and
8256 #           'TNL_4' and
8257 #           'IMIX' and
8258 #           '4T2C' and
8259 #           'MRR'"
8260 #  parameters:
8261 #  - "result"
8262 #  - "name"
8263 #  - "tags"
8264 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8265 #  x-axis: "X = CNFs per Service Chain"
8266 #  y-axis: "Y = Number of Service Chains"
8267 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8268 #  layout:
8269 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8270 #    layout: "plot-service-density"
8271 #
8272 #- type: "plot"
8273 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8274 #  algorithm: "plot_nf_heatmap"
8275 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8276 #  data: "plot-vpp-nfv-3n-skx-mrr"
8277 #  filter: "'NIC_Intel-XXV710' and
8278 #           'NF_DENSITY' and
8279 #           'DOCKER' and
8280 #           'CHAIN' and
8281 #           'NF_VPPIP4' and
8282 #           'IPSEC' and
8283 #           'TNL_4' and
8284 #           'IMIX' and
8285 #           '8T4C' and
8286 #           'MRR'"
8287 #  parameters:
8288 #  - "result"
8289 #  - "name"
8290 #  - "tags"
8291 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8292 #  x-axis: "X = CNFs per Service Chain"
8293 #  y-axis: "Y = Number of Service Chains"
8294 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8295 #  layout:
8296 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8297 #    layout: "plot-service-density"
8298
8299 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8300 #- type: "plot"
8301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8302 #  algorithm: "plot_nf_heatmap"
8303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8304 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8305 #  filter: "'NIC_Intel-XXV710' and
8306 #           'NF_DENSITY' and
8307 #           'DOCKER' and
8308 #           'CHAIN' and
8309 #           'NF_VPPIP4' and
8310 #           'IPSEC' and
8311 #           'TNL_4' and
8312 #           'IMIX' and
8313 #           '2T1C' and
8314 #           'NDRPDR'"
8315 #  parameters:
8316 #  - "throughput"
8317 #  - "name"
8318 #  - "tags"
8319 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8320 #  x-axis: "X = CNFs per Service Chain"
8321 #  y-axis: "Y = Number of Service Chains"
8322 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8323 #  layout:
8324 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8325 #    layout: "plot-service-density"
8326 #
8327 #- type: "plot"
8328 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8329 #  algorithm: "plot_nf_heatmap"
8330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8331 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8332 #  filter: "'NIC_Intel-XXV710' and
8333 #           'NF_DENSITY' and
8334 #           'DOCKER' and
8335 #           'CHAIN' and
8336 #           'NF_VPPIP4' and
8337 #           'IPSEC' and
8338 #           'TNL_4' and
8339 #           'IMIX' and
8340 #           '4T2C' and
8341 #           'NDRPDR'"
8342 #  parameters:
8343 #  - "throughput"
8344 #  - "name"
8345 #  - "tags"
8346 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8347 #  x-axis: "X = CNFs per Service Chain"
8348 #  y-axis: "Y = Number of Service Chains"
8349 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8350 #  layout:
8351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8352 #    layout: "plot-service-density"
8353 #
8354 #- type: "plot"
8355 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8356 #  algorithm: "plot_nf_heatmap"
8357 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8358 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8359 #  filter: "'NIC_Intel-XXV710' and
8360 #           'NF_DENSITY' and
8361 #           'DOCKER' and
8362 #           'CHAIN' and
8363 #           'NF_VPPIP4' and
8364 #           'IPSEC' and
8365 #           'TNL_4' and
8366 #           'IMIX' and
8367 #           '8T4C' and
8368 #           'NDRPDR'"
8369 #  parameters:
8370 #  - "throughput"
8371 #  - "name"
8372 #  - "tags"
8373 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8374 #  x-axis: "X = CNFs per Service Chain"
8375 #  y-axis: "Y = Number of Service Chains"
8376 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8377 #  layout:
8378 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8379 #    layout: "plot-service-density"
8380 #
8381 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8382 #- type: "plot"
8383 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8384 #  algorithm: "plot_nf_heatmap"
8385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8386 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8387 #  filter: "'NIC_Intel-XXV710' and
8388 #           'NF_DENSITY' and
8389 #           'DOCKER' and
8390 #           'CHAIN' and
8391 #           'NF_VPPIP4' and
8392 #           'IPSEC' and
8393 #           'TNL_4' and
8394 #           'IMIX' and
8395 #           '2T1C' and
8396 #           'NDRPDR'"
8397 #  parameters:
8398 #  - "throughput"
8399 #  - "name"
8400 #  - "tags"
8401 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8402 #  x-axis: "X = CNFs per Service Chain"
8403 #  y-axis: "Y = Number of Service Chains"
8404 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8405 #  layout:
8406 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8407 #    layout: "plot-service-density"
8408 #
8409 #- type: "plot"
8410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8411 #  algorithm: "plot_nf_heatmap"
8412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8413 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8414 #  filter: "'NIC_Intel-XXV710' and
8415 #           'NF_DENSITY' and
8416 #           'DOCKER' and
8417 #           'CHAIN' and
8418 #           'NF_VPPIP4' and
8419 #           'IPSEC' and
8420 #           'TNL_4' and
8421 #           'IMIX' and
8422 #           '4T2C' and
8423 #           'NDRPDR'"
8424 #  parameters:
8425 #  - "throughput"
8426 #  - "name"
8427 #  - "tags"
8428 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8429 #  x-axis: "X = CNFs per Service Chain"
8430 #  y-axis: "Y = Number of Service Chains"
8431 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8432 #  layout:
8433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8434 #    layout: "plot-service-density"
8435 #
8436 #- type: "plot"
8437 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8438 #  algorithm: "plot_nf_heatmap"
8439 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8440 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8441 #  filter: "'NIC_Intel-XXV710' and
8442 #           'NF_DENSITY' and
8443 #           'DOCKER' and
8444 #           'CHAIN' and
8445 #           'NF_VPPIP4' and
8446 #           'IPSEC' and
8447 #           'TNL_4' and
8448 #           'IMIX' and
8449 #           '8T4C' and
8450 #           'NDRPDR'"
8451 #  parameters:
8452 #  - "throughput"
8453 #  - "name"
8454 #  - "tags"
8455 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8456 #  x-axis: "X = CNFs per Service Chain"
8457 #  y-axis: "Y = Number of Service Chains"
8458 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8459 #  layout:
8460 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8461 #    layout: "plot-service-density"
8462
8463 ###############################################################################
8464
8465 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8466 #- type: "plot"
8467 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8468 #  algorithm: "plot_nf_heatmap"
8469 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8470 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8471 #  filter: "'NIC_Intel-XL710' and
8472 #           'NF_DENSITY' and
8473 #           'DOCKER' and
8474 #           'CHAIN' and
8475 #           'NF_VPPIP4' and
8476 #           'IMIX' and
8477 #           'TNL_4' and
8478 #           '1T1C' and
8479 #           'MRR'"
8480 #  parameters:
8481 #  - "result"
8482 #  - "name"
8483 #  - "tags"
8484 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8485 #  x-axis: "X = CNFs per Service Chain"
8486 #  y-axis: "Y = Number of Service Chains"
8487 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8488 #  layout:
8489 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8490 #    layout: "plot-service-density"
8491 #
8492 #- type: "plot"
8493 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8494 #  algorithm: "plot_nf_heatmap"
8495 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8496 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8497 #  filter: "'NIC_Intel-XL710' and
8498 #           'NF_DENSITY' and
8499 #           'DOCKER' and
8500 #           'CHAIN' and
8501 #           'NF_VPPIP4' and
8502 #           'IPSEC' and
8503 #           'TNL_4' and
8504 #           'IMIX' and
8505 #           '2T2C' and
8506 #           'MRR'"
8507 #  parameters:
8508 #  - "result"
8509 #  - "name"
8510 #  - "tags"
8511 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8512 #  x-axis: "X = CNFs per Service Chain"
8513 #  y-axis: "Y = Number of Service Chains"
8514 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8515 #  layout:
8516 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8517 #    layout: "plot-service-density"
8518 #
8519 #- type: "plot"
8520 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8521 #  algorithm: "plot_nf_heatmap"
8522 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8523 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8524 #  filter: "'NIC_Intel-XL710' and
8525 #           'NF_DENSITY' and
8526 #           'DOCKER' and
8527 #           'CHAIN' and
8528 #           'NF_VPPIP4' and
8529 #           'IPSEC' and
8530 #           'TNL_4' and
8531 #           'IMIX' and
8532 #           '4T4C' and
8533 #           'MRR'"
8534 #  parameters:
8535 #  - "result"
8536 #  - "name"
8537 #  - "tags"
8538 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8539 #  x-axis: "X = CNFs per Service Chain"
8540 #  y-axis: "Y = Number of Service Chains"
8541 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8542 #  layout:
8543 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8544 #    layout: "plot-service-density"
8545
8546 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8547 #- type: "plot"
8548 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8549 #  algorithm: "plot_nf_heatmap"
8550 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8551 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8552 #  filter: "'NIC_Intel-XL710' and
8553 #           'NF_DENSITY' and
8554 #           'DOCKER' and
8555 #           'CHAIN' and
8556 #           'NF_VPPIP4' and
8557 #           'IPSEC' and
8558 #           'TNL_4' and
8559 #           'IMIX' and
8560 #           '1T1C' and
8561 #           'NDRPDR'"
8562 #  parameters:
8563 #  - "throughput"
8564 #  - "name"
8565 #  - "tags"
8566 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8567 #  x-axis: "X = CNFs per Service Chain"
8568 #  y-axis: "Y = Number of Service Chains"
8569 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8570 #  layout:
8571 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8572 #    layout: "plot-service-density"
8573 #
8574 #- type: "plot"
8575 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8576 #  algorithm: "plot_nf_heatmap"
8577 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8578 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8579 #  filter: "'NIC_Intel-XL710' and
8580 #           'NF_DENSITY' and
8581 #           'DOCKER' and
8582 #           'CHAIN' and
8583 #           'NF_VPPIP4' and
8584 #           'IPSEC' and
8585 #           'TNL_4' and
8586 #           'IMIX' and
8587 #           '2T2C' and
8588 #           'NDRPDR'"
8589 #  parameters:
8590 #  - "throughput"
8591 #  - "name"
8592 #  - "tags"
8593 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8594 #  x-axis: "X = CNFs per Service Chain"
8595 #  y-axis: "Y = Number of Service Chains"
8596 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8597 #  layout:
8598 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8599 #    layout: "plot-service-density"
8600 #
8601 #- type: "plot"
8602 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8603 #  algorithm: "plot_nf_heatmap"
8604 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8605 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8606 #  filter: "'NIC_Intel-XL710' and
8607 #           'NF_DENSITY' and
8608 #           'DOCKER' and
8609 #           'CHAIN' and
8610 #           'NF_VPPIP4' and
8611 #           'IPSEC' and
8612 #           'TNL_4' and
8613 #           'IMIX' and
8614 #           '4T4C' and
8615 #           'NDRPDR'"
8616 #  parameters:
8617 #  - "throughput"
8618 #  - "name"
8619 #  - "tags"
8620 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8621 #  x-axis: "X = CNFs per Service Chain"
8622 #  y-axis: "Y = Number of Service Chains"
8623 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8624 #  layout:
8625 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8626 #    layout: "plot-service-density"
8627 #
8628 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8629 #- type: "plot"
8630 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8631 #  algorithm: "plot_nf_heatmap"
8632 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8633 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8634 #  filter: "'NIC_Intel-XL710' and
8635 #           'NF_DENSITY' and
8636 #           'DOCKER' and
8637 #           'CHAIN' and
8638 #           'NF_VPPIP4' and
8639 #           'IPSEC' and
8640 #           'TNL_4' and
8641 #           'IMIX' and
8642 #           '1T1C' and
8643 #           'NDRPDR'"
8644 #  parameters:
8645 #  - "throughput"
8646 #  - "name"
8647 #  - "tags"
8648 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8649 #  x-axis: "X = CNFs per Service Chain"
8650 #  y-axis: "Y = Number of Service Chains"
8651 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8652 #  layout:
8653 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8654 #    layout: "plot-service-density"
8655 #
8656 #- type: "plot"
8657 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8658 #  algorithm: "plot_nf_heatmap"
8659 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8660 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8661 #  filter: "'NIC_Intel-XL710' and
8662 #           'NF_DENSITY' and
8663 #           'DOCKER' and
8664 #           'CHAIN' and
8665 #           'NF_VPPIP4' and
8666 #           'IPSEC' and
8667 #           'TNL_4' and
8668 #           'IMIX' and
8669 #           '2T2C' and
8670 #           'NDRPDR'"
8671 #  parameters:
8672 #  - "throughput"
8673 #  - "name"
8674 #  - "tags"
8675 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8676 #  x-axis: "X = CNFs per Service Chain"
8677 #  y-axis: "Y = Number of Service Chains"
8678 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8679 #  layout:
8680 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8681 #    layout: "plot-service-density"
8682 #
8683 #- type: "plot"
8684 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8685 #  algorithm: "plot_nf_heatmap"
8686 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8687 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8688 #  filter: "'NIC_Intel-XL710' and
8689 #           'NF_DENSITY' and
8690 #           'DOCKER' and
8691 #           'CHAIN' and
8692 #           'NF_VPPIP4' and
8693 #           'IPSEC' and
8694 #           'TNL_4' and
8695 #           'IMIX' and
8696 #           '4T4C' and
8697 #           'NDRPDR'"
8698 #  parameters:
8699 #  - "throughput"
8700 #  - "name"
8701 #  - "tags"
8702 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8703 #  x-axis: "X = CNFs per Service Chain"
8704 #  y-axis: "Y = Number of Service Chains"
8705 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8706 #  layout:
8707 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8708 #    layout: "plot-service-density"
8709
8710 ###############################################################################
8711
8712 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8713 #- type: "plot"
8714 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8715 #  algorithm: "plot_nf_heatmap"
8716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8717 #  data: "plot-vpp-nfv-3n-skx-mrr"
8718 #  filter: "'NIC_Intel-XXV710' and
8719 #           'NF_DENSITY' and
8720 #           'DOCKER' and
8721 #           'CHAIN' and
8722 #           'NF_VPPIP4' and
8723 #           'IPSEC' and
8724 #           'TNL_1000' and
8725 #           'IMIX' and
8726 #           '2T1C' and
8727 #           'MRR'"
8728 #  parameters:
8729 #  - "result"
8730 #  - "name"
8731 #  - "tags"
8732 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8733 #  x-axis: "X = CNFs per Service Chain"
8734 #  y-axis: "Y = Number of Service Chains"
8735 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8736 #  layout:
8737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8738 #    layout: "plot-service-density"
8739 #
8740 #- type: "plot"
8741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8742 #  algorithm: "plot_nf_heatmap"
8743 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8744 #  data: "plot-vpp-nfv-3n-skx-mrr"
8745 #  filter: "'NIC_Intel-XXV710' and
8746 #           'NF_DENSITY' and
8747 #           'DOCKER' and
8748 #           'CHAIN' and
8749 #           'NF_VPPIP4' and
8750 #           'IPSEC' and
8751 #           'TNL_1000' and
8752 #           'IMIX' and
8753 #           '4T2C' and
8754 #           'MRR'"
8755 #  parameters:
8756 #  - "result"
8757 #  - "name"
8758 #  - "tags"
8759 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8760 #  x-axis: "X = CNFs per Service Chain"
8761 #  y-axis: "Y = Number of Service Chains"
8762 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8763 #  layout:
8764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8765 #    layout: "plot-service-density"
8766 #
8767 #- type: "plot"
8768 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8769 #  algorithm: "plot_nf_heatmap"
8770 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8771 #  data: "plot-vpp-nfv-3n-skx-mrr"
8772 #  filter: "'NIC_Intel-XXV710' and
8773 #           'NF_DENSITY' and
8774 #           'DOCKER' and
8775 #           'CHAIN' and
8776 #           'NF_VPPIP4' and
8777 #           'IPSEC' and
8778 #           'TNL_1000' and
8779 #           'IMIX' and
8780 #           '8T4C' and
8781 #           'MRR'"
8782 #  parameters:
8783 #  - "result"
8784 #  - "name"
8785 #  - "tags"
8786 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8787 #  x-axis: "X = CNFs per Service Chain"
8788 #  y-axis: "Y = Number of Service Chains"
8789 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8790 #  layout:
8791 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8792 #    layout: "plot-service-density"
8793
8794 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8795 #- type: "plot"
8796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8797 #  algorithm: "plot_nf_heatmap"
8798 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8799 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8800 #  filter: "'NIC_Intel-XXV710' and
8801 #           'NF_DENSITY' and
8802 #           'DOCKER' and
8803 #           'CHAIN' and
8804 #           'NF_VPPIP4' and
8805 #           'IPSEC' and
8806 #           'TNL_1000' and
8807 #           'IMIX' and
8808 #           '2T1C' and
8809 #           'NDRPDR'"
8810 #  parameters:
8811 #  - "throughput"
8812 #  - "name"
8813 #  - "tags"
8814 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8815 #  x-axis: "X = CNFs per Service Chain"
8816 #  y-axis: "Y = Number of Service Chains"
8817 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8818 #  layout:
8819 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8820 #    layout: "plot-service-density"
8821 #
8822 #- type: "plot"
8823 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8824 #  algorithm: "plot_nf_heatmap"
8825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8826 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8827 #  filter: "'NIC_Intel-XXV710' and
8828 #           'NF_DENSITY' and
8829 #           'DOCKER' and
8830 #           'CHAIN' and
8831 #           'NF_VPPIP4' and
8832 #           'IPSEC' and
8833 #           'TNL_1000' and
8834 #           'IMIX' and
8835 #           '4T2C' and
8836 #           'NDRPDR'"
8837 #  parameters:
8838 #  - "throughput"
8839 #  - "name"
8840 #  - "tags"
8841 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8842 #  x-axis: "X = CNFs per Service Chain"
8843 #  y-axis: "Y = Number of Service Chains"
8844 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8845 #  layout:
8846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8847 #    layout: "plot-service-density"
8848 #
8849 #- type: "plot"
8850 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8851 #  algorithm: "plot_nf_heatmap"
8852 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8853 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8854 #  filter: "'NIC_Intel-XXV710' and
8855 #           'NF_DENSITY' and
8856 #           'DOCKER' and
8857 #           'CHAIN' and
8858 #           'NF_VPPIP4' and
8859 #           'IPSEC' and
8860 #           'TNL_1000' and
8861 #           'IMIX' and
8862 #           '8T4C' and
8863 #           'NDRPDR'"
8864 #  parameters:
8865 #  - "throughput"
8866 #  - "name"
8867 #  - "tags"
8868 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8869 #  x-axis: "X = CNFs per Service Chain"
8870 #  y-axis: "Y = Number of Service Chains"
8871 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8872 #  layout:
8873 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8874 #    layout: "plot-service-density"
8875 #
8876 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8877 #- type: "plot"
8878 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8879 #  algorithm: "plot_nf_heatmap"
8880 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8881 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8882 #  filter: "'NIC_Intel-XXV710' and
8883 #           'NF_DENSITY' and
8884 #           'DOCKER' and
8885 #           'CHAIN' and
8886 #           'NF_VPPIP4' and
8887 #           'IPSEC' and
8888 #           'TNL_1000' and
8889 #           'IMIX' and
8890 #           '2T1C' and
8891 #           'NDRPDR'"
8892 #  parameters:
8893 #  - "throughput"
8894 #  - "name"
8895 #  - "tags"
8896 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8897 #  x-axis: "X = CNFs per Service Chain"
8898 #  y-axis: "Y = Number of Service Chains"
8899 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8900 #  layout:
8901 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8902 #    layout: "plot-service-density"
8903 #
8904 #- type: "plot"
8905 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8906 #  algorithm: "plot_nf_heatmap"
8907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8908 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8909 #  filter: "'NIC_Intel-XXV710' and
8910 #           'NF_DENSITY' and
8911 #           'DOCKER' and
8912 #           'CHAIN' and
8913 #           'NF_VPPIP4' and
8914 #           'IPSEC' and
8915 #           'TNL_1000' and
8916 #           'IMIX' and
8917 #           '4T2C' and
8918 #           'NDRPDR'"
8919 #  parameters:
8920 #  - "throughput"
8921 #  - "name"
8922 #  - "tags"
8923 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8924 #  x-axis: "X = CNFs per Service Chain"
8925 #  y-axis: "Y = Number of Service Chains"
8926 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8927 #  layout:
8928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8929 #    layout: "plot-service-density"
8930 #
8931 #- type: "plot"
8932 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8933 #  algorithm: "plot_nf_heatmap"
8934 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8935 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8936 #  filter: "'NIC_Intel-XXV710' and
8937 #           'NF_DENSITY' and
8938 #           'DOCKER' and
8939 #           'CHAIN' and
8940 #           'NF_VPPIP4' and
8941 #           'IPSEC' and
8942 #           'TNL_1000' and
8943 #           'IMIX' and
8944 #           '8T4C' and
8945 #           'NDRPDR'"
8946 #  parameters:
8947 #  - "throughput"
8948 #  - "name"
8949 #  - "tags"
8950 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8951 #  x-axis: "X = CNFs per Service Chain"
8952 #  y-axis: "Y = Number of Service Chains"
8953 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8954 #  layout:
8955 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8956 #    layout: "plot-service-density"
8957
8958 ###############################################################################
8959
8960 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8961 #- type: "plot"
8962 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8963 #  algorithm: "plot_nf_heatmap"
8964 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8965 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8966 #  filter: "'NIC_Intel-XL710' and
8967 #           'NF_DENSITY' and
8968 #           'DOCKER' and
8969 #           'CHAIN' and
8970 #           'NF_VPPIP4' and
8971 #           'IMIX' and
8972 #           'TNL_1000' and
8973 #           '1T1C' and
8974 #           'MRR'"
8975 #  parameters:
8976 #  - "result"
8977 #  - "name"
8978 #  - "tags"
8979 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8980 #  x-axis: "X = CNFs per Service Chain"
8981 #  y-axis: "Y = Number of Service Chains"
8982 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8983 #  layout:
8984 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8985 #    layout: "plot-service-density"
8986 #
8987 #- type: "plot"
8988 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8989 #  algorithm: "plot_nf_heatmap"
8990 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8991 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8992 #  filter: "'NIC_Intel-XL710' and
8993 #           'NF_DENSITY' and
8994 #           'DOCKER' and
8995 #           'CHAIN' and
8996 #           'NF_VPPIP4' and
8997 #           'IPSEC' and
8998 #           'TNL_1000' and
8999 #           'IMIX' and
9000 #           '2T2C' and
9001 #           'MRR'"
9002 #  parameters:
9003 #  - "result"
9004 #  - "name"
9005 #  - "tags"
9006 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9007 #  x-axis: "X = CNFs per Service Chain"
9008 #  y-axis: "Y = Number of Service Chains"
9009 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9010 #  layout:
9011 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9012 #    layout: "plot-service-density"
9013 #
9014 #- type: "plot"
9015 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9016 #  algorithm: "plot_nf_heatmap"
9017 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9018 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9019 #  filter: "'NIC_Intel-XL710' and
9020 #           'NF_DENSITY' and
9021 #           'DOCKER' and
9022 #           'CHAIN' and
9023 #           'NF_VPPIP4' and
9024 #           'IPSEC' and
9025 #           'TNL_1000' and
9026 #           'IMIX' and
9027 #           '4T4C' and
9028 #           'MRR'"
9029 #  parameters:
9030 #  - "result"
9031 #  - "name"
9032 #  - "tags"
9033 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9034 #  x-axis: "X = CNFs per Service Chain"
9035 #  y-axis: "Y = Number of Service Chains"
9036 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9037 #  layout:
9038 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9039 #    layout: "plot-service-density"
9040
9041 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9042 #- type: "plot"
9043 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9044 #  algorithm: "plot_nf_heatmap"
9045 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9046 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9047 #  filter: "'NIC_Intel-XL710' and
9048 #           'NF_DENSITY' and
9049 #           'DOCKER' and
9050 #           'CHAIN' and
9051 #           'NF_VPPIP4' and
9052 #           'IPSEC' and
9053 #           'TNL_1000' and
9054 #           'IMIX' and
9055 #           '1T1C' and
9056 #           'NDRPDR'"
9057 #  parameters:
9058 #  - "throughput"
9059 #  - "name"
9060 #  - "tags"
9061 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9062 #  x-axis: "X = CNFs per Service Chain"
9063 #  y-axis: "Y = Number of Service Chains"
9064 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9065 #  layout:
9066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9067 #    layout: "plot-service-density"
9068 #
9069 #- type: "plot"
9070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9071 #  algorithm: "plot_nf_heatmap"
9072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9073 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9074 #  filter: "'NIC_Intel-XL710' and
9075 #           'NF_DENSITY' and
9076 #           'DOCKER' and
9077 #           'CHAIN' and
9078 #           'NF_VPPIP4' and
9079 #           'IPSEC' and
9080 #           'TNL_1000' and
9081 #           'IMIX' and
9082 #           '2T2C' and
9083 #           'NDRPDR'"
9084 #  parameters:
9085 #  - "throughput"
9086 #  - "name"
9087 #  - "tags"
9088 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9089 #  x-axis: "X = CNFs per Service Chain"
9090 #  y-axis: "Y = Number of Service Chains"
9091 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9092 #  layout:
9093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9094 #    layout: "plot-service-density"
9095 #
9096 #- type: "plot"
9097 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9098 #  algorithm: "plot_nf_heatmap"
9099 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9100 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9101 #  filter: "'NIC_Intel-XL710' and
9102 #           'NF_DENSITY' and
9103 #           'DOCKER' and
9104 #           'CHAIN' and
9105 #           'NF_VPPIP4' and
9106 #           'IPSEC' and
9107 #           'TNL_1000' and
9108 #           'IMIX' and
9109 #           '4T4C' and
9110 #           'NDRPDR'"
9111 #  parameters:
9112 #  - "throughput"
9113 #  - "name"
9114 #  - "tags"
9115 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9116 #  x-axis: "X = CNFs per Service Chain"
9117 #  y-axis: "Y = Number of Service Chains"
9118 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9119 #  layout:
9120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9121 #    layout: "plot-service-density"
9122 #
9123 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9124 #- type: "plot"
9125 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9126 #  algorithm: "plot_nf_heatmap"
9127 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9128 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9129 #  filter: "'NIC_Intel-XL710' and
9130 #           'NF_DENSITY' and
9131 #           'DOCKER' and
9132 #           'CHAIN' and
9133 #           'NF_VPPIP4' and
9134 #           'IPSEC' and
9135 #           'TNL_1000' and
9136 #           'IMIX' and
9137 #           '1T1C' and
9138 #           'NDRPDR'"
9139 #  parameters:
9140 #  - "throughput"
9141 #  - "name"
9142 #  - "tags"
9143 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9144 #  x-axis: "X = CNFs per Service Chain"
9145 #  y-axis: "Y = Number of Service Chains"
9146 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9147 #  layout:
9148 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9149 #    layout: "plot-service-density"
9150 #
9151 #- type: "plot"
9152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9153 #  algorithm: "plot_nf_heatmap"
9154 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9155 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9156 #  filter: "'NIC_Intel-XL710' and
9157 #           'NF_DENSITY' and
9158 #           'DOCKER' and
9159 #           'CHAIN' and
9160 #           'NF_VPPIP4' and
9161 #           'IPSEC' and
9162 #           'TNL_1000' and
9163 #           'IMIX' and
9164 #           '2T2C' and
9165 #           'NDRPDR'"
9166 #  parameters:
9167 #  - "throughput"
9168 #  - "name"
9169 #  - "tags"
9170 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9171 #  x-axis: "X = CNFs per Service Chain"
9172 #  y-axis: "Y = Number of Service Chains"
9173 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9174 #  layout:
9175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9176 #    layout: "plot-service-density"
9177 #
9178 #- type: "plot"
9179 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9180 #  algorithm: "plot_nf_heatmap"
9181 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9182 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9183 #  filter: "'NIC_Intel-XL710' and
9184 #           'NF_DENSITY' and
9185 #           'DOCKER' and
9186 #           'CHAIN' and
9187 #           'NF_VPPIP4' and
9188 #           'IPSEC' and
9189 #           'TNL_1000' and
9190 #           'IMIX' and
9191 #           '4T4C' and
9192 #           'NDRPDR'"
9193 #  parameters:
9194 #  - "throughput"
9195 #  - "name"
9196 #  - "tags"
9197 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9198 #  x-axis: "X = CNFs per Service Chain"
9199 #  y-axis: "Y = Number of Service Chains"
9200 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9201 #  layout:
9202 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9203 #    layout: "plot-service-density"
9204
9205 ###############################################################################
9206
9207 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9208 #- type: "plot"
9209 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9210 #  algorithm: "plot_nf_heatmap"
9211 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9212 #  data: "plot-vpp-nfv-3n-skx-mrr"
9213 #  filter: "'NIC_Intel-XXV710' and
9214 #           'NF_DENSITY' and
9215 #           'DOCKER' and
9216 #           'CHAIN' and
9217 #           'NF_VPPIP4' and
9218 #           'IPSEC' and
9219 #           'TNL_10000' and
9220 #           'IMIX' and
9221 #           '2T1C' and
9222 #           'MRR'"
9223 #  parameters:
9224 #  - "result"
9225 #  - "name"
9226 #  - "tags"
9227 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9228 #  x-axis: "X = CNFs per Service Chain"
9229 #  y-axis: "Y = Number of Service Chains"
9230 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9231 #  layout:
9232 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9233 #    layout: "plot-service-density"
9234 #
9235 #- type: "plot"
9236 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9237 #  algorithm: "plot_nf_heatmap"
9238 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9239 #  data: "plot-vpp-nfv-3n-skx-mrr"
9240 #  filter: "'NIC_Intel-XXV710' and
9241 #           'NF_DENSITY' and
9242 #           'DOCKER' and
9243 #           'CHAIN' and
9244 #           'NF_VPPIP4' and
9245 #           'IPSEC' and
9246 #           'TNL_10000' and
9247 #           'IMIX' and
9248 #           '4T2C' and
9249 #           'MRR'"
9250 #  parameters:
9251 #  - "result"
9252 #  - "name"
9253 #  - "tags"
9254 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9255 #  x-axis: "X = CNFs per Service Chain"
9256 #  y-axis: "Y = Number of Service Chains"
9257 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9258 #  layout:
9259 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9260 #    layout: "plot-service-density"
9261 #
9262 #- type: "plot"
9263 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9264 #  algorithm: "plot_nf_heatmap"
9265 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9266 #  data: "plot-vpp-nfv-3n-skx-mrr"
9267 #  filter: "'NIC_Intel-XXV710' and
9268 #           'NF_DENSITY' and
9269 #           'DOCKER' and
9270 #           'CHAIN' and
9271 #           'NF_VPPIP4' and
9272 #           'IPSEC' and
9273 #           'TNL_10000' and
9274 #           'IMIX' and
9275 #           '8T4C' and
9276 #           'MRR'"
9277 #  parameters:
9278 #  - "result"
9279 #  - "name"
9280 #  - "tags"
9281 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9282 #  x-axis: "X = CNFs per Service Chain"
9283 #  y-axis: "Y = Number of Service Chains"
9284 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9285 #  layout:
9286 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9287 #    layout: "plot-service-density"
9288
9289 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9290 #- type: "plot"
9291 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9292 #  algorithm: "plot_nf_heatmap"
9293 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9294 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9295 #  filter: "'NIC_Intel-XXV710' and
9296 #           'NF_DENSITY' and
9297 #           'DOCKER' and
9298 #           'CHAIN' and
9299 #           'NF_VPPIP4' and
9300 #           'IPSEC' and
9301 #           'TNL_10000' and
9302 #           'IMIX' and
9303 #           '2T1C' and
9304 #           'NDRPDR'"
9305 #  parameters:
9306 #  - "throughput"
9307 #  - "name"
9308 #  - "tags"
9309 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9310 #  x-axis: "X = CNFs per Service Chain"
9311 #  y-axis: "Y = Number of Service Chains"
9312 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9313 #  layout:
9314 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9315 #    layout: "plot-service-density"
9316 #
9317 #- type: "plot"
9318 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9319 #  algorithm: "plot_nf_heatmap"
9320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9321 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9322 #  filter: "'NIC_Intel-XXV710' and
9323 #           'NF_DENSITY' and
9324 #           'DOCKER' and
9325 #           'CHAIN' and
9326 #           'NF_VPPIP4' and
9327 #           'IPSEC' and
9328 #           'TNL_10000' and
9329 #           'IMIX' and
9330 #           '4T2C' and
9331 #           'NDRPDR'"
9332 #  parameters:
9333 #  - "throughput"
9334 #  - "name"
9335 #  - "tags"
9336 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9337 #  x-axis: "X = CNFs per Service Chain"
9338 #  y-axis: "Y = Number of Service Chains"
9339 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9340 #  layout:
9341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9342 #    layout: "plot-service-density"
9343 #
9344 #- type: "plot"
9345 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9346 #  algorithm: "plot_nf_heatmap"
9347 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9348 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9349 #  filter: "'NIC_Intel-XXV710' and
9350 #           'NF_DENSITY' and
9351 #           'DOCKER' and
9352 #           'CHAIN' and
9353 #           'NF_VPPIP4' and
9354 #           'IPSEC' and
9355 #           'TNL_10000' and
9356 #           'IMIX' and
9357 #           '8T4C' and
9358 #           'NDRPDR'"
9359 #  parameters:
9360 #  - "throughput"
9361 #  - "name"
9362 #  - "tags"
9363 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9364 #  x-axis: "X = CNFs per Service Chain"
9365 #  y-axis: "Y = Number of Service Chains"
9366 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9367 #  layout:
9368 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9369 #    layout: "plot-service-density"
9370 #
9371 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9372 #- type: "plot"
9373 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9374 #  algorithm: "plot_nf_heatmap"
9375 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9376 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9377 #  filter: "'NIC_Intel-XXV710' and
9378 #           'NF_DENSITY' and
9379 #           'DOCKER' and
9380 #           'CHAIN' and
9381 #           'NF_VPPIP4' and
9382 #           'IPSEC' and
9383 #           'TNL_10000' and
9384 #           'IMIX' and
9385 #           '2T1C' and
9386 #           'NDRPDR'"
9387 #  parameters:
9388 #  - "throughput"
9389 #  - "name"
9390 #  - "tags"
9391 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9392 #  x-axis: "X = CNFs per Service Chain"
9393 #  y-axis: "Y = Number of Service Chains"
9394 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9395 #  layout:
9396 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9397 #    layout: "plot-service-density"
9398 #
9399 #- type: "plot"
9400 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9401 #  algorithm: "plot_nf_heatmap"
9402 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9403 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9404 #  filter: "'NIC_Intel-XXV710' and
9405 #           'NF_DENSITY' and
9406 #           'DOCKER' and
9407 #           'CHAIN' and
9408 #           'NF_VPPIP4' and
9409 #           'IPSEC' and
9410 #           'TNL_10000' and
9411 #           'IMIX' and
9412 #           '4T2C' and
9413 #           'NDRPDR'"
9414 #  parameters:
9415 #  - "throughput"
9416 #  - "name"
9417 #  - "tags"
9418 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9419 #  x-axis: "X = CNFs per Service Chain"
9420 #  y-axis: "Y = Number of Service Chains"
9421 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9422 #  layout:
9423 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9424 #    layout: "plot-service-density"
9425 #
9426 #- type: "plot"
9427 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9428 #  algorithm: "plot_nf_heatmap"
9429 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9430 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9431 #  filter: "'NIC_Intel-XXV710' and
9432 #           'NF_DENSITY' and
9433 #           'DOCKER' and
9434 #           'CHAIN' and
9435 #           'NF_VPPIP4' and
9436 #           'IPSEC' and
9437 #           'TNL_10000' and
9438 #           'IMIX' and
9439 #           '8T4C' and
9440 #           'NDRPDR'"
9441 #  parameters:
9442 #  - "throughput"
9443 #  - "name"
9444 #  - "tags"
9445 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9446 #  x-axis: "X = CNFs per Service Chain"
9447 #  y-axis: "Y = Number of Service Chains"
9448 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9449 #  layout:
9450 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9451 #    layout: "plot-service-density"
9452
9453 ###############################################################################
9454
9455 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9456 #- type: "plot"
9457 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9458 #  algorithm: "plot_nf_heatmap"
9459 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9460 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9461 #  filter: "'NIC_Intel-XL710' and
9462 #           'NF_DENSITY' and
9463 #           'DOCKER' and
9464 #           'CHAIN' and
9465 #           'NF_VPPIP4' and
9466 #           'IMIX' and
9467 #           'TNL_10000' and
9468 #           '1T1C' and
9469 #           'MRR'"
9470 #  parameters:
9471 #  - "result"
9472 #  - "name"
9473 #  - "tags"
9474 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9475 #  x-axis: "X = CNFs per Service Chain"
9476 #  y-axis: "Y = Number of Service Chains"
9477 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9478 #  layout:
9479 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9480 #    layout: "plot-service-density"
9481 #
9482 #- type: "plot"
9483 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9484 #  algorithm: "plot_nf_heatmap"
9485 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9486 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9487 #  filter: "'NIC_Intel-XL710' and
9488 #           'NF_DENSITY' and
9489 #           'DOCKER' and
9490 #           'CHAIN' and
9491 #           'NF_VPPIP4' and
9492 #           'IPSEC' and
9493 #           'TNL_10000' and
9494 #           'IMIX' and
9495 #           '2T2C' and
9496 #           'MRR'"
9497 #  parameters:
9498 #  - "result"
9499 #  - "name"
9500 #  - "tags"
9501 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9502 #  x-axis: "X = CNFs per Service Chain"
9503 #  y-axis: "Y = Number of Service Chains"
9504 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9505 #  layout:
9506 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9507 #    layout: "plot-service-density"
9508 #
9509 #- type: "plot"
9510 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9511 #  algorithm: "plot_nf_heatmap"
9512 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9513 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9514 #  filter: "'NIC_Intel-XL710' and
9515 #           'NF_DENSITY' and
9516 #           'DOCKER' and
9517 #           'CHAIN' and
9518 #           'NF_VPPIP4' and
9519 #           'IPSEC' and
9520 #           'TNL_10000' and
9521 #           'IMIX' and
9522 #           '4T4C' and
9523 #           'MRR'"
9524 #  parameters:
9525 #  - "result"
9526 #  - "name"
9527 #  - "tags"
9528 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9529 #  x-axis: "X = CNFs per Service Chain"
9530 #  y-axis: "Y = Number of Service Chains"
9531 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9532 #  layout:
9533 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9534 #    layout: "plot-service-density"
9535
9536 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9537 #- type: "plot"
9538 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9539 #  algorithm: "plot_nf_heatmap"
9540 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9541 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9542 #  filter: "'NIC_Intel-XL710' and
9543 #           'NF_DENSITY' and
9544 #           'DOCKER' and
9545 #           'CHAIN' and
9546 #           'NF_VPPIP4' and
9547 #           'IPSEC' and
9548 #           'TNL_10000' and
9549 #           'IMIX' and
9550 #           '1T1C' and
9551 #           'NDRPDR'"
9552 #  parameters:
9553 #  - "throughput"
9554 #  - "name"
9555 #  - "tags"
9556 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9557 #  x-axis: "X = CNFs per Service Chain"
9558 #  y-axis: "Y = Number of Service Chains"
9559 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9560 #  layout:
9561 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9562 #    layout: "plot-service-density"
9563 #
9564 #- type: "plot"
9565 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9566 #  algorithm: "plot_nf_heatmap"
9567 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9568 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9569 #  filter: "'NIC_Intel-XL710' and
9570 #           'NF_DENSITY' and
9571 #           'DOCKER' and
9572 #           'CHAIN' and
9573 #           'NF_VPPIP4' and
9574 #           'IPSEC' and
9575 #           'TNL_10000' and
9576 #           'IMIX' and
9577 #           '2T2C' and
9578 #           'NDRPDR'"
9579 #  parameters:
9580 #  - "throughput"
9581 #  - "name"
9582 #  - "tags"
9583 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9584 #  x-axis: "X = CNFs per Service Chain"
9585 #  y-axis: "Y = Number of Service Chains"
9586 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9587 #  layout:
9588 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9589 #    layout: "plot-service-density"
9590 #
9591 #- type: "plot"
9592 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9593 #  algorithm: "plot_nf_heatmap"
9594 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9595 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9596 #  filter: "'NIC_Intel-XL710' and
9597 #           'NF_DENSITY' and
9598 #           'DOCKER' and
9599 #           'CHAIN' and
9600 #           'NF_VPPIP4' and
9601 #           'IPSEC' and
9602 #           'TNL_10000' and
9603 #           'IMIX' and
9604 #           '4T4C' and
9605 #           'NDRPDR'"
9606 #  parameters:
9607 #  - "throughput"
9608 #  - "name"
9609 #  - "tags"
9610 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9611 #  x-axis: "X = CNFs per Service Chain"
9612 #  y-axis: "Y = Number of Service Chains"
9613 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9614 #  layout:
9615 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9616 #    layout: "plot-service-density"
9617 #
9618 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9619 #- type: "plot"
9620 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9621 #  algorithm: "plot_nf_heatmap"
9622 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9623 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9624 #  filter: "'NIC_Intel-XL710' and
9625 #           'NF_DENSITY' and
9626 #           'DOCKER' and
9627 #           'CHAIN' and
9628 #           'NF_VPPIP4' and
9629 #           'IPSEC' and
9630 #           'TNL_10000' and
9631 #           'IMIX' and
9632 #           '1T1C' and
9633 #           'NDRPDR'"
9634 #  parameters:
9635 #  - "throughput"
9636 #  - "name"
9637 #  - "tags"
9638 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9639 #  x-axis: "X = CNFs per Service Chain"
9640 #  y-axis: "Y = Number of Service Chains"
9641 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9642 #  layout:
9643 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9644 #    layout: "plot-service-density"
9645 #
9646 #- type: "plot"
9647 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9648 #  algorithm: "plot_nf_heatmap"
9649 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9650 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9651 #  filter: "'NIC_Intel-XL710' and
9652 #           'NF_DENSITY' and
9653 #           'DOCKER' and
9654 #           'CHAIN' and
9655 #           'NF_VPPIP4' and
9656 #           'IPSEC' and
9657 #           'TNL_10000' and
9658 #           'IMIX' and
9659 #           '2T2C' and
9660 #           'NDRPDR'"
9661 #  parameters:
9662 #  - "throughput"
9663 #  - "name"
9664 #  - "tags"
9665 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9666 #  x-axis: "X = CNFs per Service Chain"
9667 #  y-axis: "Y = Number of Service Chains"
9668 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9669 #  layout:
9670 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9671 #    layout: "plot-service-density"
9672 #
9673 #- type: "plot"
9674 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9675 #  algorithm: "plot_nf_heatmap"
9676 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9677 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9678 #  filter: "'NIC_Intel-XL710' and
9679 #           'NF_DENSITY' and
9680 #           'DOCKER' and
9681 #           'CHAIN' and
9682 #           'NF_VPPIP4' and
9683 #           'IPSEC' and
9684 #           'TNL_10000' and
9685 #           'IMIX' and
9686 #           '4T4C' and
9687 #           'NDRPDR'"
9688 #  parameters:
9689 #  - "throughput"
9690 #  - "name"
9691 #  - "tags"
9692 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9693 #  x-axis: "X = CNFs per Service Chain"
9694 #  y-axis: "Y = Number of Service Chains"
9695 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9696 #  layout:
9697 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9698 #    layout: "plot-service-density"
9699
9700 ###############################################################################
9701
9702 # Plots - NF Density - CSP - MRR IMIX
9703 - type: "plot"
9704   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9705   algorithm: "plot_nf_heatmap"
9706   output-file-type: ".html"
9707   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9708   data: "plot-vpp-nfv-2n-skx-mrr"
9709   filter: "'NIC_Intel-XXV710' and
9710            'NF_DENSITY' and
9711            'DOCKER' and
9712            'PIPELINE' and
9713            'NF_VPPIP4' and
9714            'IMIX' and
9715            '2T1C' and
9716            'MRR'"
9717   parameters:
9718   - "result"
9719   - "name"
9720   - "tags"
9721   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9722   x-axis: "X = CNFs per Service Pipeline"
9723   y-axis: "Y = Number of Service Pipelines"
9724   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9725   layout:
9726     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9727     layout: "plot-service-density"
9728
9729 - type: "plot"
9730   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9731   algorithm: "plot_nf_heatmap"
9732   output-file-type: ".html"
9733   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9734   data: "plot-vpp-nfv-2n-skx-mrr"
9735   filter: "'NIC_Intel-XXV710' and
9736            'NF_DENSITY' and
9737            'DOCKER' and
9738            'PIPELINE' and
9739            'NF_VPPIP4' and
9740            'IMIX' and
9741            '4T2C' and
9742            'MRR'"
9743   parameters:
9744   - "result"
9745   - "name"
9746   - "tags"
9747   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9748   x-axis: "X = CNFs per Service Pipeline"
9749   y-axis: "Y = Number of Service Pipelines"
9750   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9751   layout:
9752     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9753     layout: "plot-service-density"
9754
9755 - type: "plot"
9756   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9757   algorithm: "plot_nf_heatmap"
9758   output-file-type: ".html"
9759   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9760   data: "plot-vpp-nfv-2n-skx-mrr"
9761   filter: "'NIC_Intel-XXV710' and
9762            'NF_DENSITY' and
9763            'DOCKER' and
9764            'PIPELINE' and
9765            'NF_VPPIP4' and
9766            'IMIX' and
9767            '8T4C' and
9768            'MRR'"
9769   parameters:
9770   - "result"
9771   - "name"
9772   - "tags"
9773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9774   x-axis: "X = CNFs per Service Pipeline"
9775   y-axis: "Y = Number of Service Pipelines"
9776   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9777   layout:
9778     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9779     layout: "plot-service-density"
9780
9781 # Plots - NF Density - CSP - NDR IMIX
9782 - type: "plot"
9783   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9784   algorithm: "plot_nf_heatmap"
9785   output-file-type: ".html"
9786   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9787   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9788   filter: "'NIC_Intel-XXV710' and
9789            'NF_DENSITY' and
9790            'DOCKER' and
9791            'PIPELINE' and
9792            'NF_VPPIP4' and
9793            'IMIX' and
9794            '2T1C' and
9795            'NDRPDR'"
9796   parameters:
9797   - "throughput"
9798   - "name"
9799   - "tags"
9800   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9801   x-axis: "X = CNFs per Service Pipeline"
9802   y-axis: "Y = Number of Service Pipelines"
9803   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9804   layout:
9805     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9806     layout: "plot-service-density"
9807
9808 - type: "plot"
9809   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9810   algorithm: "plot_nf_heatmap"
9811   output-file-type: ".html"
9812   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9813   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9814   filter: "'NIC_Intel-XXV710' and
9815            'NF_DENSITY' and
9816            'DOCKER' and
9817            'PIPELINE' and
9818            'NF_VPPIP4' and
9819            'IMIX' and
9820            '4T2C' and
9821            'NDRPDR'"
9822   parameters:
9823   - "throughput"
9824   - "name"
9825   - "tags"
9826   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9827   x-axis: "X = CNFs per Service Pipeline"
9828   y-axis: "Y = Number of Service Pipelines"
9829   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9830   layout:
9831     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9832     layout: "plot-service-density"
9833
9834 - type: "plot"
9835   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9836   algorithm: "plot_nf_heatmap"
9837   output-file-type: ".html"
9838   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9839   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9840   filter: "'NIC_Intel-XXV710' and
9841            'NF_DENSITY' and
9842            'DOCKER' and
9843            'PIPELINE' and
9844            'NF_VPPIP4' and
9845            'IMIX' and
9846            '8T4C' and
9847            'NDRPDR'"
9848   parameters:
9849   - "throughput"
9850   - "name"
9851   - "tags"
9852   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9853   x-axis: "X = CNFs per Service Pipeline"
9854   y-axis: "Y = Number of Service Pipelines"
9855   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9856   layout:
9857     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9858     layout: "plot-service-density"
9859
9860 # Plots - NF Density - CSP - PDR IMIX
9861 - type: "plot"
9862   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9863   algorithm: "plot_nf_heatmap"
9864   output-file-type: ".html"
9865   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9866   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9867   filter: "'NIC_Intel-XXV710' and
9868            'NF_DENSITY' and
9869            'DOCKER' and
9870            'PIPELINE' and
9871            'NF_VPPIP4' and
9872            'IMIX' and
9873            '2T1C' and
9874            'NDRPDR'"
9875   parameters:
9876   - "throughput"
9877   - "name"
9878   - "tags"
9879   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9880   x-axis: "X = CNFs per Service Pipeline"
9881   y-axis: "Y = Number of Service Pipelines"
9882   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9883   layout:
9884     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9885     layout: "plot-service-density"
9886
9887 - type: "plot"
9888   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9889   algorithm: "plot_nf_heatmap"
9890   output-file-type: ".html"
9891   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9892   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9893   filter: "'NIC_Intel-XXV710' and
9894            'NF_DENSITY' and
9895            'DOCKER' and
9896            'PIPELINE' and
9897            'NF_VPPIP4' and
9898            'IMIX' and
9899            '4T2C' and
9900            'NDRPDR'"
9901   parameters:
9902   - "throughput"
9903   - "name"
9904   - "tags"
9905   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9906   x-axis: "X = CNFs per Service Pipeline"
9907   y-axis: "Y = Number of Service Pipelines"
9908   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9909   layout:
9910     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9911     layout: "plot-service-density"
9912
9913 - type: "plot"
9914   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9915   algorithm: "plot_nf_heatmap"
9916   output-file-type: ".html"
9917   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9918   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9919   filter: "'NIC_Intel-XXV710' and
9920            'NF_DENSITY' and
9921            'DOCKER' and
9922            'PIPELINE' and
9923            'NF_VPPIP4' and
9924            'IMIX' and
9925            '8T4C' and
9926            'NDRPDR'"
9927   parameters:
9928   - "throughput"
9929   - "name"
9930   - "tags"
9931   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9932   x-axis: "X = CNFs per Service Pipeline"
9933   y-axis: "Y = Number of Service Pipelines"
9934   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9935   layout:
9936     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9937     layout: "plot-service-density"
9938
9939 ###############################################################################
9940 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9941
9942 - type: "plot"
9943   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9944   algorithm: "plot_nf_heatmap"
9945   output-file-type: ".html"
9946   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9947   data: "plot-vpp-nfv-2n-clx-mrr"
9948   filter: "'NIC_Intel-XXV710' and
9949            'NF_DENSITY' and
9950            'VHOST' and
9951            not 'VXLAN' and
9952            'CHAIN' and
9953            'NF_VPPIP4' and
9954            'IMIX' and
9955            '2T1C' and
9956            'MRR'"
9957   parameters:
9958   - "result"
9959   - "name"
9960   - "tags"
9961   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9962   x-axis: "X = VNFs per Service Chain"
9963   y-axis: "Y = Number of Service Chains"
9964   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9965   layout:
9966     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9967     layout: "plot-service-density"
9968
9969 - type: "plot"
9970   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9971   algorithm: "plot_nf_heatmap"
9972   output-file-type: ".html"
9973   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9974   data: "plot-vpp-nfv-2n-clx-mrr"
9975   filter: "'NIC_Intel-XXV710' and
9976            'NF_DENSITY' and
9977            'VHOST' and
9978            not 'VXLAN' and
9979            'CHAIN' and
9980            'NF_VPPIP4' and
9981            'IMIX' and
9982            '4T2C' and
9983            'MRR'"
9984   parameters:
9985   - "result"
9986   - "name"
9987   - "tags"
9988   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9989   x-axis: "X = VNFs per Service Chain"
9990   y-axis: "Y = Number of Service Chains"
9991   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9992   layout:
9993     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9994     layout: "plot-service-density"
9995
9996 - type: "plot"
9997   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9998   algorithm: "plot_nf_heatmap"
9999   output-file-type: ".html"
10000   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10001   data: "plot-vpp-nfv-2n-clx-mrr"
10002   filter: "'NIC_Intel-XXV710' and
10003            'NF_DENSITY' and
10004            'VHOST' and
10005            not 'VXLAN' and
10006            'CHAIN' and
10007            'NF_VPPIP4' and
10008            'IMIX' and
10009            '8T4C' and
10010            'MRR'"
10011   parameters:
10012   - "result"
10013   - "name"
10014   - "tags"
10015   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10016   x-axis: "X = VNFs per Service Chain"
10017   y-axis: "Y = Number of Service Chains"
10018   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10019   layout:
10020     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10021     layout: "plot-service-density"
10022
10023 # Plots - NF Density - VSC - NDR IMIX
10024 - type: "plot"
10025   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10026   algorithm: "plot_nf_heatmap"
10027   output-file-type: ".html"
10028   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10029   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10030   filter: "'NIC_Intel-XXV710' and
10031            'NF_DENSITY' and
10032            'VHOST' and
10033            not 'VXLAN' and
10034            'CHAIN' and
10035            'NF_VPPIP4' and
10036            'IMIX' and
10037            '2T1C' and
10038            'NDRPDR'"
10039   parameters:
10040   - "throughput"
10041   - "name"
10042   - "tags"
10043   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10044   x-axis: "X = VNFs per Service Chain"
10045   y-axis: "Y = Number of Service Chains"
10046   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10047   layout:
10048     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10049     layout: "plot-service-density"
10050
10051 - type: "plot"
10052   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10053   algorithm: "plot_nf_heatmap"
10054   output-file-type: ".html"
10055   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10056   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10057   filter: "'NIC_Intel-XXV710' and
10058            'NF_DENSITY' and
10059            'VHOST' and
10060            not 'VXLAN' and
10061            'CHAIN' and
10062            'NF_VPPIP4' and
10063            'IMIX' and
10064            '4T2C' and
10065            'NDRPDR'"
10066   parameters:
10067   - "throughput"
10068   - "name"
10069   - "tags"
10070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10071   x-axis: "X = VNFs per Service Chain"
10072   y-axis: "Y = Number of Service Chains"
10073   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10074   layout:
10075     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10076     layout: "plot-service-density"
10077
10078 - type: "plot"
10079   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10080   algorithm: "plot_nf_heatmap"
10081   output-file-type: ".html"
10082   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10083   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10084   filter: "'NIC_Intel-XXV710' and
10085            'NF_DENSITY' and
10086            'VHOST' and
10087            not 'VXLAN' and
10088            'CHAIN' and
10089            'NF_VPPIP4' and
10090            'IMIX' and
10091            '8T4C' and
10092            'NDRPDR'"
10093   parameters:
10094   - "throughput"
10095   - "name"
10096   - "tags"
10097   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10098   x-axis: "X = VNFs per Service Chain"
10099   y-axis: "Y = Number of Service Chains"
10100   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10101   layout:
10102     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10103     layout: "plot-service-density"
10104
10105 # Plots - NF Density - VSC - PDR IMIX
10106 - type: "plot"
10107   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10108   algorithm: "plot_nf_heatmap"
10109   output-file-type: ".html"
10110   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10111   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10112   filter: "'NIC_Intel-XXV710' and
10113            'NF_DENSITY' and
10114            'VHOST' and
10115            not 'VXLAN' and
10116            'CHAIN' and
10117            'NF_VPPIP4' and
10118            'IMIX' and
10119            '2T1C' and
10120            'NDRPDR'"
10121   parameters:
10122   - "throughput"
10123   - "name"
10124   - "tags"
10125   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10126   x-axis: "X = VNFs per Service Chain"
10127   y-axis: "Y = Number of Service Chains"
10128   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10129   layout:
10130     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10131     layout: "plot-service-density"
10132
10133 - type: "plot"
10134   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10135   algorithm: "plot_nf_heatmap"
10136   output-file-type: ".html"
10137   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10138   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10139   filter: "'NIC_Intel-XXV710' and
10140            'NF_DENSITY' and
10141            'VHOST' and
10142            not 'VXLAN' and
10143            'CHAIN' and
10144            'NF_VPPIP4' and
10145            'IMIX' and
10146            '4T2C' and
10147            'NDRPDR'"
10148   parameters:
10149   - "throughput"
10150   - "name"
10151   - "tags"
10152   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10153   x-axis: "X = VNFs per Service Chain"
10154   y-axis: "Y = Number of Service Chains"
10155   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10156   layout:
10157     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10158     layout: "plot-service-density"
10159
10160 - type: "plot"
10161   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10162   algorithm: "plot_nf_heatmap"
10163   output-file-type: ".html"
10164   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10165   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10166   filter: "'NIC_Intel-XXV710' and
10167            'NF_DENSITY' and
10168            'VHOST' and
10169            not 'VXLAN' and
10170            'CHAIN' and
10171            'NF_VPPIP4' and
10172            'IMIX' and
10173            '8T4C' and
10174            'NDRPDR'"
10175   parameters:
10176   - "throughput"
10177   - "name"
10178   - "tags"
10179   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10180   x-axis: "X = VNFs per Service Chain"
10181   y-axis: "Y = Number of Service Chains"
10182   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10183   layout:
10184     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10185     layout: "plot-service-density"
10186
10187 # Plots - NF Density - VSC - MRR IMIX
10188 - type: "plot"
10189   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10190   algorithm: "plot_nf_heatmap"
10191   output-file-type: ".html"
10192   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10193   data: "plot-vpp-nfv-2n-clx-mrr"
10194   filter: "'NIC_Intel-XXV710' and
10195            'NF_DENSITY' and
10196            'VHOST' and
10197            'VXLAN' and
10198            'CHAIN' and
10199            'IMIX' and
10200            '2T1C' and
10201            'MRR'"
10202   parameters:
10203   - "result"
10204   - "name"
10205   - "tags"
10206   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10207   x-axis: "X = VNFs per Service Chain"
10208   y-axis: "Y = Number of Service Chains"
10209   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10210   layout:
10211     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10212     layout: "plot-service-density"
10213
10214 - type: "plot"
10215   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10216   algorithm: "plot_nf_heatmap"
10217   output-file-type: ".html"
10218   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10219   data: "plot-vpp-nfv-2n-clx-mrr"
10220   filter: "'NIC_Intel-XXV710' and
10221            'NF_DENSITY' and
10222            'VHOST' and
10223            'VXLAN' and
10224            'CHAIN' and
10225            'IMIX' and
10226            '4T2C' and
10227            'MRR'"
10228   parameters:
10229   - "result"
10230   - "name"
10231   - "tags"
10232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10233   x-axis: "X = VNFs per Service Chain"
10234   y-axis: "Y = Number of Service Chains"
10235   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10236   layout:
10237     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10238     layout: "plot-service-density"
10239
10240 - type: "plot"
10241   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10242   algorithm: "plot_nf_heatmap"
10243   output-file-type: ".html"
10244   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10245   data: "plot-vpp-nfv-2n-clx-mrr"
10246   filter: "'NIC_Intel-XXV710' and
10247            'NF_DENSITY' and
10248            'VHOST' and
10249            'VXLAN' and
10250            'CHAIN' and
10251            'IMIX' and
10252            '8T4C' and
10253            'MRR'"
10254   parameters:
10255   - "result"
10256   - "name"
10257   - "tags"
10258   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10259   x-axis: "X = VNFs per Service Chain"
10260   y-axis: "Y = Number of Service Chains"
10261   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10262   layout:
10263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10264     layout: "plot-service-density"
10265
10266 # Plots - NF Density - VSC - NDR IMIX
10267 - type: "plot"
10268   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10269   algorithm: "plot_nf_heatmap"
10270   output-file-type: ".html"
10271   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10272   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10273   filter: "'NIC_Intel-XXV710' and
10274            'NF_DENSITY' and
10275            'VHOST' and
10276            'VXLAN' and
10277            'CHAIN' and
10278            'IMIX' and
10279            '2T1C' and
10280            'NDRPDR'"
10281   parameters:
10282   - "throughput"
10283   - "name"
10284   - "tags"
10285   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10286   x-axis: "X = VNFs per Service Chain"
10287   y-axis: "Y = Number of Service Chains"
10288   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10289   layout:
10290     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10291     layout: "plot-service-density"
10292
10293 - type: "plot"
10294   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10295   algorithm: "plot_nf_heatmap"
10296   output-file-type: ".html"
10297   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10298   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10299   filter: "'NIC_Intel-XXV710' and
10300            'NF_DENSITY' and
10301            'VHOST' and
10302            'VXLAN' and
10303            'CHAIN' and
10304            'IMIX' and
10305            '4T2C' and
10306            'NDRPDR'"
10307   parameters:
10308   - "throughput"
10309   - "name"
10310   - "tags"
10311   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10312   x-axis: "X = VNFs per Service Chain"
10313   y-axis: "Y = Number of Service Chains"
10314   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10315   layout:
10316     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10317     layout: "plot-service-density"
10318
10319 - type: "plot"
10320   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10321   algorithm: "plot_nf_heatmap"
10322   output-file-type: ".html"
10323   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10324   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10325   filter: "'NIC_Intel-XXV710' and
10326            'NF_DENSITY' and
10327            'VHOST' and
10328            'VXLAN' and
10329            'CHAIN' and
10330            'IMIX' and
10331            '8T4C' and
10332            'NDRPDR'"
10333   parameters:
10334   - "throughput"
10335   - "name"
10336   - "tags"
10337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10338   x-axis: "X = VNFs per Service Chain"
10339   y-axis: "Y = Number of Service Chains"
10340   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10341   layout:
10342     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10343     layout: "plot-service-density"
10344
10345 # Plots - NF Density - VSC - PDR IMIX
10346 - type: "plot"
10347   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10348   algorithm: "plot_nf_heatmap"
10349   output-file-type: ".html"
10350   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10351   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10352   filter: "'NIC_Intel-XXV710' and
10353            'NF_DENSITY' and
10354            'VHOST' and
10355            'VXLAN' and
10356            'CHAIN' and
10357            'IMIX' and
10358            '2T1C' and
10359            'NDRPDR'"
10360   parameters:
10361   - "throughput"
10362   - "name"
10363   - "tags"
10364   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10365   x-axis: "X = VNFs per Service Chain"
10366   y-axis: "Y = Number of Service Chains"
10367   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10368   layout:
10369     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10370     layout: "plot-service-density"
10371
10372 - type: "plot"
10373   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10374   algorithm: "plot_nf_heatmap"
10375   output-file-type: ".html"
10376   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10377   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10378   filter: "'NIC_Intel-XXV710' and
10379            'NF_DENSITY' and
10380            'VHOST' and
10381            'VXLAN' and
10382            'CHAIN' and
10383            'IMIX' and
10384            '4T2C' and
10385            'NDRPDR'"
10386   parameters:
10387   - "throughput"
10388   - "name"
10389   - "tags"
10390   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10391   x-axis: "X = VNFs per Service Chain"
10392   y-axis: "Y = Number of Service Chains"
10393   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10394   layout:
10395     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10396     layout: "plot-service-density"
10397
10398 - type: "plot"
10399   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10400   algorithm: "plot_nf_heatmap"
10401   output-file-type: ".html"
10402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10403   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10404   filter: "'NIC_Intel-XXV710' and
10405            'NF_DENSITY' and
10406            'VHOST' and
10407            'VXLAN' and
10408            'CHAIN' and
10409            'IMIX' and
10410            '8T4C' and
10411            'NDRPDR'"
10412   parameters:
10413   - "throughput"
10414   - "name"
10415   - "tags"
10416   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10417   x-axis: "X = VNFs per Service Chain"
10418   y-axis: "Y = Number of Service Chains"
10419   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10420   layout:
10421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10422     layout: "plot-service-density"
10423
10424 # Plots - NF Density - CSC - MRR IMIX
10425 - type: "plot"
10426   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10427   algorithm: "plot_nf_heatmap"
10428   output-file-type: ".html"
10429   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10430   data: "plot-vpp-nfv-2n-clx-mrr"
10431   filter: "'NIC_Intel-XXV710' and
10432            'NF_DENSITY' and
10433            'DOCKER' and
10434            'CHAIN' and
10435            'NF_VPPIP4' and
10436            'IMIX' and
10437            '2T1C' and
10438            'MRR'"
10439   parameters:
10440   - "result"
10441   - "name"
10442   - "tags"
10443   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10444   x-axis: "X = CNFs per Service Chain"
10445   y-axis: "Y = Number of Service Chains"
10446   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10447   layout:
10448     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10449     layout: "plot-service-density"
10450
10451 - type: "plot"
10452   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10453   algorithm: "plot_nf_heatmap"
10454   output-file-type: ".html"
10455   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10456   data: "plot-vpp-nfv-2n-clx-mrr"
10457   filter: "'NIC_Intel-XXV710' and
10458            'NF_DENSITY' and
10459            'DOCKER' and
10460            'CHAIN' and
10461            'NF_VPPIP4' and
10462            'IMIX' and
10463            '4T2C' and
10464            'MRR'"
10465   parameters:
10466   - "result"
10467   - "name"
10468   - "tags"
10469   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10470   x-axis: "X = CNFs per Service Chain"
10471   y-axis: "Y = Number of Service Chains"
10472   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10473   layout:
10474     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10475     layout: "plot-service-density"
10476
10477 - type: "plot"
10478   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10479   algorithm: "plot_nf_heatmap"
10480   output-file-type: ".html"
10481   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10482   data: "plot-vpp-nfv-2n-clx-mrr"
10483   filter: "'NIC_Intel-XXV710' and
10484            'NF_DENSITY' and
10485            'DOCKER' and
10486            'CHAIN' and
10487            'NF_VPPIP4' and
10488            'IMIX' and
10489            '8T4C' and
10490            'MRR'"
10491   parameters:
10492   - "result"
10493   - "name"
10494   - "tags"
10495   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10496   x-axis: "X = CNFs per Service Chain"
10497   y-axis: "Y = Number of Service Chains"
10498   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10499   layout:
10500     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10501     layout: "plot-service-density"
10502
10503 # Plots - NF Density - CSC - NDR IMIX
10504 - type: "plot"
10505   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10506   algorithm: "plot_nf_heatmap"
10507   output-file-type: ".html"
10508   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10509   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10510   filter: "'NIC_Intel-XXV710' and
10511            'NF_DENSITY' and
10512            'DOCKER' and
10513            'CHAIN' and
10514            'NF_VPPIP4' and
10515            'IMIX' and
10516            '2T1C' and
10517            'NDRPDR'"
10518   parameters:
10519   - "throughput"
10520   - "name"
10521   - "tags"
10522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10523   x-axis: "X = CNFs per Service Chain"
10524   y-axis: "Y = Number of Service Chains"
10525   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10526   layout:
10527     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10528     layout: "plot-service-density"
10529
10530 - type: "plot"
10531   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10532   algorithm: "plot_nf_heatmap"
10533   output-file-type: ".html"
10534   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10535   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10536   filter: "'NIC_Intel-XXV710' and
10537            'NF_DENSITY' and
10538            'DOCKER' and
10539            'CHAIN' and
10540            'NF_VPPIP4' and
10541            'IMIX' and
10542            '4T2C' and
10543            'NDRPDR'"
10544   parameters:
10545   - "throughput"
10546   - "name"
10547   - "tags"
10548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10549   x-axis: "X = CNFs per Service Chain"
10550   y-axis: "Y = Number of Service Chains"
10551   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10552   layout:
10553     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10554     layout: "plot-service-density"
10555
10556 - type: "plot"
10557   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10558   algorithm: "plot_nf_heatmap"
10559   output-file-type: ".html"
10560   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10561   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10562   filter: "'NIC_Intel-XXV710' and
10563            'NF_DENSITY' and
10564            'DOCKER' and
10565            'CHAIN' and
10566            'NF_VPPIP4' and
10567            'IMIX' and
10568            '8T4C' and
10569            'NDRPDR'"
10570   parameters:
10571   - "throughput"
10572   - "name"
10573   - "tags"
10574   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10575   x-axis: "X = CNFs per Service Chain"
10576   y-axis: "Y = Number of Service Chains"
10577   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10578   layout:
10579     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10580     layout: "plot-service-density"
10581
10582 # Plots - NF Density - CSC - PDR IMIX
10583 - type: "plot"
10584   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10585   algorithm: "plot_nf_heatmap"
10586   output-file-type: ".html"
10587   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10588   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10589   filter: "'NIC_Intel-XXV710' and
10590            'NF_DENSITY' and
10591            'DOCKER' and
10592            'CHAIN' and
10593            'NF_VPPIP4' and
10594            'IMIX' and
10595            '2T1C' and
10596            'NDRPDR'"
10597   parameters:
10598   - "throughput"
10599   - "name"
10600   - "tags"
10601   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10602   x-axis: "X = CNFs per Service Chain"
10603   y-axis: "Y = Number of Service Chains"
10604   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10605   layout:
10606     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10607     layout: "plot-service-density"
10608
10609 - type: "plot"
10610   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10611   algorithm: "plot_nf_heatmap"
10612   output-file-type: ".html"
10613   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10614   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10615   filter: "'NIC_Intel-XXV710' and
10616            'NF_DENSITY' and
10617            'DOCKER' and
10618            'CHAIN' and
10619            'NF_VPPIP4' and
10620            'IMIX' and
10621            '4T2C' and
10622            'NDRPDR'"
10623   parameters:
10624   - "throughput"
10625   - "name"
10626   - "tags"
10627   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10628   x-axis: "X = CNFs per Service Chain"
10629   y-axis: "Y = Number of Service Chains"
10630   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10631   layout:
10632     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10633     layout: "plot-service-density"
10634
10635 - type: "plot"
10636   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10637   algorithm: "plot_nf_heatmap"
10638   output-file-type: ".html"
10639   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10640   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10641   filter: "'NIC_Intel-XXV710' and
10642            'NF_DENSITY' and
10643            'DOCKER' and
10644            'CHAIN' and
10645            'NF_VPPIP4' and
10646            'IMIX' and
10647            '8T4C' and
10648            'NDRPDR'"
10649   parameters:
10650   - "throughput"
10651   - "name"
10652   - "tags"
10653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10654   x-axis: "X = CNFs per Service Chain"
10655   y-axis: "Y = Number of Service Chains"
10656   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10657   layout:
10658     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10659     layout: "plot-service-density"
10660
10661 # Plots - NF Density - CSP - MRR IMIX
10662 - type: "plot"
10663   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10664   algorithm: "plot_nf_heatmap"
10665   output-file-type: ".html"
10666   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10667   data: "plot-vpp-nfv-2n-clx-mrr"
10668   filter: "'NIC_Intel-XXV710' and
10669            'NF_DENSITY' and
10670            'DOCKER' and
10671            'PIPELINE' and
10672            'NF_VPPIP4' and
10673            'IMIX' and
10674            '2T1C' and
10675            'MRR'"
10676   parameters:
10677   - "result"
10678   - "name"
10679   - "tags"
10680   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10681   x-axis: "X = CNFs per Service Pipeline"
10682   y-axis: "Y = Number of Service Pipelines"
10683   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10684   layout:
10685     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10686     layout: "plot-service-density"
10687
10688 - type: "plot"
10689   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10690   algorithm: "plot_nf_heatmap"
10691   output-file-type: ".html"
10692   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10693   data: "plot-vpp-nfv-2n-clx-mrr"
10694   filter: "'NIC_Intel-XXV710' and
10695            'NF_DENSITY' and
10696            'DOCKER' and
10697            'PIPELINE' and
10698            'NF_VPPIP4' and
10699            'IMIX' and
10700            '4T2C' and
10701            'MRR'"
10702   parameters:
10703   - "result"
10704   - "name"
10705   - "tags"
10706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10707   x-axis: "X = CNFs per Service Pipeline"
10708   y-axis: "Y = Number of Service Pipelines"
10709   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10710   layout:
10711     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10712     layout: "plot-service-density"
10713
10714 - type: "plot"
10715   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10716   algorithm: "plot_nf_heatmap"
10717   output-file-type: ".html"
10718   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10719   data: "plot-vpp-nfv-2n-clx-mrr"
10720   filter: "'NIC_Intel-XXV710' and
10721            'NF_DENSITY' and
10722            'DOCKER' and
10723            'PIPELINE' and
10724            'NF_VPPIP4' and
10725            'IMIX' and
10726            '8T4C' and
10727            'MRR'"
10728   parameters:
10729   - "result"
10730   - "name"
10731   - "tags"
10732   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10733   x-axis: "X = CNFs per Service Pipeline"
10734   y-axis: "Y = Number of Service Pipelines"
10735   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10736   layout:
10737     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10738     layout: "plot-service-density"
10739
10740 # Plots - NF Density - CSP - NDR IMIX
10741 - type: "plot"
10742   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10743   algorithm: "plot_nf_heatmap"
10744   output-file-type: ".html"
10745   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10746   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10747   filter: "'NIC_Intel-XXV710' and
10748            'NF_DENSITY' and
10749            'DOCKER' and
10750            'PIPELINE' and
10751            'NF_VPPIP4' and
10752            'IMIX' and
10753            '2T1C' and
10754            'NDRPDR'"
10755   parameters:
10756   - "throughput"
10757   - "name"
10758   - "tags"
10759   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10760   x-axis: "X = CNFs per Service Pipeline"
10761   y-axis: "Y = Number of Service Pipelines"
10762   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10763   layout:
10764     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10765     layout: "plot-service-density"
10766
10767 - type: "plot"
10768   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10769   algorithm: "plot_nf_heatmap"
10770   output-file-type: ".html"
10771   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10772   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10773   filter: "'NIC_Intel-XXV710' and
10774            'NF_DENSITY' and
10775            'DOCKER' and
10776            'PIPELINE' and
10777            'NF_VPPIP4' and
10778            'IMIX' and
10779            '4T2C' and
10780            'NDRPDR'"
10781   parameters:
10782   - "throughput"
10783   - "name"
10784   - "tags"
10785   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10786   x-axis: "X = CNFs per Service Pipeline"
10787   y-axis: "Y = Number of Service Pipelines"
10788   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10789   layout:
10790     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10791     layout: "plot-service-density"
10792
10793 - type: "plot"
10794   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10795   algorithm: "plot_nf_heatmap"
10796   output-file-type: ".html"
10797   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10798   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10799   filter: "'NIC_Intel-XXV710' and
10800            'NF_DENSITY' and
10801            'DOCKER' and
10802            'PIPELINE' and
10803            'NF_VPPIP4' and
10804            'IMIX' and
10805            '8T4C' and
10806            'NDRPDR'"
10807   parameters:
10808   - "throughput"
10809   - "name"
10810   - "tags"
10811   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10812   x-axis: "X = CNFs per Service Pipeline"
10813   y-axis: "Y = Number of Service Pipelines"
10814   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10815   layout:
10816     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10817     layout: "plot-service-density"
10818
10819 # Plots - NF Density - CSP - PDR IMIX
10820 - type: "plot"
10821   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10822   algorithm: "plot_nf_heatmap"
10823   output-file-type: ".html"
10824   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10825   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10826   filter: "'NIC_Intel-XXV710' and
10827            'NF_DENSITY' and
10828            'DOCKER' and
10829            'PIPELINE' and
10830            'NF_VPPIP4' and
10831            'IMIX' and
10832            '2T1C' and
10833            'NDRPDR'"
10834   parameters:
10835   - "throughput"
10836   - "name"
10837   - "tags"
10838   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10839   x-axis: "X = CNFs per Service Pipeline"
10840   y-axis: "Y = Number of Service Pipelines"
10841   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10842   layout:
10843     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10844     layout: "plot-service-density"
10845
10846 - type: "plot"
10847   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10848   algorithm: "plot_nf_heatmap"
10849   output-file-type: ".html"
10850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10851   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10852   filter: "'NIC_Intel-XXV710' and
10853            'NF_DENSITY' and
10854            'DOCKER' and
10855            'PIPELINE' and
10856            'NF_VPPIP4' and
10857            'IMIX' and
10858            '4T2C' and
10859            'NDRPDR'"
10860   parameters:
10861   - "throughput"
10862   - "name"
10863   - "tags"
10864   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10865   x-axis: "X = CNFs per Service Pipeline"
10866   y-axis: "Y = Number of Service Pipelines"
10867   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10868   layout:
10869     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10870     layout: "plot-service-density"
10871
10872 - type: "plot"
10873   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10874   algorithm: "plot_nf_heatmap"
10875   output-file-type: ".html"
10876   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10877   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10878   filter: "'NIC_Intel-XXV710' and
10879            'NF_DENSITY' and
10880            'DOCKER' and
10881            'PIPELINE' and
10882            'NF_VPPIP4' and
10883            'IMIX' and
10884            '8T4C' and
10885            'NDRPDR'"
10886   parameters:
10887   - "throughput"
10888   - "name"
10889   - "tags"
10890   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10891   x-axis: "X = CNFs per Service Pipeline"
10892   y-axis: "Y = Number of Service Pipelines"
10893   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10894   layout:
10895     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10896     layout: "plot-service-density"
10897
10898 ################################################################################
10899
10900 # Packet Throughput
10901
10902 - type: "plot"
10903   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10904   algorithm: "plot_perf_box_name"
10905   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10906   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10907   include:
10908     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10909     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10910     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10911     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10912   layout:
10913     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10914     layout: "plot-throughput"
10915
10916 - type: "plot"
10917   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10918   algorithm: "plot_perf_box_name"
10919   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10920   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10921   include:
10922     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10923     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10924     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10925     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10926   layout:
10927     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10928     layout: "plot-throughput"
10929
10930 - type: "plot"
10931   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10932   algorithm: "plot_perf_box_name"
10933   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10935   include:
10936     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10937     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10938     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10939     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10940   layout:
10941     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10942     layout: "plot-throughput"
10943
10944 - type: "plot"
10945   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10946   algorithm: "plot_perf_box_name"
10947   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10949   include:
10950     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10951     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10952     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10953     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10954   layout:
10955     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10956     layout: "plot-throughput"
10957
10958 - type: "plot"
10959   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10960   algorithm: "plot_perf_box_name"
10961   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10963   include:
10964     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10965     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10966     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10967     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10968     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10969   layout:
10970     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10971     layout: "plot-throughput"
10972
10973 - type: "plot"
10974   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10975   algorithm: "plot_perf_box_name"
10976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10978   include:
10979     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10980     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10981     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10982     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10983     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10984   layout:
10985     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10986     layout: "plot-throughput"
10987
10988 - type: "plot"
10989   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10990   algorithm: "plot_perf_box_name"
10991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10993   include:
10994     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10995     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10996     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10997     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10998     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10999   layout:
11000     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11001     layout: "plot-throughput"
11002
11003 - type: "plot"
11004   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11005   algorithm: "plot_perf_box_name"
11006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11008   include:
11009     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11010     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11011     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11012     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11013     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11014   layout:
11015     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11016     layout: "plot-throughput"
11017
11018 - type: "plot"
11019   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11020   algorithm: "plot_perf_box_name"
11021   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11022   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11023   include:
11024     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11025     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11026     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11027     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11028     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11029   layout:
11030     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11031     layout: "plot-throughput"
11032
11033 - type: "plot"
11034   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11035   algorithm: "plot_perf_box_name"
11036   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11037   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11038   include:
11039     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11040     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11041     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11042     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11043     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11044   layout:
11045     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11046     layout: "plot-throughput"
11047
11048 - type: "plot"
11049   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11050   algorithm: "plot_perf_box_name"
11051   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11052   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11053   include:
11054     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11055     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11056     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11057     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11058     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11059     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11060   layout:
11061     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11062     layout: "plot-throughput"
11063
11064 - type: "plot"
11065   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11066   algorithm: "plot_perf_box_name"
11067   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11069   include:
11070     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11071     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11072     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11073     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11074     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11075     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11076   layout:
11077     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11078     layout: "plot-throughput"
11079
11080 - type: "plot"
11081   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11082   algorithm: "plot_perf_box_name"
11083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11084   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11085   include:
11086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11091   layout:
11092     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11093     layout: "plot-throughput"
11094
11095 - type: "plot"
11096   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11097   algorithm: "plot_perf_box_name"
11098   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11100   include:
11101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11106   layout:
11107     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11108     layout: "plot-throughput"
11109
11110 - type: "plot"
11111   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11112   algorithm: "plot_perf_box_name"
11113   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11115   include:
11116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11119   layout:
11120     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11121     layout: "plot-throughput"
11122
11123 - type: "plot"
11124   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11125   algorithm: "plot_perf_box_name"
11126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11128   include:
11129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11132   layout:
11133     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11134     layout: "plot-throughput"
11135
11136 - type: "plot"
11137   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11138   algorithm: "plot_perf_box_name"
11139   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11140   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11141   include:
11142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11147   layout:
11148     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11149     layout: "plot-throughput"
11150
11151 - type: "plot"
11152   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11153   algorithm: "plot_perf_box_name"
11154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11156   include:
11157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11162   layout:
11163     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11164     layout: "plot-throughput"
11165
11166 - type: "plot"
11167   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11168   algorithm: "plot_perf_box_name"
11169   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11171   include:
11172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11175   layout:
11176     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11177     layout: "plot-throughput"
11178
11179 - type: "plot"
11180   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11181   algorithm: "plot_perf_box_name"
11182   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11183   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11184   include:
11185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11188   layout:
11189     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11190     layout: "plot-throughput"
11191
11192 - type: "plot"
11193   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11194   algorithm: "plot_perf_box_name"
11195   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11197   include:
11198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11204   layout:
11205     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11206     layout: "plot-throughput"
11207
11208 - type: "plot"
11209   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11210   algorithm: "plot_perf_box_name"
11211   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11212   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11213   include:
11214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11220   layout:
11221     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11222     layout: "plot-throughput"
11223
11224 - type: "plot"
11225   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11226   algorithm: "plot_perf_box_name"
11227   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11228   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11229   include:
11230     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11231     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11232     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11233     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11234     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11235   layout:
11236     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11237     layout: "plot-throughput"
11238
11239 - type: "plot"
11240   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11241   algorithm: "plot_perf_box_name"
11242   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11243   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11244   include:
11245     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11246     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11247     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11248     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11249     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11250   layout:
11251     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11252     layout: "plot-throughput"
11253
11254 #- type: "plot"
11255 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11256 #  algorithm: "plot_perf_box_name"
11257 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11258 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11259 #  include:
11260 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11261 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11262 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11263 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11264 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11265 #  layout:
11266 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11267 #    layout: "plot-throughput"
11268 #
11269 #- type: "plot"
11270 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11271 #  algorithm: "plot_perf_box_name"
11272 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11273 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11274 #  include:
11275 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11276 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11277 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11278 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11279 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11280 #  layout:
11281 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11282 #    layout: "plot-throughput"
11283 #
11284 #- type: "plot"
11285 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11286 #  algorithm: "plot_perf_box_name"
11287 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11288 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11289 #  include:
11290 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11291 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11292 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11293 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11294 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11295 #  layout:
11296 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11297 #    layout: "plot-throughput"
11298 #
11299 #- type: "plot"
11300 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11301 #  algorithm: "plot_perf_box_name"
11302 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11303 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11304 #  include:
11305 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11306 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11307 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11308 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11309 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11310 #  layout:
11311 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11312 #    layout: "plot-throughput"
11313
11314 - type: "plot"
11315   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11316   algorithm: "plot_perf_box_name"
11317   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11318   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11319   include:
11320     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11321     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11322     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11323     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11324     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11325   layout:
11326     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11327     layout: "plot-throughput"
11328
11329 - type: "plot"
11330   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11331   algorithm: "plot_perf_box_name"
11332   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11334   include:
11335     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11336     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11337     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11338     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11339     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11340   layout:
11341     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11342     layout: "plot-throughput"
11343
11344 #- type: "plot"
11345 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11346 #  algorithm: "plot_perf_box_name"
11347 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11348 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11349 #  include:
11350 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11351 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11352 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11353 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11354 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11355 #  layout:
11356 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11357 #    layout: "plot-throughput"
11358 #
11359 #- type: "plot"
11360 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11361 #  algorithm: "plot_perf_box_name"
11362 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11363 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11364 #  include:
11365 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11366 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11367 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11368 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11369 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11370 #  layout:
11371 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11372 #    layout: "plot-throughput"
11373 #
11374 #- type: "plot"
11375 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11376 #  algorithm: "plot_perf_box_name"
11377 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11378 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11379 #  include:
11380 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11381 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11382 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11383 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11384 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11385 #  layout:
11386 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11387 #    layout: "plot-throughput"
11388 #
11389 #- type: "plot"
11390 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11391 #  algorithm: "plot_perf_box_name"
11392 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11393 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11394 #  include:
11395 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11396 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11397 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11398 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11399 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11400 #  layout:
11401 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11402 #    layout: "plot-throughput"
11403
11404 - type: "plot"
11405   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11406   algorithm: "plot_perf_box_name"
11407   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11408   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11409   include:
11410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11416   layout:
11417     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11418     layout: "plot-throughput"
11419
11420 - type: "plot"
11421   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11422   algorithm: "plot_perf_box_name"
11423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11425   include:
11426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11432   layout:
11433     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11434     layout: "plot-throughput"
11435
11436 - type: "plot"
11437   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11438   algorithm: "plot_perf_box_name"
11439   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11440   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11441   include:
11442     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11445   layout:
11446     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11447     layout: "plot-throughput"
11448
11449 - type: "plot"
11450   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11451   algorithm: "plot_perf_box_name"
11452   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11453   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11454   include:
11455     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11458   layout:
11459     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11460     layout: "plot-throughput"
11461
11462 - type: "plot"
11463   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11464   algorithm: "plot_perf_box_name"
11465   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11467   include:
11468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11470 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11471 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11472 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11473   layout:
11474     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11475     layout: "plot-throughput"
11476
11477 - type: "plot"
11478   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11479   algorithm: "plot_perf_box_name"
11480   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11482   include:
11483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11485 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11486 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11487 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11488   layout:
11489     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11490     layout: "plot-throughput"
11491
11492 - type: "plot"
11493   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11494   algorithm: "plot_perf_box_name"
11495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11497   include:
11498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11503   layout:
11504     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11505     layout: "plot-throughput"
11506
11507 - type: "plot"
11508   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11509   algorithm: "plot_perf_box_name"
11510   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11512   include:
11513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11518   layout:
11519     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11520     layout: "plot-throughput"
11521
11522 - type: "plot"
11523   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11524   algorithm: "plot_perf_box_name"
11525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11527   include:
11528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11533   layout:
11534     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11535     layout: "plot-throughput"
11536
11537 - type: "plot"
11538   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11539   algorithm: "plot_perf_box_name"
11540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11542   include:
11543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11544     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11548   layout:
11549     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11550     layout: "plot-throughput"
11551
11552 - type: "plot"
11553   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11554   algorithm: "plot_perf_box_name"
11555   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11556   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11557   include:
11558     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11562   layout:
11563     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11564     layout: "plot-throughput"
11565
11566 - type: "plot"
11567   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11568   algorithm: "plot_perf_box_name"
11569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11571   include:
11572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11573     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11576   layout:
11577     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11578     layout: "plot-throughput"
11579
11580 - type: "plot"
11581   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11582   algorithm: "plot_perf_box_name"
11583   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11585   include:
11586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11591   layout:
11592     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11593     layout: "plot-throughput"
11594
11595 - type: "plot"
11596   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11597   algorithm: "plot_perf_box_name"
11598   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11600   include:
11601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11603     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11604     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11606   layout:
11607     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11608     layout: "plot-throughput"
11609
11610 - type: "plot"
11611   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11612   algorithm: "plot_perf_box_name"
11613   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11614   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11615   include:
11616     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11619     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11621   layout:
11622     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11623     layout: "plot-throughput"
11624
11625 - type: "plot"
11626   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11627   algorithm: "plot_perf_box_name"
11628   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11629   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11630   include:
11631     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11636   layout:
11637     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11638     layout: "plot-throughput"
11639
11640 - type: "plot"
11641   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11642   algorithm: "plot_perf_box_name"
11643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11645   include:
11646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11650   layout:
11651     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11652     layout: "plot-throughput"
11653
11654 - type: "plot"
11655   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11656   algorithm: "plot_perf_box_name"
11657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11659   include:
11660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11664   layout:
11665     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11666     layout: "plot-throughput"
11667
11668 - type: "plot"
11669   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11670   algorithm: "plot_perf_box_name"
11671   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11672   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11673   include:
11674     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11679   layout:
11680     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11681     layout: "plot-throughput"
11682
11683 - type: "plot"
11684   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11685   algorithm: "plot_perf_box_name"
11686   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11687   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11688   include:
11689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11690     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11694   layout:
11695     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11696     layout: "plot-throughput"
11697
11698 - type: "plot"
11699   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11700   algorithm: "plot_perf_box_name"
11701   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11702   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11703   include:
11704     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11708     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11710   layout:
11711     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11712     layout: "plot-throughput"
11713
11714 - type: "plot"
11715   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11716   algorithm: "plot_perf_box_name"
11717   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11718   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11719   include:
11720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11726   layout:
11727     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11728     layout: "plot-throughput"
11729
11730 - type: "plot"
11731   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11732   algorithm: "plot_perf_box_name"
11733   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11734   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11735   include:
11736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11737     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11741   layout:
11742     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11743     layout: "plot-throughput"
11744
11745 - type: "plot"
11746   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11747   algorithm: "plot_perf_box_name"
11748   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11749   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11750   include:
11751     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11756   layout:
11757     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11758     layout: "plot-throughput"
11759
11760 - type: "plot"
11761   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11762   algorithm: "plot_perf_box_name"
11763   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11764   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11765   include:
11766     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11767     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11768     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11771   layout:
11772     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11773     layout: "plot-throughput"
11774
11775 - type: "plot"
11776   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11777   algorithm: "plot_perf_box_name"
11778   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11779   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11780   include:
11781     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11786   layout:
11787     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11788     layout: "plot-throughput"
11789
11790 - type: "plot"
11791   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11792   algorithm: "plot_perf_box_name"
11793   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11794   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11795   include:
11796     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11798   layout:
11799     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11800     layout: "plot-throughput"
11801
11802 - type: "plot"
11803   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11804   algorithm: "plot_perf_box_name"
11805   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11806   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11807   include:
11808     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11810   layout:
11811     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11812     layout: "plot-throughput"
11813
11814 - type: "plot"
11815   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11816   algorithm: "plot_perf_box_name"
11817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11819   include:
11820     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11823     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11824   layout:
11825     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11826     layout: "plot-throughput"
11827
11828 - type: "plot"
11829   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11830   algorithm: "plot_perf_box_name"
11831   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11833   include:
11834     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11837     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11838   layout:
11839     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11840     layout: "plot-throughput"
11841
11842 - type: "plot"
11843   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11844   algorithm: "plot_perf_box_name"
11845   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11847   include:
11848     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11852   layout:
11853     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11854     layout: "plot-throughput"
11855
11856 - type: "plot"
11857   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11858   algorithm: "plot_perf_box_name"
11859   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11861   include:
11862     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11866   layout:
11867     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11868     layout: "plot-throughput"
11869
11870 - type: "plot"
11871   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11872   algorithm: "plot_perf_box_name"
11873   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11874   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11875   include:
11876     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11880   layout:
11881     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11882     layout: "plot-throughput"
11883
11884 - type: "plot"
11885   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11886   algorithm: "plot_perf_box_name"
11887   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11888   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11889   include:
11890     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11891     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11892     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11893     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11894   layout:
11895     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11896     layout: "plot-throughput"
11897
11898 - type: "plot"
11899   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11900   algorithm: "plot_perf_box_name"
11901   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11902   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11903   include:
11904     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11907     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11908   layout:
11909     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11910     layout: "plot-throughput"
11911
11912 - type: "plot"
11913   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11914   algorithm: "plot_perf_box_name"
11915   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11916   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11917   include:
11918     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11922   layout:
11923     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11924     layout: "plot-throughput"
11925
11926 - type: "plot"
11927   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11928   algorithm: "plot_perf_box_name"
11929   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11930   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11931   include:
11932     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11938   layout:
11939     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11940     layout: "plot-throughput"
11941
11942 - type: "plot"
11943   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11944   algorithm: "plot_perf_box_name"
11945   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11946   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11947   include:
11948     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11953     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11954   layout:
11955     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11956     layout: "plot-throughput"
11957
11958 - type: "plot"
11959   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11960   algorithm: "plot_perf_box_name"
11961   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11962   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11963   include:
11964     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11969   layout:
11970     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11971     layout: "plot-throughput"
11972
11973 - type: "plot"
11974   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11975   algorithm: "plot_perf_box_name"
11976   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11977   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11978   include:
11979     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11984   layout:
11985     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11986     layout: "plot-throughput"
11987
11988 - type: "plot"
11989   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11990   algorithm: "plot_perf_box_name"
11991   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11993   include:
11994     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11999   layout:
12000     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12001     layout: "plot-throughput"
12002
12003 - type: "plot"
12004   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12005   algorithm: "plot_perf_box_name"
12006   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12008   include:
12009     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12014   layout:
12015     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12016     layout: "plot-throughput"
12017
12018 - type: "plot"
12019   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12020   algorithm: "plot_perf_box_name"
12021   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12022   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12023   include:
12024     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12027   layout:
12028     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12029     layout: "plot-throughput"
12030
12031 - type: "plot"
12032   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12033   algorithm: "plot_perf_box_name"
12034   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12036   include:
12037     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12040   layout:
12041     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12042     layout: "plot-throughput"
12043
12044 - type: "plot"
12045   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12046   algorithm: "plot_perf_box_name"
12047   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12048   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12049   include:
12050     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12053   layout:
12054     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12055     layout: "plot-throughput"
12056
12057 - type: "plot"
12058   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12059   algorithm: "plot_perf_box_name"
12060   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12061   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12062   include:
12063     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12064     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12066   layout:
12067     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12068     layout: "plot-throughput"
12069
12070 - type: "plot"
12071   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12072   algorithm: "plot_perf_box_name"
12073   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12075   include:
12076     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12077     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12078     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12081   layout:
12082     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12083     layout: "plot-throughput"
12084
12085 - type: "plot"
12086   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12087   algorithm: "plot_perf_box_name"
12088   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12090   include:
12091     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12092     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12093     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12095     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12096   layout:
12097     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12098     layout: "plot-throughput"
12099
12100 - type: "plot"
12101   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12102   algorithm: "plot_perf_box_name"
12103   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12105   include:
12106     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12111   layout:
12112     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12113     layout: "plot-throughput"
12114
12115 - type: "plot"
12116   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12117   algorithm: "plot_perf_box_name"
12118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12120   include:
12121     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12126   layout:
12127     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12128     layout: "plot-throughput"
12129
12130 - type: "plot"
12131   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12132   algorithm: "plot_perf_box_name"
12133   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12134   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12135   include:
12136     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12141   layout:
12142     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12143     layout: "plot-throughput"
12144
12145 - type: "plot"
12146   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12147   algorithm: "plot_perf_box_name"
12148   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12149   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12150   include:
12151     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12155     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12156   layout:
12157     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12158     layout: "plot-throughput"
12159
12160 - type: "plot"
12161   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12162   algorithm: "plot_perf_box_name"
12163   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12164   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12165   include:
12166     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12168     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12169     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12171   layout:
12172     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12173     layout: "plot-throughput"
12174
12175 - type: "plot"
12176   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12177   algorithm: "plot_perf_box_name"
12178   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12179   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12180   include:
12181     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12183     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12186   layout:
12187     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12188     layout: "plot-throughput"
12189
12190 - type: "plot"
12191   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12192   algorithm: "plot_perf_box_name"
12193   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12194   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12195   include:
12196     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12201   layout:
12202     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12203     layout: "plot-throughput"
12204
12205 - type: "plot"
12206   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12207   algorithm: "plot_perf_box_name"
12208   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12209   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12210   include:
12211     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12216   layout:
12217     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12218     layout: "plot-throughput"
12219
12220 - type: "plot"
12221   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12222   algorithm: "plot_perf_box_name"
12223   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12224   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12225   include:
12226     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12227     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12228     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12229     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12230     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12231     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12232   layout:
12233     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12234     layout: "plot-throughput"
12235
12236 - type: "plot"
12237   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12238   algorithm: "plot_perf_box_name"
12239   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12241   include:
12242     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12243     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12244     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12245     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12246     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12247     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12248   layout:
12249     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12250     layout: "plot-throughput"
12251
12252 - type: "plot"
12253   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12254   algorithm: "plot_perf_box_name"
12255   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12256   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12257   include:
12258     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12259     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12260     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12261     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12262   layout:
12263     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12264     layout: "plot-throughput"
12265
12266 - type: "plot"
12267   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12268   algorithm: "plot_perf_box_name"
12269   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12271   include:
12272     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12273     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12274     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12275     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12276   layout:
12277     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12278     layout: "plot-throughput"
12279
12280 - type: "plot"
12281   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12282   algorithm: "plot_perf_box_name"
12283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12285   include:
12286     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12287     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12288     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12289     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12290     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12291     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12292   layout:
12293     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12294     layout: "plot-throughput"
12295
12296 - type: "plot"
12297   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12298   algorithm: "plot_perf_box_name"
12299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12301   include:
12302     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12303     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12304     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12305     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12306     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12307     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12308   layout:
12309     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12310     layout: "plot-throughput"
12311
12312 - type: "plot"
12313   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12314   algorithm: "plot_perf_box_name"
12315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12316   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12317   include:
12318     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12319     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12320     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12321     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12322     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12323     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12324   layout:
12325     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12326     layout: "plot-throughput"
12327
12328 - type: "plot"
12329   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12330   algorithm: "plot_perf_box_name"
12331   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12332   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12333   include:
12334     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12335     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12336     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12337     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12338     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12339     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12340   layout:
12341     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12342     layout: "plot-throughput"
12343
12344 - type: "plot"
12345   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12346   algorithm: "plot_perf_box_name"
12347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12349   include:
12350     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12351     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12352     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12353     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12354     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12355     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12356   layout:
12357     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12358     layout: "plot-throughput"
12359
12360 - type: "plot"
12361   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12362   algorithm: "plot_perf_box_name"
12363   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12365   include:
12366     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12367     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12368     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12369     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12370     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12371     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12372   layout:
12373     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12374     layout: "plot-throughput"
12375
12376 - type: "plot"
12377   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12378   algorithm: "plot_perf_box_name"
12379   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12380   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12381   include:
12382     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12383     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12384     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12385     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12386     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12387     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12388   layout:
12389     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12390     layout: "plot-throughput"
12391
12392 - type: "plot"
12393   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12394   algorithm: "plot_perf_box_name"
12395   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12396   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12397   include:
12398     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12399     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12400     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12401     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12402     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12403     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12404   layout:
12405     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12406     layout: "plot-throughput"
12407
12408 - type: "plot"
12409   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12410   algorithm: "plot_perf_box_name"
12411   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12412   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12413   include:
12414     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12415     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12416     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12417     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12418     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12419     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12420   layout:
12421     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12422     layout: "plot-throughput"
12423
12424 - type: "plot"
12425   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12426   algorithm: "plot_perf_box_name"
12427   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12428   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12429   include:
12430     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12431     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12432     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12433     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12434     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12436   layout:
12437     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12438     layout: "plot-throughput"
12439
12440 - type: "plot"
12441   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12442   algorithm: "plot_perf_box_name"
12443   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12444   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12445   include:
12446     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12447     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12448     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12449     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12450     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12451     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12452   layout:
12453     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12454     layout: "plot-throughput"
12455
12456 - type: "plot"
12457   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12458   algorithm: "plot_perf_box_name"
12459   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12460   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12461   include:
12462     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12463     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12464     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12465     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12466     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12467     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12468   layout:
12469     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12470     layout: "plot-throughput"
12471
12472 - type: "plot"
12473   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12474   algorithm: "plot_perf_box_name"
12475   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12476   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12477   include:
12478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12484   layout:
12485     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12486     layout: "plot-throughput"
12487
12488 - type: "plot"
12489   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12490   algorithm: "plot_perf_box_name"
12491   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12492   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12493   include:
12494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12500   layout:
12501     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12502     layout: "plot-throughput"
12503
12504 - type: "plot"
12505   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12506   algorithm: "plot_perf_box_name"
12507   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12508   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12509   include:
12510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12514     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12515     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12516   layout:
12517     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12518     layout: "plot-throughput"
12519
12520 - type: "plot"
12521   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12522   algorithm: "plot_perf_box_name"
12523   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12524   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12525   include:
12526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12529     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12532   layout:
12533     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12534     layout: "plot-throughput"
12535
12536 - type: "plot"
12537   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12538   algorithm: "plot_perf_box_name"
12539   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12541   include:
12542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12544     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12546   layout:
12547     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12548     layout: "plot-throughput"
12549
12550 - type: "plot"
12551   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12552   algorithm: "plot_perf_box_name"
12553   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12554   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12555   include:
12556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12560   layout:
12561     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12562     layout: "plot-throughput"
12563
12564 - type: "plot"
12565   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12566   algorithm: "plot_perf_box_name"
12567   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12568   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12569   include:
12570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12574   layout:
12575     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12576     layout: "plot-throughput"
12577
12578 - type: "plot"
12579   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12580   algorithm: "plot_perf_box_name"
12581   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12582   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12583   include:
12584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12588   layout:
12589     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12590     layout: "plot-throughput"
12591
12592 - type: "plot"
12593   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12594   algorithm: "plot_perf_box_name"
12595   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12596   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12597   include:
12598     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12599     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12600     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12601     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12602     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12603     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12604   layout:
12605     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12606     layout: "plot-throughput"
12607
12608 - type: "plot"
12609   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12610   algorithm: "plot_perf_box_name"
12611   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12612   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12613   include:
12614     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12615     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12616     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12617     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12618     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12619     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12620   layout:
12621     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12622     layout: "plot-throughput"
12623
12624 - type: "plot"
12625   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12626   algorithm: "plot_perf_box_name"
12627   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12629   include:
12630     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12631     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12632     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12633     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12634     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12635   layout:
12636     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12641   algorithm: "plot_perf_box_name"
12642   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12644   include:
12645     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12646     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12647     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12648     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12649     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12650   layout:
12651     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12652     layout: "plot-throughput"
12653
12654 - type: "plot"
12655   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12656   algorithm: "plot_perf_box_name"
12657   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12658   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12659   include:
12660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12665   layout:
12666     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12667     layout: "plot-throughput"
12668
12669 - type: "plot"
12670   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12671   algorithm: "plot_perf_box_name"
12672   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12674   include:
12675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12680   layout:
12681     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12682     layout: "plot-throughput"
12683
12684 - type: "plot"
12685   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12686   algorithm: "plot_perf_box_name"
12687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12689   include:
12690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12694   layout:
12695     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12696     layout: "plot-throughput"
12697
12698 - type: "plot"
12699   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12700   algorithm: "plot_perf_box_name"
12701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12703   include:
12704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12708   layout:
12709     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12710     layout: "plot-throughput"
12711
12712 - type: "plot"
12713   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12714   algorithm: "plot_perf_box_name"
12715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12717   include:
12718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12724   layout:
12725     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12726     layout: "plot-throughput"
12727
12728 - type: "plot"
12729   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12730   algorithm: "plot_perf_box_name"
12731   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12732   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12733   include:
12734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12740   layout:
12741     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12742     layout: "plot-throughput"
12743
12744 - type: "plot"
12745   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12746   algorithm: "plot_perf_box_name"
12747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12749   include:
12750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12755     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12756   layout:
12757     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12758     layout: "plot-throughput"
12759
12760 - type: "plot"
12761   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12762   algorithm: "plot_perf_box_name"
12763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12765   include:
12766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12769     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12770     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12771     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12772   layout:
12773     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12774     layout: "plot-throughput"
12775
12776 - type: "plot"
12777   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12778   algorithm: "plot_perf_box_name"
12779   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12780   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12781   include:
12782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12785     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12786     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12787     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12788   layout:
12789     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12790     layout: "plot-throughput"
12791
12792 - type: "plot"
12793   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12794   algorithm: "plot_perf_box_name"
12795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12797   include:
12798     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12799     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12800     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12801     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12804   layout:
12805     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12806     layout: "plot-throughput"
12807
12808 - type: "plot"
12809   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12810   algorithm: "plot_perf_box_name"
12811   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12812   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12813   include:
12814     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12815     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12820   layout:
12821     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12822     layout: "plot-throughput"
12823
12824 - type: "plot"
12825   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12826   algorithm: "plot_perf_box_name"
12827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12829   include:
12830     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12836   layout:
12837     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12838     layout: "plot-throughput"
12839
12840 - type: "plot"
12841   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12842   algorithm: "plot_perf_box_name"
12843   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12844   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12845   include:
12846     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12847     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12848     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12849     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12850   layout:
12851     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12852     layout: "plot-throughput"
12853
12854 - type: "plot"
12855   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12856   algorithm: "plot_perf_box_name"
12857   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12858   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12859   include:
12860     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12861     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12862     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12863     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12864   layout:
12865     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12866     layout: "plot-throughput"
12867
12868 - type: "plot"
12869   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12870   algorithm: "plot_perf_box_name"
12871   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12872   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12873   include:
12874     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12875     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12876     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12880   layout:
12881     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12882     layout: "plot-throughput"
12883
12884 - type: "plot"
12885   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12886   algorithm: "plot_perf_box_name"
12887   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12888   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12889   include:
12890     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12892     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12894     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12895     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12896   layout:
12897     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12898     layout: "plot-throughput"
12899
12900 - type: "plot"
12901   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12902   algorithm: "plot_perf_box_name"
12903   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12904   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12905   include:
12906     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12907     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12908     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12912   layout:
12913     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12914     layout: "plot-throughput"
12915
12916 - type: "plot"
12917   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12918   algorithm: "plot_perf_box_name"
12919   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12920   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12921   include:
12922     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12923     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12924     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12925     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12926     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12927     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12928   layout:
12929     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12930     layout: "plot-throughput"
12931
12932 - type: "plot"
12933   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12934   algorithm: "plot_perf_box_name"
12935   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12936   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12937   include:
12938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12942   layout:
12943     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12944     layout: "plot-throughput"
12945
12946 - type: "plot"
12947   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12948   algorithm: "plot_perf_box_name"
12949   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12950   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12951   include:
12952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12954     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12956   layout:
12957     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12958     layout: "plot-throughput"
12959
12960 - type: "plot"
12961   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12962   algorithm: "plot_perf_box_name"
12963   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12964   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12965   include:
12966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12969     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12972   layout:
12973     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12974     layout: "plot-throughput"
12975
12976 - type: "plot"
12977   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12978   algorithm: "plot_perf_box_name"
12979   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12980   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12981   include:
12982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12988   layout:
12989     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12990     layout: "plot-throughput"
12991
12992 - type: "plot"
12993   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12994   algorithm: "plot_perf_box_name"
12995   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12996   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12997   include:
12998     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12999     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13001     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13002   layout:
13003     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13004     layout: "plot-throughput"
13005
13006 - type: "plot"
13007   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13008   algorithm: "plot_perf_box_name"
13009   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13010   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13011   include:
13012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13013     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13015     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13016   layout:
13017     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13018     layout: "plot-throughput"
13019
13020 - type: "plot"
13021   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13022   algorithm: "plot_perf_box_name"
13023   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13024   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13025   include:
13026     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13027     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13029     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13030     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13031     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13032   layout:
13033     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13034     layout: "plot-throughput"
13035
13036 - type: "plot"
13037   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13038   algorithm: "plot_perf_box_name"
13039   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13040   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13041   include:
13042     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13043     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13044     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13045     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13046     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13047     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13048   layout:
13049     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13050     layout: "plot-throughput"
13051
13052 - type: "plot"
13053   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13054   algorithm: "plot_perf_box_name"
13055   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13056   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13057   include:
13058     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13059     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13060     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13061     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13062     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13063     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13064   layout:
13065     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13066     layout: "plot-throughput"
13067
13068 - type: "plot"
13069   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13070   algorithm: "plot_perf_box_name"
13071   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13072   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13073   include:
13074     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13075     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13076     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13077     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13078     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13079     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13080   layout:
13081     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13082     layout: "plot-throughput"
13083
13084 - type: "plot"
13085   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13086   algorithm: "plot_perf_box_name"
13087   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13089   include:
13090     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13091     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13092     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13093     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13094     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13095     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13096   layout:
13097     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13098     layout: "plot-throughput"
13099
13100 - type: "plot"
13101   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13102   algorithm: "plot_perf_box_name"
13103   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13104   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13105   include:
13106     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13107     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13108     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13109     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13110     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13111     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13112   layout:
13113     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13114     layout: "plot-throughput"
13115
13116 - type: "plot"
13117   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13118   algorithm: "plot_perf_box_name"
13119   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13121   include:
13122     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13123     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13124     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13125 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13126 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13127 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13128   layout:
13129     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13130     layout: "plot-throughput"
13131
13132 - type: "plot"
13133   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13134   algorithm: "plot_perf_box_name"
13135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13137   include:
13138     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13139     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13140     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13141 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13142 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13143 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13144   layout:
13145     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13146     layout: "plot-throughput"
13147
13148 - type: "plot"
13149   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13150   algorithm: "plot_perf_box_name"
13151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13153   include:
13154     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13155     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13156     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13157     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13158     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13159     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13160   layout:
13161     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13162     layout: "plot-throughput"
13163
13164 - type: "plot"
13165   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13166   algorithm: "plot_perf_box_name"
13167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13169   include:
13170     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13171     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13172     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13173     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13174     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13175     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13176   layout:
13177     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13178     layout: "plot-throughput"
13179
13180 - type: "plot"
13181   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13182   algorithm: "plot_perf_box_name"
13183   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13184   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13185   include:
13186     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13187     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13188     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13189     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13190     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13191     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13192   layout:
13193     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13194     layout: "plot-throughput"
13195
13196 - type: "plot"
13197   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13198   algorithm: "plot_perf_box_name"
13199   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13200   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13201   include:
13202     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13203     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13204     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13205     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13206     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13207     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13208   layout:
13209     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13210     layout: "plot-throughput"
13211
13212 - type: "plot"
13213   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13214   algorithm: "plot_perf_box_name"
13215   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13216   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13217   include:
13218     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13219     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13220     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13221   layout:
13222     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13223     layout: "plot-throughput"
13224
13225 - type: "plot"
13226   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13227   algorithm: "plot_perf_box_name"
13228   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13229   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13230   include:
13231     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13232     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13233     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13234   layout:
13235     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13236     layout: "plot-throughput"
13237
13238 - type: "plot"
13239   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13240   algorithm: "plot_perf_box_name"
13241   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13243   include:
13244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13249   layout:
13250     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13251     layout: "plot-throughput"
13252
13253 - type: "plot"
13254   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13255   algorithm: "plot_perf_box_name"
13256   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13258   include:
13259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13264   layout:
13265     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13266     layout: "plot-throughput"
13267
13268 - type: "plot"
13269   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13270   algorithm: "plot_perf_box_name"
13271   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13273   include:
13274     - "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"
13275     - "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"
13276     - "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"
13277     - "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"
13278     - "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"
13279   layout:
13280     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13281     layout: "plot-throughput"
13282
13283 - type: "plot"
13284   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13285   algorithm: "plot_perf_box_name"
13286   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13287   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13288   include:
13289     - "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"
13290     - "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"
13291     - "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"
13292     - "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"
13293     - "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"
13294   layout:
13295     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13296     layout: "plot-throughput"
13297
13298 - type: "plot"
13299   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13300   algorithm: "plot_perf_box_name"
13301   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13302   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13303   include:
13304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13309   layout:
13310     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13311     layout: "plot-throughput"
13312
13313 - type: "plot"
13314   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13315   algorithm: "plot_perf_box_name"
13316   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13318   include:
13319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13324   layout:
13325     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13326     layout: "plot-throughput"
13327
13328 - type: "plot"
13329   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13330   algorithm: "plot_perf_box_name"
13331   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13333   include:
13334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13338     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13339   layout:
13340     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13341     layout: "plot-throughput"
13342
13343 - type: "plot"
13344   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13345   algorithm: "plot_perf_box_name"
13346   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13347   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13348   include:
13349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13354   layout:
13355     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13356     layout: "plot-throughput"
13357
13358 - type: "plot"
13359   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13360   algorithm: "plot_perf_box_name"
13361   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13363   include:
13364     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13365     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13366     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13367     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13368     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13369   layout:
13370     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13371     layout: "plot-throughput"
13372
13373 - type: "plot"
13374   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13375   algorithm: "plot_perf_box_name"
13376   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13377   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13378   include:
13379     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13380     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13381     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13382     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13383     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13384   layout:
13385     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13386     layout: "plot-throughput"
13387
13388 - type: "plot"
13389   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13390   algorithm: "plot_perf_box_name"
13391   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13392   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13393   include:
13394     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13395     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13396     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13397     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13398     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13399   layout:
13400     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13401     layout: "plot-throughput"
13402
13403 - type: "plot"
13404   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13405   algorithm: "plot_perf_box_name"
13406   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13407   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13408   include:
13409     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13410     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13411     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13412     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13413     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13414   layout:
13415     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13416     layout: "plot-throughput"
13417
13418 - type: "plot"
13419   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13420   algorithm: "plot_perf_box_name"
13421   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13423   include:
13424     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13425     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13426     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13427     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13428   layout:
13429     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13430     layout: "plot-throughput"
13431
13432 - type: "plot"
13433   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13434   algorithm: "plot_perf_box_name"
13435   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13437   include:
13438     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13439     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13440     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13441     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13442   layout:
13443     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13444     layout: "plot-throughput"
13445
13446 - type: "plot"
13447   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13448   algorithm: "plot_perf_box_name"
13449   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13451   include:
13452     - "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"
13453     - "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"
13454     - "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"
13455     - "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"
13456   layout:
13457     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13458     layout: "plot-throughput"
13459
13460 - type: "plot"
13461   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13462   algorithm: "plot_perf_box_name"
13463   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13465   include:
13466     - "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"
13467     - "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"
13468     - "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"
13469     - "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"
13470   layout:
13471     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13472     layout: "plot-throughput"
13473
13474 - type: "plot"
13475   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13476   algorithm: "plot_perf_box_name"
13477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13479   include:
13480     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13481     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13482     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13483     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13484     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13485     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13486   layout:
13487     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13488     layout: "plot-throughput"
13489
13490 - type: "plot"
13491   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13492   algorithm: "plot_perf_box_name"
13493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13495   include:
13496     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13497     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13498     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13499     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13500     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13501     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13502   layout:
13503     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13504     layout: "plot-throughput"
13505
13506 - type: "plot"
13507   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13508   algorithm: "plot_perf_box_name"
13509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13511   include:
13512     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13514     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13515     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13516     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13517     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13518   layout:
13519     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13520     layout: "plot-throughput"
13521
13522 - type: "plot"
13523   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13524   algorithm: "plot_perf_box_name"
13525   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13527   include:
13528     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13529     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13530     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13531     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13532     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13533     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13534   layout:
13535     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13536     layout: "plot-throughput"
13537
13538 - type: "plot"
13539   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13540   algorithm: "plot_perf_box_name"
13541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13543   include:
13544     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13545     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13546     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13547     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13548     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13549     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13550   layout:
13551     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13552     layout: "plot-throughput"
13553
13554 - type: "plot"
13555   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13556   algorithm: "plot_perf_box_name"
13557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13559   include:
13560     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13561     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13562     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13563     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13564     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13565     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13566   layout:
13567     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13568     layout: "plot-throughput"
13569
13570 - type: "plot"
13571   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13572   algorithm: "plot_perf_box_name"
13573   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13574   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13575   include:
13576     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13577     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13578     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13579     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13580     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13581   layout:
13582     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13583     layout: "plot-throughput"
13584
13585 - type: "plot"
13586   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13587   algorithm: "plot_perf_box_name"
13588   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13589   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13590   include:
13591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13596   layout:
13597     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13598     layout: "plot-throughput"
13599
13600 - type: "plot"
13601   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13602   algorithm: "plot_perf_box_name"
13603   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13605   include:
13606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13608   layout:
13609     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13610     layout: "plot-throughput"
13611
13612 - type: "plot"
13613   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13614   algorithm: "plot_perf_box_name"
13615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13617   include:
13618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13620   layout:
13621     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13622     layout: "plot-throughput"
13623
13624 - type: "plot"
13625   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13626   algorithm: "plot_perf_box_name"
13627   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13629   include:
13630     - "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"
13631     - "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"
13632   layout:
13633     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13634     layout: "plot-throughput"
13635
13636 - type: "plot"
13637   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13638   algorithm: "plot_perf_box_name"
13639   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13641   include:
13642     - "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"
13643     - "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"
13644   layout:
13645     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13646     layout: "plot-throughput"
13647
13648 - type: "plot"
13649   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13650   algorithm: "plot_perf_box_name"
13651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13652   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13653   include:
13654     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13655     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13656   layout:
13657     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13658     layout: "plot-throughput"
13659
13660 - type: "plot"
13661   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13662   algorithm: "plot_perf_box_name"
13663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13665   include:
13666     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13668   layout:
13669     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13670     layout: "plot-throughput"
13671
13672 - type: "plot"
13673   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13674   algorithm: "plot_perf_box_name"
13675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13677   include:
13678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13680   layout:
13681     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13682     layout: "plot-throughput"
13683
13684 - type: "plot"
13685   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13686   algorithm: "plot_perf_box_name"
13687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13689   include:
13690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13692   layout:
13693     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13694     layout: "plot-throughput"
13695
13696 - type: "plot"
13697   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13698   algorithm: "plot_perf_box_name"
13699   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13700   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13701   include:
13702     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13703     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13704     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13705     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13706     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13707     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13708   layout:
13709     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13710     layout: "plot-throughput"
13711
13712 - type: "plot"
13713   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13714   algorithm: "plot_perf_box_name"
13715   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13716   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13717   include:
13718     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13719     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13720     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13721     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13722     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13723     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13724   layout:
13725     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13726     layout: "plot-throughput"
13727
13728 - type: "plot"
13729   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13730   algorithm: "plot_perf_box_name"
13731   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13732   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13733   include:
13734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13735     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13738     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13739     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13740   layout:
13741     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13742     layout: "plot-throughput"
13743
13744 - type: "plot"
13745   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13746   algorithm: "plot_perf_box_name"
13747   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13748   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13749   include:
13750     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13751     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13753     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13754     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13755     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13756   layout:
13757     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13758     layout: "plot-throughput"
13759
13760 #- type: "plot"
13761 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13762 #  algorithm: "plot_perf_box_name"
13763 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13764 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13765 #  include:
13766 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13767 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13768 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13769 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13770 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13771 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13772 #  layout:
13773 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13774 #    layout: "plot-throughput"
13775 #
13776 #- type: "plot"
13777 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13778 #  algorithm: "plot_perf_box_name"
13779 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13780 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13781 #  include:
13782 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13783 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13784 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13785 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13786 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13787 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13788 #  layout:
13789 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13790 #    layout: "plot-throughput"
13791
13792 - type: "plot"
13793   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13794   algorithm: "plot_perf_box_name"
13795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13797   include:
13798     - "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"
13799     - "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"
13800     - "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"
13801     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13802     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13803     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13804   layout:
13805     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13806     layout: "plot-throughput"
13807
13808 - type: "plot"
13809   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13810   algorithm: "plot_perf_box_name"
13811   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13812   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13813   include:
13814     - "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"
13815     - "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"
13816     - "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"
13817     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13818     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13819     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13820   layout:
13821     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13822     layout: "plot-throughput"
13823
13824 ################################################################################
13825
13826 # Packet Speedup
13827
13828 - type: "plot"
13829   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13830   algorithm: "plot_tsa_name"
13831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13833   include:
13834     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13835     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13836     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13837     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13838   layout:
13839     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13840     layout: "plot-throughput-speedup-analysis"
13841
13842 - type: "plot"
13843   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13844   algorithm: "plot_tsa_name"
13845   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13846   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13847   include:
13848     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13849     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13850     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13851     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13852   layout:
13853     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13854     layout: "plot-throughput-speedup-analysis"
13855
13856 - type: "plot"
13857   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13858   algorithm: "plot_tsa_name"
13859   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13860   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13861   include:
13862     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13863     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13864     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13865     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13866   layout:
13867     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13868     layout: "plot-throughput-speedup-analysis"
13869
13870 - type: "plot"
13871   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13872   algorithm: "plot_tsa_name"
13873   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13874   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13875   include:
13876     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13877     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13878     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13879     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13880   layout:
13881     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13882     layout: "plot-throughput-speedup-analysis"
13883
13884 - type: "plot"
13885   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13886   algorithm: "plot_tsa_name"
13887   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13888   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13889   include:
13890     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13891     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13892     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13893     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13894     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13895   layout:
13896     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13897     layout: "plot-throughput-speedup-analysis"
13898
13899 - type: "plot"
13900   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13901   algorithm: "plot_tsa_name"
13902   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13903   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13904   include:
13905     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13906     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13907     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13908     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13909     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13910   layout:
13911     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13912     layout: "plot-throughput-speedup-analysis"
13913
13914 - type: "plot"
13915   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13916   algorithm: "plot_tsa_name"
13917   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13919   include:
13920     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13921     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13922     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13923     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13924     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13925   layout:
13926     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13927     layout: "plot-throughput-speedup-analysis"
13928
13929 - type: "plot"
13930   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13931   algorithm: "plot_tsa_name"
13932   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13934   include:
13935     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13936     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13937     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13938     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13939     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13940   layout:
13941     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13942     layout: "plot-throughput-speedup-analysis"
13943
13944 - type: "plot"
13945   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13946   algorithm: "plot_tsa_name"
13947   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13948   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13949   include:
13950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13956   layout:
13957     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13958     layout: "plot-throughput-speedup-analysis"
13959
13960 - type: "plot"
13961   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13962   algorithm: "plot_tsa_name"
13963   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13965   include:
13966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13968     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13969     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13970     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13971     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13972   layout:
13973     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13974     layout: "plot-throughput-speedup-analysis"
13975
13976 - type: "plot"
13977   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13978   algorithm: "plot_tsa_name"
13979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13981   include:
13982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13987   layout:
13988     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13989     layout: "plot-throughput-speedup-analysis"
13990
13991 - type: "plot"
13992   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13993   algorithm: "plot_tsa_name"
13994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13996   include:
13997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14002   layout:
14003     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14004     layout: "plot-throughput-speedup-analysis"
14005
14006 - type: "plot"
14007   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14008   algorithm: "plot_tsa_name"
14009   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14011   include:
14012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14015   layout:
14016     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14017     layout: "plot-throughput-speedup-analysis"
14018
14019 - type: "plot"
14020   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14021   algorithm: "plot_tsa_name"
14022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14024   include:
14025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14028   layout:
14029     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14030     layout: "plot-throughput-speedup-analysis"
14031
14032 - type: "plot"
14033   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14034   algorithm: "plot_tsa_name"
14035   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14036   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14037   include:
14038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14043   layout:
14044     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14045     layout: "plot-throughput-speedup-analysis"
14046
14047 - type: "plot"
14048   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14049   algorithm: "plot_tsa_name"
14050   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14051   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14052   include:
14053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14055     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14058   layout:
14059     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14060     layout: "plot-throughput-speedup-analysis"
14061
14062 - type: "plot"
14063   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14064   algorithm: "plot_tsa_name"
14065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14067   include:
14068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14071   layout:
14072     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14073     layout: "plot-throughput-speedup-analysis"
14074
14075 - type: "plot"
14076   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14077   algorithm: "plot_tsa_name"
14078   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14079   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14080   include:
14081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14084   layout:
14085     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14086     layout: "plot-throughput-speedup-analysis"
14087
14088 - type: "plot"
14089   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14090   algorithm: "plot_tsa_name"
14091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14092   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14093   include:
14094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14100   layout:
14101     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14102     layout: "plot-throughput-speedup-analysis"
14103
14104 - type: "plot"
14105   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14106   algorithm: "plot_tsa_name"
14107   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14108   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14109   include:
14110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14116   layout:
14117     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14118     layout: "plot-throughput-speedup-analysis"
14119
14120 - type: "plot"
14121   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14122   algorithm: "plot_tsa_name"
14123   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14125   include:
14126     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14127     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14128     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14129     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14130     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14131   layout:
14132     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14133     layout: "plot-throughput-speedup-analysis"
14134
14135 - type: "plot"
14136   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14137   algorithm: "plot_tsa_name"
14138   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14139   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14140   include:
14141     - "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"
14142     - "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"
14143     - "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"
14144     - "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"
14145     - "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"
14146   layout:
14147     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14148     layout: "plot-throughput-speedup-analysis"
14149
14150 #- type: "plot"
14151 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14152 #  algorithm: "plot_tsa_name"
14153 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14154 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14155 #  include:
14156 #    - "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"
14157 #    - "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"
14158 #    - "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"
14159 #    - "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"
14160 #    - "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"
14161 #  layout:
14162 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14163 #    layout: "plot-throughput-speedup-analysis"
14164 #
14165 #- type: "plot"
14166 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14167 #  algorithm: "plot_tsa_name"
14168 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14169 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14170 #  include:
14171 #    - "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"
14172 #    - "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"
14173 #    - "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"
14174 #    - "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"
14175 #    - "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"
14176 #  layout:
14177 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14178 #    layout: "plot-throughput-speedup-analysis"
14179 #
14180 #- type: "plot"
14181 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14182 #  algorithm: "plot_tsa_name"
14183 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14184 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14185 #  include:
14186 #    - "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"
14187 #    - "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"
14188 #    - "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"
14189 #    - "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"
14190 #    - "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"
14191 #  layout:
14192 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14193 #    layout: "plot-throughput-speedup-analysis"
14194 #
14195 #- type: "plot"
14196 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14197 #  algorithm: "plot_tsa_name"
14198 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14199 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14200 #  include:
14201 #    - "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"
14202 #    - "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"
14203 #    - "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"
14204 #    - "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"
14205 #    - "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"
14206 #  layout:
14207 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14208 #    layout: "plot-throughput-speedup-analysis"
14209
14210 - type: "plot"
14211   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14212   algorithm: "plot_tsa_name"
14213   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14214   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14215   include:
14216     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14217     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14218     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14219     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14220     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14221   layout:
14222     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14223     layout: "plot-throughput-speedup-analysis"
14224
14225 - type: "plot"
14226   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14227   algorithm: "plot_tsa_name"
14228   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14229   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14230   include:
14231     - "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"
14232     - "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"
14233     - "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"
14234     - "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"
14235     - "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"
14236   layout:
14237     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14238     layout: "plot-throughput-speedup-analysis"
14239
14240 #- type: "plot"
14241 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14242 #  algorithm: "plot_tsa_name"
14243 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14244 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14245 #  include:
14246 #    - "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"
14247 #    - "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"
14248 #    - "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"
14249 #    - "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"
14250 #    - "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"
14251 #  layout:
14252 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14253 #    layout: "plot-throughput-speedup-analysis"
14254 #
14255 #- type: "plot"
14256 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14257 #  algorithm: "plot_tsa_name"
14258 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14259 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14260 #  include:
14261 #    - "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"
14262 #    - "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"
14263 #    - "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"
14264 #    - "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"
14265 #    - "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"
14266 #  layout:
14267 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14268 #    layout: "plot-throughput-speedup-analysis"
14269 #
14270 #- type: "plot"
14271 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14272 #  algorithm: "plot_tsa_name"
14273 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14274 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14275 #  include:
14276 #    - "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"
14277 #    - "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"
14278 #    - "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"
14279 #    - "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"
14280 #    - "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"
14281 #  layout:
14282 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14283 #    layout: "plot-throughput-speedup-analysis"
14284 #
14285 #- type: "plot"
14286 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14287 #  algorithm: "plot_tsa_name"
14288 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14289 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14290 #  include:
14291 #    - "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"
14292 #    - "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"
14293 #    - "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"
14294 #    - "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"
14295 #    - "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"
14296 #  layout:
14297 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14298 #    layout: "plot-throughput-speedup-analysis"
14299
14300 - type: "plot"
14301   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14302   algorithm: "plot_tsa_name"
14303   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14304   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14305   include:
14306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14312   layout:
14313     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14314     layout: "plot-throughput-speedup-analysis"
14315
14316 - type: "plot"
14317   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14318   algorithm: "plot_tsa_name"
14319   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14320   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14321   include:
14322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14328   layout:
14329     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14330     layout: "plot-throughput-speedup-analysis"
14331
14332 - type: "plot"
14333   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14334   algorithm: "plot_tsa_name"
14335   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14336   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14337   include:
14338     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14339     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14341   layout:
14342     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14343     layout: "plot-throughput-speedup-analysis"
14344
14345 - type: "plot"
14346   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14347   algorithm: "plot_tsa_name"
14348   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14349   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14350   include:
14351     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14352     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14353     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14354   layout:
14355     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14356     layout: "plot-throughput-speedup-analysis"
14357
14358 - type: "plot"
14359   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14360   algorithm: "plot_tsa_name"
14361   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14363   include:
14364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14367 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14368 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14369   layout:
14370     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14371     layout: "plot-throughput-speedup-analysis"
14372
14373 - type: "plot"
14374   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14375   algorithm: "plot_tsa_name"
14376   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14378   include:
14379     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14382 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14383 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14384   layout:
14385     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14386     layout: "plot-throughput-speedup-analysis"
14387
14388 - type: "plot"
14389   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14390   algorithm: "plot_tsa_name"
14391   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14392   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14393   include:
14394     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14395     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14396     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14397     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14398     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14399   layout:
14400     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14401     layout: "plot-throughput-speedup-analysis"
14402
14403 - type: "plot"
14404   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14405   algorithm: "plot_tsa_name"
14406   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14408   include:
14409     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14410     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14411     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14412     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14414   layout:
14415     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14416     layout: "plot-throughput-speedup-analysis"
14417
14418 - type: "plot"
14419   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14420   algorithm: "plot_tsa_name"
14421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14423   include:
14424     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14429   layout:
14430     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14431     layout: "plot-throughput-speedup-analysis"
14432
14433 - type: "plot"
14434   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14435   algorithm: "plot_tsa_name"
14436   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14438   include:
14439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14444   layout:
14445     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14446     layout: "plot-throughput-speedup-analysis"
14447
14448 - type: "plot"
14449   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14450   algorithm: "plot_tsa_name"
14451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14453   include:
14454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14458   layout:
14459     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14460     layout: "plot-throughput-speedup-analysis"
14461
14462 - type: "plot"
14463   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14464   algorithm: "plot_tsa_name"
14465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14467   include:
14468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14472   layout:
14473     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14474     layout: "plot-throughput-speedup-analysis"
14475
14476 - type: "plot"
14477   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14478   algorithm: "plot_tsa_name"
14479   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14481   include:
14482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14487   layout:
14488     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14489     layout: "plot-throughput-speedup-analysis"
14490
14491 - type: "plot"
14492   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14493   algorithm: "plot_tsa_name"
14494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14496   include:
14497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14502   layout:
14503     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14504     layout: "plot-throughput-speedup-analysis"
14505
14506 - type: "plot"
14507   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14508   algorithm: "plot_tsa_name"
14509   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14510   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14511   include:
14512     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14514   layout:
14515     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14516     layout: "plot-throughput-speedup-analysis"
14517
14518 - type: "plot"
14519   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14520   algorithm: "plot_tsa_name"
14521   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14522   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14523   include:
14524     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14526   layout:
14527     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14528     layout: "plot-throughput-speedup-analysis"
14529
14530 - type: "plot"
14531   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14532   algorithm: "plot_tsa_name"
14533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14535   include:
14536     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14540   layout:
14541     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14542     layout: "plot-throughput-speedup-analysis"
14543
14544 - type: "plot"
14545   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14546   algorithm: "plot_tsa_name"
14547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14549   include:
14550     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14551     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14554   layout:
14555     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14556     layout: "plot-throughput-speedup-analysis"
14557
14558 - type: "plot"
14559   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14560   algorithm: "plot_tsa_name"
14561   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14563   include:
14564     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14565     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14568   layout:
14569     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14570     layout: "plot-throughput-speedup-analysis"
14571
14572 - type: "plot"
14573   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14574   algorithm: "plot_tsa_name"
14575   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14577   include:
14578     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14579     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14580     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14581     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14582   layout:
14583     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14584     layout: "plot-throughput-speedup-analysis"
14585
14586 - type: "plot"
14587   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14588   algorithm: "plot_tsa_name"
14589   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14590   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14591   include:
14592     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14598   layout:
14599     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14600     layout: "plot-throughput-speedup-analysis"
14601
14602 - type: "plot"
14603   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14604   algorithm: "plot_tsa_name"
14605   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14606   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14607   include:
14608     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14613     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14614   layout:
14615     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14616     layout: "plot-throughput-speedup-analysis"
14617
14618 - type: "plot"
14619   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14620   algorithm: "plot_tsa_name"
14621   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14622   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14623   include:
14624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14629   layout:
14630     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14631     layout: "plot-throughput-speedup-analysis"
14632
14633 - type: "plot"
14634   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14635   algorithm: "plot_tsa_name"
14636   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14638   include:
14639     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14641     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14644   layout:
14645     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14646     layout: "plot-throughput-speedup-analysis"
14647
14648 - type: "plot"
14649   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14650   algorithm: "plot_tsa_name"
14651   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14652   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14653   include:
14654     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14656     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14657     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14659   layout:
14660     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14661     layout: "plot-throughput-speedup-analysis"
14662
14663 - type: "plot"
14664   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14665   algorithm: "plot_tsa_name"
14666   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14668   include:
14669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14674   layout:
14675     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14676     layout: "plot-throughput-speedup-analysis"
14677
14678 - type: "plot"
14679   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14680   algorithm: "plot_tsa_name"
14681   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14682   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14683   include:
14684     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14687   layout:
14688     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14689     layout: "plot-throughput-speedup-analysis"
14690
14691 - type: "plot"
14692   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14693   algorithm: "plot_tsa_name"
14694   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14695   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14696   include:
14697     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14699     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14700   layout:
14701     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14702     layout: "plot-throughput-speedup-analysis"
14703
14704 - type: "plot"
14705   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14706   algorithm: "plot_tsa_name"
14707   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14708   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14709   include:
14710     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14713   layout:
14714     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14715     layout: "plot-throughput-speedup-analysis"
14716
14717 - type: "plot"
14718   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14719   algorithm: "plot_tsa_name"
14720   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14722   include:
14723     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14726   layout:
14727     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14728     layout: "plot-throughput-speedup-analysis"
14729
14730 - type: "plot"
14731   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14732   algorithm: "plot_tsa_name"
14733   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14735   include:
14736     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14741   layout:
14742     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14743     layout: "plot-throughput-speedup-analysis"
14744
14745 - type: "plot"
14746   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14747   algorithm: "plot_tsa_name"
14748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14750   include:
14751     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14756   layout:
14757     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14758     layout: "plot-throughput-speedup-analysis"
14759
14760 - type: "plot"
14761   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14762   algorithm: "plot_tsa_name"
14763   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14765   include:
14766     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14771   layout:
14772     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14773     layout: "plot-throughput-speedup-analysis"
14774
14775 - type: "plot"
14776   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14777   algorithm: "plot_tsa_name"
14778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14780   include:
14781     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14786   layout:
14787     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14788     layout: "plot-throughput-speedup-analysis"
14789
14790 - type: "plot"
14791   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14792   algorithm: "plot_tsa_name"
14793   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14794   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14795   include:
14796     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14797     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14798     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14799     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14800     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14801     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14802   layout:
14803     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14804     layout: "plot-throughput-speedup-analysis"
14805
14806 - type: "plot"
14807   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14808   algorithm: "plot_tsa_name"
14809   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14810   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14811   include:
14812     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14813     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14814     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14815     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14816     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14817     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14818   layout:
14819     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14820     layout: "plot-throughput-speedup-analysis"
14821
14822 - type: "plot"
14823   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14824   algorithm: "plot_tsa_name"
14825   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14827   include:
14828     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14829     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14830     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14831     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14832   layout:
14833     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14834     layout: "plot-throughput-speedup-analysis"
14835
14836 - type: "plot"
14837   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14838   algorithm: "plot_tsa_name"
14839   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14841   include:
14842     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14846   layout:
14847     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14848     layout: "plot-throughput-speedup-analysis"
14849
14850 - type: "plot"
14851   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14852   algorithm: "plot_tsa_name"
14853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14855   include:
14856     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14857     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14858     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14859     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14860     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14861     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14862   layout:
14863     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14864     layout: "plot-throughput-speedup-analysis"
14865
14866 - type: "plot"
14867   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14868   algorithm: "plot_tsa_name"
14869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14871   include:
14872     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14873     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14874     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14875     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14876     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14877     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14878   layout:
14879     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14880     layout: "plot-throughput-speedup-analysis"
14881
14882 - type: "plot"
14883   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14884   algorithm: "plot_tsa_name"
14885   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14886   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14887   include:
14888     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14889     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14890     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14891     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14892     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14893     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14894   layout:
14895     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14896     layout: "plot-throughput-speedup-analysis"
14897
14898 - type: "plot"
14899   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14900   algorithm: "plot_tsa_name"
14901   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14903   include:
14904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14908     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14909     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14910   layout:
14911     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14912     layout: "plot-throughput-speedup-analysis"
14913
14914 - type: "plot"
14915   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14916   algorithm: "plot_tsa_name"
14917   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14919   include:
14920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14924     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14926   layout:
14927     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14928     layout: "plot-throughput-speedup-analysis"
14929
14930 - type: "plot"
14931   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14932   algorithm: "plot_tsa_name"
14933   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14934   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14935   include:
14936     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14942   layout:
14943     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14944     layout: "plot-throughput-speedup-analysis"
14945
14946 - type: "plot"
14947   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14948   algorithm: "plot_tsa_name"
14949   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14951   include:
14952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14958   layout:
14959     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14960     layout: "plot-throughput-speedup-analysis"
14961
14962 - type: "plot"
14963   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14964   algorithm: "plot_tsa_name"
14965   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14967   include:
14968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14971     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14972     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14974   layout:
14975     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14976     layout: "plot-throughput-speedup-analysis"
14977
14978 - type: "plot"
14979   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14980   algorithm: "plot_tsa_name"
14981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14983   include:
14984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14990   layout:
14991     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14992     layout: "plot-throughput-speedup-analysis"
14993
14994 - type: "plot"
14995   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14996   algorithm: "plot_tsa_name"
14997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14999   include:
15000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15006   layout:
15007     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15008     layout: "plot-throughput-speedup-analysis"
15009
15010 - type: "plot"
15011   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15012   algorithm: "plot_tsa_name"
15013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15015   include:
15016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15020   layout:
15021     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15022     layout: "plot-throughput-speedup-analysis"
15023
15024 - type: "plot"
15025   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15026   algorithm: "plot_tsa_name"
15027   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15028   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15029   include:
15030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15034   layout:
15035     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15036     layout: "plot-throughput-speedup-analysis"
15037
15038 - type: "plot"
15039   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15040   algorithm: "plot_tsa_name"
15041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15043   include:
15044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15045     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15048   layout:
15049     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15050     layout: "plot-throughput-speedup-analysis"
15051
15052 - type: "plot"
15053   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15054   algorithm: "plot_tsa_name"
15055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15057   include:
15058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15062   layout:
15063     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15064     layout: "plot-throughput-speedup-analysis"
15065
15066 - type: "plot"
15067   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15068   algorithm: "plot_tsa_name"
15069   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15071   include:
15072     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15073     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15074     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15075     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15076     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15078   layout:
15079     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15080     layout: "plot-throughput-speedup-analysis"
15081
15082 - type: "plot"
15083   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15084   algorithm: "plot_tsa_name"
15085   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15087   include:
15088     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15089     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15090     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15091     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15092     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15093     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15094   layout:
15095     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15096     layout: "plot-throughput-speedup-analysis"
15097
15098 - type: "plot"
15099   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15100   algorithm: "plot_tsa_name"
15101   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15103   include:
15104     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15106     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15107     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15108     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15109   layout:
15110     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15111     layout: "plot-throughput-speedup-analysis"
15112
15113 - type: "plot"
15114   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15115   algorithm: "plot_tsa_name"
15116   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15118   include:
15119     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15120     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15121     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15122     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15123     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15124   layout:
15125     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15126     layout: "plot-throughput-speedup-analysis"
15127
15128 - type: "plot"
15129   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15130   algorithm: "plot_tsa_name"
15131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15133   include:
15134     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15136     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15137     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15138     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15139   layout:
15140     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15141     layout: "plot-throughput-speedup-analysis"
15142
15143 - type: "plot"
15144   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15145   algorithm: "plot_tsa_name"
15146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15148   include:
15149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15153     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15154   layout:
15155     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15156     layout: "plot-throughput-speedup-analysis"
15157
15158 - type: "plot"
15159   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15160   algorithm: "plot_tsa_name"
15161   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15163   include:
15164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15168   layout:
15169     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15170     layout: "plot-throughput-speedup-analysis"
15171
15172 - type: "plot"
15173   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15174   algorithm: "plot_tsa_name"
15175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15177   include:
15178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15180     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15181     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15182   layout:
15183     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15184     layout: "plot-throughput-speedup-analysis"
15185
15186 - type: "plot"
15187   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15188   algorithm: "plot_tsa_name"
15189   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15191   include:
15192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15195     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15196     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15197     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15198   layout:
15199     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15200     layout: "plot-throughput-speedup-analysis"
15201
15202 - type: "plot"
15203   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15204   algorithm: "plot_tsa_name"
15205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15207   include:
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15212     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15213     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15214   layout:
15215     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15216     layout: "plot-throughput-speedup-analysis"
15217
15218 - type: "plot"
15219   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15220   algorithm: "plot_tsa_name"
15221   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15222   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15223   include:
15224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15230   layout:
15231     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15232     layout: "plot-throughput-speedup-analysis"
15233
15234 - type: "plot"
15235   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15236   algorithm: "plot_tsa_name"
15237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15239   include:
15240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15246   layout:
15247     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15248     layout: "plot-throughput-speedup-analysis"
15249
15250 - type: "plot"
15251   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15252   algorithm: "plot_tsa_name"
15253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15255   include:
15256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15262   layout:
15263     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15264     layout: "plot-throughput-speedup-analysis"
15265
15266 - type: "plot"
15267   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15268   algorithm: "plot_tsa_name"
15269   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15270   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15271   include:
15272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15277     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15278   layout:
15279     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15280     layout: "plot-throughput-speedup-analysis"
15281
15282 - type: "plot"
15283   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15284   algorithm: "plot_tsa_name"
15285   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15287   include:
15288     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15289     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15290     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15291     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15292     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15293     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15294   layout:
15295     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15296     layout: "plot-throughput-speedup-analysis"
15297
15298 - type: "plot"
15299   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15300   algorithm: "plot_tsa_name"
15301   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15302   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15303   include:
15304     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15305     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15306     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15307     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15308     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15309     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15310   layout:
15311     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15312     layout: "plot-throughput-speedup-analysis"
15313
15314 - type: "plot"
15315   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15316   algorithm: "plot_tsa_name"
15317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15319   include:
15320     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15321     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15322     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15323     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15324     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15325     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15326   layout:
15327     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15328     layout: "plot-throughput-speedup-analysis"
15329
15330 - type: "plot"
15331   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15332   algorithm: "plot_tsa_name"
15333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15335   include:
15336     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15337     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15338     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15339     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15340     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15341     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15342   layout:
15343     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15344     layout: "plot-throughput-speedup-analysis"
15345
15346 - type: "plot"
15347   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15348   algorithm: "plot_tsa_name"
15349   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15350   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15351   include:
15352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15353     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15354     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15357   layout:
15358     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15359     layout: "plot-throughput-speedup-analysis"
15360
15361 - type: "plot"
15362   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15363   algorithm: "plot_tsa_name"
15364   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15365   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15366   include:
15367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15372   layout:
15373     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15374     layout: "plot-throughput-speedup-analysis"
15375
15376 - type: "plot"
15377   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15378   algorithm: "plot_tsa_name"
15379   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15380   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15381   include:
15382     - "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"
15383     - "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"
15384     - "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"
15385     - "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"
15386     - "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"
15387   layout:
15388     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15389     layout: "plot-throughput-speedup-analysis"
15390
15391 - type: "plot"
15392   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15393   algorithm: "plot_tsa_name"
15394   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15395   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15396   include:
15397     - "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"
15398     - "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"
15399     - "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"
15400     - "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"
15401     - "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"
15402   layout:
15403     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15404     layout: "plot-throughput-speedup-analysis"
15405
15406 - type: "plot"
15407   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15408   algorithm: "plot_tsa_name"
15409   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15411   include:
15412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15417   layout:
15418     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15419     layout: "plot-throughput-speedup-analysis"
15420
15421 - type: "plot"
15422   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15423   algorithm: "plot_tsa_name"
15424   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15425   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15426   include:
15427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15432   layout:
15433     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15434     layout: "plot-throughput-speedup-analysis"
15435
15436 - type: "plot"
15437   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15438   algorithm: "plot_tsa_name"
15439   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15441   include:
15442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15447   layout:
15448     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15449     layout: "plot-throughput-speedup-analysis"
15450
15451 - type: "plot"
15452   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15453   algorithm: "plot_tsa_name"
15454   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15456   include:
15457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15462   layout:
15463     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15464     layout: "plot-throughput-speedup-analysis"
15465
15466 - type: "plot"
15467   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15468   algorithm: "plot_tsa_name"
15469   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15470   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15471   include:
15472     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15473     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15474     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15475     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15476     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15477   layout:
15478     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15479     layout: "plot-throughput-speedup-analysis"
15480
15481 - type: "plot"
15482   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15483   algorithm: "plot_tsa_name"
15484   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15485   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15486   include:
15487     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15488     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15489     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15490     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15491     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15492   layout:
15493     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15494     layout: "plot-throughput-speedup-analysis"
15495
15496 - type: "plot"
15497   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15498   algorithm: "plot_tsa_name"
15499   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15500   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15501   include:
15502     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15503     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15504     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15505     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15506     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15507   layout:
15508     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15509     layout: "plot-throughput-speedup-analysis"
15510
15511 - type: "plot"
15512   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15513   algorithm: "plot_tsa_name"
15514   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15516   include:
15517     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15518     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15519     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15520     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15521     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15522   layout:
15523     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15524     layout: "plot-throughput-speedup-analysis"
15525
15526 - type: "plot"
15527   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15528   algorithm: "plot_tsa_name"
15529   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15530   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15531   include:
15532     - "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"
15533     - "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"
15534     - "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"
15535     - "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"
15536   layout:
15537     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15538     layout: "plot-throughput-speedup-analysis"
15539
15540 - type: "plot"
15541   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15542   algorithm: "plot_tsa_name"
15543   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15545   include:
15546     - "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"
15547     - "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"
15548     - "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"
15549     - "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"
15550   layout:
15551     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15552     layout: "plot-throughput-speedup-analysis"
15553
15554 - type: "plot"
15555   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15556   algorithm: "plot_tsa_name"
15557   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15559   include:
15560     - "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"
15561     - "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"
15562     - "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"
15563     - "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"
15564   layout:
15565     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15566     layout: "plot-throughput-speedup-analysis"
15567
15568 - type: "plot"
15569   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15570   algorithm: "plot_tsa_name"
15571   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15573   include:
15574     - "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"
15575     - "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"
15576     - "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"
15577     - "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"
15578   layout:
15579     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15580     layout: "plot-throughput-speedup-analysis"
15581
15582 - type: "plot"
15583   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15584   algorithm: "plot_tsa_name"
15585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15587   include:
15588     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15589     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15594   layout:
15595     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15596     layout: "plot-throughput-speedup-analysis"
15597
15598 - type: "plot"
15599   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15600   algorithm: "plot_tsa_name"
15601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15603   include:
15604     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15605     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15606     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15610   layout:
15611     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15612     layout: "plot-throughput-speedup-analysis"
15613
15614 - type: "plot"
15615   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15616   algorithm: "plot_tsa_name"
15617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15619   include:
15620     - "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"
15621     - "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"
15622     - "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"
15623     - "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"
15624     - "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"
15625     - "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"
15626   layout:
15627     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15628     layout: "plot-throughput-speedup-analysis"
15629
15630 - type: "plot"
15631   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15632   algorithm: "plot_tsa_name"
15633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15635   include:
15636     - "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"
15637     - "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"
15638     - "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"
15639     - "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"
15640     - "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"
15641     - "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"
15642   layout:
15643     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15644     layout: "plot-throughput-speedup-analysis"
15645
15646 - type: "plot"
15647   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15648   algorithm: "plot_tsa_name"
15649   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15650   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15651   include:
15652     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15653     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15654     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15655     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15656     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15658   layout:
15659     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15660     layout: "plot-throughput-speedup-analysis"
15661
15662 - type: "plot"
15663   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15664   algorithm: "plot_tsa_name"
15665   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15667   include:
15668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15674   layout:
15675     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15676     layout: "plot-throughput-speedup-analysis"
15677
15678 - type: "plot"
15679   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15680   algorithm: "plot_tsa_name"
15681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15683   include:
15684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15689   layout:
15690     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15691     layout: "plot-throughput-speedup-analysis"
15692
15693 - type: "plot"
15694   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15695   algorithm: "plot_tsa_name"
15696   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15698   include:
15699     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15704   layout:
15705     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15706     layout: "plot-throughput-speedup-analysis"
15707
15708 - type: "plot"
15709   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15710   algorithm: "plot_tsa_name"
15711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15713   include:
15714     - "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"
15715     - "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"
15716   layout:
15717     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15718     layout: "plot-throughput-speedup-analysis"
15719
15720 - type: "plot"
15721   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15722   algorithm: "plot_tsa_name"
15723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15725   include:
15726     - "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"
15727     - "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"
15728   layout:
15729     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15730     layout: "plot-throughput-speedup-analysis"
15731
15732 - type: "plot"
15733   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15734   algorithm: "plot_tsa_name"
15735   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15736   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15737   include:
15738     - "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"
15739     - "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"
15740   layout:
15741     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15742     layout: "plot-throughput-speedup-analysis"
15743
15744 - type: "plot"
15745   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15746   algorithm: "plot_tsa_name"
15747   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15748   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15749   include:
15750     - "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"
15751     - "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"
15752   layout:
15753     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15754     layout: "plot-throughput-speedup-analysis"
15755
15756 - type: "plot"
15757   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15758   algorithm: "plot_tsa_name"
15759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15761   include:
15762     - "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"
15763     - "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"
15764     - "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"
15765     - "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"
15766     - "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"
15767     - "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"
15768   layout:
15769     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15770     layout: "plot-throughput-speedup-analysis"
15771
15772 - type: "plot"
15773   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15774   algorithm: "plot_tsa_name"
15775   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15776   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15777   include:
15778     - "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"
15779     - "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"
15780     - "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"
15781     - "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"
15782     - "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"
15783     - "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"
15784   layout:
15785     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15786     layout: "plot-throughput-speedup-analysis"
15787
15788 - type: "plot"
15789   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15790   algorithm: "plot_tsa_name"
15791   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15792   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15793   include:
15794     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15795     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15796     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15797     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15798     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15799   layout:
15800     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15801     layout: "plot-throughput-speedup-analysis"
15802
15803 - type: "plot"
15804   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15805   algorithm: "plot_tsa_name"
15806   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15807   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15808   include:
15809     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15810     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15811     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15812     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15813     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15814   layout:
15815     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15816     layout: "plot-throughput-speedup-analysis"
15817
15818 - type: "plot"
15819   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15820   algorithm: "plot_tsa_name"
15821   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15822   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15823   include:
15824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15829   layout:
15830     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15831     layout: "plot-throughput-speedup-analysis"
15832
15833 - type: "plot"
15834   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15835   algorithm: "plot_tsa_name"
15836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15838   include:
15839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15844   layout:
15845     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15846     layout: "plot-throughput-speedup-analysis"
15847
15848 - type: "plot"
15849   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15850   algorithm: "plot_tsa_name"
15851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15853   include:
15854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15858   layout:
15859     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15860     layout: "plot-throughput-speedup-analysis"
15861
15862 - type: "plot"
15863   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15864   algorithm: "plot_tsa_name"
15865   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15866   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15867   include:
15868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15872   layout:
15873     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15874     layout: "plot-throughput-speedup-analysis"
15875
15876 - type: "plot"
15877   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15878   algorithm: "plot_tsa_name"
15879   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15880   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15881   include:
15882     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15883     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15884     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15885     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15886   layout:
15887     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15888     layout: "plot-throughput-speedup-analysis"
15889
15890 - type: "plot"
15891   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15892   algorithm: "plot_tsa_name"
15893   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15894   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15895   include:
15896     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15900   layout:
15901     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15902     layout: "plot-throughput-speedup-analysis"
15903
15904 - type: "plot"
15905   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15906   algorithm: "plot_tsa_name"
15907   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15908   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15909   include:
15910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15915   layout:
15916     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15917     layout: "plot-throughput-speedup-analysis"
15918
15919 - type: "plot"
15920   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15921   algorithm: "plot_tsa_name"
15922   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15923   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15924   include:
15925     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15930   layout:
15931     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15932     layout: "plot-throughput-speedup-analysis"
15933
15934 - type: "plot"
15935   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15936   algorithm: "plot_tsa_name"
15937   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15938   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15939   include:
15940     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15941     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15942     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15943     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15944     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15945     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15946   layout:
15947     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15948     layout: "plot-throughput-speedup-analysis"
15949
15950 - type: "plot"
15951   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15952   algorithm: "plot_tsa_name"
15953   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15954   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15955   include:
15956     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15957     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15958     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15959     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15960     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15961     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15962   layout:
15963     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15964     layout: "plot-throughput-speedup-analysis"
15965
15966 - type: "plot"
15967   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15968   algorithm: "plot_tsa_name"
15969   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15970   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15971   include:
15972     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15973     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15974     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15975     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15976   layout:
15977     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15978     layout: "plot-throughput-speedup-analysis"
15979
15980 - type: "plot"
15981   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15982   algorithm: "plot_tsa_name"
15983   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15984   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15985   include:
15986     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15987     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15988     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15989     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15990   layout:
15991     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15992     layout: "plot-throughput-speedup-analysis"
15993
15994 - type: "plot"
15995   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15996   algorithm: "plot_tsa_name"
15997   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15998   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15999   include:
16000     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16001     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16002     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16003     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16006   layout:
16007     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16008     layout: "plot-throughput-speedup-analysis"
16009
16010 - type: "plot"
16011   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16012   algorithm: "plot_tsa_name"
16013   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16014   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16015   include:
16016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16019     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16022   layout:
16023     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16024     layout: "plot-throughput-speedup-analysis"
16025
16026 - type: "plot"
16027   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16028   algorithm: "plot_tsa_name"
16029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16031   include:
16032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16035     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16036     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16037     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16038   layout:
16039     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16040     layout: "plot-throughput-speedup-analysis"
16041
16042 - type: "plot"
16043   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16044   algorithm: "plot_tsa_name"
16045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16047   include:
16048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16051     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16054   layout:
16055     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16056     layout: "plot-throughput-speedup-analysis"
16057
16058 - type: "plot"
16059   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16060   algorithm: "plot_tsa_name"
16061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16063   include:
16064     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16065     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16066     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16067     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16068     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16069     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16070   layout:
16071     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16072     layout: "plot-throughput-speedup-analysis"
16073
16074 - type: "plot"
16075   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16076   algorithm: "plot_tsa_name"
16077   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16078   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16079   include:
16080     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16081     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16082     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16083     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16084     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16085     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16086   layout:
16087     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16088     layout: "plot-throughput-speedup-analysis"
16089
16090 - type: "plot"
16091   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16092   algorithm: "plot_tsa_name"
16093   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16094   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16095   include:
16096     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16097     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16098     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16099     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16100     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16101     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16102   layout:
16103     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16104     layout: "plot-throughput-speedup-analysis"
16105
16106 - type: "plot"
16107   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16108   algorithm: "plot_tsa_name"
16109   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16110   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16111   include:
16112     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16113     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16114     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16115     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16116     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16118   layout:
16119     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16120     layout: "plot-throughput-speedup-analysis"
16121
16122 - type: "plot"
16123   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16124   algorithm: "plot_tsa_name"
16125   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16126   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16127   include:
16128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16131     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16134   layout:
16135     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16136     layout: "plot-throughput-speedup-analysis"
16137
16138 - type: "plot"
16139   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16140   algorithm: "plot_tsa_name"
16141   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16142   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16143   include:
16144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16150   layout:
16151     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16152     layout: "plot-throughput-speedup-analysis"
16153
16154 #- type: "plot"
16155 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16156 #  algorithm: "plot_tsa_name"
16157 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16158 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16159 #  include:
16160 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16161 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16162 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16163 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16164 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16165 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16166 #  layout:
16167 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16168 #    layout: "plot-throughput-speedup-analysis"
16169 #
16170 #- type: "plot"
16171 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16172 #  algorithm: "plot_tsa_name"
16173 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16174 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16175 #  include:
16176 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16177 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16178 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16179 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16180 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16181 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16182 #  layout:
16183 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16184 #    layout: "plot-throughput-speedup-analysis"
16185
16186 - type: "plot"
16187   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16188   algorithm: "plot_tsa_name"
16189   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16190   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16191   include:
16192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16193     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16197   layout:
16198     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16199     layout: "plot-throughput-speedup-analysis"
16200
16201 - type: "plot"
16202   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16203   algorithm: "plot_tsa_name"
16204   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16205   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16206   include:
16207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16209     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16212   layout:
16213     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16214     layout: "plot-throughput-speedup-analysis"
16215
16216 - type: "plot"
16217   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16218   algorithm: "plot_tsa_name"
16219   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16220   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16221   include:
16222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16228   layout:
16229     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16230     layout: "plot-throughput-speedup-analysis"
16231
16232 - type: "plot"
16233   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16234   algorithm: "plot_tsa_name"
16235   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16236   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16237   include:
16238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16241     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16244   layout:
16245     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16246     layout: "plot-throughput-speedup-analysis"
16247
16248 - type: "plot"
16249   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16250   algorithm: "plot_tsa_name"
16251   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16252   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16253   include:
16254     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16255     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16256     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16257     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16258     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16259   layout:
16260     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16261     layout: "plot-throughput-speedup-analysis"
16262
16263 - type: "plot"
16264   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16265   algorithm: "plot_tsa_name"
16266   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16267   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16268   include:
16269     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16270     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16271     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16272     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16273     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16274   layout:
16275     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16276     layout: "plot-throughput-speedup-analysis"
16277
16278 - type: "plot"
16279   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16280   algorithm: "plot_tsa_name"
16281   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16282   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16283   include:
16284     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16285     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16286     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16287     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16288   layout:
16289     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16290     layout: "plot-throughput-speedup-analysis"
16291
16292 - type: "plot"
16293   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16294   algorithm: "plot_tsa_name"
16295   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16296   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16297   include:
16298     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16299     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16300     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16301     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16302   layout:
16303     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16304     layout: "plot-throughput-speedup-analysis"
16305
16306 - type: "plot"
16307   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16308   algorithm: "plot_tsa_name"
16309   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16310   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16311   include:
16312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16315     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16316     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16317     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16318   layout:
16319     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16320     layout: "plot-throughput-speedup-analysis"
16321
16322 - type: "plot"
16323   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16324   algorithm: "plot_tsa_name"
16325   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16326   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16327   include:
16328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16332     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16333     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16334   layout:
16335     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16336     layout: "plot-throughput-speedup-analysis"
16337
16338 - type: "plot"
16339   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16340   algorithm: "plot_tsa_name"
16341   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16342   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16343   include:
16344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16349   layout:
16350     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16351     layout: "plot-throughput-speedup-analysis"
16352
16353 - type: "plot"
16354   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16355   algorithm: "plot_tsa_name"
16356   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16357   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16358   include:
16359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16364   layout:
16365     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16366     layout: "plot-throughput-speedup-analysis"
16367
16368 - type: "plot"
16369   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16370   algorithm: "plot_tsa_name"
16371   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16372   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16373   include:
16374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16378     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16379   layout:
16380     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16381     layout: "plot-throughput-speedup-analysis"
16382
16383 - type: "plot"
16384   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16385   algorithm: "plot_tsa_name"
16386   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16387   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16388   include:
16389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16393     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16394   layout:
16395     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16396     layout: "plot-throughput-speedup-analysis"
16397
16398 - type: "plot"
16399   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16400   algorithm: "plot_tsa_name"
16401   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16402   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16403   include:
16404     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16408   layout:
16409     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16410     layout: "plot-throughput-speedup-analysis"
16411
16412 - type: "plot"
16413   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16414   algorithm: "plot_tsa_name"
16415   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16416   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16417   include:
16418     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16422   layout:
16423     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16424     layout: "plot-throughput-speedup-analysis"
16425
16426 - type: "plot"
16427   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16428   algorithm: "plot_tsa_name"
16429   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16430   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16431   include:
16432     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16437   layout:
16438     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16439     layout: "plot-throughput-speedup-analysis"
16440
16441 - type: "plot"
16442   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16443   algorithm: "plot_tsa_name"
16444   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16445   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16446   include:
16447     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16448     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16452   layout:
16453     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16454     layout: "plot-throughput-speedup-analysis"
16455
16456 - type: "plot"
16457   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16458   algorithm: "plot_tsa_name"
16459   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16460   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16461   include:
16462     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16463     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16464     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16465     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16466     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16467     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16468   layout:
16469     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16470     layout: "plot-throughput-speedup-analysis"
16471
16472 - type: "plot"
16473   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16474   algorithm: "plot_tsa_name"
16475   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16476   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16477   include:
16478     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16479     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16480     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16481     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16482     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16483     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16484   layout:
16485     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16486     layout: "plot-throughput-speedup-analysis"
16487
16488 - type: "plot"
16489   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16490   algorithm: "plot_tsa_name"
16491   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16492   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16493   include:
16494     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16495     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16496     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16497     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16498   layout:
16499     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16500     layout: "plot-throughput-speedup-analysis"
16501
16502 - type: "plot"
16503   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16504   algorithm: "plot_tsa_name"
16505   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16506   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16507   include:
16508     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16509     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16510     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16511     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16512   layout:
16513     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16514     layout: "plot-throughput-speedup-analysis"
16515
16516 - type: "plot"
16517   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16518   algorithm: "plot_tsa_name"
16519   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16520   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16521   include:
16522     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16523     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16524     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16527     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16528   layout:
16529     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16530     layout: "plot-throughput-speedup-analysis"
16531
16532 - type: "plot"
16533   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16534   algorithm: "plot_tsa_name"
16535   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16536   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16537   include:
16538     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16540     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16541     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16542     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16543     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16544   layout:
16545     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16546     layout: "plot-throughput-speedup-analysis"
16547
16548 - type: "plot"
16549   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16550   algorithm: "plot_tsa_name"
16551   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16552   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16553   include:
16554     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16557     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16558     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16559     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16560   layout:
16561     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16562     layout: "plot-throughput-speedup-analysis"
16563
16564 - type: "plot"
16565   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16566   algorithm: "plot_tsa_name"
16567   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16568   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16569   include:
16570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16573     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16574     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16575     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16576   layout:
16577     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16578     layout: "plot-throughput-speedup-analysis"
16579
16580 - type: "plot"
16581   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16582   algorithm: "plot_tsa_name"
16583   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16584   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16585   include:
16586     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16587     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16588     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16589   layout:
16590     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16591     layout: "plot-throughput-speedup-analysis"
16592
16593 - type: "plot"
16594   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16595   algorithm: "plot_tsa_name"
16596   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16597   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16598   include:
16599     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16600     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16601     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16602   layout:
16603     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16604     layout: "plot-throughput-speedup-analysis"
16605
16606 ################################################################################
16607
16608 # Packet Throughput - DPDK
16609
16610 # 2n-skx-xxv710
16611
16612 - type: "plot"
16613   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16614   algorithm: "plot_perf_box_name"
16615   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16616   data: "plot-dpdk-throughput-latency-2n-skx"
16617   include:
16618     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16619     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16620   layout:
16621     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16622     layout: "plot-throughput"
16623
16624 - type: "plot"
16625   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16626   algorithm: "plot_perf_box_name"
16627   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16628   data: "plot-dpdk-throughput-latency-2n-skx"
16629   include:
16630     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16631     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16632   layout:
16633     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16634     layout: "plot-throughput"
16635
16636 - type: "plot"
16637   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16638   algorithm: "plot_perf_box_name"
16639   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16640   data: "plot-dpdk-throughput-latency-2n-skx"
16641   include:
16642     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16643     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16644   layout:
16645     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16646     layout: "plot-throughput"
16647
16648 - type: "plot"
16649   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16650   algorithm: "plot_perf_box_name"
16651   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16652   data: "plot-dpdk-throughput-latency-2n-skx"
16653   include:
16654     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16655     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16656   layout:
16657     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16658     layout: "plot-throughput"
16659
16660 # 2n-skx-x710
16661
16662 - type: "plot"
16663   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16664   algorithm: "plot_perf_box_name"
16665   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16666   data: "plot-dpdk-throughput-latency-2n-skx"
16667   include:
16668     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16669     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16670   layout:
16671     title: "2n-skx-x710-64b-2t1c-base-ndr"
16672     layout: "plot-throughput"
16673
16674 - type: "plot"
16675   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16676   algorithm: "plot_perf_box_name"
16677   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16678   data: "plot-dpdk-throughput-latency-2n-skx"
16679   include:
16680     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16681     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16682   layout:
16683     title: "2n-skx-x710-64b-4t2c-base-ndr"
16684     layout: "plot-throughput"
16685
16686 - type: "plot"
16687   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16688   algorithm: "plot_perf_box_name"
16689   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16690   data: "plot-dpdk-throughput-latency-2n-skx"
16691   include:
16692     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16693     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16694   layout:
16695     title: "2n-skx-x710-64b-2t1c-base-pdr"
16696     layout: "plot-throughput"
16697
16698 - type: "plot"
16699   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16700   algorithm: "plot_perf_box_name"
16701   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16702   data: "plot-dpdk-throughput-latency-2n-skx"
16703   include:
16704     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16705     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16706   layout:
16707     title: "2n-skx-x710-64b-4t2c-base-pdr"
16708     layout: "plot-throughput"
16709
16710 # 3n-skx-xxv710
16711
16712 - type: "plot"
16713   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16714   algorithm: "plot_perf_box_name"
16715   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16716   data: "plot-dpdk-throughput-latency-3n-skx"
16717   include:
16718     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16719     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16720   layout:
16721     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16722     layout: "plot-throughput"
16723
16724 - type: "plot"
16725   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16726   algorithm: "plot_perf_box_name"
16727   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16728   data: "plot-dpdk-throughput-latency-3n-skx"
16729   include:
16730     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16731     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16732   layout:
16733     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16734     layout: "plot-throughput"
16735
16736 - type: "plot"
16737   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16738   algorithm: "plot_perf_box_name"
16739   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16740   data: "plot-dpdk-throughput-latency-3n-skx"
16741   include:
16742     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16743     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16744   layout:
16745     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16746     layout: "plot-throughput"
16747
16748 - type: "plot"
16749   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16750   algorithm: "plot_perf_box_name"
16751   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16752   data: "plot-dpdk-throughput-latency-3n-skx"
16753   include:
16754     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16755     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16756   layout:
16757     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16758     layout: "plot-throughput"
16759
16760 # 3n-skx-x710
16761
16762 - type: "plot"
16763   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16764   algorithm: "plot_perf_box_name"
16765   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16766   data: "plot-dpdk-throughput-latency-3n-skx"
16767   include:
16768     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16769     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16770   layout:
16771     title: "3n-skx-x710-64b-2t1c-base-ndr"
16772     layout: "plot-throughput"
16773
16774 - type: "plot"
16775   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16776   algorithm: "plot_perf_box_name"
16777   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16778   data: "plot-dpdk-throughput-latency-3n-skx"
16779   include:
16780     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16781     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16782   layout:
16783     title: "3n-skx-x710-64b-4t2c-base-ndr"
16784     layout: "plot-throughput"
16785
16786 - type: "plot"
16787   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16788   algorithm: "plot_perf_box_name"
16789   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16790   data: "plot-dpdk-throughput-latency-3n-skx"
16791   include:
16792     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16793     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16794   layout:
16795     title: "3n-skx-x710-64b-2t1c-base-pdr"
16796     layout: "plot-throughput"
16797
16798 - type: "plot"
16799   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16800   algorithm: "plot_perf_box_name"
16801   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16802   data: "plot-dpdk-throughput-latency-3n-skx"
16803   include:
16804     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16805     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16806   layout:
16807     title: "3n-skx-x710-64b-4t2c-base-pdr"
16808     layout: "plot-throughput"
16809
16810 # 3n-hsw-xl710
16811
16812 - type: "plot"
16813   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16814   algorithm: "plot_perf_box_name"
16815   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16816   data: "plot-dpdk-throughput-latency-3n-hsw"
16817   include:
16818     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16819     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16820   layout:
16821     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16822     layout: "plot-throughput"
16823
16824 - type: "plot"
16825   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16826   algorithm: "plot_perf_box_name"
16827   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16828   data: "plot-dpdk-throughput-latency-3n-hsw"
16829   include:
16830     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16831     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16832   layout:
16833     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16834     layout: "plot-throughput"
16835
16836 - type: "plot"
16837   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16838   algorithm: "plot_perf_box_name"
16839   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16840   data: "plot-dpdk-throughput-latency-3n-hsw"
16841   include:
16842     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16843     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16844   layout:
16845     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16846     layout: "plot-throughput"
16847
16848 - type: "plot"
16849   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16850   algorithm: "plot_perf_box_name"
16851   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16852   data: "plot-dpdk-throughput-latency-3n-hsw"
16853   include:
16854     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16855     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16856   layout:
16857     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16858     layout: "plot-throughput"
16859
16860 # 3n-hsw-x710
16861
16862 - type: "plot"
16863   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16864   algorithm: "plot_perf_box_name"
16865   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16866   data: "plot-dpdk-throughput-latency-3n-hsw"
16867   include:
16868     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16869     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16870   layout:
16871     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16872     layout: "plot-throughput"
16873
16874 - type: "plot"
16875   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16876   algorithm: "plot_perf_box_name"
16877   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16878   data: "plot-dpdk-throughput-latency-3n-hsw"
16879   include:
16880     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16881     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16882   layout:
16883     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16884     layout: "plot-throughput"
16885
16886 - type: "plot"
16887   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16888   algorithm: "plot_perf_box_name"
16889   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16890   data: "plot-dpdk-throughput-latency-3n-hsw"
16891   include:
16892     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16893     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16894   layout:
16895     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16896     layout: "plot-throughput"
16897
16898 - type: "plot"
16899   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16900   algorithm: "plot_perf_box_name"
16901   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16902   data: "plot-dpdk-throughput-latency-3n-hsw"
16903   include:
16904     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16905     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16906   layout:
16907     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16908     layout: "plot-throughput"
16909
16910 ## 2n-dnv-x553
16911 #
16912 #- type: "plot"
16913 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16914 #  algorithm: "plot_perf_box_name"
16915 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16916 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16917 #  include:
16918 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16919 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16920 #  layout:
16921 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16922 #    layout: "plot-throughput"
16923 #
16924 #- type: "plot"
16925 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16926 #  algorithm: "plot_perf_box_name"
16927 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16928 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16929 #  include:
16930 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16931 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16932 #  layout:
16933 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16934 #    layout: "plot-throughput"
16935 #
16936 #- type: "plot"
16937 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16938 #  algorithm: "plot_perf_box_name"
16939 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16940 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16941 #  include:
16942 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16943 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16944 #  layout:
16945 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16946 #    layout: "plot-throughput"
16947 #
16948 #- type: "plot"
16949 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16950 #  algorithm: "plot_perf_box_name"
16951 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16952 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16953 #  include:
16954 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16955 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16956 #  layout:
16957 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16958 #    layout: "plot-throughput"
16959 #
16960 ## 3n-dnv-x553
16961 #
16962 #- type: "plot"
16963 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16964 #  algorithm: "plot_perf_box_name"
16965 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16966 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16967 #  include:
16968 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16969 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16970 #  layout:
16971 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
16972 #    layout: "plot-throughput"
16973 #
16974 #- type: "plot"
16975 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16976 #  algorithm: "plot_perf_box_name"
16977 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16978 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16979 #  include:
16980 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16981 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16982 #  layout:
16983 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
16984 #    layout: "plot-throughput"
16985 #
16986 #- type: "plot"
16987 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16988 #  algorithm: "plot_perf_box_name"
16989 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16990 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16991 #  include:
16992 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16993 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16994 #  layout:
16995 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
16996 #    layout: "plot-throughput"
16997 #
16998 #- type: "plot"
16999 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17000 #  algorithm: "plot_perf_box_name"
17001 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17002 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17003 #  include:
17004 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17005 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17006 #  layout:
17007 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17008 #    layout: "plot-throughput"
17009
17010 # 3n-tsh-x520
17011
17012 - type: "plot"
17013   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17014   algorithm: "plot_perf_box_name"
17015   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17016   data: "plot-dpdk-throughput-latency-3n-tsh"
17017   include:
17018     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17019     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17020   layout:
17021     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17022     layout: "plot-throughput"
17023
17024 - type: "plot"
17025   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17026   algorithm: "plot_perf_box_name"
17027   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17028   data: "plot-dpdk-throughput-latency-3n-tsh"
17029   include:
17030     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17031     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17032   layout:
17033     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17034     layout: "plot-throughput"
17035
17036 - type: "plot"
17037   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17038   algorithm: "plot_perf_box_name"
17039   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17040   data: "plot-dpdk-throughput-latency-3n-tsh"
17041   include:
17042     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17043     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17044   layout:
17045     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17046     layout: "plot-throughput"
17047
17048 - type: "plot"
17049   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17050   algorithm: "plot_perf_box_name"
17051   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17052   data: "plot-dpdk-throughput-latency-3n-tsh"
17053   include:
17054     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17055     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17056   layout:
17057     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17058     layout: "plot-throughput"
17059
17060 ################################################################################
17061 ###   2n-clx                                                                 ###
17062 ################################################################################
17063
17064 # Packet Throughput
17065
17066 - type: "plot"
17067   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17068   algorithm: "plot_perf_box_name"
17069   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17070   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17071   include:
17072     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17073     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17074     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17075     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17076   layout:
17077     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17078     layout: "plot-throughput"
17079
17080 - type: "plot"
17081   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17082   algorithm: "plot_perf_box_name"
17083   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17085   include:
17086     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17090   layout:
17091     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17092     layout: "plot-throughput"
17093
17094 - type: "plot"
17095   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17096   algorithm: "plot_perf_box_name"
17097   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17099   include:
17100     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17104   layout:
17105     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17106     layout: "plot-throughput"
17107
17108 - type: "plot"
17109   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17110   algorithm: "plot_perf_box_name"
17111   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17112   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17113   include:
17114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17118   layout:
17119     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17120     layout: "plot-throughput"
17121
17122 - type: "plot"
17123   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17124   algorithm: "plot_perf_box_name"
17125   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17127   include:
17128     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17129     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17130     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17131     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17132   layout:
17133     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17134     layout: "plot-throughput"
17135
17136 - type: "plot"
17137   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17138   algorithm: "plot_perf_box_name"
17139   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17141   include:
17142     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17143     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17144     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17145     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17146   layout:
17147     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17148     layout: "plot-throughput"
17149
17150 - type: "plot"
17151   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17152   algorithm: "plot_perf_box_name"
17153   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17155   include:
17156     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17157     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17158     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17160     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17161     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17162   layout:
17163     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17164     layout: "plot-throughput"
17165
17166 - type: "plot"
17167   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17168   algorithm: "plot_perf_box_name"
17169   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17171   include:
17172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17178   layout:
17179     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17180     layout: "plot-throughput"
17181
17182 - type: "plot"
17183   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17184   algorithm: "plot_perf_box_name"
17185   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17187   include:
17188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17192   layout:
17193     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17194     layout: "plot-throughput"
17195
17196 - type: "plot"
17197   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17198   algorithm: "plot_perf_box_name"
17199   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17200   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17201   include:
17202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17206   layout:
17207     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17208     layout: "plot-throughput"
17209
17210 - type: "plot"
17211   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17212   algorithm: "plot_perf_box_name"
17213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17215   include:
17216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17219   layout:
17220     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17221     layout: "plot-throughput"
17222
17223 - type: "plot"
17224   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17225   algorithm: "plot_perf_box_name"
17226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17228   include:
17229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17232   layout:
17233     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17234     layout: "plot-throughput"
17235
17236 - type: "plot"
17237   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17238   algorithm: "plot_perf_box_name"
17239   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17240   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17241   include:
17242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17247   layout:
17248     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17249     layout: "plot-throughput"
17250
17251 - type: "plot"
17252   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17253   algorithm: "plot_perf_box_name"
17254   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17256   include:
17257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17262   layout:
17263     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17264     layout: "plot-throughput"
17265
17266 - type: "plot"
17267   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17268   algorithm: "plot_perf_box_name"
17269   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17271   include:
17272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17275   layout:
17276     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17277     layout: "plot-throughput"
17278
17279 - type: "plot"
17280   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17281   algorithm: "plot_perf_box_name"
17282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17284   include:
17285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17288   layout:
17289     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17290     layout: "plot-throughput"
17291
17292 - type: "plot"
17293   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17294   algorithm: "plot_perf_box_name"
17295   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17296   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17297   include:
17298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17304   layout:
17305     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17306     layout: "plot-throughput"
17307
17308 - type: "plot"
17309   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17310   algorithm: "plot_perf_box_name"
17311   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17312   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17313   include:
17314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17320   layout:
17321     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17322     layout: "plot-throughput"
17323
17324 - type: "plot"
17325   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17326   algorithm: "plot_perf_box_name"
17327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17329   include:
17330     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17331     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17332     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17333     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17334     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17335   layout:
17336     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17337     layout: "plot-throughput"
17338
17339 - type: "plot"
17340   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17341   algorithm: "plot_perf_box_name"
17342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17344   include:
17345     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17346     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17347     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17348     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17349     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17350   layout:
17351     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17352     layout: "plot-throughput"
17353
17354 #- type: "plot"
17355 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17356 #  algorithm: "plot_perf_box_name"
17357 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17358 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17359 #  include:
17360 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17361 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17362 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17363 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17364 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17365 #  layout:
17366 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17367 #    layout: "plot-throughput"
17368 #
17369 #- type: "plot"
17370 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17371 #  algorithm: "plot_perf_box_name"
17372 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17373 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17374 #  include:
17375 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17376 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17377 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17378 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17379 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17380 #  layout:
17381 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17382 #    layout: "plot-throughput"
17383 #
17384 #- type: "plot"
17385 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17386 #  algorithm: "plot_perf_box_name"
17387 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17388 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17389 #  include:
17390 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17391 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17392 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17393 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17394 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17395 #  layout:
17396 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17397 #    layout: "plot-throughput"
17398 #
17399 #- type: "plot"
17400 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17401 #  algorithm: "plot_perf_box_name"
17402 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17403 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17404 #  include:
17405 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17406 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17407 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17408 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17409 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17410 #  layout:
17411 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17412 #    layout: "plot-throughput"
17413
17414 - type: "plot"
17415   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17416   algorithm: "plot_perf_box_name"
17417   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17419   include:
17420     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17421     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17422     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17423     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17424     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17425   layout:
17426     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17427     layout: "plot-throughput"
17428
17429 - type: "plot"
17430   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17431   algorithm: "plot_perf_box_name"
17432   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17434   include:
17435     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17436     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17437     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17438     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17439     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17440   layout:
17441     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17442     layout: "plot-throughput"
17443
17444 #- type: "plot"
17445 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17446 #  algorithm: "plot_perf_box_name"
17447 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17448 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17449 #  include:
17450 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17451 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17452 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17453 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17454 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17455 #  layout:
17456 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17457 #    layout: "plot-throughput"
17458 #
17459 #- type: "plot"
17460 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17461 #  algorithm: "plot_perf_box_name"
17462 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17463 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17464 #  include:
17465 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17466 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17467 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17468 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17469 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17470 #  layout:
17471 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17472 #    layout: "plot-throughput"
17473 #
17474 #- type: "plot"
17475 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17476 #  algorithm: "plot_perf_box_name"
17477 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17478 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17479 #  include:
17480 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17481 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17482 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17483 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17484 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17485 #  layout:
17486 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17487 #    layout: "plot-throughput"
17488 #
17489 #- type: "plot"
17490 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17491 #  algorithm: "plot_perf_box_name"
17492 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17493 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17494 #  include:
17495 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17496 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17497 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17498 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17499 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17500 #  layout:
17501 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17502 #    layout: "plot-throughput"
17503
17504 - type: "plot"
17505   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17506   algorithm: "plot_perf_box_name"
17507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17509   include:
17510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17516   layout:
17517     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17518     layout: "plot-throughput"
17519
17520 - type: "plot"
17521   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17522   algorithm: "plot_perf_box_name"
17523   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17524   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17525   include:
17526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17532   layout:
17533     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17534     layout: "plot-throughput"
17535
17536 - type: "plot"
17537   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17538   algorithm: "plot_perf_box_name"
17539   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17541   include:
17542     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17543     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17544   layout:
17545     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17546     layout: "plot-throughput"
17547
17548 - type: "plot"
17549   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17550   algorithm: "plot_perf_box_name"
17551   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17553   include:
17554     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17555     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17556   layout:
17557     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17558     layout: "plot-throughput"
17559
17560 - type: "plot"
17561   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17562   algorithm: "plot_perf_box_name"
17563   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17565   include:
17566     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17567     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17568     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17569     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17570     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17571     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17572   layout:
17573     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17574     layout: "plot-throughput"
17575
17576 - type: "plot"
17577   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17578   algorithm: "plot_perf_box_name"
17579   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17581   include:
17582     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17583     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17584     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17585     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17586     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17587     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17588   layout:
17589     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17590     layout: "plot-throughput"
17591
17592 - type: "plot"
17593   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17594   algorithm: "plot_perf_box_name"
17595   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17597   include:
17598     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17600     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17601     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17602     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17603     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17604   layout:
17605     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17606     layout: "plot-throughput"
17607
17608 - type: "plot"
17609   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17610   algorithm: "plot_perf_box_name"
17611   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17612   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17613   include:
17614     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17615     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17616     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17617     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17618     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17619     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17620   layout:
17621     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17622     layout: "plot-throughput"
17623
17624 - type: "plot"
17625   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17626   algorithm: "plot_perf_box_name"
17627   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17629   include:
17630     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17631     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17632     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17633     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17634     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17635     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17636   layout:
17637     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17638     layout: "plot-throughput"
17639
17640 - type: "plot"
17641   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17642   algorithm: "plot_perf_box_name"
17643   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17645   include:
17646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17652   layout:
17653     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17654     layout: "plot-throughput"
17655
17656 - type: "plot"
17657   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17658   algorithm: "plot_perf_box_name"
17659   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17661   include:
17662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17667   layout:
17668     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17669     layout: "plot-throughput"
17670
17671 - type: "plot"
17672   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17673   algorithm: "plot_perf_box_name"
17674   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17676   include:
17677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17682   layout:
17683     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17684     layout: "plot-throughput"
17685
17686 - type: "plot"
17687   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17688   algorithm: "plot_perf_box_name"
17689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17691   include:
17692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17697   layout:
17698     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17699     layout: "plot-throughput"
17700
17701 - type: "plot"
17702   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17703   algorithm: "plot_perf_box_name"
17704   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17706   include:
17707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17712   layout:
17713     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17714     layout: "plot-throughput"
17715
17716 - type: "plot"
17717   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17718   algorithm: "plot_perf_box_name"
17719   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17721   include:
17722     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17723     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17724     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17725     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17726     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17727   layout:
17728     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17729     layout: "plot-throughput"
17730
17731 - type: "plot"
17732   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17733   algorithm: "plot_perf_box_name"
17734   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17736   include:
17737     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17738     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17739     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17740     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17741     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17742   layout:
17743     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17744     layout: "plot-throughput"
17745
17746 - type: "plot"
17747   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17748   algorithm: "plot_perf_box_name"
17749   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17751   include:
17752     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17753     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17754     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17755     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17756     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17757   layout:
17758     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17759     layout: "plot-throughput"
17760
17761 - type: "plot"
17762   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17763   algorithm: "plot_perf_box_name"
17764   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17766   include:
17767     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17768     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17769     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17770     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17771     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17772   layout:
17773     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17774     layout: "plot-throughput"
17775
17776 - type: "plot"
17777   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17778   algorithm: "plot_perf_box_name"
17779   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17781   include:
17782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17787   layout:
17788     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17789     layout: "plot-throughput"
17790
17791 - type: "plot"
17792   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17793   algorithm: "plot_perf_box_name"
17794   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17796   include:
17797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17802   layout:
17803     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17804     layout: "plot-throughput"
17805
17806 - type: "plot"
17807   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17808   algorithm: "plot_perf_box_name"
17809   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17811   include:
17812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17818   layout:
17819     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17820     layout: "plot-throughput"
17821
17822 - type: "plot"
17823   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17824   algorithm: "plot_perf_box_name"
17825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17827   include:
17828     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17829     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17830     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17834   layout:
17835     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17836     layout: "plot-throughput"
17837
17838 - type: "plot"
17839   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17840   algorithm: "plot_perf_box_name"
17841   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17843   include:
17844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17848   layout:
17849     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17850     layout: "plot-throughput"
17851
17852 - type: "plot"
17853   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17854   algorithm: "plot_perf_box_name"
17855   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17856   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17857   include:
17858     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17859     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17860     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17862   layout:
17863     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17864     layout: "plot-throughput"
17865
17866 - type: "plot"
17867   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17868   algorithm: "plot_perf_box_name"
17869   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17871   include:
17872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17873     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17874     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17875     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17876     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17878   layout:
17879     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17880     layout: "plot-throughput"
17881
17882 - type: "plot"
17883   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17884   algorithm: "plot_perf_box_name"
17885   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17887   include:
17888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17890     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17891     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17892     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17894   layout:
17895     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17896     layout: "plot-throughput"
17897
17898 - type: "plot"
17899   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17900   algorithm: "plot_perf_box_name"
17901   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17903   include:
17904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17908   layout:
17909     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17910     layout: "plot-throughput"
17911
17912 - type: "plot"
17913   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17914   algorithm: "plot_perf_box_name"
17915   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17916   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17917   include:
17918     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17919     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17922   layout:
17923     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17924     layout: "plot-throughput"
17925
17926 - type: "plot"
17927   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17928   algorithm: "plot_perf_box_name"
17929   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17931   include:
17932     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17933     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17934     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17935     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17936     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17937     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17938   layout:
17939     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17940     layout: "plot-throughput"
17941
17942 - type: "plot"
17943   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17944   algorithm: "plot_perf_box_name"
17945   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17947   include:
17948     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17949     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17950     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17951     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17952     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17953     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17954   layout:
17955     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17956     layout: "plot-throughput"
17957
17958 - type: "plot"
17959   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17960   algorithm: "plot_perf_box_name"
17961   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17963   include:
17964     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17965     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17966     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17967     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17968   layout:
17969     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17970     layout: "plot-throughput"
17971
17972 - type: "plot"
17973   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17974   algorithm: "plot_perf_box_name"
17975   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17976   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17977   include:
17978     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17979     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17980     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17981     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17982   layout:
17983     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17984     layout: "plot-throughput"
17985
17986 - type: "plot"
17987   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17988   algorithm: "plot_perf_box_name"
17989   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17990   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17991   include:
17992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17997   layout:
17998     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17999     layout: "plot-throughput"
18000
18001 - type: "plot"
18002   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18003   algorithm: "plot_perf_box_name"
18004   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18006   include:
18007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18012   layout:
18013     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18014     layout: "plot-throughput"
18015
18016 - type: "plot"
18017   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18018   algorithm: "plot_perf_box_name"
18019   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18021   include:
18022     - "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"
18023     - "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"
18024     - "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"
18025     - "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"
18026     - "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"
18027   layout:
18028     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18029     layout: "plot-throughput"
18030
18031 - type: "plot"
18032   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18033   algorithm: "plot_perf_box_name"
18034   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18036   include:
18037     - "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"
18038     - "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"
18039     - "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"
18040     - "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"
18041     - "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"
18042   layout:
18043     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18044     layout: "plot-throughput"
18045
18046 - type: "plot"
18047   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18048   algorithm: "plot_perf_box_name"
18049   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18051   include:
18052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18057   layout:
18058     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18059     layout: "plot-throughput"
18060
18061 - type: "plot"
18062   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18063   algorithm: "plot_perf_box_name"
18064   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18066   include:
18067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18072   layout:
18073     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18074     layout: "plot-throughput"
18075
18076 - type: "plot"
18077   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18078   algorithm: "plot_perf_box_name"
18079   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18081   include:
18082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18087   layout:
18088     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18089     layout: "plot-throughput"
18090
18091 - type: "plot"
18092   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18093   algorithm: "plot_perf_box_name"
18094   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18096   include:
18097     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18098     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18102   layout:
18103     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18104     layout: "plot-throughput"
18105
18106 - type: "plot"
18107   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18108   algorithm: "plot_perf_box_name"
18109   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18111   include:
18112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18116   layout:
18117     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18118     layout: "plot-throughput"
18119
18120 - type: "plot"
18121   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18122   algorithm: "plot_perf_box_name"
18123   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18125   include:
18126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18130   layout:
18131     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18132     layout: "plot-throughput"
18133
18134 - type: "plot"
18135   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18136   algorithm: "plot_perf_box_name"
18137   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18139   include:
18140     - "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"
18141     - "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"
18142     - "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"
18143     - "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"
18144   layout:
18145     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18146     layout: "plot-throughput"
18147
18148 - type: "plot"
18149   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18150   algorithm: "plot_perf_box_name"
18151   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18153   include:
18154     - "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"
18155     - "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"
18156     - "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"
18157     - "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"
18158   layout:
18159     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18160     layout: "plot-throughput"
18161
18162 - type: "plot"
18163   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18164   algorithm: "plot_perf_box_name"
18165   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18167   include:
18168     - "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"
18169     - "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"
18170     - "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"
18171     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18172     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18173     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18174   layout:
18175     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18176     layout: "plot-throughput"
18177
18178 - type: "plot"
18179   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18180   algorithm: "plot_perf_box_name"
18181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18183   include:
18184     - "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"
18185     - "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"
18186     - "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"
18187     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18188     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18189     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18190   layout:
18191     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18192     layout: "plot-throughput"
18193
18194 ################################################################################
18195
18196 # Packet Speedup
18197
18198 - type: "plot"
18199   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18200   algorithm: "plot_tsa_name"
18201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18203   include:
18204     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18205     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18206     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18207     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18208   layout:
18209     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18210     layout: "plot-throughput-speedup-analysis"
18211
18212 - type: "plot"
18213   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18214   algorithm: "plot_tsa_name"
18215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18217   include:
18218     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18219     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18220     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18221     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18222   layout:
18223     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18224     layout: "plot-throughput-speedup-analysis"
18225
18226 - type: "plot"
18227   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18228   algorithm: "plot_tsa_name"
18229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18231   include:
18232     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18233     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18234     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18235     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18236   layout:
18237     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18238     layout: "plot-throughput-speedup-analysis"
18239
18240 - type: "plot"
18241   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18242   algorithm: "plot_tsa_name"
18243   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18245   include:
18246     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18247     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18248     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18249     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18250   layout:
18251     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18252     layout: "plot-throughput-speedup-analysis"
18253
18254 - type: "plot"
18255   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18256   algorithm: "plot_tsa_name"
18257   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18258   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18259   include:
18260     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18261     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18262     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18263     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18264   layout:
18265     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18266     layout: "plot-throughput-speedup-analysis"
18267
18268 - type: "plot"
18269   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18270   algorithm: "plot_tsa_name"
18271   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18272   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18273   include:
18274     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18275     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18276     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18277     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18278   layout:
18279     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18280     layout: "plot-throughput-speedup-analysis"
18281
18282 - type: "plot"
18283   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18284   algorithm: "plot_tsa_name"
18285   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18287   include:
18288     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18294   layout:
18295     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18296     layout: "plot-throughput-speedup-analysis"
18297
18298 - type: "plot"
18299   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18300   algorithm: "plot_tsa_name"
18301   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18303   include:
18304     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18306     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18310   layout:
18311     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18312     layout: "plot-throughput-speedup-analysis"
18313
18314 - type: "plot"
18315   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18316   algorithm: "plot_tsa_name"
18317   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18318   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18319   include:
18320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18324   layout:
18325     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18326     layout: "plot-throughput-speedup-analysis"
18327
18328 - type: "plot"
18329   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18330   algorithm: "plot_tsa_name"
18331   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18333   include:
18334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18338   layout:
18339     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18340     layout: "plot-throughput-speedup-analysis"
18341
18342 - type: "plot"
18343   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18344   algorithm: "plot_tsa_name"
18345   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18346   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18347   include:
18348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18351   layout:
18352     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18353     layout: "plot-throughput-speedup-analysis"
18354
18355 - type: "plot"
18356   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18357   algorithm: "plot_tsa_name"
18358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18360   include:
18361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18364   layout:
18365     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18366     layout: "plot-throughput-speedup-analysis"
18367
18368 - type: "plot"
18369   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18370   algorithm: "plot_tsa_name"
18371   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18373   include:
18374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18379   layout:
18380     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18381     layout: "plot-throughput-speedup-analysis"
18382
18383 - type: "plot"
18384   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18385   algorithm: "plot_tsa_name"
18386   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18387   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18388   include:
18389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18394   layout:
18395     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18396     layout: "plot-throughput-speedup-analysis"
18397
18398 - type: "plot"
18399   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18400   algorithm: "plot_tsa_name"
18401   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18402   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18403   include:
18404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18407   layout:
18408     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18409     layout: "plot-throughput-speedup-analysis"
18410
18411 - type: "plot"
18412   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18413   algorithm: "plot_tsa_name"
18414   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18416   include:
18417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18420   layout:
18421     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18422     layout: "plot-throughput-speedup-analysis"
18423
18424 - type: "plot"
18425   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18426   algorithm: "plot_tsa_name"
18427   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18428   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18429   include:
18430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18436   layout:
18437     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18438     layout: "plot-throughput-speedup-analysis"
18439
18440 - type: "plot"
18441   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18442   algorithm: "plot_tsa_name"
18443   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18445   include:
18446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18452   layout:
18453     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18454     layout: "plot-throughput-speedup-analysis"
18455
18456 - type: "plot"
18457   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18458   algorithm: "plot_tsa_name"
18459   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18461   include:
18462     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18463     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18464     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18465     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18466     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18467   layout:
18468     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18469     layout: "plot-throughput-speedup-analysis"
18470
18471 - type: "plot"
18472   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18473   algorithm: "plot_tsa_name"
18474   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18475   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18476   include:
18477     - "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"
18478     - "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"
18479     - "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"
18480     - "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"
18481     - "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"
18482   layout:
18483     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18484     layout: "plot-throughput-speedup-analysis"
18485
18486 #- type: "plot"
18487 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18488 #  algorithm: "plot_tsa_name"
18489 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18490 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18491 #  include:
18492 #    - "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"
18493 #    - "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"
18494 #    - "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"
18495 #    - "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"
18496 #    - "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"
18497 #  layout:
18498 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18499 #    layout: "plot-throughput-speedup-analysis"
18500 #
18501 #- type: "plot"
18502 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18503 #  algorithm: "plot_tsa_name"
18504 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18505 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18506 #  include:
18507 #    - "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"
18508 #    - "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"
18509 #    - "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"
18510 #    - "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"
18511 #    - "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"
18512 #  layout:
18513 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18514 #    layout: "plot-throughput-speedup-analysis"
18515 #
18516 #- type: "plot"
18517 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18518 #  algorithm: "plot_tsa_name"
18519 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18520 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18521 #  include:
18522 #    - "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"
18523 #    - "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"
18524 #    - "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"
18525 #    - "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"
18526 #    - "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"
18527 #  layout:
18528 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18529 #    layout: "plot-throughput-speedup-analysis"
18530 #
18531 #- type: "plot"
18532 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18533 #  algorithm: "plot_tsa_name"
18534 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18535 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18536 #  include:
18537 #    - "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"
18538 #    - "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"
18539 #    - "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"
18540 #    - "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"
18541 #    - "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"
18542 #  layout:
18543 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18544 #    layout: "plot-throughput-speedup-analysis"
18545
18546 - type: "plot"
18547   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18548   algorithm: "plot_tsa_name"
18549   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18551   include:
18552     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18553     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18554     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18555     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18556     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18557   layout:
18558     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18559     layout: "plot-throughput-speedup-analysis"
18560
18561 - type: "plot"
18562   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18563   algorithm: "plot_tsa_name"
18564   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18565   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18566   include:
18567     - "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"
18568     - "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"
18569     - "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"
18570     - "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"
18571     - "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"
18572   layout:
18573     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18574     layout: "plot-throughput-speedup-analysis"
18575
18576 #- type: "plot"
18577 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18578 #  algorithm: "plot_tsa_name"
18579 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18580 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18581 #  include:
18582 #    - "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"
18583 #    - "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"
18584 #    - "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"
18585 #    - "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"
18586 #    - "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"
18587 #  layout:
18588 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18589 #    layout: "plot-throughput-speedup-analysis"
18590 #
18591 #- type: "plot"
18592 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18593 #  algorithm: "plot_tsa_name"
18594 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18595 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18596 #  include:
18597 #    - "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"
18598 #    - "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"
18599 #    - "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"
18600 #    - "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"
18601 #    - "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"
18602 #  layout:
18603 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18604 #    layout: "plot-throughput-speedup-analysis"
18605 #
18606 #- type: "plot"
18607 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18608 #  algorithm: "plot_tsa_name"
18609 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18610 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18611 #  include:
18612 #    - "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"
18613 #    - "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"
18614 #    - "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"
18615 #    - "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"
18616 #    - "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"
18617 #  layout:
18618 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18619 #    layout: "plot-throughput-speedup-analysis"
18620 #
18621 #- type: "plot"
18622 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18623 #  algorithm: "plot_tsa_name"
18624 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18625 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18626 #  include:
18627 #    - "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"
18628 #    - "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"
18629 #    - "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"
18630 #    - "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"
18631 #    - "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"
18632 #  layout:
18633 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18634 #    layout: "plot-throughput-speedup-analysis"
18635
18636 - type: "plot"
18637   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18638   algorithm: "plot_tsa_name"
18639   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18640   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18641   include:
18642     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18648   layout:
18649     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18650     layout: "plot-throughput-speedup-analysis"
18651
18652 - type: "plot"
18653   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18654   algorithm: "plot_tsa_name"
18655   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18656   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18657   include:
18658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18664   layout:
18665     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18666     layout: "plot-throughput-speedup-analysis"
18667
18668 - type: "plot"
18669   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18670   algorithm: "plot_tsa_name"
18671   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18672   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18673   include:
18674     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18675     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18676   layout:
18677     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18678     layout: "plot-throughput-speedup-analysis"
18679
18680 - type: "plot"
18681   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18682   algorithm: "plot_tsa_name"
18683   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18684   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18685   include:
18686     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18687     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18688   layout:
18689     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18690     layout: "plot-throughput-speedup-analysis"
18691
18692 - type: "plot"
18693   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18694   algorithm: "plot_tsa_name"
18695   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18696   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18697   include:
18698     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18699     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18700     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18701     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18702     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18703     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18704   layout:
18705     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18706     layout: "plot-throughput-speedup-analysis"
18707
18708 - type: "plot"
18709   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18710   algorithm: "plot_tsa_name"
18711   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18713   include:
18714     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18715     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18716     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18717     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18718     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18719     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18720   layout:
18721     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18722     layout: "plot-throughput-speedup-analysis"
18723
18724 - type: "plot"
18725   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18726   algorithm: "plot_tsa_name"
18727   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18729   include:
18730     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18731     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18732     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18733     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18734     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18735     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18736   layout:
18737     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18738     layout: "plot-throughput-speedup-analysis"
18739
18740 - type: "plot"
18741   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18742   algorithm: "plot_tsa_name"
18743   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18744   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18745   include:
18746     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18747     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18748     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18749     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18750     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18751     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18752   layout:
18753     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18754     layout: "plot-throughput-speedup-analysis"
18755
18756 - type: "plot"
18757   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18758   algorithm: "plot_tsa_name"
18759   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18761   include:
18762     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18763     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18764     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18765     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18766     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18768   layout:
18769     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18770     layout: "plot-throughput-speedup-analysis"
18771
18772 - type: "plot"
18773   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18774   algorithm: "plot_tsa_name"
18775   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18777   include:
18778     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18779     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18780     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18784   layout:
18785     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18786     layout: "plot-throughput-speedup-analysis"
18787
18788 - type: "plot"
18789   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18790   algorithm: "plot_tsa_name"
18791   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18793   include:
18794     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18795     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18796     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18798     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18799   layout:
18800     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18801     layout: "plot-throughput-speedup-analysis"
18802
18803 - type: "plot"
18804   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18805   algorithm: "plot_tsa_name"
18806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18808   include:
18809     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18810     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18814   layout:
18815     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18816     layout: "plot-throughput-speedup-analysis"
18817
18818 - type: "plot"
18819   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18820   algorithm: "plot_tsa_name"
18821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18823   include:
18824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18825     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18826     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18829   layout:
18830     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18831     layout: "plot-throughput-speedup-analysis"
18832
18833 - type: "plot"
18834   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18835   algorithm: "plot_tsa_name"
18836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18838   include:
18839     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18840     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18841     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18842     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18843     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18844   layout:
18845     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18846     layout: "plot-throughput-speedup-analysis"
18847
18848 - type: "plot"
18849   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18850   algorithm: "plot_tsa_name"
18851   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18853   include:
18854     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18855     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18856     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18857     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18858     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18859   layout:
18860     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18861     layout: "plot-throughput-speedup-analysis"
18862
18863 - type: "plot"
18864   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18865   algorithm: "plot_tsa_name"
18866   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18868   include:
18869     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18870     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18871     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18872     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18873     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18874   layout:
18875     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18876     layout: "plot-throughput-speedup-analysis"
18877
18878 - type: "plot"
18879   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18880   algorithm: "plot_tsa_name"
18881   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18883   include:
18884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18885     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18886     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18889   layout:
18890     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18891     layout: "plot-throughput-speedup-analysis"
18892
18893 - type: "plot"
18894   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18895   algorithm: "plot_tsa_name"
18896   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18898   include:
18899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18904   layout:
18905     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18906     layout: "plot-throughput-speedup-analysis"
18907
18908 - type: "plot"
18909   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18910   algorithm: "plot_tsa_name"
18911   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18913   include:
18914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18919   layout:
18920     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18921     layout: "plot-throughput-speedup-analysis"
18922
18923 - type: "plot"
18924   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18925   algorithm: "plot_tsa_name"
18926   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18928   include:
18929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18930     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18931     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18932     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18933     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18934   layout:
18935     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18936     layout: "plot-throughput-speedup-analysis"
18937
18938 - type: "plot"
18939   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18940   algorithm: "plot_tsa_name"
18941   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18943   include:
18944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18950   layout:
18951     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18952     layout: "plot-throughput-speedup-analysis"
18953
18954 - type: "plot"
18955   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18956   algorithm: "plot_tsa_name"
18957   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18959   include:
18960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18966   layout:
18967     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18968     layout: "plot-throughput-speedup-analysis"
18969
18970 - type: "plot"
18971   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18972   algorithm: "plot_tsa_name"
18973   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18974   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18975   include:
18976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18980   layout:
18981     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18982     layout: "plot-throughput-speedup-analysis"
18983
18984 - type: "plot"
18985   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18986   algorithm: "plot_tsa_name"
18987   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18988   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18989   include:
18990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18992     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18994   layout:
18995     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18996     layout: "plot-throughput-speedup-analysis"
18997
18998 - type: "plot"
18999   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19000   algorithm: "plot_tsa_name"
19001   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19003   include:
19004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19010   layout:
19011     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19012     layout: "plot-throughput-speedup-analysis"
19013
19014 - type: "plot"
19015   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19016   algorithm: "plot_tsa_name"
19017   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19019   include:
19020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19026   layout:
19027     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19028     layout: "plot-throughput-speedup-analysis"
19029
19030 - type: "plot"
19031   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19032   algorithm: "plot_tsa_name"
19033   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19034   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19035   include:
19036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19040   layout:
19041     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19042     layout: "plot-throughput-speedup-analysis"
19043
19044 - type: "plot"
19045   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19046   algorithm: "plot_tsa_name"
19047   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19049   include:
19050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19054   layout:
19055     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19056     layout: "plot-throughput-speedup-analysis"
19057
19058 - type: "plot"
19059   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19060   algorithm: "plot_tsa_name"
19061   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19062   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19063   include:
19064     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19065     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19066     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19067     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19068     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19069     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19070   layout:
19071     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19072     layout: "plot-throughput-speedup-analysis"
19073
19074 - type: "plot"
19075   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19076   algorithm: "plot_tsa_name"
19077   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19078   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19079   include:
19080     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19081     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19082     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19083     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19084     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19085     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19086   layout:
19087     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19088     layout: "plot-throughput-speedup-analysis"
19089
19090 - type: "plot"
19091   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19092   algorithm: "plot_tsa_name"
19093   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19094   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19095   include:
19096     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19097     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19098     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19100   layout:
19101     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19102     layout: "plot-throughput-speedup-analysis"
19103
19104 - type: "plot"
19105   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19106   algorithm: "plot_tsa_name"
19107   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19109   include:
19110     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19111     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19112     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19113     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19114   layout:
19115     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19116     layout: "plot-throughput-speedup-analysis"
19117
19118 - type: "plot"
19119   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19120   algorithm: "plot_tsa_name"
19121   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19123   include:
19124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19126     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19129   layout:
19130     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19131     layout: "plot-throughput-speedup-analysis"
19132
19133 - type: "plot"
19134   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19135   algorithm: "plot_tsa_name"
19136   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19137   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19138   include:
19139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19144   layout:
19145     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19146     layout: "plot-throughput-speedup-analysis"
19147
19148 - type: "plot"
19149   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19150   algorithm: "plot_tsa_name"
19151   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19153   include:
19154     - "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"
19155     - "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"
19156     - "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"
19157     - "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"
19158     - "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"
19159   layout:
19160     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19161     layout: "plot-throughput-speedup-analysis"
19162
19163 - type: "plot"
19164   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19165   algorithm: "plot_tsa_name"
19166   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19168   include:
19169     - "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"
19170     - "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"
19171     - "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"
19172     - "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"
19173     - "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"
19174   layout:
19175     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19176     layout: "plot-throughput-speedup-analysis"
19177
19178 - type: "plot"
19179   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19180   algorithm: "plot_tsa_name"
19181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19183   include:
19184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19185     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19186     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19187     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19188     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19189   layout:
19190     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19191     layout: "plot-throughput-speedup-analysis"
19192
19193 - type: "plot"
19194   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19195   algorithm: "plot_tsa_name"
19196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19198   include:
19199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19201     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19202     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19203     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19204   layout:
19205     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19206     layout: "plot-throughput-speedup-analysis"
19207
19208 - type: "plot"
19209   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19210   algorithm: "plot_tsa_name"
19211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19213   include:
19214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19217     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19218     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19219   layout:
19220     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19221     layout: "plot-throughput-speedup-analysis"
19222
19223 - type: "plot"
19224   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19225   algorithm: "plot_tsa_name"
19226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19228   include:
19229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19231     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19232     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19234   layout:
19235     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19236     layout: "plot-throughput-speedup-analysis"
19237
19238 - type: "plot"
19239   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19240   algorithm: "plot_tsa_name"
19241   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19242   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19243   include:
19244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19248   layout:
19249     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19250     layout: "plot-throughput-speedup-analysis"
19251
19252 - type: "plot"
19253   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19254   algorithm: "plot_tsa_name"
19255   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19257   include:
19258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19262   layout:
19263     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19264     layout: "plot-throughput-speedup-analysis"
19265
19266 - type: "plot"
19267   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19268   algorithm: "plot_tsa_name"
19269   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19271   include:
19272     - "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"
19273     - "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"
19274     - "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"
19275     - "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"
19276   layout:
19277     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19278     layout: "plot-throughput-speedup-analysis"
19279
19280 - type: "plot"
19281   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19282   algorithm: "plot_tsa_name"
19283   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19285   include:
19286     - "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"
19287     - "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"
19288     - "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"
19289     - "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"
19290   layout:
19291     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19292     layout: "plot-throughput-speedup-analysis"
19293
19294 - type: "plot"
19295   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19296   algorithm: "plot_tsa_name"
19297   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19299   include:
19300     - "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"
19301     - "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"
19302     - "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"
19303     - "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"
19304     - "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"
19305     - "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"
19306   layout:
19307     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19308     layout: "plot-throughput-speedup-analysis"
19309
19310 - type: "plot"
19311   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19312   algorithm: "plot_tsa_name"
19313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19315   include:
19316     - "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"
19317     - "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"
19318     - "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"
19319     - "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"
19320     - "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"
19321     - "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"
19322   layout:
19323     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19324     layout: "plot-throughput-speedup-analysis"
19325
19326 ################################################################################
19327
19328 # Packet Throughput - DPDK
19329
19330 # 2n-clx-xxv710
19331
19332 - type: "plot"
19333   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19334   algorithm: "plot_perf_box_name"
19335   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19336   data: "plot-dpdk-throughput-latency-2n-clx"
19337   include:
19338     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19339     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19340   layout:
19341     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19342     layout: "plot-throughput"
19343
19344 - type: "plot"
19345   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19346   algorithm: "plot_perf_box_name"
19347   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19348   data: "plot-dpdk-throughput-latency-2n-clx"
19349   include:
19350     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19351     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19352   layout:
19353     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19354     layout: "plot-throughput"
19355
19356 - type: "plot"
19357   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19358   algorithm: "plot_perf_box_name"
19359   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19360   data: "plot-dpdk-throughput-latency-2n-clx"
19361   include:
19362     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19363     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19364   layout:
19365     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19366     layout: "plot-throughput"
19367
19368 - type: "plot"
19369   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19370   algorithm: "plot_perf_box_name"
19371   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19372   data: "plot-dpdk-throughput-latency-2n-clx"
19373   include:
19374     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19375     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19376   layout:
19377     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19378     layout: "plot-throughput"
19379
19380 # 2n-clx-x710
19381
19382 - type: "plot"
19383   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19384   algorithm: "plot_perf_box_name"
19385   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19386   data: "plot-dpdk-throughput-latency-2n-clx"
19387   include:
19388     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19389     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19390   layout:
19391     title: "2n-clx-x710-64b-2t1c-base-ndr"
19392     layout: "plot-throughput"
19393
19394 - type: "plot"
19395   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19396   algorithm: "plot_perf_box_name"
19397   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19398   data: "plot-dpdk-throughput-latency-2n-clx"
19399   include:
19400     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19401     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19402   layout:
19403     title: "2n-clx-x710-64b-4t2c-base-ndr"
19404     layout: "plot-throughput"
19405
19406 - type: "plot"
19407   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19408   algorithm: "plot_perf_box_name"
19409   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19410   data: "plot-dpdk-throughput-latency-2n-clx"
19411   include:
19412     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19413     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19414   layout:
19415     title: "2n-clx-x710-64b-2t1c-base-pdr"
19416     layout: "plot-throughput"
19417
19418 - type: "plot"
19419   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19420   algorithm: "plot_perf_box_name"
19421   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19422   data: "plot-dpdk-throughput-latency-2n-clx"
19423   include:
19424     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19425     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19426   layout:
19427     title: "2n-clx-x710-64b-4t2c-base-pdr"
19428     layout: "plot-throughput"
19429
19430 ################################################################################
19431
19432 - type: "plot"
19433   title: "Latency by percentile: 2n-skx"
19434   algorithm: "plot_hdrh_lat_by_percentile"
19435   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19436   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19437   target-links: "../../_static/vpp"
19438   data: "plot-vpp-hdrh-lat-2n-skx"
19439   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19440   layout:
19441     layout: "plot-hdrh-latency-by-percentile"
19442
19443 - type: "plot"
19444   title: "Latency by percentile: 3n-skx"
19445   algorithm: "plot_hdrh_lat_by_percentile"
19446   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19447   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19448   target-links: "../../_static/vpp"
19449   data: "plot-vpp-hdrh-lat-3n-skx"
19450   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19451   layout:
19452     layout: "plot-hdrh-latency-by-percentile"
19453
19454 - type: "plot"
19455   title: "Latency by percentile: 2n-clx"
19456   algorithm: "plot_hdrh_lat_by_percentile"
19457   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19458   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19459   target-links: "../../_static/vpp"
19460   data: "plot-vpp-hdrh-lat-2n-clx"
19461   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19462   layout:
19463     layout: "plot-hdrh-latency-by-percentile"
19464
19465 - type: "plot"
19466   title: "Latency by percentile: 3n-hsw"
19467   algorithm: "plot_hdrh_lat_by_percentile"
19468   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19469   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19470   target-links: "../../_static/vpp"
19471   data: "plot-vpp-hdrh-lat-3n-hsw"
19472   filter: "'1T1C' and 'NIC_Intel-XL710'"
19473   layout:
19474     layout: "plot-hdrh-latency-by-percentile"
19475
19476 - type: "plot"
19477   title: "Latency by percentile: 3n-tsh"
19478   algorithm: "plot_hdrh_lat_by_percentile"
19479   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19480   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19481   target-links: "../../_static/vpp"
19482   data: "plot-vpp-hdrh-lat-3n-tsh"
19483   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19484   layout:
19485     layout: "plot-hdrh-latency-by-percentile"
19486
19487 - type: "plot"
19488   title: "Latency by percentile: DPDK 2n-skx"
19489   algorithm: "plot_hdrh_lat_by_percentile"
19490   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19491   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19492   target-links: "../../_static/dpdk"
19493   data: "plot-dpdk-hdrh-lat-2n-skx"
19494   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19495   layout:
19496     layout: "plot-hdrh-latency-by-percentile"
19497
19498 - type: "plot"
19499   title: "Latency by percentile: DPDK 3n-skx"
19500   algorithm: "plot_hdrh_lat_by_percentile"
19501   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19502   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19503   target-links: "../../_static/dpdk"
19504   data: "plot-dpdk-hdrh-lat-3n-skx"
19505   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19506   layout:
19507     layout: "plot-hdrh-latency-by-percentile"
19508
19509 - type: "plot"
19510   title: "Latency by percentile: DPDK 2n-clx"
19511   algorithm: "plot_hdrh_lat_by_percentile"
19512   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19513   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19514   target-links: "../../_static/dpdk"
19515   data: "plot-dpdk-hdrh-lat-2n-clx"
19516   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19517   layout:
19518     layout: "plot-hdrh-latency-by-percentile"
19519
19520 - type: "plot"
19521   title: "Latency by percentile: DPDK 3n-hsw"
19522   algorithm: "plot_hdrh_lat_by_percentile"
19523   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19524   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19525   target-links: "../../_static/dpdk"
19526   data: "plot-dpdk-hdrh-lat-3n-hsw"
19527   filter: "'1T1C' and 'NIC_Intel-XL710'"
19528   layout:
19529     layout: "plot-hdrh-latency-by-percentile"
19530
19531 - type: "plot"
19532   title: "Latency by percentile: DPDK 3n-tsh"
19533   algorithm: "plot_hdrh_lat_by_percentile"
19534   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19535   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19536   target-links: "../../_static/dpdk"
19537   data: "plot-dpdk-hdrh-lat-3n-tsh"
19538   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19539   layout:
19540     layout: "plot-hdrh-latency-by-percentile"